summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-22 17:06:50 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-22 17:55:19 -0600
commit009216dc3287b65eb0e7ab82c8560c0dbbb6e830 (patch)
treef70dd5bd484df88a2eee1187c4c23edb1a79b84b /data
parentb8811db568f939a6d7cb07e6e4dc7d72ec907069 (diff)
downloadepiphany-009216dc3287b65eb0e7ab82c8560c0dbbb6e830.tar.gz
Enable EasyPrivacy filtering by default
For now, you can disable or enable the filtering using the existing DNT setting, which has been renamed to reflect that it controls more than just DNT headers. Note that the underlying gsetting is different, though.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 1c5f29197..16c0b0ed0 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -178,7 +178,7 @@
<key type="b" name="do-not-track">
<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>
+ <description>Enables DNT headers and tracking query parameter removal. Note that when changing this setting from the preferences dialog, the adblock-filters setting will additionally be updated to add/remove EasyPrivacy filters.</description>
</key>
<key type="b" name="enable-adblock">
<default>true</default>
@@ -186,7 +186,7 @@
<description>Whether to block the embedded advertisements that web pages might want to show.</description>
</key>
<key type="as" name="adblock-filters">
- <default>['https://easylist.to/easylist/easylist.txt']</default>
+ <default>['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt']</default>
<summary>List of adblock filters</summary>
<description>List of URLs with filter rules to be used by the adblock.</description>
</key>