summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2020-06-18 16:44:28 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2020-07-09 08:48:42 +0200
commit61e39d94d60851bfb7d43d42b31759373dd7ba73 (patch)
treeb1808fa29bc88ed717643a9b94f84a911b7b5e5e /data
parente83fb83f2eccb03a6ef37a1f98d3fe21bbd8156e (diff)
downloadepiphany-61e39d94d60851bfb7d43d42b31759373dd7ba73.tar.gz
Add support for Intelligent Tracking Prevention (ITP)
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index f5e0c256f..f4d613e89 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -191,6 +191,11 @@
<summary>Enable safe browsing</summary>
<description>Whether to enable safe browsing. Safe browsing operates via Google Safe Browsing API v4.</description>
</key>
+ <key type="b" name="enable-itp">
+ <default>true</default>
+ <summary>Enable Intelligent Tracking Prevention (ITP)</summary>
+ <description>Whether to enable Intelligent Tracking Prevention.</description>
+ </key>
<key type="s" name="gsb-api-key">
<default>'AIzaSyAtuURrRblYXvwCyDC5ZFq0mEw1x4VN6KA'</default>
<summary>Google Safe Browsing API key</summary>