[epiphany] Enable DNT headers by default



commit 4ff8705155fda53460bc9dfdc1de6c14e83880a1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Aug 29 09:12:04 2015 -0500

    Enable DNT headers by default
    
    Argument in favor: The do-not-track header should be sent by default.
    Otherwise, setting the header makes it easier to track you (since fewer
    users will change the setting than leave it unchanged). It's hard to
    understate how silly this is. ;)

 data/org.gnome.epiphany.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 7a1f103..6dbed96 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -184,7 +184,7 @@
                        <description>Whether to enable support for WebAudio.</description>
                </key>
                <key type="b" name="do-not-track">
-                       <default>false</default>
+                       <default>true</default>
                        <summary>Do Not Track</summary>
                        <description>Whether to tell websites that we do not wish to be tracked. Please note 
that web pages are not forced to follow this setting.</description>
                </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]