AdguardTeam / AdguardTeam/Scriptlets
uBO styled `set-cookie` scriptlet fails to set cookie when reload parameter provided
Đang mở
Priority: P4
- Ngôn ngữ chính
- JavaScript
- Star
- 195
- Fork
- 33
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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')
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.