mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix: avoid non-doaminlist into trie
This commit is contained in:
@@ -16,6 +16,7 @@ export const processLine = (line: string): string | null => {
|
||||
|| line_0 === '\r'
|
||||
|| line_0 === '\n'
|
||||
|| line_0 === '!'
|
||||
|| (line_0 === '/' && trimmed[1] === '/')
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user