mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Chore: update adguard filter parsing
This commit is contained in:
parent
6832dafecc
commit
016eb1088a
@ -133,6 +133,7 @@ async function processFilterRules (filterRulesUrl, fallbackUrls) {
|
||||
|| line.includes('*')
|
||||
|| line.includes('/')
|
||||
|| line.includes('[')
|
||||
|| line.includes('(')
|
||||
|| line.includes('$') && !lineStartsWithDoubleVerticalBar
|
||||
|| line === ''
|
||||
|| isIP(line) !== 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user