Add application/wasm to the default compression list (#377)
This commit is contained in:
parent
c21cee940a
commit
2d3ad1cb0f
|
|
@ -27,6 +27,8 @@ namespace Microsoft.AspNetCore.ResponseCompression
|
||||||
"text/xml",
|
"text/xml",
|
||||||
"application/json",
|
"application/json",
|
||||||
"text/json",
|
"text/json",
|
||||||
|
// WebAssembly
|
||||||
|
"application/wasm",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue