We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a51f4a0 + 0a2807f commit 9ddaf7cCopy full SHA for 9ddaf7c
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