Skip to content

nightly-f4981471-ls184

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 25 Aug 12:27
· 2 commits to nightly since this release
15a0470

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.