2025-02-24, 01:46 PM
(This post was last modified: 2025-02-24, 01:46 PM by TheDreadPirate. Edited 1 time in total.)
Remove these security options.
These are both known to be problematic with some clients.
This one MIGHT also be an issue.
https://jellyfin.org/docs/general/networ...exampleorg
Also make sure your phone is set to use the integrated player and not the web player. Settings > Client settings.
Code:
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Frame-Options SAMEORIGIN always;
These are both known to be problematic with some clients.
This one MIGHT also be an issue.
Code:
add_header Referrer-Policy "no-referrer" always;
https://jellyfin.org/docs/general/networ...exampleorg
Also make sure your phone is set to use the integrated player and not the web player. Settings > Client settings.