AdguardTeam / FiltersCompiler

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

Pre-processor directives are ignored in optimized filters #32

Closed AdamWr closed 5 years ago

AdamWr commented 6 years ago

For example these rules shouldn't be available in filters for Android app - https://github.com/AdguardTeam/AdguardFilters/blob/3a61398e615de3a475c1c4ba888db30520efa14a/RussianFilter/sections/antiadblock.txt#L1382-L1428, but they are still here - https://filters.adtidy.org/android/filters/1_optimized.txt

Screenshot ![image](https://user-images.githubusercontent.com/29142494/48639949-85fc2400-e9d5-11e8-9a12-fe2ed2f3c380.png)
Mizzick commented 5 years ago

Fixed