Ghost/ghost/core/test/utils/fixtures
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
..
admin-build 🐛 Fixed missing published Admin assets when running in development 2022-08-04 10:55:35 +02:00
config Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
csv Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
data Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
export Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
filter-param Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
images Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
import Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
media Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
settings Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
themes Fixed the typo 2022-08-04 15:38:32 +01:00
urls Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
cache-rules.js Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
context.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
data-generator.js Added post referrers stats API (#15448) 2022-09-21 18:16:56 +02:00
default-settings.json Added email_track_clicks setting (#15409) 2022-09-15 15:48:22 +02:00
fixtures.json Switched off email alerts for subscription cancellation by default (#15304) 2022-08-24 18:54:00 +05:30
test.hbs Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00