encode: add graphql-response header to list (#7214)
parent
6d73d85c1f
commit
806fef85be
|
|
@ -92,6 +92,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
|
|||
"application/font*",
|
||||
"application/geo+json*",
|
||||
"application/graphql+json*",
|
||||
"application/graphql-response+json*",
|
||||
"application/javascript*",
|
||||
"application/json*",
|
||||
"application/ld+json*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue