CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-5d763f52-ls14/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
Add check XFF headers for remote ip in cookie (#3029)
- Add check XFF headers for remote ip in cookie
If verify_xff_header() then also check for the client IP in the XFF headers to ensure the IP used for the session cookie is actually the client IP and not a proxy IP.
-
Fix code formatting
-
Remove duplicate check for empty xff_ips. for -> for else