File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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+
438440Allowed 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+
497503invalidate_session
498504~~~~~~~~~~~~~~~~~~
499505
You can’t perform that action at this time.
0 commit comments