AdguardTeam / AdguardTeam/Scriptlets

uBO styled `set-cookie` scriptlet fails to set cookie when reload parameter provided

オープン
#571 コメント 1 件 リアクション 0 件 担当者 1 名 @maximtop が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。