Add application/wasm to the default compression list (#377)

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

View File

@ -27,6 +27,8 @@ namespace Microsoft.AspNetCore.ResponseCompression
"text/xml",
"application/json",
"text/json",
// WebAssembly
"application/wasm",
};
}
}