AdguardTeam / AdguardTeam/Scriptlets
uBO styled `set-cookie` scriptlet fails to set cookie when reload parameter provided
未關閉
Priority: P4
- 主要語言
- JavaScript
- 星號
- 195
- 分支
- 33
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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')
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。