From 52d580aabcf887efdd822b8369d04de579196d75 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 22 Mar 2017 17:15:38 -0400 Subject: [PATCH] add alt URLs for EasyList/EasyPrivacy (https://github.com/gorhill/uBlock/issues/2037#issuecomment-287532208) --- assets/assets.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/assets.json b/assets/assets.json index 305d1b6cd..b98670998 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -97,6 +97,7 @@ "title": "EasyList", "contentURL": [ "https://easylist.to/easylist/easylist.txt", + "https://secure.fanboy.co.nz/easylist.txt", "https://easylist-downloads.adblockplus.org/easylist.txt", "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/thirdparties/easylist-downloads.adblockplus.org/easylist.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt" @@ -124,6 +125,7 @@ "title": "EasyPrivacy", "contentURL": [ "https://easylist.to/easylist/easyprivacy.txt", + "https://secure.fanboy.co.nz/easyprivacy.txt", "https://easylist-downloads.adblockplus.org/easyprivacy.txt", "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt"