Chromium Code Reviews
DescriptionSameSite: Teach devtools about the new 'samesite' syntax.
We used to treat 'samesite' as a binary flag, displaying a checkmark
just like 'secure' or 'httponly'. The attribute is now a trinary value in
the table: "", "Lax", or "Strict".
The protocol shifted to align with this change, switching from a boolean
value to an enum ("NoRestriction", "Lax", and "Strict", respectively).
BUG=596520
Committed: https://crrev.com/4e0bddf6d2123979b95860fae65429014828b33f
Cr-Commit-Position: refs/heads/master@{#385393}
Patch Set 1 #Patch Set 2 : test #
Total comments: 1
Patch Set 3 : Feedback+Rebase #
Total comments: 9
Patch Set 4 : optional #
Total comments: 8
Patch Set 5 : Feedback #Messages
Total messages: 18 (6 generated)
|