Ghost/ghost/core/test/e2e-api/content
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
..
__snapshots__ Fixed Content API posts/pages e2e tests 2022-09-13 15:05:53 +01:00
authors.test.js Renamed users:no-owner to users as main user fixture 2022-09-02 10:08:37 +01:00
key_authentication.test.js Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
newsletters.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
offers.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
pages.test.js Fixed Content API posts/pages e2e tests 2022-09-13 15:05:53 +01:00
posts.test.js Fixed Content API posts/pages e2e tests 2022-09-13 15:05:53 +01:00
settings.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
tags.test.js Renamed users:no-owner to users as main user fixture 2022-09-02 10:08:37 +01:00
tiers.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
utils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00