-
Notifications
You must be signed in to change notification settings - Fork 33
uBO styled set-cookie scriptlet fails to set cookie when reload parameter provided #571
Open
Assignees
Labels
Description
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')