2025-07-05, 04:52 PM
Quick update:
Content Security Policy (CSP) was blocking Jellyfin’s JavaScript or inline code from running. Had to add this to the nginx.conf
'unsafe-inline';
Content Security Policy (CSP) was blocking Jellyfin’s JavaScript or inline code from running. Had to add this to the nginx.conf
'unsafe-inline';