uBlock Origin's set-cookie scriptlet has a reload parameter. Currently filter rules with this parameter fail in AdGuard with the cookie not getting set.
www.ecosia.org##+js(set-cookie, ECNOAI, true, , reload, 1)
Filters like this should get converted to set-cookie-reload.
www.ecosia.org#%#//scriptlet('set-cookie-reload', 'ECNOAI', 'true')
uBlock Origin's
set-cookiescriptlet has areloadparameter. Currently filter rules with this parameter fail in AdGuard with the cookie not getting set.Filters like this should get converted to
set-cookie-reload.