mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: update to 0.70.0
* openwrt init system support, see /etc/init.d/adblock * support for two new adblock sources: openphish and ruadlist/easylist * partial block list restore, i.e. if a single list download failed * fix performance regression on sites with links to https ad servers * removed no longer used samples dir * updated documentation Signed-off-by: Dirk Brenken <openwrt@brenken.org>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# adblock configuration, for further information
|
||||
# please see /etc/adblock/samples/adblock.conf.sample
|
||||
# and /etc/adblock/README.md
|
||||
# see '/etc/adblock/README.md'
|
||||
|
||||
config adblock "global"
|
||||
option adb_enabled "1"
|
||||
option adb_cfgver "0.70"
|
||||
option adb_blacklist "/etc/adblock/adblock.blacklist"
|
||||
option adb_whitelist "/etc/adblock/adblock.whitelist"
|
||||
|
||||
@@ -38,10 +39,18 @@ config source "malwarelist"
|
||||
option enabled "0"
|
||||
option adb_src_malwarelist "http://www.malwaredomainlist.com/hostslist/hosts.txt&ruleset=rset_malwarelist"
|
||||
|
||||
config source "openphish"
|
||||
option enabled "0"
|
||||
option adb_src_openphish "https://openphish.com/feed.txt&ruleset=rset_openphish"
|
||||
|
||||
config source "palevo"
|
||||
option enabled "0"
|
||||
option adb_src_palevo "https://palevotracker.abuse.ch/blocklists.php?download=domainblocklist&ruleset=rset_palevo"
|
||||
|
||||
config source "ruadlist"
|
||||
option enabled "0"
|
||||
option adb_src_ruadlist "https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt&ruleset=rset_ruadlist"
|
||||
|
||||
config source "shalla"
|
||||
option enabled "0"
|
||||
option adb_arc_shalla "http://www.shallalist.de/Downloads/shallalist.tar.gz"
|
||||
@@ -65,7 +74,7 @@ config source "winhelp"
|
||||
|
||||
config source "yoyo"
|
||||
option enabled "1"
|
||||
option adb_src_yoyo "http://pgl.yoyo.org/adservers/serverlist.php?hostformat=one-line&showintro=0&mimetype=plaintext&ruleset=rset_yoyo"
|
||||
option adb_src_yoyo "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=one-line&showintro=0&mimetype=plaintext&ruleset=rset_yoyo"
|
||||
|
||||
config source "zeus"
|
||||
option enabled "0"
|
||||
|
||||
Reference in New Issue
Block a user