We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://bugzilla.mozilla.org/show_bug.cgi?id=1775226 we've been having issues with stale content being served by the CDN. @jcristau thought that adding a Cache-Control max-age header may help with this
The text was updated successfully, but these errors were encountered:
Are we sure this isn't set? I see it in
balrog/src/auslib/web/public/base.py
Line 125 in 0c832ed
~/repos/balrog main *4 ❯ curl -ILv https://stage.balrog.nonprod.cloudops.mozgcp.net/update/3/Firefox/117.0/20230807001816/Linux_x86_64-gcc3/it/beta-localtest/default/default/default/update.xml\?force\=1 2>&1 | grep max-age < strict-transport-security: max-age=31536000; < cache-control: public,max-age=90 strict-transport-security: max-age=31536000; cache-control: public,max-age=90
Sorry, something went wrong.
Yeah, you're right. I think the issue is the CDN is sending stale responses despite the max-age.
No branches or pull requests
In https://bugzilla.mozilla.org/show_bug.cgi?id=1775226 we've been having issues with stale content being served by the CDN. @jcristau thought that adding a Cache-Control max-age header may help with this
The text was updated successfully, but these errors were encountered: