CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-f4981471-ls184/index.html
LinuxServer Changes:
No changes
Remote Changes:
Restrict mode-based API key logic to actual API routes
The mode parameter in API calls enables specific behaviors and key bypasses (e.g., 'version', 'auth', NZB-key). Previously, this logic was applied universally by check_apikey. This change ensures such mode-based logic is only honored when accessing the dedicated /api endpoint, preventing potential API key bypasses on other web UI routes.