[epiphany] Update EasyList filter rules URL for ad blocker
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Update EasyList filter rules URL for ad blocker
- Date: Wed, 30 Oct 2013 11:14:41 +0000 (UTC)
commit 4d7c9cb1176b380725f70c4713b6fe4b09f8c403
Author: Adrian Perez de Castro <aperez igalia com>
Date: Sun Oct 27 16:39:27 2013 +0200
Update EasyList filter rules URL for ad blocker
The previously used URL is a redirect, and the new URL in this patch is
a direct link, which is also the URL given at the AdBlockPlus subscriptions
page (https://adblockplus.org/en/subscriptions). Using a direct URL loads
rules marginally faster, and seems to behave more robustly for fetching
updated rule sets.
This fixes https://bugzilla.gnome.org/show_bug.cgi?id=710661
embed/uri-tester.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/uri-tester.c b/embed/uri-tester.c
index 1d1283f..399b1c6 100644
--- a/embed/uri-tester.c
+++ b/embed/uri-tester.c
@@ -31,7 +31,7 @@
#include <glib/gstdio.h>
#include <string.h>
-#define DEFAULT_FILTER_URL "http://adblockplus.mozdev.org/easylist/easylist.txt"
+#define DEFAULT_FILTER_URL "https://easylist-downloads.adblockplus.org/easylist.txt"
#define FILTERS_LIST_FILENAME "filters.list"
#define SIGNATURE_SIZE 8
#define UPDATE_FREQUENCY 24 * 60 * 60 /* In seconds */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]