Prerequisites
Description
$important option does not override exception filters unless its prefixed by ||example.com, in other words a rule like
/path/ads$important,domain=example.com|example.org
doesn't override the exception and this behavior is not explained in wiki.
A specific URL where the issue occurs
https://9to5mac.com/
Steps to Reproduce
- Go to the site with EasyList enabled and
/wp-content/*/prebid$script,important,domain=9to5google.com|9to5mac.com|9to5toys.com|electrek.co|dronedj.com
added to My Filters and also logger opened.
- See the request to the resource was allowed.
- If you have a rule like
||9to5mac.com/wp-content/*/prebid$script,important
it will be blocked.
Expected behavior:
$important should override any exception.
Actual behavior:
Stated
Your environment
- uBlock Origin version: 1.25.2
- Browser Name and version: Firefox 74.0 / Firefox Android 68.6
- Operating System and version: Windows 10 / Android 10
Prerequisites
Description
$important option does not override exception filters unless its prefixed by ||example.com, in other words a rule like
/path/ads$important,domain=example.com|example.orgdoesn't override the exception and this behavior is not explained in wiki.
A specific URL where the issue occurs
https://9to5mac.com/Steps to Reproduce
/wp-content/*/prebid$script,important,domain=9to5google.com|9to5mac.com|9to5toys.com|electrek.co|dronedj.comadded to My Filters and also logger opened.
||9to5mac.com/wp-content/*/prebid$script,importantit will be blocked.
Expected behavior:
$important should override any exception.
Actual behavior:
Stated
Your environment