diff options
Diffstat (limited to 'net/adblock/files/adblock.sources')
-rw-r--r-- | net/adblock/files/adblock.sources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 2d69c09d5..4d908249a 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -133,21 +133,21 @@ "descurl": "https://github.com/notracking/hosts-blocklists" }, "oisd_basic": { - "url": "https://dblw.oisd.nl/basic/", + "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_basic.txt", "rule": "/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", "size": "L", "focus": "general", "descurl": "https://oisd.nl" }, "oisd_nsfw": { - "url": "https://dblw.oisd.nl/nsfw/", + "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_nsfw.txt", "rule": "/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", "size": "XL", "focus": "general", "descurl": "https://oisd.nl" }, "oisd_full": { - "url": "https://dblw.oisd.nl", + "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_full.txt", "rule": "/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", "size": "XXL", "focus": "general", |