Specify clear-site-data integration, and special keywords for prefetch and prerender #357
Labels
enhancement
New feature or request
in progress
The ideas discussed in this issue are actively being worked on in either implementation or spec
prefetch
Related to prefetching
prerendering
Related to prerendering
We should specify (and implement) that clear-site-data clears all active prerenders and prefetches, when you use the
"cache"
value. This would be done by patching the https://w3c.github.io/webappsec-clear-site-data/#clear-cache spec (probably via more monkeypatches in the prefetch / prerender specs).Additionally, we should let origins specifically clear these caches in a more targeted way. I suggest introducing new values,
"prefetchCache"
and"prerenderCache"
, which perform this targeted clearing. This helps with the use cases discussed in #352; see especially #352 (comment).The text was updated successfully, but these errors were encountered: