aboutsummaryrefslogtreecommitdiffstats
path: root/assets/update-3rdparties.sh
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2014-06-23 19:36:45 -0400
committergorhill <rhill@raymondhill.net>2014-06-23 19:36:45 -0400
commit8b3d9ec683162b3801271e5a11777dad6f9a573f (patch)
tree32195f8fc15963f325e0802cf0adb6cc62e4173e /assets/update-3rdparties.sh
parent5213fecaad215f45ec37b2d7c2a075d6de85be45 (diff)
downloaduBlock-8b3d9ec683162b3801271e5a11777dad6f9a573f.zip
uBlock-8b3d9ec683162b3801271e5a11777dad6f9a573f.tar.gz
uBlock-8b3d9ec683162b3801271e5a11777dad6f9a573f.tar.bz2
update of third-party assets
Diffstat (limited to 'assets/update-3rdparties.sh')
-rwxr-xr-xassets/update-3rdparties.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/update-3rdparties.sh b/assets/update-3rdparties.sh
index 2a5e9f1..1ba084e 100755
--- a/assets/update-3rdparties.sh
+++ b/assets/update-3rdparties.sh
@@ -4,9 +4,10 @@
TEMPFILE=/tmp/httpsb-asset
-echo "*** HTTP Switchboard: updating remote assets..."
+echo "*** uBlock: updating remote assets..."
THIRDPARTY_REMOTEURLS=(
+ 'https://raw.githubusercontent.com/gorhill/httpswitchboard/master/assets/httpsb/blacklist.txt'
'http://mirror1.malwaredomains.com/files/immortal_domains.txt'
'http://mirror1.malwaredomains.com/files/justdomains'
'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&startdate%5Byear%5D=&mimetype=plaintext'
@@ -35,7 +36,7 @@ THIRDPARTY_REMOTEURLS=(
'http://liste-ar-adblock.googlecode.com/hg/Liste_AR.txt'
'http://adblock-czechoslovaklist.googlecode.com/svn/filters.txt'
'https://raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt'
- 'https://raw.github.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
+ 'https://raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
'http://download.wiltteri.net/wiltteri.txt'
'http://adblock.gardar.net/is.abp.txt'
'http://www.void.gr/kargig/void-gr-filters.txt'
@@ -43,6 +44,7 @@ THIRDPARTY_REMOTEURLS=(
)
THIRDPARTY_LOCALURLS=(
+ 'thirdparties/raw.githubusercontent.com/gorhill/httpswitchboard/master/assets/httpsb/blacklist.txt'
'thirdparties/mirror1.malwaredomains.com/files/immortal_domains.txt'
'thirdparties/mirror1.malwaredomains.com/files/justdomains'
'thirdparties/pgl.yoyo.org/as/serverlist'
@@ -71,7 +73,7 @@ THIRDPARTY_LOCALURLS=(
'thirdparties/liste-ar-adblock.googlecode.com/hg/Liste_AR.txt'
'thirdparties/adblock-czechoslovaklist.googlecode.com/svn/filters.txt'
'thirdparties/raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt'
- 'thirdparties/raw.github.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
+ 'thirdparties/raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
'thirdparties/download.wiltteri.net/wiltteri.txt'
'thirdparties/adblock.gardar.net/is.abp.txt'
'thirdparties/www.void.gr/kargig/void-gr-filters.txt'