| Index: src/plugin/PluginWbPassThrough.cpp |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -325,7 +325,6 @@ |
| return E_POINTER; |
| } |
| std::wstring src = szURL; |
| - UnescapeUrl(src); |
| DEBUG_GENERAL(src); |
| std::string acceptHeader = ExtractHttpAcceptHeader(m_spTargetProtocol); |
| @@ -378,7 +377,7 @@ |
| m_contentType = ContentType::CONTENT_TYPE_XMLHTTPREQUEST; |
| } |
| - if (client->ShouldBlock(szURL, m_contentType, m_boundDomain, /*debug flag but must be set*/true)) |
| + if (client->ShouldBlock(src, m_contentType, m_boundDomain, /*debug flag but must be set*/true)) |
| { |
| // NOTE: Feeding custom HTML to Flash, instead of original object subrequest |
| // doesn't have much sense. It also can manifest in unwanted result |