From: Christian Dywan Date: Sun, 17 Apr 2011 23:31:56 +0000 (+0200) Subject: Disable HTML5 storage features in Private Browsing X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857bbfb02b4e82754ff92d3637ad768b16a1a29f;p=midori Disable HTML5 storage features in Private Browsing --- diff --git a/midori/main.c b/midori/main.c index 1d93f057..cfb36835 100644 --- a/midori/main.c +++ b/midori/main.c @@ -2217,6 +2217,11 @@ main (int argc, #if WEBKIT_CHECK_VERSION (1, 1, 2) "enable-private-browsing", TRUE, #endif + #if WEBKIT_CHECK_VERSION (1, 1, 8) + "enable-html5-database", FALSE, + "enable-html5-local-storage", FALSE, + "enable-offline-web-application-cache", FALSE, + #endif /* Arguably DNS prefetching is or isn't a privacy concern. For the * lack of more fine-grained control we'll go the safe route. */ "enable-dns-prefetching", FALSE,