 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: background.js | 
| =================================================================== | 
| --- a/background.js | 
| +++ b/background.js | 
| @@ -560,7 +560,8 @@ | 
| case "compose-filters": | 
| sendResponse(composeFilters( | 
| msg.tagName, msg.id, msg.src, msg.style, | 
| - msg.classes, msg.urls, new URL(msg.baseURL) | 
| + msg.classes, msg.urls, msg.mediatype, | 
| + msg.baseURL, sender.page, sender.frame | 
| )); | 
| break; | 
| case "forward": |