AdguardTeam / FiltersCompiler

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

Hints must be applied to the same rules in all filters #13

Closed Alex-302 closed 6 years ago

Alex-302 commented 6 years ago

For example, this rule breaks the sites when used browser extension, but it exists in Liste-FR. It must be excluded from all filters.


!+ PLATFORM(windows, mac, android)
||piguiqproxy.com^$third-party
``
ameshkov commented 6 years ago

As I understand, you can make !+ PLATFORM work on a filter-level, it cannot be global. If you want it to be global, you'll need to include it in every filter.

I really thing exclusions is what we need in this particular case.