AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Add a validity checking for rules with domain modifier #38

Closed AdamWr closed 5 years ago

AdamWr commented 5 years ago

Rules like these: |http*$domain=|example.org |http*$script,domain=|example.org should be treated as invalid or converted to: |http*$domain=example.org |http*$script,domain=example.org otherwise they are applied to all websites due to domain=|

Mizzick commented 5 years ago

Fixed https://github.com/AdguardTeam/FiltersCompiler/releases/tag/v1.0.27