diff options
author | Patrick Mulder <pcmulder89@gmail.com> | 2017-07-22 20:33:26 +0200 |
---|---|---|
committer | Patrick Mulder <pcmulder89@gmail.com> | 2017-07-22 20:33:26 +0200 |
commit | 0513566fcf34dac64f0758d092cbf8b72737cd3e (patch) | |
tree | 37626403d6f305e78fe313073a356dfabca2649c /net/adblock/files/adblock.conf | |
parent | 93fd35200f96b1d4a36b931e722812f4e15fa2be (diff) |
adblock: Added a new region.
Signed-off-by: Patrick Mulder <pcmulder89@gmail.com>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r-- | net/adblock/files/adblock.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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' |