mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: update 4.0.7
* fix aria2c download options
* fix report engine with empty domains
* fix safesearch ips of safe.duckduckgo.com (get ips dynamically)
* fix safesearch ips of safesearch.pixabay.com (get ips dynamically)
* add regional blocklist for italy
* shellcheck adjustments
* add test.sh for CI testing
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit d36fd57662)
This commit is contained in:
@@ -195,6 +195,13 @@
|
||||
"focus": "reg_indonesia",
|
||||
"descurl": "https://easylist.to"
|
||||
},
|
||||
"reg_it": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/easylistitaly+easylist.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
"size": "M",
|
||||
"focus": "reg_italy",
|
||||
"descurl": "https://easylist.to"
|
||||
},
|
||||
"reg_kr": {
|
||||
"url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
|
||||
Reference in New Issue
Block a user