From 0a9804088f82607247d78079eee113fbd536c3a7 Mon Sep 17 00:00:00 2001 From: CJ Ratliff Date: Sat, 16 Nov 2024 23:43:03 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6a0ff..adabedc 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,15 @@ First, you need to download a copy of the latest release (or clone / download th - [ ] Restart qBittorrent or refresh your browser for changes to take effect. - [ ] *Optional* Add content-security-policy headers under Tools->Preferences->WebUI > Add custom HTTP headers -`content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline' raw.githubusercontent.com use.fontawesome.com; img-src 'self' theme-park.dev raw.githubusercontent.com data:; script-src 'self' 'unsafe-inline'; object-src 'self'; form-action 'self'; frame-ancestors 'self'; font-src 'self' use.fontawesome.com;` +``` +content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline' raw.githubusercontent.com use.fontawesome.com; img-src 'self' theme-park.dev raw.githubusercontent.com data:; script-src 'self' 'unsafe-inline'; object-src 'self'; form-action 'self'; frame-ancestors 'self'; font-src 'self' use.fontawesome.com; +``` ![optional-installation-step1](qBittorrent-webui-theme-CJRatliff.com-optional-installation-step1.jpg) + + You can also change these settings via the config file. The relevant entries are: ```