We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8da27 commit baa1c70Copy full SHA for baa1c70
1 file changed
infra/cdn/main.tf
@@ -154,9 +154,6 @@ resource "fastly_service_vcl" "python_org" {
154
name = "Default rules"
155
content_types = [
156
"application/javascript",
157
- "text/css",
158
- "application/javascript",
159
- "text/javascript",
160
"application/json",
161
"application/vnd.ms-fontobject",
162
"application/x-font-opentype",
@@ -168,6 +165,9 @@ resource "fastly_service_vcl" "python_org" {
168
165
"font/otf",
169
166
"image/svg+xml",
170
167
"image/vnd.microsoft.icon",
+ "text/css",
+ "text/html",
+ "text/javascript",
171
"text/plain",
172
"text/xml",
173
]
0 commit comments