Skip to content

Commit 3a4b6ba

Browse files
authored
Fix title level
1 parent 8497373 commit 3a4b6ba

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

reference/configuration/security.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ redirected to the ``default_target_path`` to avoid a redirection loop.
351351
**Options Related to Logout Configuration**
352352

353353
delete_cookies
354-
~~~~~~~~~~~~~~
354+
..............
355355

356356
**type**: ``array`` **default**: ``[]``
357357

@@ -425,8 +425,9 @@ user logs out::
425425
],
426426
]);
427427
428+
428429
clear_site_data
429-
~~~~~~~~~~~~~~~
430+
...............
430431

431432
**type**: ``array`` **default**: ``[]``
432433

@@ -498,7 +499,7 @@ It's also possible to use ``*`` as a wildcard for all directives:
498499
The ``clear_site_data`` option was introduced in Symfony 6.3.
499500

500501
invalidate_session
501-
~~~~~~~~~~~~~~~~~~
502+
..................
502503

503504
**type**: ``boolean`` **default**: ``true``
504505

@@ -511,14 +512,14 @@ option to ``false`` in every firewall and the user will only be logged out from
511512
the current firewall and not the other ones.
512513

513514
``path``
514-
~~~~~~~~
515+
........
515516

516517
**type**: ``string`` **default**: ``/logout``
517518

518519
The path which triggers logout. You need to set up a route with a matching path.
519520

520521
target
521-
~~~~~~
522+
......
522523

523524
**type**: ``string`` **default**: ``/``
524525

@@ -529,7 +530,7 @@ redirect after logout.
529530
.. _reference-security-logout-csrf:
530531

531532
enable_csrf
532-
~~~~~~~~~~~
533+
...........
533534

534535
**type**: ``boolean`` **default**: ``null``
535536

@@ -542,14 +543,14 @@ option if you need to use a custom CSRF token manager.
542543
The ``enable_csrf`` option was introduced in Symfony 6.2.
543544

544545
csrf_parameter
545-
~~~~~~~~~~~~~~
546+
..............
546547

547548
**type**: ``string`` **default**: ``'_csrf_token'``
548549

549550
The name of the parameter that stores the CSRF token value.
550551

551552
csrf_token_manager
552-
~~~~~~~~~~~~~~~~~~
553+
..................
553554

554555
**type**: ``string`` **default**: ``null``
555556

0 commit comments

Comments
 (0)