summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-22 12:37:20 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-22 17:55:19 -0600
commitd2fc9b8016297dea7eb39ac181a13ce3037c5205 (patch)
tree6ed856c5413dcdc97b5994b7072b67843391a42d /data
parent4ffc3167f66190904911adca1e71ab018e7727db (diff)
downloadepiphany-d2fc9b8016297dea7eb39ac181a13ce3037c5205.tar.gz
Get default adblock filters straight from EasyList
Instead of using the Adblock Plus version of the file, since we are going to be exposing more filters from EasyList
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 1a51888cb..1c5f29197 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -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-downloads.adblockplus.org/easylist.txt']</default>
+ <default>['https://easylist.to/easylist/easylist.txt']</default>
<summary>List of adblock filters</summary>
<description>List of URLs with filter rules to be used by the adblock.</description>
</key>