diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index c53c0ce..26694b5 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -1840,6 +1840,10 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
1840 | { | 1840 | { |
1841 | if (!(contentType.Contains("image") | 1841 | if (!(contentType.Contains("image") |
1842 | || contentType.Contains("x-shockwave-flash") | 1842 | || contentType.Contains("x-shockwave-flash") |
1843 | || contentType.Contains("application/gzip") | ||
1844 | || contentType.Contains("application/pdf") | ||
1845 | || contentType.Contains("application/zip") | ||
1846 | || contentType.Contains("application/x-xz") | ||
1843 | || contentType.Contains("application/x-oar") | 1847 | || contentType.Contains("application/x-oar") |
1844 | || contentType.Contains("application/vnd.ll.mesh"))) | 1848 | || contentType.Contains("application/vnd.ll.mesh"))) |
1845 | { | 1849 | { |