AdguardTeam / FiltersCompiler

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

Convert $redirect rules to uBO syntax #68

Closed ameshkov closed 4 years ago

ameshkov commented 4 years ago

See this task: https://github.com/AdguardTeam/FiltersCompiler/issues/56

It makes sense to do the same for $redirect rules.

There's on important thing about them, though. In uBO, $redirect rules must contain a resource-type modifier, which we do not require in AdGuard.

What should we do with that? Should we add it automatically or should we make it a requirement for our filter lists?

tvinzz commented 4 years ago

I guess we should add it automatically