Add compression dictionary clearing support#80
Draft
horo-t wants to merge 1 commit into
Draft
Conversation
Currently compression dictionaries are cleared when either the "cache" or "cookies" are set in `Clear-Site-Data`. But it would be very useful if there is a way to only clear the compression dictionaries without clearing HTTP caches and Cookies. So, I'd like to propose a new "dictionaries" datatype in Clear-Site-Data HTTP Response Header Field. WICG/compression-dictionary-transport#34
Member
Author
|
@pmeenan |
|
Lets hold off on any spec PR's until we're done with the origin trial and have sorted out any rough edges (and get consensus on what the solutions should look like). I opened up a new issue to discuss the underlying problem of A/B testing: WICG/compression-dictionary-transport#54 |
Member
Author
|
Sounds good. Thank you for filing the new issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently compression dictionaries are cleared when either the "cache" or "cookies" are set in
Clear-Site-Data.But it would be very useful if there is a way to only clear the compression dictionaries without clearing HTTP caches and Cookies.
So, I'd like to propose a new "dictionaries" datatype in Clear-Site-Data HTTP Response Header Field.
WICG/compression-dictionary-transport#34
Preview | Diff