Skip to content

Commit 7aff7da

Browse files
committed
[mv3] Add image to generic removeparam filters
Related discussion: uBlockOrigin/uBOL-home#140 (comment)
1 parent 9b4f41d commit 7aff7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/static-net-filtering.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4758,6 +4758,7 @@ StaticNetFilteringEngine.prototype.dnrFromCompiled = function(op, context, ...ar
47584758
if ( rule.condition.resourceTypes === undefined ) {
47594759
if ( rule.condition.excludedResourceTypes === undefined ) {
47604760
rule.condition.resourceTypes = [
4761+
'image',
47614762
'main_frame',
47624763
'sub_frame',
47634764
'xmlhttprequest',

0 commit comments

Comments
 (0)