update comment

This commit is contained in:
Kévin Dunglas 2024-02-06 01:35:39 +01:00
parent d3f23a8eeb
commit 2348ac897a
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
if enc.Matcher == nil { if enc.Matcher == nil {
// common text-based content types // common text-based content types
// list based on https://developers.cloudflare.com/speed/optimization/content/brotli/content-compression/#compression-between-cloudflare-and-website-visitors // list based on https://developers.cloudflare.com/speed/optimization/content/brotli/content-compression/#compression-between-cloudflare-and-website-visitors
// with application/atom+rss added
enc.Matcher = &caddyhttp.ResponseMatcher{ enc.Matcher = &caddyhttp.ResponseMatcher{
Headers: http.Header{ Headers: http.Header{
"Content-Type": []string{ "Content-Type": []string{