fathom/pkg
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
..
aggregator empty report should have PoolEmpty: true value to prevent aggregator from re-running 2018-12-24 12:27:21 +01:00
api Change tracker.js Cache-Control header to no-store 2019-10-17 07:50:19 -04:00
cli log duration for aggregation func 2018-12-24 12:04:29 +01:00
config don't parse database driver from URL to also support mysql and sqlite. 2018-07-31 15:29:15 +02:00
datastore sqlite re-uses ID for columns not marked as autoincrement, so use that. fixes #202 2019-02-04 13:58:25 +01:00
models clean-up route & func names 2018-11-14 11:47:47 +01:00