Link to caching docs from "form security" docs

This commit is contained in:
Ingo Schommer 2018-06-14 10:30:13 +12:00
parent 6008457f3e
commit 015b897d82

View File

@ -86,6 +86,7 @@ accessible publicly through the CDN.
To ensure this doesn't happen SilverStripe adds `Cache-Control: no-store, no-cache, must-revalidate` headers to any
forms that have validators or security tokens (all of them by default) applied to them; this ensures that CDNs
(and browsers) will not cache these pages.
See [/developer_guides/performance/http_cache_headers](Performance: HTTP Cache Headers).
## Related Documentation