File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,7 @@ sub vcl_backend_response {
121121
122122 // Compressing the content
123123 if (beresp.http.Content-Type ~ "application/javascript"
124- || beresp.http.Content-Type ~ "application/json"
125124 || beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
126- || beresp.http.Content-Type ~ "application/vnd.ez.api"
127125 || beresp.http.Content-Type ~ "application/x-font-ttf"
128126 || beresp.http.Content-Type ~ "image/svg+xml"
129127 || beresp.http.Content-Type ~ "text/css"
Original file line number Diff line number Diff line change @@ -98,9 +98,7 @@ sub vcl_backend_response {
9898
9999 // Compressing the content
100100 if (beresp.http.Content-Type ~ "application/javascript"
101- || beresp.http.Content-Type ~ "application/json"
102101 || beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
103- || beresp.http.Content-Type ~ "application/vnd.ez.api"
104102 || beresp.http.Content-Type ~ "application/x-font-ttf"
105103 || beresp.http.Content-Type ~ "image/svg+xml"
106104 || beresp.http.Content-Type ~ "text/css"
You can’t perform that action at this time.
0 commit comments