adblock: update to 4.1.5-8
* adapt adguard_tracking source changes Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
77b4067754
commit
e1fa285f32
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=adblock
|
PKG_NAME:=adblock
|
||||||
PKG_VERSION:=4.1.5
|
PKG_VERSION:=4.1.5
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but
|
||||||
| :------------------ | :-----: | :--- | :--------------- | :-------------------------------------------------------------------------------- |
|
| :------------------ | :-----: | :--- | :--------------- | :-------------------------------------------------------------------------------- |
|
||||||
| adaway | x | S | mobile | [Link](https://github.com/AdAway/adaway.github.io) |
|
| adaway | x | S | mobile | [Link](https://github.com/AdAway/adaway.github.io) |
|
||||||
| adguard | x | L | general | [Link](https://adguard.com) |
|
| adguard | x | L | general | [Link](https://adguard.com) |
|
||||||
| adguard_tracking | | S | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) |
|
| adguard_tracking | | L | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) |
|
||||||
| android_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) |
|
| android_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) |
|
||||||
| andryou | | L | compilation | [Link](https://gitlab.com/andryou/block/-/blob/master/readme.md) |
|
| andryou | | L | compilation | [Link](https://gitlab.com/andryou/block/-/blob/master/readme.md) |
|
||||||
| anti_ad | | L | compilation | [Link](https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md) |
|
| anti_ad | | L | compilation | [Link](https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md) |
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
"descurl": "https://adguard.com"
|
"descurl": "https://adguard.com"
|
||||||
},
|
},
|
||||||
"adguard_tracking": {
|
"adguard_tracking": {
|
||||||
"url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt",
|
"url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers_justdomains.txt",
|
||||||
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
|
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
|
||||||
"size": "S",
|
"size": "L",
|
||||||
"focus": "tracking",
|
"focus": "tracking",
|
||||||
"descurl": "https://github.com/AdguardTeam/cname-trackers"
|
"descurl": "https://github.com/AdguardTeam/cname-trackers"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue