aboutsummaryrefslogtreecommitdiff
path: root/net/adblock
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2022-05-10 16:53:52 +0200
committerDirk Brenken <dev@brenken.org>2022-05-10 16:53:52 +0200
commit7c66d054bf00f387a04cd174da99064f88c21cab (patch)
tree8392ed638c635a9e1e01f6f6c8beeb84d49ca72d /net/adblock
parent8b41e959d0ec6e2046c9e652eb6bf061034082f1 (diff)
adblock: list maintenance
* add new oisd nsfw source (XL) * change korean source name (again) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock')
-rw-r--r--net/adblock/Makefile2
-rw-r--r--net/adblock/files/README.md5
-rw-r--r--net/adblock/files/adblock.sources11
3 files changed, 13 insertions, 5 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile
index d2987d698..cd7393f44 100644
--- a/net/adblock/Makefile
+++ b/net/adblock/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
PKG_VERSION:=4.1.3
-PKG_RELEASE:=8
+PKG_RELEASE:=9
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md
index 0336bab50..ef1532fe3 100644
--- a/net/adblock/files/README.md
+++ b/net/adblock/files/README.md
@@ -22,9 +22,10 @@ A lot of people already use adblocker plugins within their desktop browsers, but
| energized | | VAR | compilation | [Link](https://energized.pro) |
| firetv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) |
| games_tracking | | S | tracking | [Link](https://www.gameindustry.eu) |
-| hblock | | XL | compilation | [Link](https://hblock.molinero.dev) |
+| hblock | | XL | compilation | [Link](https://hblock.molinero.dev) |
| notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) |
| oisd_basic | | L | general | [Link](https://oisd.nl) |
+| oisd_nsfw | | XL | general | [Link](https://oisd.nl) |
| oisd_full | | XXL | general | [Link](https://oisd.nl) |
| openphish | | S | phishing | [Link](https://openphish.com) |
| phishing_army | | S | phishing | [Link](https://phishing.army) |
@@ -36,7 +37,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but
| reg_fr | | S | reg_france | [Link](https://forums.lanik.us/viewforum.php?f=91) |
| reg_id | | M | reg_indonesia | [Link](https://easylist.to) |
| reg_it | | M | reg_italy | [Link](https://easylist.to) |
-| reg_kr | | S | reg_korea | [Link](https://list-kr.github.io) |
+| reg_kr | | S | reg_korea | [Link](https://github.com/List-KR/List-KR) |
| reg_nl | | M | reg_netherlands | [Link](https://easylist.to) |
| reg_pl1 | | S | reg_poland | [Link](https://kadantiscam.netlify.com) |
| reg_pl2 | | S | reg_poland | [Link](https://www.certyficate.it) |
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources
index 59df5c444..4e02221ff 100644
--- a/net/adblock/files/adblock.sources
+++ b/net/adblock/files/adblock.sources
@@ -104,6 +104,13 @@
"focus": "general",
"descurl": "https://oisd.nl"
},
+ "oisd_nsfw": {
+ "url": "https://dbl.oisd.nl/nsfw/",
+ "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
+ "size": "XL",
+ "focus": "general",
+ "descurl": "https://oisd.nl"
+ },
"oisd_full": {
"url": "https://dbl.oisd.nl",
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
@@ -182,11 +189,11 @@
"descurl": "https://easylist.to"
},
"reg_kr": {
- "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adserver.txt",
+ "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adservice.txt",
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
"size": "S",
"focus": "reg_korea",
- "descurl": "https://list-kr.github.io"
+ "descurl": "https://github.com/List-KR/List-KR"
},
"reg_nl": {
"url": "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt",