Skip to content

Commit

Permalink
fix: add back text/*
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Feb 9, 2024
1 parent b8f729b commit 60abd72
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/caddyhttp/encode/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
"image/x-icon*",
"multipart/bag*",
"multipart/mixed*",
"text/css*",
"text/javascript*",
"text/js*",
"text/plain*",
"text/richtext*",
"text/x-component*",
"text/x-java-source*",
"text/x-markdown*",
"text/x-script*",
"text/xml*",
"text/html*",
"text/*",
},
},
}
Expand Down

0 comments on commit 60abd72

Please sign in to comment.