Mercurial > hg > orthanc
changeset 2433:b382879072a5
added application/wasm MIME type for WebAssembly
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 14 Nov 2017 14:55:11 +0100 |
parents | 5a650eef0794 |
children | 63194107e61b |
files | Plugins/Samples/ServeFolders/Plugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/ServeFolders/Plugin.cpp Wed Nov 08 17:49:57 2017 +0100 +++ b/Plugins/Samples/ServeFolders/Plugin.cpp Tue Nov 14 14:55:11 2017 +0100 @@ -67,6 +67,7 @@ extensions_["pexe"] = "application/x-pnacl"; extensions_["png"] = "image/png"; extensions_["svg"] = "image/svg+xml"; + extensions_["wasm"] = "application/wasm"; extensions_["woff"] = "application/x-font-woff"; extensions_["xml"] = "application/xml"; }