mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
3e46ba5ce2
This cache is used by `resources.GetRemote`. Default values are: * respectCacheControlNoStoreInResponse: false * respectCacheControlNoStoreInRequest: true This is a slightly breaking change, but the current behaviour is confusing, as: * Many servers set the `no-store` header without much consideration, see https://developer.chrome.com/docs/web-platform/bfcache-ccns for more context * We almost always want to cache the `resources.GetRemote` to disk. Fixes #13990