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"; +``` +