Remove unused DNS blocklist URL from filterList

This commit is contained in:
Seth 2025-01-15 15:56:39 -05:00
parent 6c2a29b6b3
commit 4921b3e928
No known key found for this signature in database
GPG key ID: 8B7A2C60CDF65CAC

View file

@ -17,7 +17,6 @@ const filterList = [
"https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@main/adblock/pro.txt",
"https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@main/adblock/dyndns.txt",
"https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@main/adblock/hoster.txt",
"https://big.oisd.nl"
]
const cacheFetchWorker = new Worker("./cacheFetch.ts");