Allow x-frame on same origin in order for jellyfin SSO to work

This commit is contained in:
Théo Barnouin 2024-10-16 12:13:08 +02:00
parent a420f97a2a
commit cf429a8041

View file

@ -63,7 +63,7 @@ in
add_header 'Referrer-Policy' 'origin-when-cross-origin';
# Disable embedding as a frame
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;
# Prevent injection of code in other mime types (XSS Attacks)
add_header X-Content-Type-Options nosniff;