mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: update 4.0.5-4
* remove dumb list cache
* start adblock processing after adding/removing
list sources via CLI
* add regional list source for france
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit ab44d8146a)
This commit is contained in:
@@ -153,6 +153,13 @@
|
||||
"focus": "reg_finland",
|
||||
"descurl": "https://github.com/finnish-easylist-addition"
|
||||
},
|
||||
"reg_fr": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/liste_fr.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
"size": "S",
|
||||
"focus": "reg_france",
|
||||
"descurl": "https://forums.lanik.us/viewforum.php?f=91"
|
||||
},
|
||||
"reg_id": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/abpindo+easylist.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
|
||||
Reference in New Issue
Block a user