Remove unused DNS blocklist URL from filterList
This commit is contained in:
parent
6c2a29b6b3
commit
4921b3e928
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -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/pro.txt",
|
||||||
"https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@main/adblock/dyndns.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://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@main/adblock/hoster.txt",
|
||||||
"https://big.oisd.nl"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const cacheFetchWorker = new Worker("./cacheFetch.ts");
|
const cacheFetchWorker = new Worker("./cacheFetch.ts");
|
||||||
|
|
Loading…
Add table
Reference in a new issue