 Issue 6390087684194304:
  [superseded] Issue 1265 - Improve detection of mime type of the expected response  (Closed)
    
  
    Issue 6390087684194304:
  [superseded] Issue 1265 - Improve detection of mime type of the expected response  (Closed) 
  | Index: src/plugin/AdblockPlusClient.cpp | 
| =================================================================== | 
| --- a/src/plugin/AdblockPlusClient.cpp | 
| +++ b/src/plugin/AdblockPlusClient.cpp | 
| @@ -209,7 +209,7 @@ | 
| } | 
| -bool CAdblockPlusClient::ShouldBlock(CString src, int contentType, const CString& domain, bool addDebug) | 
| +bool CAdblockPlusClient::ShouldBlock(const CString& src, int contentType, const CString& domain, bool addDebug) | 
| { | 
| bool isBlocked = false; |