[Xfce4-commits] <midori:master> Disable HTML5 storage features in Private Browsing

Christian Dywan noreply at xfce.org
Mon Apr 18 01:38:02 CEST 2011


Updating branch refs/heads/master
         to 857bbfb02b4e82754ff92d3637ad768b16a1a29f (commit)
       from feb69e8fd9e8e9a7140d1cff1e53a2221f42763b (commit)

commit 857bbfb02b4e82754ff92d3637ad768b16a1a29f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Apr 18 01:31:56 2011 +0200

    Disable HTML5 storage features in Private Browsing

 midori/main.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 1d93f05..cfb3683 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,



More information about the Xfce4-commits mailing list