Closed AdamWr closed 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=|
|http*$domain=|example.org
|http*$script,domain=|example.org
|http*$domain=example.org
|http*$script,domain=example.org
domain=|
Fixed https://github.com/AdguardTeam/FiltersCompiler/releases/tag/v1.0.27
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 todomain=|