8000 Simplified the docs about caching pages with CSRF forms by javiereguiluz · Pull Request #10877 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Simplified the docs about caching pages with CSRF forms #10877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated some references
  • Loading branch information
javiereguiluz committed Jan 14, 2019
commit 4c91f006907519389bdd8ffa7392edf75f19be40
2 changes: 1 addition & 1 deletion forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Learn more
/form/*
/controller/upload_file
/reference/forms/types
/http_cache/form_csrf_caching
/security/csrf

.. _`Symfony Form component`: https://github.com/symfony/form
.. _`DateTime`: https://php.net/manual/en/class.datetime.php
Expand Down
2 changes: 1 addition & 1 deletion http_cache/varnish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ at least for some parts of the site, e.g. when using forms with
:doc:`CSRF Protection </security/csrf>`. In this situation, make sure to
:doc:`only start a session when actually needed </session/avoid_session_start>`
and clear the session when it is no longer needed. Alternatively, you can look
into :doc:`/http_cache/form_csrf_caching`.
into :doc:`/security/csrf`.

Cookies created in JavaScript and used only in the frontend, e.g. when using
Google Analytics, are nonetheless sent to the server. These cookies are not
Expand Down
1 change: 0 additions & 1 deletion performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Learn more
----------

* :doc:`/http_cache/varnish`
* :doc:`/http_cache/form_csrf_caching`

.. _`byte code caches`: https://en.wikipedia.org/wiki/List_of_PHP_accelerators
.. _`OPcache`: https://php.net/manual/en/book.opcache.php
Expand Down
0