On Tue, May 22, 2012 at 12:29 PM, Giorgio Mazzucchelli <[email protected]> wrote: > Is Safari's privacy option, which allows users to block 3rd part cookies, > implemented in WebKit or in the browser itself? Any code reference would be > very helpful.
Parts are implemented in WebKit and parts are implemented outside of WebKit. If you search the WebKit code for firstPartyForCookies, you might find some useful information. Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

