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
433
433
434
434
**type **: ``array `` **default **: ``[] ``
435
435
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
+
438
440
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:
440
442
441
443
.. configuration-block ::
442
444
@@ -494,6 +496,10 @@ And it's possible to use ``*`` as a wildcard for all directives::
494
496
],
495
497
]);
496
498
499
+ .. versionadded :: 6.3
500
+
501
+ The ``clear_site_data `` option was introduced in Symfony 6.3.
502
+
497
503
invalidate_session
498
504
~~~~~~~~~~~~~~~~~~
499
505
You can’t perform that action at this time.
0 commit comments