mirror of https://github.com/gorhill/uBlock.git
Enfore implicit `media` type for filters using `mp4`
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2568
This commit is contained in:
parent
b68a7dbad4
commit
d58309674d
|
@ -3587,6 +3587,7 @@ class FilterCompiler {
|
|||
if ( this.processModifierOption(id, 'noopmp4-1s') === false ) {
|
||||
return this.FILTER_INVALID;
|
||||
}
|
||||
this.processTypeOption(sfp.NODE_TYPE_NET_OPTION_NAME_MEDIA, false);
|
||||
this.optionUnitBits |= this.REDIRECT_BIT;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue