Chromium Code Reviews
DescriptionAlign `clear-site-data` syntax with the spec.
We've shifted from an explicit JSON dictionary to a list of quoted
strings (that can be parsed as JSON for forward-compatibility). That is,
rather than `Clear-Site-Data: { "types": [ "cookies", "cache" ] }`,
we'll use `Clear-Site-Data: "cookies", "cache"` to mean the same thing.
Spec change in https://github.com/w3c/webappsec-clear-site-data/issues/27.
BUG=607897
Review-Url: https://codereview.chromium.org/2929593002
Cr-Commit-Position: refs/heads/master@{#478585}
Committed: https://chromium.googlesource.com/chromium/src/+/085b57ffe70b6cb90cd77b61585babcf59df3a95
Patch Set 1 #
Total comments: 4
Patch Set 2 : Feedback. #Messages
Total messages: 17 (10 generated)
|