diff --git a/resources/platformsh/common/3.3/.platform/varnish.vcl b/resources/platformsh/common/3.3/.platform/varnish.vcl index 11ee163..cf01cfc 100644 --- a/resources/platformsh/common/3.3/.platform/varnish.vcl +++ b/resources/platformsh/common/3.3/.platform/varnish.vcl @@ -132,9 +132,7 @@ sub vcl_backend_response { // Compressing the content if (beresp.http.Content-Type ~ "application/javascript" - || beresp.http.Content-Type ~ "application/json" || beresp.http.Content-Type ~ "application/vnd.ms-fontobject" - || beresp.http.Content-Type ~ "application/vnd.ez.api" || beresp.http.Content-Type ~ "application/x-font-ttf" || beresp.http.Content-Type ~ "image/svg+xml" || beresp.http.Content-Type ~ "text/css"