AdguardTeam / AdguardTeam/FiltersCompiler

Invalid conversion to uBO syntax - added redundant modifiers to `$reidrect` rules

オープン
#261 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る
bug Priority: P4
主要言語
JavaScript
スター
64
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

```adblock
/\/\d{3}$/$xmlhttprequest,redirect=nooptext,domain=rucelka.com
```

is converted to

```adblock
/\/\d{3}$/$xmlhttprequest,redirect=noop.txt,domain=rucelka.com,image,media,subdocument,stylesheet,script,xmlhttprequest,other
```

URL of the filter: https://filters.adtidy.org/extension/ublock/filters/1.txt

Why this part was added?
`image,media,subdocument,stylesheet,script,xmlhttprequest,other`
also `xmlhttprequest` is duplicated because of it.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

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

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