We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e7d79 commit d91cc02Copy full SHA for d91cc02
resources/platformsh/common/3.3/.platform/varnish.vcl
@@ -132,9 +132,7 @@ sub vcl_backend_response {
132
133
// Compressing the content
134
if (beresp.http.Content-Type ~ "application/javascript"
135
- || beresp.http.Content-Type ~ "application/json"
136
|| beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
137
- || beresp.http.Content-Type ~ "application/vnd.ez.api"
138
|| beresp.http.Content-Type ~ "application/x-font-ttf"
139
|| beresp.http.Content-Type ~ "image/svg+xml"
140
|| beresp.http.Content-Type ~ "text/css"
0 commit comments