Skip to content

Commit 2d3ad1c

Browse files
authored
Add application/wasm to the default compression list (#377)
1 parent c21cee9 commit 2d3ad1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.AspNetCore.ResponseCompression/ResponseCompressionDefaults.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public class ResponseCompressionDefaults
2727
"text/xml",
2828
"application/json",
2929
"text/json",
30+
// WebAssembly
31+
"application/wasm",
3032
};
3133
}
3234
}

0 commit comments

Comments
 (0)