Skip to content
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

Change tracker.js Cache-Control header to no-store #293

Merged
merged 1 commit into from
Feb 14, 2020
Merged

Change tracker.js Cache-Control header to no-store #293

merged 1 commit into from
Feb 14, 2020

Commits on Oct 17, 2019

  1. Change tracker.js Cache-Control header to no-store

    According to all documentation I can find, `no-store` is the strongest "do not cache" `Cache-Control` header there is, and `no-cache` and `must-revalidate` are strictly weaker and will have no effect when `no-store` is present. Additionally, I cannot find any evidence that these other values are useful for backwards compatibility or older browsers, and `no-store` support appears to be universal. Lastly, webhint.io is specifically telling me that I should not use `must-revalidate`.
    JacobEvelyn authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    c461afa View commit details
    Browse the repository at this point in the history