AdguardTeam / AdguardTeam/CoreLibs
Add support for "trusted" scriptlets
Open
Enhancement
needs tech clarification
P3: Medium
Priority: P4
Version: CoreLibs v1.24
- Dominant language
- No language data
- Stars
- 52
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Trusted scriptlet are the ones that are only allowed in filter lists marked as "trusted":
https://github.com/AdguardTeam/Scriptlets/issues/106
The difference is that their name is strarted with a `trusted-` prefix.
For instance:
```
example.org#%#scriptlet('trusted-click-element', '#banner #close');
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.