From e52d8198d62b06aa016944304e3efb1c40787e79 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 15 Jan 2020 22:41:19 +0100 Subject: [PATCH] added note about qbittorrent --- Setup.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index f5346bf..6e070d7 100644 --- a/Setup.md +++ b/Setup.md @@ -11,6 +11,8 @@
  • Stylus Method
  • Blackberry Theme Installer
  • +
  • Qbittorrent
  • + *** @@ -166,4 +168,15 @@ $.getScript('https://archmonger.github.io/Blackberry-Themes/Extras/theme_install // You can also use this for multiple themes at once by simply calling themeInstaller again! themeInstaller("","https://gilbn.github.io/theme.park/CSS/themes//.css"); }); -``` \ No newline at end of file +``` + +# Qbittorrent + +As Qbittorrent will block the theme with its content security policy you need to change or remove the CSP header. + +Add this in your reverse proxy to remove the headers: +```nginx +proxy_hide_header "x-webkit-csp"; +proxy_hide_header "content-security-policy"; +``` +