RESOLVED FIXED 93022
Add API for enabling blanket third-party data blocking
https://bugs.webkit.org/show_bug.cgi?id=93022
Summary Add API for enabling blanket third-party data blocking
Vicki Pfau
Reported 2012-08-02 13:27:11 PDT
I'm working on adding support for blocking third-party security origins from storing data (i.e. like we already have for cookies but for e.g. localStorage). This bug is for the API for enabling and disabling it, and not the implementation. <rdar://problem/11948739>
Attachments
Patch (8.36 KB, patch)
2012-08-02 14:45 PDT, Vicki Pfau
no flags
Patch (8.43 KB, patch)
2012-08-02 17:06 PDT, Vicki Pfau
andersca: review+
Vicki Pfau
Comment 1 2012-08-02 14:45:03 PDT
Vicki Pfau
Comment 2 2012-08-02 17:06:07 PDT
Anders Carlsson
Comment 3 2012-08-03 11:21:48 PDT
Comment on attachment 156213 [details] Patch I think setShouldBlockThirdPartyStorage and shouldBlockThirdPartyStorage would be more readable. r=me with those changes.
Vicki Pfau
Comment 4 2012-08-03 13:25:08 PDT
Note You need to log in before you can comment on or make changes to this bug.