Add application/wasm #3681 (#259)

This commit is contained in:
Chris Ross 2018-10-23 14:43:47 -07:00 committed by GitHub
parent a43587290f
commit a5fcd9dd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -331,7 +331,8 @@ namespace Microsoft.AspNetCore.StaticFiles
{ ".vsto", "application/x-ms-vsto" },
{ ".vsw", "application/vnd.visio" },
{ ".vsx", "application/vnd.visio" },
{ ".vtx", "application/vnd.visio" },
{ ".vtx", "application/vnd.visio" },
{ ".wasm", "application/wasm" },
{ ".wav", "audio/wav" },
{ ".wax", "audio/x-ms-wax" },
{ ".wbmp", "image/vnd.wap.wbmp" },
@ -456,4 +457,4 @@ namespace Microsoft.AspNetCore.StaticFiles
return path.Substring(index);
}
}
}
}