diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-19 19:23:44 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-19 19:25:14 +0800 |
commit | f7a3fca8a8e03a5362d14e55613ac6d4103978fb (patch) | |
tree | 40b75652e3151bc95469ed420c02d7089d93e819 /data | |
parent | 11badefa0ecef3884972cbc6ee773ee3ea1be6ec (diff) | |
download | gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.gz gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.zst gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <summary>Enable WebGL</summary> <description>Whether to enable support for WebGL contexts.</description> </key> + <key type="b" name="do-not-track"> + <default>false</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> </schema> <schema path="/org/gnome/epiphany/state/" id="org.gnome.Epiphany.state"> <key type="s" name="open-dir"> |