From 9727f46a90a732422b8e2ccf7325ca68cc27527e Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 6 Oct 2018 23:03:05 -0400 Subject: [PATCH] Update options for 4.1.3 Add WebUI default options. Specifically WebUI\CSRFProtection=false so Unraid users can open with WebUI link instead of using new browser tab --- qbittorrent/qBittorrent.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/qBittorrent.conf b/qbittorrent/qBittorrent.conf index 0bcf75d..48f9250 100644 --- a/qbittorrent/qBittorrent.conf +++ b/qbittorrent/qBittorrent.conf @@ -31,6 +31,8 @@ MailNotification\username= WebUI\Address=* WebUI\AuthSubnetWhitelist=@Invalid() WebUI\AuthSubnetWhitelistEnabled=false +WebUI\CSRFProtection=false +WebUI\ClickjackingProtection=true WebUI\HTTPS\Enabled=false WebUI\LocalHostAuth=true WebUI\Port=8080