AdguardTeam / AdguardTeam/FiltersCompiler
Invalid conversion to uBO syntax - added redundant modifiers to `$reidrect` rules
未關閉
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 還沒有評估資料。