Skip to content

Commit 09c7766

Browse files
authored
Add 'prefetchCache' and 'prerenderCache' to allowed values
1 parent 99642c4 commit 09c7766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ The ``Clear-Site-Data`` HTTP header clears browsing data (cookies, storage, cach
373373
associated with the requesting website. It allows web developers to have more
374374
control over the data stored by a client browser for their origins.
375375

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

0 commit comments

Comments
 (0)