mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: disable adguardhome append whitelist
This commit is contained in:
@@ -164,7 +164,7 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
|
||||
'! Description: The domainset supports AD blocking, tracking protection, privacy protection, anti-phishing, anti-mining',
|
||||
'!'
|
||||
],
|
||||
rejectOutput.adguardhome(filterRuleWhitelistDomainSets)
|
||||
rejectOutput.adguardhome(/* filterRuleWhitelistDomainSets */)
|
||||
),
|
||||
path.join(OUTPUT_INTERNAL_DIR, 'reject-adguardhome.txt')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user