Skip to content

Commit 7ab3eca

Browse files
committed
Improved a reference
1 parent 8d67740 commit 7ab3eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/varnish.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ at least for some parts of the site, e.g. when using forms with
6565
:doc:`CSRF Protection </security/csrf>`. In this situation, make sure to
6666
:doc:`only start a session when actually needed </session/avoid_session_start>`
6767
and clear the session when it is no longer needed. Alternatively, you can look
68-
into :doc:`/security/csrf`.
68+
into :ref:`caching pages that contain CSRF protected forms <caching-pages-that-contain-csrf-protected-forms>`.
6969

7070
Cookies created in JavaScript and used only in the frontend, e.g. when using
7171
Google Analytics, are nonetheless sent to the server. These cookies are not

0 commit comments

Comments
 (0)