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 /lib | |
parent | 11badefa0ecef3884972cbc6ee773ee3ea1be6ec (diff) | |
download | gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.gz gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.bz2 gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.lz gsoc2013-epiphany-f7a3fca8a8e03a5362d14e55613ac6d4103978fb.tar.xz 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 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index d2a5f5884..7e035decb 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -106,6 +106,7 @@ typedef enum #define EPHY_PREFS_WEB_COOKIES_POLICY "cookies-policy" #define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE "image-animation-mode" #define EPHY_PREFS_WEB_DEFAULT_ENCODING "default-encoding" +#define EPHY_PREFS_WEB_DO_NOT_TRACK "do-not-track" #define EPHY_PREFS_SCHEMA "org.gnome.Epiphany" #define EPHY_PREFS_USER_AGENT "user-agent" |