| Index: src/plugin/PluginWbPassThrough.cpp |
| diff --git a/src/plugin/PluginWbPassThrough.cpp b/src/plugin/PluginWbPassThrough.cpp |
| index b50c16a30ce86cf749d45debc8b175363c3869b3..5a77b7267078b9c271bd45d1374e0ff3111a7123 100644 |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -378,7 +378,7 @@ STDMETHODIMP WBPassthruSink::BeginningTransaction(LPCWSTR szURL, LPCWSTR szHeade |
| 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 |