encode: Add application/wasm* to the default content types (#5869)

This commit is contained in:
Christoph
2023-10-10 23:18:37 +02:00
committed by GitHub
parent fa5a579b60
commit e0aaefab80
2 changed files with 3 additions and 0 deletions

View File

@@ -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*",
},
},