From 0513566fcf34dac64f0758d092cbf8b72737cd3e Mon Sep 17 00:00:00 2001 From: Patrick Mulder Date: Sat, 22 Jul 2017 20:33:26 +0200 Subject: adblock: Added a new region. Signed-off-by: Patrick Mulder --- net/adblock/files/adblock.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'net/adblock/files/adblock.conf') diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index c26fb9e27..0d4d701f8 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -86,6 +86,12 @@ config source 'reg_cn' option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}' option adb_src_desc 'focus on chinese ads, daily updates, approx. 1.600 entries' +config source 'reg_nl' + option enabled '0' + option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt' + option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}' + option adb_src_desc 'focus on dutch ads plus generic easylist additions, weekly updates, approx. 1300 entries' + config source 'reg_pl' option enabled '0' option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt' -- cgit v1.2.3