We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d67740 commit 7ab3ecaCopy full SHA for 7ab3eca
http_cache/varnish.rst
@@ -65,7 +65,7 @@ at least for some parts of the site, e.g. when using forms with
65
:doc:`CSRF Protection </security/csrf>`. In this situation, make sure to
66
:doc:`only start a session when actually needed </session/avoid_session_start>`
67
and clear the session when it is no longer needed. Alternatively, you can look
68
-into :doc:`/security/csrf`.
+into :ref:`caching pages that contain CSRF protected forms <caching-pages-that-contain-csrf-protected-forms>`.
69
70
Cookies created in JavaScript and used only in the frontend, e.g. when using
71
Google Analytics, are nonetheless sent to the server. These cookies are not
0 commit comments