Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a0c762

Browse files
committed
[Security] Rename logout’scsrf_token_generator tocsrf_token_manager
1 parent5d23506 commit3a0c762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎reference/configuration/security.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ enable_csrf
465465
**type**: ``boolean`` **default**: ``null``
466466

467467
Set this option to ``true`` to enable CSRF protection in the logout process
468-
using Symfony's default CSRF tokengenerator. Set also the ``csrf_token_generator``
469-
option if you need to use a custom CSRF tokengenerator.
468+
using Symfony's default CSRF tokenmanager. Set also the ``csrf_token_manager``
469+
option if you need to use a custom CSRF tokenmanager.
470470

471471
..versionadded::6.2
472472

@@ -479,7 +479,7 @@ csrf_parameter
479479

480480
The name of the parameter that stores the CSRF token value.
481481

482-
csrf_token_generator
482+
csrf_token_manager
483483
~~~~~~~~~~~~~~~~~~~~
484484

485485
**type**: ``string`` **default**: ``null``

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp