DescriptionAdd "registerable domain" support to OriginAccessEntry.
Document::firstPartyForCookies relies on "registerable domain" matching,
as per https://tools.ietf.org/html/draft-west-first-party-cookies-03#section-2.1.
I attempted to introduce this in https://codereview.chromium.org/1133223002,
but misunderstood the 'AllowSubdomains' match setting.
This patch introduces a new 'AllowRegisterableDomains' match setting
which allows, for example, 'www.example.com' to match
'accounts.example.com'. It also adjusts Document::firstPartyForCookies
to use the new setting.
BUG=492971
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196327
Patch Set 1 #Patch Set 2 : Fix. #
Total comments: 2
Patch Set 3 : Test. #
Messages
Total messages: 14 (4 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||