tsurlfilter icon indicating copy to clipboard operation
tsurlfilter copied to clipboard

Cosmetic rule modifiers with some special regexp values are parsed incorrectly

Open scripthunter7 opened this issue 8 months ago • 0 comments

[$domain=/example[0-9]\.(com|org)/]##.ad
!                    ↑
!                    this closing square bracket falsely considered as the end of the modifier block
[$domain=/example\d{1,}\.(com|org)/]##.ad
!                    ↑
!                    this comma falsely considered as a modifier separator

scripthunter7 avatar Jun 17 '24 15:06 scripthunter7