![]() |
How to block access from browser? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: How to block access from browser? (/t-how-to-block-access-from-browser) |
How to block access from browser? - Lele Zhang - 2025-04-10 Is it possible to block browser access to the jellyfin, while allowing clients to normally connect? RE: How to block access from browser? - TheDreadPirate - 2025-04-10 You would have to use a reverse proxy to achieve this. Caddy, Nginx, and Apache I know can block based on the user agent string. |