-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info #5730
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info #5730
Conversation
I think this should go to 10.9. |
67e043b
to
8494a7d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
8494a7d
to
6805eee
Compare
Re targeted 1.9.z, but maybe it should go in both 1.9.z and master so it covers future releases? |
6805eee
to
20a301a
Compare
It will be automatically backported to the |
It should be added as a header here also: https://github.com/jellyfin/jellyfin-web/blob/release-10.9.z/src/hooks/useSystemInfo.ts#L27 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
20a301a
to
e0b814c
Compare
…e correct server version during upgrade
Adding no-cache Cache-Control header policy to prevent caching of server version. This ensures the correct server version is always retrieved.
cca32e8
to
f1ecb96
Compare
Quality Gate passedIssues Measures |
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info Original-merge: a0e6da7 Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: thornbill <thornbill@users.noreply.github.com>
Changes
Issues
#5729