AdguardTeam / AdguardTeam/FiltersCompiler
Converting `href-sanitizer` scriptlet to uBO version is incorrect
Đang mở
Priority: P4
- Ngôn ngữ chính
- JavaScript
- Star
- 64
- Fork
- 11
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Currently, the following AG scriptlet is converted from
```adblock
ppomppu.co.kr#%#//scriptlet('href-sanitizer', 'a[href^="https://s.ppomppu.co.kr?"][href*="&target="]', '?target', 'base64decode')
```
to
```adblock
ppomppu.co.kr##+js(href-sanitizer, a[href^="https://s.ppomppu.co.kr?"][href*="&target="], ?target, base64decode)
```
However, it should be
```adblock
ppomppu.co.kr##+js(href-sanitizer, a[href^="https://s.ppomppu.co.kr?"][href*="&target="], ?target -base64)
```
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á.