From f7a3fca8a8e03a5362d14e55613ac6d4103978fb Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 19 May 2012 20:23:44 +0900 Subject: Add support for 'Do Not Track' If the org.gnome.Epiphany.web.do-not-track setting is enabled, we'll send the DNT: 1 header with every outbound request we make. See http://donottrack.us/ for more details. --- data/org.gnome.epiphany.gschema.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/org.gnome.epiphany.gschema.xml') diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index d69c7ab57..1a38d9564 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -179,6 +179,11 @@ Enable WebGL Whether to enable support for WebGL contexts. + + false + Do Not Track + Whether to tell websites that we do not wish to be tracked. Please note that web pages are not forced to follow this setting. + -- cgit v1.2.3