| Index: src/plugin/PluginWbPassThrough.cpp |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -256,7 +256,7 @@ |
| //For some reason on that environment the next line causes IE to crash |
| if (CPluginSettings::GetInstance()->GetWindowsBuildNumber() != 8250) |
| { |
| - m_spInternetProtocolSink->ReportResult(INET_E_REDIRECTING, 301, L"res://mshtml.dll/blank.htm"); |
|
Oleksandr
2014/08/12 00:56:57
The behavior here changed after the APP update in
|
| + m_spInternetProtocolSink->ReportResult(INET_E_REDIRECT_FAILED, 0, szUrl); |
| } |
| return INET_E_REDIRECT_FAILED; |