 Issue 5225119261655040:
  Issue 1282 - Don't generate filters conflicting with existing exception rules  (Closed)
    
  
    Issue 5225119261655040:
  Issue 1282 - Don't generate filters conflicting with existing exception rules  (Closed) 
  | Index: include.preload.js | 
| =================================================================== | 
| --- a/include.preload.js | 
| +++ b/include.preload.js | 
| @@ -20,10 +20,13 @@ | 
| var typeMap = { | 
| "img": "IMAGE", | 
| "input": "IMAGE", | 
| + "picture": "IMAGE", | 
| "audio": "MEDIA", | 
| "video": "MEDIA", | 
| "frame": "SUBDOCUMENT", | 
| - "iframe": "SUBDOCUMENT" | 
| + "iframe": "SUBDOCUMENT", | 
| + "object": "OBJECT", | 
| + "embed": "OBJECT" | 
| }; | 
| function checkCollapse(element) |