| Index: src/plugin/PluginWbPassThrough.cpp |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -81,15 +81,8 @@ |
| { |
| return CFilter::contentTypeObject; |
| } |
| - else if (ext == L".jsp" || ext == L".php" || ext == L".html") |
| - { |
| - return CFilter::contentTypeSubdocument; |
| - } |
| - else |
| - { |
| - return CFilter::contentTypeAny & ~CFilter::contentTypeSubdocument; |
| - } |
| + return CFilter::contentTypeSubdocument; |
|
Oleksandr
2014/08/12 14:03:01
We don't get any mime type for requests like http:
|
| } |
| int WBPassthruSink::GetContentType(CString mimeType, CString domain, CString src) |