CoreLibs icon indicating copy to clipboard operation
CoreLibs copied to clipboard

Add support for "trusted" scriptlets

Open ameshkov opened this issue 3 years ago • 1 comments

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');

ameshkov avatar Mar 16 '22 08:03 ameshkov

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.

ameshkov avatar Aug 10 '23 11:08 ameshkov