Skip to content

Commit

Permalink
Merge commit from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
glye authored Nov 28, 2024
1 parent 46e7d79 commit da5710e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/platformsh/common/3.3/.platform/varnish.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da5710e

Please sign in to comment.