-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Clearing site data feature #2084
base: main
Are you sure you want to change the base?
Conversation
So, Clear-Site-Data is not fully interoperable. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data#browser_compatibility. We could divide this in separate features:
or we leave it as one feature and have a baseline false until C-S-D is more interoperable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, another way to look at this might be.
- A
Clear-Site-Data
feature consisting ofClear-Site-Data
,secure_context_required
,storage
,cookies
, andwildcard
- Put the others with their respective features?
I'd also be happy with wildcard being the iron core of this feature and pinning to it with compute_from
.
name: Clear Site Data | ||
description: TODO | ||
name: Clearing site data | ||
description: The `Clear-Site-Data header` deletes browsing data (cookies, storage, cache) associated with the requesting website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The `Clear-Site-Data header` deletes browsing data (cookies, storage, cache) associated with the requesting website. | |
description: The `Clear-Site-Data` header deletes browsing data (such as cookies, storage, or cache) associated with the requesting website. |
Draft until BCD fixes have been merged: