Skip to content

Improved the link to the CSRF config referece #8958

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

Merged
merged 1 commit into from
Jan 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ settings is configured.

For more details, see :doc:`/forms`.

.. _reference-framework-csrf-protection:

csrf_protection
~~~~~~~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions security/csrf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Forms created with the Symfony Form component include CSRF tokens by default
and Symfony checks them automatically, so you don't have to anything to be
protected against CSRF attacks.

This automatic protection is enabled/disabled with the ``csrf_protection`` in
the ``config/packages/framework.yaml`` file. For more information, see the
:ref:`form configuration reference <reference-framework-form>`.
This automatic protection is enabled/disabled with the ``csrf_protection`` option
in the ``config/packages/framework.yaml`` file. For more information, see the
:ref:`CSRF configuration reference <reference-framework-csrf-protection>`.

.. _form-csrf-customization:

Expand Down