mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue