Update CDN & Reject Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.6) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW
2025-04-27 02:40:24 +08:00
parent 000f7e351c
commit 97277e7693
4 changed files with 14 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import { PREDEFINED_WHITELIST } from './constants/reject-data-source';
(async () => {
const trie = new HostnameSmolTrie();
await writeHostsToTrie(trie, 'https://cdn.jsdelivr.net/gh/crazy-max/WindowsSpyBlocker@master/data/hosts/spy.txt', true);
await writeHostsToTrie(trie, 'https://cdn.jsdelivr.net/gh/jerryn70/GoodbyeAds@master/Extension/GoodbyeAds-Xiaomi-Extension.txt', true);
await runWhiteOnSource(path.join(SOURCE_DIR, 'domainset', 'reject.conf'), trie);