-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix: Avoid caching of config file #496
Conversation
@frankkopp How you've tried to set the header?
|
If the |
Can try that. But I'm rather sure it had this in it as well. |
The issue is not about the caching in Cloudflare's CDN, but the Installer's dynamic Chromium disk cache. |
In that case, |
(cherry picked from commit 022c0b6)
Summary of Changes
As it sometimes takes forever for users to see new configs we should make sure the config file is not cached.
I tried with a http header which didn't work. So added a cache-killer parameter.
Additional context
https://discord.com/channels/738864299392630914/846470774361161808/1307387181605847120
Discord username (if different from GitHub): cdr_maverick