mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Fix improper invalidation of inline-(font|script) types
Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/1132loz/
This commit is contained in:
parent
e39f815a73
commit
c8c5264aca
@ -1298,7 +1298,7 @@ export class AstFilterParser {
|
||||
break;
|
||||
case NODE_TYPE_NET_OPTION_NAME_INLINEFONT:
|
||||
case NODE_TYPE_NET_OPTION_NAME_INLINESCRIPT:
|
||||
realBad = abstractTypeCount || behaviorTypeCount;
|
||||
realBad = behaviorTypeCount;
|
||||
break;
|
||||
case NODE_TYPE_NET_OPTION_NAME_EMPTY:
|
||||
realBad = abstractTypeCount || behaviorTypeCount;
|
||||
|
Loading…
Reference in New Issue
Block a user