mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
encode: add graphql-response header to list (#7214)
This commit is contained in:
parent
6d73d85c1f
commit
806fef85be
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue