From 37740e2871470f048f9d6caa3a07579e824f528e Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 12 Jul 2014 20:31:30 -0400 Subject: [PATCH] pull from https whenver possible --- assets/update-3rdparties.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/update-3rdparties.sh b/assets/update-3rdparties.sh index 7854506f8..722f0b620 100755 --- a/assets/update-3rdparties.sh +++ b/assets/update-3rdparties.sh @@ -15,13 +15,13 @@ THIRDPARTY_REMOTEURLS=( 'http://someonewhocares.org/hosts/hosts' 'http://winhelp2002.mvps.org/hosts.txt' 'http://spam404bl.com/spam404scamlist.txt' - 'http://publicsuffix.org/list/effective_tld_names.dat' + 'https://publicsuffix.org/list/effective_tld_names.dat' 'https://easylist-downloads.adblockplus.org/easylist.txt' 'https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt' 'https://easylist-downloads.adblockplus.org/easyprivacy.txt' 'https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt' - 'http://www.fanboy.co.nz/enhancedstats.txt' - 'http://www.fanboy.co.nz/fanboy-antifacebook.txt' + 'https://www.fanboy.co.nz/enhancedstats.txt' + 'https://www.fanboy.co.nz/fanboy-antifacebook.txt' 'https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt' 'https://easylist-downloads.adblockplus.org/easylistgermany.txt' 'http://www.hufilter.hu/hufilter.txt' @@ -30,14 +30,15 @@ THIRDPARTY_REMOTEURLS=( 'https://easylist-downloads.adblockplus.org/easylistdutch.txt' 'https://easylist-downloads.adblockplus.org/liste_fr.txt' 'https://easylist-downloads.adblockplus.org/advblock.txt' + 'https://easylist-downloads.adblockplus.org/bitblock.txt' 'https://easylist-downloads.adblockplus.org/easylistchina.txt' 'https://cjxlist1.googlecode.com/svn/cjxlist.txt' 'http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt' 'https://adblock-plus-japanese-filter.googlecode.com/hg/abp_jp.txt' 'http://margevicius.lt/AdBlockPlusLithuania.txt' 'http://stanev.org/abp/adblock_bg.txt' - 'http://indonesianadblockrules.googlecode.com/hg/subscriptions/abpindo.txt' - 'http://liste-ar-adblock.googlecode.com/hg/Liste_AR.txt' + 'https://indonesianadblockrules.googlecode.com/hg/subscriptions/abpindo.txt' + 'https://liste-ar-adblock.googlecode.com/hg/Liste_AR.txt' 'https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt' 'https://raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt' 'https://raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt' @@ -46,7 +47,7 @@ THIRDPARTY_REMOTEURLS=( 'https://www.fanboy.co.nz/fanboy-swedish.txt' 'http://adblock.schack.dk/block.txt' 'http://adblock.gardar.net/is.abp.txt' - 'http://www.void.gr/kargig/void-gr-filters.txt' + 'https://www.void.gr/kargig/void-gr-filters.txt' 'http://abp.mozilla-hispano.org/nauscopio/filtros.txt' ) @@ -74,6 +75,7 @@ THIRDPARTY_LOCALURLS=( 'thirdparties/easylist-downloads.adblockplus.org/easylistdutch.txt' 'thirdparties/easylist-downloads.adblockplus.org/liste_fr.txt' 'thirdparties/easylist-downloads.adblockplus.org/advblock.txt' + 'thirdparties/easylist-downloads.adblockplus.org/bitblock.txt' 'thirdparties/easylist-downloads.adblockplus.org/easylistchina.txt' 'thirdparties/cjxlist1.googlecode.com/svn/cjxlist.txt' 'thirdparties/adblock-chinalist.googlecode.com/svn/trunk/adblock.txt'