Skip to content

Commit baa1c70

Browse files
committed
fix(#2411): add html to gzip types to fix cliennt responses
1 parent ff8da27 commit baa1c70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infra/cdn/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ resource "fastly_service_vcl" "python_org" {
154154
name = "Default rules"
155155
content_types = [
156156
"application/javascript",
157-
"text/css",
158-
"application/javascript",
159-
"text/javascript",
160157
"application/json",
161158
"application/vnd.ms-fontobject",
162159
"application/x-font-opentype",
@@ -168,6 +165,9 @@ resource "fastly_service_vcl" "python_org" {
168165
"font/otf",
169166
"image/svg+xml",
170167
"image/vnd.microsoft.icon",
168+
"text/css",
169+
"text/html",
170+
"text/javascript",
171171
"text/plain",
172172
"text/xml",
173173
]

0 commit comments

Comments
 (0)