mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Server injects bootstrapping code for (potentially) all clients #412
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sparky8251 on GitHub (Feb 13, 2019).
Describe the bug
Server injects bootstrapping code for all web based clients (and potentially all) upon request of the
index.html.It also manipulates plugins to stop their scripts from loading until a specific time among other questionable activities.
Can find the relevant code in this file at these lines (though it only points to the bootstrapping code injection).
To Reproduce
Expected behavior
Expected behavior is that a client (especially the web ui or android/cordova app) can bootstrap itself
System (please complete the following information):
Additional context
Allowing the clients to properly bootstrap themselves will make it easier to break out the web UI from the server and allow hosting it behind nginx and the like WITHOUT relying on a JF server to still be serving up its own web UI.
@stale[bot] commented on GitHub (Jul 30, 2019):
Issues go stale after 60d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 7d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.