mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin server exposes videos before authenticating a client #7046
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?
Originally created by @AArnott on GitHub (May 29, 2025).
When I tried connecting to my Jellyfin server from an Amazon Fire client, I was presented with a Quick Connect challenge. Before completing it, I noticed that the very attractive screen was actually made up all of movies that the server hosts.
This is a privacy problem. Anyone with my Jellyfin URL can discover videos I have. They should have to authenticate first!
This is a problem with the Jellyfin server at least, which should not provide API access to this list.
The jellyfin clients may need to be updated to not expect this to work as well.
@JPKribs commented on GitHub (May 29, 2025):
You can disable this here:
https://jellyfin.org/docs/general/server/settings/#splash-screen-image
@felix920506 commented on GitHub (May 29, 2025):
Working as intended. Please disable option mentioned in above comment.