Added application/wasm mimetype

This commit is contained in:
codepitbull
2019-12-08 19:29:31 +01:00
committed by Julien Viet
parent f06a720c86
commit 2f531a7618

View File

@@ -576,6 +576,7 @@ public class MimeMapping {
m.put("zirz", "application/vnd.zul");
m.put("zaz", "application/vnd.zzazz.deck+xml");
m.put("vxml", "application/voicexml+xml");
m.put("wasm", "application/wasm");
m.put("wgt", "application/widget");
m.put("hlp", "application/winhlp");
m.put("wsdl", "application/wsdl+xml");