mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Add image to generic removeparam filters
Related discussion: https://github.com/uBlockOrigin/uBOL-home/issues/140#issuecomment-3817666188
This commit is contained in:
parent
9b4f41df94
commit
7aff7da77d
1 changed files with 1 additions and 0 deletions
|
|
@ -4758,6 +4758,7 @@ StaticNetFilteringEngine.prototype.dnrFromCompiled = function(op, context, ...ar
|
|||
if ( rule.condition.resourceTypes === undefined ) {
|
||||
if ( rule.condition.excludedResourceTypes === undefined ) {
|
||||
rule.condition.resourceTypes = [
|
||||
'image',
|
||||
'main_frame',
|
||||
'sub_frame',
|
||||
'xmlhttprequest',
|
||||
|
|
|
|||
Loading…
Reference in a new issue