Skip to content

Commit

Permalink
Revert "Merge commit from fork"
Browse files Browse the repository at this point in the history
This reverts commit da5710e.
  • Loading branch information
glye committed Nov 28, 2024
1 parent 65ae425 commit 93234a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/platformsh/common/4.6/.platform/varnish.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ sub vcl_backend_response {
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.ibexa.api"
|| 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 93234a7

Please sign in to comment.