<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all.<div class=""><br class=""></div><div class="">I’ve got a project that I’m looking to migrate to WebKit 2. But I want to make sure in advance that I can enable the same kind of private browsing that WebKitLegacy uses.</div><div class=""><br class=""></div><div class="">I’ve looked at&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=140198" class="">bug 140198</a>, which seems to suggest that using a non-persistent WKWebsiteDataStore is the right approach. This seems reasonable to me (and an excellent fit for my project), but I didn’t get a clear impression from the discussion on that bug if doing this is going to be the preferred approach in the future.</div><div class=""><br class=""></div><div class="">I also want to make sure that certain security features remain in effect: for instance, that visited links are not marked, and that web-SQL databases aren’t getting shared between web views. (I actually don’t mind if visited links are marked, so long as the history is not shared between web views.)</div><div class=""><br class=""></div><div class="">Does anyone have any advice for best practices in getting fully-private browsing? I’m compiling WebKit, so using private methods is not an issue in my case.</div><div class=""><br class=""></div><div class="">Thanks!</div><div class="">- Talus.</div><div class=""><br class=""></div></body></html>