From c2347cd832c84f0e7ae1cd707c515947e748e426 Mon Sep 17 00:00:00 2001 From: Bard Date: Wed, 31 Aug 2022 18:43:31 +0800 Subject: [PATCH] qBittorrent.conf: require localhost login authentication --- .../root/etc/qbittorrent/qBittorrent.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example b/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example index e3d7361..481e0c0 100644 --- a/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example +++ b/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example @@ -49,7 +49,7 @@ WebUI\HTTPS\CertificatePath= WebUI\HTTPS\Enabled=false WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=true -WebUI\LocalHostAuth=false +WebUI\LocalHostAuth=true WebUI\MaxAuthenticationFailCount=20 WebUI\Port=8080 WebUI\ReverseProxySupportEnabled=false