8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a43e55 + 4dfa3ee commit 0a2807fCopy full SHA for 0a2807f
security/csrf.rst
@@ -112,7 +112,7 @@ to do anything to be protected against CSRF attacks.
112
113
.. _form-csrf-customization:
114
115
-By default Symfony adds the CSRF token in a hidden field called ``_token``, but
+By default Symfony adds the CSRF token in a hidden field called ``_csrf_token``, but
116
this can be customized (1) globally for all forms and (2) on a form-by-form basis.
117
Globally, you can configure it under the ``framework.form`` option:
118
0 commit comments