AdguardTeam / AdguardTeam/FiltersCompiler

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

未关闭
#261 5 条评论 1 个 reaction 已指派 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 摘要。