AdguardTeam / AdguardTeam/FiltersCompiler
Allow using `$permissions` rules without URL part
- 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ả
`$permissions=join-ad-interest-group=()` can work without URL, and `/*/` is redundant (like `$removeparam=s_cid`).
Related to https://github.com/AdguardTeam/FiltersRegistry/blob/e529458be21800609358ce99ff1bcc8bb5b02305/filters/filter_3_Spyware/diff.txt:
```
! Error: "The rule is too wide, add domain restriction or make the pattern more specific" in the rule: "*.*$permissions=join-ad-interest-group=()\, run-ad-auction=()\, browsing-topics=()"
*.*$permissions=join-ad-interest-group=()\, run-ad-auction=()\, browsing-topics=()
```
TODO: remove `/*/` in https://github.com/AdguardTeam/AdguardFilters/pull/188049/files after update.
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á.