Bug 93022 - Add API for enabling blanket third-party data blocking
Summary: Add API for enabling blanket third-party data blocking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Vicki Pfau
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-08-02 13:27 PDT by Vicki Pfau
Modified: 2012-08-03 13:25 PDT (History)
0 users

See Also:


Attachments
Patch (8.36 KB, patch)
2012-08-02 14:45 PDT, Vicki Pfau
no flags Details | Formatted Diff | Diff
Patch (8.43 KB, patch)
2012-08-02 17:06 PDT, Vicki Pfau
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 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>
Comment 1 Vicki Pfau 2012-08-02 14:45:03 PDT
Created attachment 156173 [details]
Patch
Comment 2 Vicki Pfau 2012-08-02 17:06:07 PDT
Created attachment 156213 [details]
Patch
Comment 3 Anders Carlsson 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.
Comment 4 Vicki Pfau 2012-08-03 13:25:08 PDT
Committed r124647: <http://trac.webkit.org/changeset/124647>