summaryrefslogtreecommitdiff
path: root/modules/caddyhttp
diff options
context:
space:
mode:
authorChristoph <github@yozora.eu>2023-10-10 23:18:37 +0200
committerGitHub <noreply@github.com>2023-10-10 21:18:37 +0000
commite0aaefab80d75293783a5551b094cf57b49da8d5 (patch)
treeb9322f24e0e9e6755aeff283675283640b6a4bd0 /modules/caddyhttp
parentfa5a579b6063617d12948860da109cdb8ca63185 (diff)
encode: Add `application/wasm*` to the default content types (#5869)
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r--modules/caddyhttp/encode/encode.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/encode/encode.go b/modules/caddyhttp/encode/encode.go
index ed3e59d..dc35fa2 100644
--- a/modules/caddyhttp/encode/encode.go
+++ b/modules/caddyhttp/encode/encode.go
@@ -93,6 +93,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
"application/xhtml+xml*",
"application/atom+xml*",
"application/rss+xml*",
+ "application/wasm*",
"image/svg+xml*",
},
},