Ghost/ghost/core/test/regression
Naz 4528cba1b9 Changed Content API caching to public
refs https://github.com/TryGhost/Toolbox/issues/410

- Private cache control was preventing browser or shared caches from storing Content APIs response. The type of data served through the Content API is very much of a "public" nature, so should be cacheable.
- Right now the 'max-age' value of 'cache-control' header is hardcoded to '0', without 'must-revalidate' value, to allow browsers to cache content slightly more aggressively. In the future the 'max-age' value will most-likely become configurable to allow even more aggressive HTTP caching.
2022-09-26 14:54:50 +08:00
..
api Changed Content API caching to public 2022-09-26 14:54:50 +08:00
mock-express-style Fixed the typo 2022-08-04 15:38:32 +01:00
models Added __GHOST_URL__ transform support to posts.lexical field (#15433) 2022-09-19 11:30:38 +01:00
site Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00