From 015b897d8260466976065d6a0a2144d358ef1935 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 14 Jun 2018 10:30:13 +1200 Subject: [PATCH] Link to caching docs from "form security" docs --- docs/en/02_Developer_Guides/03_Forms/04_Form_Security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/02_Developer_Guides/03_Forms/04_Form_Security.md b/docs/en/02_Developer_Guides/03_Forms/04_Form_Security.md index a34971a60..82d270c9d 100644 --- a/docs/en/02_Developer_Guides/03_Forms/04_Form_Security.md +++ b/docs/en/02_Developer_Guides/03_Forms/04_Form_Security.md @@ -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