Skip to content

Loading…

fix #1520 #1530

Open
wants to merge 2 commits into from

1 participant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Aug 25, 2015
  1. @publicarray

    fix #1520

    publicarray committed
Commits on Aug 26, 2015
  1. @publicarray

    add checksum

    publicarray committed
This page is out of date. Refresh to see the latest.
Showing with 7 additions and 6 deletions.
  1. +1 −1 assets/checksums.txt
  2. +2 −1 assets/ublock/filter-lists.json
  3. +4 −4 assets/update-3rdparties.sh
View
2 assets/checksums.txt
@@ -1,4 +1,4 @@
-4add8dd32dee8e87f19ef3cc763738b9 assets/ublock/filter-lists.json
+a193fe04826f9c69e26b335d303549d6 assets/ublock/filter-lists.json
c869bfca30f112b046298fb512a122de assets/ublock/filters.txt
c9c5cc56bec563bc1885847f925b9be2 assets/ublock/mirror-candidates.txt
ba85c7991d208fe26c8f74f57bb5cfe1 assets/ublock/privacy.txt
View
3 assets/ublock/filter-lists.json
@@ -13,7 +13,8 @@
"adblock.schack.dk/block.txt": {
"off": true,
"title": "DNK: Schacks Adblock Plus liste",
- "group": "regions"
+ "group": "regions",
+ "homeURL": "https://adblock.schack.dk/block.txt"
},
"cjxlist1.googlecode.com/svn/cjxlist.txt": {
"off": true,
View
8 assets/update-3rdparties.sh
@@ -14,7 +14,7 @@ THIRDPARTY_REMOTEURLS=(
'http://hosts-file.net/.%5Cad_servers.txt'
'http://someonewhocares.org/hosts/hosts'
'http://winhelp2002.mvps.org/hosts.txt'
- 'http://spam404bl.com/spam404scamlist.txt'
+ 'http://spam404bl.com/spam404scamlist.txt'
'https://publicsuffix.org/list/effective_tld_names.dat'
'https://easylist-downloads.adblockplus.org/easylist.txt'
'https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt'
@@ -48,7 +48,7 @@ THIRDPARTY_REMOTEURLS=(
'https://raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
'https://raw.githubusercontent.com/wiltteri/wiltteri.txt/master/wiltteri.txt'
'http://home.fredfiber.no/langsholt/adblock.txt'
-# 'http://adblock.schack.dk/block.txt'
+ 'http://adblock.schack.dk/block.txt'
'http://adblock.gardar.net/is.abp.txt'
'https://www.void.gr/kargig/void-gr-filters.txt'
'http://abp.mozilla-hispano.org/nauscopio/filtros.txt'
@@ -64,7 +64,7 @@ THIRDPARTY_LOCALURLS=(
'thirdparties/hosts-file.net/ad-servers'
'thirdparties/someonewhocares.org/hosts/hosts'
'thirdparties/winhelp2002.mvps.org/hosts.txt'
- 'thirdparties/spam404bl.com/spam404scamlist.txt'
+ 'thirdparties/spam404bl.com/spam404scamlist.txt'
'thirdparties/publicsuffix.org/list/effective_tld_names.dat'
'thirdparties/easylist-downloads.adblockplus.org/easylist.txt'
'thirdparties/easylist-downloads.adblockplus.org/easylist_noelemhide.txt'
@@ -98,7 +98,7 @@ THIRDPARTY_LOCALURLS=(
'thirdparties/raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt'
'thirdparties/raw.githubusercontent.com/wiltteri/wiltteri.txt/master/wiltteri.txt'
'thirdparties/home.fredfiber.no/langsholt/adblock.txt'
-# 'thirdparties/adblock.schack.dk/block.txt'
+ 'thirdparties/adblock.schack.dk/block.txt'
'thirdparties/adblock.gardar.net/is.abp.txt'
'thirdparties/www.void.gr/kargig/void-gr-filters.txt'
'thirdparties/abp.mozilla-hispano.org/nauscopio/filtros.txt'
Something went wrong with that request. Please try again.