 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/background.js | 
| =================================================================== | 
| --- a/safari/ext/background.js | 
| +++ b/safari/ext/background.js | 
| @@ -295,7 +295,8 @@ | 
| ext.webRequest = { | 
| onBeforeRequest: new ext._EventTarget(), | 
| - handlerBehaviorChanged: function() {} | 
| + handlerBehaviorChanged: function() {}, | 
| + indistinguishableTypes: [["OTHER", "FONT"]] | 
| }; |