mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix: do not whitelist reject/non_ip
This commit is contained in:
@@ -226,7 +226,9 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
|
||||
rejectDomainsetOutput.whitelistDomain(domain);
|
||||
rejectExtraDomainsetOutput.whitelistDomain(domain);
|
||||
rejectPhisingDomainsetOutput.whitelistDomain(domain);
|
||||
rejectNonIpRulesetOutput.whitelistDomain(domain);
|
||||
|
||||
// DON'T Whitelist reject non_ip ruleset, we are force blocking thingshere
|
||||
// rejectNonIpRulesetOutput.whitelistDomain(domain);
|
||||
}
|
||||
|
||||
// we use "whitelistKeyword" method, this will be used to create kwfilter internally
|
||||
|
||||
Reference in New Issue
Block a user