• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access SOLVED: Nginx Tizen not working

     
    • 0 Vote(s) - 0 Average

    SOLVED: Nginx Tizen not working

    NGINX Tizen not working
    Cronus
    Offline

    Junior Member

    Posts: 15
    Threads: 5
    Joined: 2025 Feb
    Reputation: 0
    #1
    6 hours ago
    Every Jellyfin client except for Tizen doesn't work for me.
    I have tried to find the issue, my suspicion is nginx, but even though I disable pretty much every thing Tizen doesn't work. Here's my https conf.

    Code:
    listen 443 ssl;
    listen [::]:443 ssl;
    http2 on;

    ssl_session_cache        shared:le_nginx_SSL:10m;
    ssl_session_timeout      1440m;
    ssl_session_tickets      off;
    ssl_protocols            TLSv1.2 TLSv1.3;
    ssl_prefer_server_ciphers off;
    ssl_ciphers              HIGH:!aNULL:!MD5;

    # Informs clients that only TLS is accepted, and that it should store it for max-age i.e. about 1 year.
    add_header Strict-Transport-Security "max-age=31536000" always;

    # Security / XSS Mitigation Headers
    # NOTE: X-Frame-Options may cause issues with the webOS app
    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-XSS-Protection "0"; # Do NOT enable. This is obsolete/dangerous
    add_header X-Content-Type-Options "nosniff";

    # COOP/COEP. Disable if you use external plugins/images/assets
    add_header Cross-Origin-Opener-Policy "same-origin" always;
    #add_header Cross-Origin-Opener-Policy "same-site" always;
    add_header Cross-Origin-Embedder-Policy "require-corp" always;
    add_header Cross-Origin-Resource-Policy "same-origin" always;
    #add_header Cross-Origin-Resource-Policy "*" always;

    # Permissions policy. May cause issues on some clients
    add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), battery=(), bluetooth=(), camera=(), clipboard-read=(), display-capture=(), document-domain=(), encrypted-media=(), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), keyboard-map=(), local-fonts=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=(), serial=(), sync-xhr=(), usb=(), xr-spatial-tracking=()" always;

    # Tell browsers to use per-origin process isolation
    add_header Origin-Agent-Cluster "?1" always;


    # Content Security Policy
    # See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
    # Enforces https content and restricts JS/CSS to origin
    # External Javascript (such as cast_sender.js for Chromecast) must be whitelisted.
    # NOTE: The default CSP headers may cause issues with the webOS app
    add_header Content-Security-Policy "default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; font-src 'self'";
    Go to solution
    Cronus
    Offline

    Junior Member

    Posts: 15
    Threads: 5
    Joined: 2025 Feb
    Reputation: 0
    #2
    4 hours ago (This post was last modified: 4 hours ago by Cronus.)
    I'm an idiot, sorry. It indeed was
    Code:
    add_header Cross-Origin-Resource-Policy "same-origin" always;
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode