mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix: salvaged adgaurd rules should match original domain
This commit is contained in:
@@ -14,6 +14,6 @@ export const loosTldOptWithPrivateDomains: Parameters<typeof tldts.getSubdomain>
|
||||
};
|
||||
|
||||
export const normalizeTldtsOpt: Parameters<typeof tldts.getSubdomain>[1] = {
|
||||
allowPrivateDomains: true
|
||||
// detectIp: true
|
||||
allowPrivateDomains: true,
|
||||
detectIp: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user