[webkit-reviews] review denied: [Bug 93390] Allow blocking of third-party localStorage and sessionStorage : [Attachment 157023] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 16:04:57 PDT 2012


Adam Barth <abarth at webkit.org> has denied Jeffrey Pfau <jeffrey at endrift.com>'s
request for review:
Bug 93390: Allow blocking of third-party localStorage and sessionStorage
https://bugs.webkit.org/show_bug.cgi?id=93390

Attachment 157023: Patch
https://bugs.webkit.org/attachment.cgi?id=157023&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
Although it's tempting to use the topDocument as the "first party" context,
that doesn't match what we do for cookies.  For cookies, we use the
firstPartyForCookies, which takes into account redirects, etc.	We probably
want to be consistent in what we treat as the first party for these storage
interactions.


More information about the webkit-reviews mailing list