Skip to content

Commit faa30fc

Browse files
1 parent 8835d41 commit faa30fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/csrf.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ Stateless CSRF Tokens
331331

332332
.. versionadded:: 7.2
333333

334-
Stateless anti-CSRF protection was introduced in Symfony 7.2.
334+
Stateless anti-CSRF protection was introduced in Symfony 7.2, and set as default.
335335

336-
By default CSRF tokens are stateful, which means they're stored in the session.
336+
Traditionally CSRF tokens are stateful, which means they're stored in the session.
337337
But some token ids can be declared as stateless using the ``stateless_token_ids``
338338
option:
339339

0 commit comments

Comments
 (0)