Review status
Small but important hotfix.
Changelog
Changed
-
Scriptlet rules are available only from the pre-built filters now.
Now, of the script and scriptlet rules that are added to Custom filters, User rules or Quick fixes filter, only those already used in pre-built filters will work. This means that before applying such a rule, the extension engine will compare the rule body with the list of rules that have already been used in filters from all categories of pre-built filters, such as Ad Blocking, Privacy, etc. If there is a match, the engine will apply the rule, and if not, it will discard it. For example, let's imagine that the Base filter contains the ruleexample.com#%#console.log('test')
, then the engine will accept rules likeexample.org#%#console.log('test')
and#%#console.log('test')
, but will discardexample.com#%#console.log('new test')
. -
Added AdGuard Quick Fixes filter.
TSWebExtension (Library wrapper for Browser API and TSUrlFilter)
- TSWebExtension to v2.4.0-alpha.10.
Removed
- Injection of remotely hosted scripts.