 Issue 6228201961422848:
  Issue 2064 - Configure indistinguishable request types in the abstraction layer  (Closed)
    
  
    Issue 6228201961422848:
  Issue 2064 - Configure indistinguishable request types in the abstraction layer  (Closed) 
  | Index: safari/ext/content.js | 
| =================================================================== | 
| --- a/safari/ext/content.js | 
| +++ b/safari/ext/content.js | 
| @@ -78,6 +78,11 @@ | 
| case "input": | 
| type = "IMAGE"; | 
| break; | 
| + case "video": | 
| + case "audio": | 
| + case "source": | 
| + type = "MEDIA"; | 
| + break; | 
| case "object": | 
| case "embed": | 
| type = "OBJECT"; |