Skip to content

Commit da2abef

Browse files
committed
Tweaks
1 parent 26d61e1 commit da2abef

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

reference/configuration/security.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,12 @@ clear_site_data
433433

434434
**type**: ``array`` **default**: ``[]``
435435

436-
The Clear-Site-Data header clears browsing data (cookies, storage, cache) associated with the requesting website.
437-
It allows web developers to have more control over the data stored by a client browser for their origins.
436+
The ``Clear-Site-Data`` HTTP header clears browsing data (cookies, storage, cache)
437+
associated with the requesting website. It allows web developers to have more
438+
control over the data stored by a client browser for their origins.
439+
438440
Allowed values are ``cache``, ``cookies``, ``storage`` and ``executionContexts``.
439-
And it's possible to use ``*`` as a wildcard for all directives::
441+
It's also possible to use ``*`` as a wildcard for all directives:
440442

441443
.. configuration-block::
442444

@@ -494,6 +496,10 @@ And it's possible to use ``*`` as a wildcard for all directives::
494496
],
495497
]);
496498
499+
.. versionadded:: 6.3
500+
501+
The ``clear_site_data`` option was introduced in Symfony 6.3.
502+
497503
invalidate_session
498504
~~~~~~~~~~~~~~~~~~
499505

0 commit comments

Comments
 (0)