-
Notifications
You must be signed in to change notification settings - Fork 83
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
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
.
@Elchi3 do you want to come back to this? I feel like this one has been sitting idle for a while. |
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
I've pinned the wildcard support. I think that makes the most sense if we don't want to split out anything here for now. |
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.
This works for me. Thank you!
Draft until BCD fixes have been merged: