Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ The ``Clear-Site-Data`` HTTP header clears browsing data (cookies, storage, cach
associated with the requesting website. It allows web developers to have more
control over the data stored by a client browser for their origins.

Allowed values are ``cache``, ``cookies``, ``storage`` and ``executionContexts``.
Allowed values are ``cache``, ``cookies``, ``storage``, ``clientHints``, ``executionContexts``,
``prefetchCache`` and ``prerenderCache``.
It's also possible to use ``*`` as a wildcard for all directives:

.. configuration-block::
Expand Down Expand Up @@ -406,6 +407,11 @@ It's also possible to use ``*`` as a wildcard for all directives:
->clearSiteData(['cookies', 'storage']);
};

.. versionadded:: 8.1

The ``clientHints``, ``prefetchCache`` and ``prerenderCache`` options were
introduced in Symfony 8.1.

invalidate_session
..................

Expand Down