Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "trusted" scriptlets #1612

Open
ameshkov opened this issue Mar 16, 2022 · 1 comment
Open

Add support for "trusted" scriptlets #1612

ameshkov opened this issue Mar 16, 2022 · 1 comment

Comments

@ameshkov
Copy link
Member

Trusted scriptlet are the ones that are only allowed in filter lists marked as "trusted":
AdguardTeam/Scriptlets#106

The difference is that their name is strarted with a trusted- prefix.

For instance:

example.org#%#scriptlet('trusted-click-element', '#banner #close');
@ameshkov
Copy link
Member Author

Currently, we allow all scriptlets in trusted lists only. As a part of this task consider allowing scriptlets (but not trusted ones) in all lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants