Jacob Evelyn c461afa679
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`.
2019-10-17 07:50:19 -04:00
..
2018-09-21 10:50:34 +02:00
2018-11-14 11:47:47 +01:00