mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11436] Require elevation for plugin related endpoints #12899
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11436
State: closed
Merged: Yes
This came up in chat yesterday. We allow reading of installed/available plugins and repositories in addition to allowing both read and write for plugin configuration. This is unsafe and something we never encouraged (plugins should only be available in the dashboard).
In case this breaks a plugin (although that is unlikely) it should be fixed in the plugin by adding additional endpoints.
The only plugin related APIs left as open-access are:
Changes
Issues