Skip to content

nightly-f4981471-ls185

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 27 Aug 09:55
8d22cf0

CI Report:

https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-f4981471-ls185/index.html

LinuxServer Changes:

Full Changelog: nightly-0fe92487-ls184...nightly-f4981471-ls185

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.