fonzdm / servarr

Just trying to make a Servarr helm chart. Help
GNU Affero General Public License v3.0
5 stars 1 forks source link

Fix Unauthorized error when providing default credentials #28

Closed fonzdm closed 4 months ago

fonzdm commented 4 months ago

Fix Unauthorized error when logging in qBitTorrent WEB GUI using Firefox or other affected browsers. Cause is referenced here.

If the error occurs, simply set the flag qbittorrent.csrf_protection to false and redeploy (no upgrade supported so far). In this way, users should be able to login on the WebGUI.

No braking change, since the default settings (if users do not update their own value file) will disable CSRF Protection by default.

Closes #27