AdguardTeam / KnowledgeBase

AdGuard knowledge base
61 stars 159 forks source link

Update escaped chars list for domain modifier #545

Closed scripthunter7 closed 3 weeks ago

scripthunter7 commented 1 month ago

, should be escaped within regexps, otherwise modifier list parser considers it as a separator, e.g. [$domain=/^webteizle\d{0\,2}\.info/]##body

Reference: https://github.com/AdguardTeam/tsurlfilter/issues/136