[Xfce4-commits] <midori:master> Enable stripping 'referer' by default

Christian Dywan noreply at xfce.org
Mon Mar 4 22:10:02 CET 2013


Updating branch refs/heads/master
         to e7e32b1cf62667d4bb6c8fd83734167259cfde82 (commit)
       from 316171804191540abb4f40ea35dea58915fff5ea (commit)

commit e7e32b1cf62667d4bb6c8fd83734167259cfde82
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Mar 4 22:05:09 2013 +0100

    Enable stripping 'referer' by default

 midori/midori-settings.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-settings.vala b/midori/midori-settings.vala
index 1f33058..6617327 100644
--- a/midori/midori-settings.vala
+++ b/midori/midori-settings.vala
@@ -120,7 +120,7 @@ namespace Midori {
         // [IntegerType (min = 0, int.max)]
         public int maximum_cache_size { get; set; default = 100; }
         /* Since: 0.3.4 */
-        public bool strip_referer { get; set; default = false; }
+        public bool strip_referer { get; set; default = true; }
         /* Since: 0.4.2 */
         public bool first_party_cookies_only { get; set; default = true; }
         // [IntegerType (min = 0, int.max)]


More information about the Xfce4-commits mailing list