From da5710ee9952cb2a61db432ebb5054efd3b295f3 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:46:18 +0100 Subject: [PATCH] Merge commit from fork --- resources/platformsh/common/3.3/.platform/varnish.vcl | 2 -- 1 file changed, 2 deletions(-) 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"