mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
@@ -11,7 +11,7 @@ config simple-adblock 'config'
|
||||
option parallel_downloads '1'
|
||||
option debug '0'
|
||||
option compressed_cache '0'
|
||||
list whitelist_domain 'raw.githubusercontent.com'
|
||||
list whitelist_domain 'cdn.jsdelivr.net'
|
||||
|
||||
# Thu Oct 3 17:54:04 PDT 2019
|
||||
# File size: 4.0K
|
||||
@@ -45,7 +45,7 @@ config simple-adblock 'config'
|
||||
list blacklist_hosts_url 'https://adaway.org/hosts.txt'
|
||||
|
||||
# File size: 20.0K
|
||||
list blacklist_hosts_url 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
|
||||
list blacklist_hosts_url 'https://cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list@master/hosts.txt'
|
||||
|
||||
# File size: 36.0K
|
||||
list blacklist_hosts_url 'https://www.malwaredomainlist.com/hostslist/hosts.txt'
|
||||
@@ -56,7 +56,7 @@ config simple-adblock 'config'
|
||||
# File size: 388.0K
|
||||
# blocklist may be too big for some routers
|
||||
# blocklist may block some video-streaming content
|
||||
# list blacklist_hosts_url 'https://raw.githubusercontent.com/jawz101/MobileAdTrackers/master/hosts'
|
||||
# list blacklist_hosts_url 'https://cdn.jsdelivr.net/gh/jawz101/MobileAdTrackers@master/hosts'
|
||||
|
||||
# File size: 424.0K
|
||||
# blocklist may be too big for some routers
|
||||
@@ -72,7 +72,7 @@ config simple-adblock 'config'
|
||||
|
||||
# File size: 1.6M
|
||||
# blocklist too big for most routers
|
||||
# list blacklist_hosts_url 'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts'
|
||||
# list blacklist_hosts_url 'https://cdn.jsdelivr.net/gh/StevenBlack/hosts@master/hosts'
|
||||
|
||||
# File size: 3.1M
|
||||
# blocklist too big for most routers
|
||||
@@ -80,7 +80,7 @@ config simple-adblock 'config'
|
||||
|
||||
# File size: 23.0M
|
||||
# blocklist too big for most routers
|
||||
# list blacklist_hosts_url 'https://dbl.oisd.nl/'
|
||||
# list blacklist_hosts_url 'https://hosts.oisd.nl/'
|
||||
|
||||
# site was down on last check
|
||||
# list blacklist_domains_url 'http://support.it-mate.co.uk/downloads/hosts.txt'
|
||||
|
||||
Reference in New Issue
Block a user