diff options
author | Dirk Brenken <dev@brenken.org> | 2016-05-16 22:51:07 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2016-05-16 22:51:07 +0200 |
commit | 54b0115d2566038aca3fec0254e1d2735d7b952f (patch) | |
tree | 5211452fe482df9bf0061c4fd64fbdcfad2d7b06 /net/adblock/files/adblock.conf | |
parent | 57853a6c14f53445f74879851d3907d157f759a6 (diff) |
adblock: update 1.1.11
* fix changed winspy source url in default config
* fix adblock counters in config
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r-- | net/adblock/files/adblock.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index 061f51812..06ff2a6bd 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -3,7 +3,7 @@ config adblock 'global' option adb_enabled '1' - option adb_cfgversion '1.1' + option adb_cfgver '1.2' option adb_whitelist '/etc/adblock/adblock.whitelist' option adb_whitelist_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}' option adb_forcedns '1' @@ -115,7 +115,7 @@ config source 'whocares' config source 'winspy' option enabled '0' - option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/hostsBlockWindowsSpy.txt' + option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/hosts/hostsBlockWindowsSpy.txt' option adb_src_rset '\$0 ~/^0\.0\.0\.0[ \t]+([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$2)}' option adb_src_desc 'focus on windows spy & telemetry domains, infrequent updates, approx. 120 entries' |