AdguardTeam / Scriptlets

AdGuard scriptlets library
GNU General Public License v3.0
148 stars 29 forks source link

Escape commas in the params during conversion to ubo rules #343

Closed maximtop closed 1 year ago

maximtop commented 1 year ago

https://github.com/AdguardTeam/FiltersCompiler/issues/185

gorhill commented 1 year ago

Starting with uBO 1.51.0, it is not necessary to escape commas if quotes are used around the parameters, it's ok to provide the parameters as they are declared in AdGuard. The only conversion needed might be the scriptlet name, but in such case it's best to just bring this to my attention so that I can add an alias on uBO's side.