AdguardTeam / AdguardTeam/Scriptlets
uBO styled `set-cookie` scriptlet fails to set cookie when reload parameter provided
Open
Priority: P4
- Dominant language
- JavaScript
- Stars
- 195
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
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')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.