Bug 93022

Summary: Add API for enabling blanket third-party data blocking
Product: WebKit Reporter: Vicki Pfau <jeffrey+webkit>
Component: WebKit APIAssignee: Vicki Pfau <jeffrey+webkit>
Status: RESOLVED FIXED    
Severity: Enhancement Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch andersca: review+

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>