| Index: src/plugin/PluginWbPassThrough.cpp |
| diff --git a/src/plugin/PluginWbPassThrough.cpp b/src/plugin/PluginWbPassThrough.cpp |
| index b50c16a30ce86cf749d45debc8b175363c3869b3..04bde26190c1366d31eaf7fe464ae39bb834786f 100644 |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -367,6 +367,10 @@ STDMETHODIMP WBPassthruSink::BeginningTransaction(LPCWSTR szURL, LPCWSTR szHeade |
| } |
| } |
| } |
| + else if (!CPluginClass::HasTabs()) |
| + { |
| + m_contentType = ContentType::CONTENT_TYPE_DOCUMENT; |
|
sergei
2015/06/30 15:44:55
If we decide to accept it, actually, I think that
|
| + } |
| if (IsFlashRequest(pszAdditionalHeaders)) |
| { |