mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: refine reject domainset building
This commit is contained in:
@@ -33,7 +33,7 @@ export const getMicrosoftCdnRulesetPromise = createMemoizedPromise(async () => {
|
||||
trie.add(domain);
|
||||
}
|
||||
}
|
||||
return new Set(PROBE_DOMAINS.flatMap(domain => trie.find(domain, false)));
|
||||
return new Set(PROBE_DOMAINS.flatMap(domain => trie.find(domain)));
|
||||
});
|
||||
|
||||
// Second trie is to remove blacklisted domains
|
||||
|
||||
Reference in New Issue
Block a user