Ghost/ghost/core/test
Naz 7b009bf1fe Enabled shared caching of 404 error responses
refs https://github.com/TryGhost/Toolbox/issues/410

- The 'private' value in 'Cache-Control' response header for all errors made it impossible for shared caches (e.g.: Fastly, Cloudflare) to cache 404 responses efficiently.
- The change substitutes 'max-age=0' which should not effect the browser cache behavior but would allow shared caches to process such requests efficiently.
- A more loose caching logic only applies to 404 responses from GET requests that are not user-specific (non-authenticated, non-cookie containing requests)
2022-09-26 14:54:50 +08:00
..
e2e-api Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
e2e-server Made Admin assets aggressively cacheable 2022-09-23 13:46:49 +08:00
e2e-webhooks Added click counts to posts admin API (#15435) 2022-09-20 10:05:41 +02:00
integration Added link_redirects and members_link_click_events tables (#15421) 2022-09-19 11:20:36 +02:00
regression Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
unit Added referrer attribution columns to events table (#15436) 2022-09-21 19:01:36 +05:30
utils Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00