|
26 | 26 | { |
27 | 27 | "target": "test.appcache", |
28 | 28 | "responseHeaders": { |
29 | | - "Cache-Control": "max-age=0" |
| 29 | + "Cache-Control": null |
30 | 30 | } |
31 | 31 | }, |
32 | 32 | { |
|
85 | 85 | { |
86 | 86 | "target": "test.geojson", |
87 | 87 | "responseHeaders": { |
88 | | - "Cache-Control": "max-age=0" |
| 88 | + "Cache-Control": null |
89 | 89 | } |
90 | 90 | }, |
91 | 91 | { |
|
101 | 101 | { |
102 | 102 | "target": "test.html", |
103 | 103 | "responseHeaders": { |
104 | | - "Cache-Control": "max-age=0", |
| 104 | + "Cache-Control": null, |
105 | 105 | "Content-Security-Policy": true, |
106 | 106 | "Permissions-Policy": true, |
107 | 107 | "Referrer-Policy": "strict-origin-when-cross-origin", |
|
125 | 125 | { |
126 | 126 | "target": "test.ics", |
127 | 127 | "responseHeaders": { |
128 | | - "Cache-Control": "max-age=0" |
| 128 | + "Cache-Control": null |
129 | 129 | } |
130 | 130 | }, |
131 | 131 | { |
|
161 | 161 | { |
162 | 162 | "target": "test.json", |
163 | 163 | "responseHeaders": { |
164 | | - "Cache-Control": "max-age=0" |
| 164 | + "Cache-Control": null |
165 | 165 | } |
166 | 166 | }, |
167 | 167 | { |
168 | 168 | "target": "test.jsonld", |
169 | 169 | "responseHeaders": { |
170 | | - "Cache-Control": "max-age=0" |
| 170 | + "Cache-Control": null |
171 | 171 | } |
172 | 172 | }, |
173 | 173 | "test.m4a", |
|
180 | 180 | { |
181 | 181 | "target": "test.map", |
182 | 182 | "responseHeaders": { |
183 | | - "Cache-Control": "max-age=0" |
| 183 | + "Cache-Control": null |
184 | 184 | } |
185 | 185 | }, |
186 | 186 | { |
187 | 187 | "target": "test.markdown", |
188 | 188 | "responseHeaders": { |
189 | | - "Cache-Control": "max-age=0" |
| 189 | + "Cache-Control": null |
190 | 190 | } |
191 | 191 | }, |
192 | 192 | { |
193 | 193 | "target": "test.md", |
194 | 194 | "responseHeaders": { |
195 | | - "Cache-Control": "max-age=0" |
| 195 | + "Cache-Control": null |
196 | 196 | } |
197 | 197 | }, |
198 | 198 | { |
|
339 | 339 | { |
340 | 340 | "target": "test.webapp", |
341 | 341 | "responseHeaders": { |
342 | | - "Cache-Control": "max-age=0" |
| 342 | + "Cache-Control": null |
343 | 343 | } |
344 | 344 | }, |
345 | 345 | "test.webm", |
|
379 | 379 | { |
380 | 380 | "target": "test.xml", |
381 | 381 | "responseHeaders": { |
382 | | - "Cache-Control": "max-age=0", |
| 382 | + "Cache-Control": null, |
383 | 383 | "Content-Security-Policy": true, |
384 | 384 | "Permissions-Policy": true, |
385 | 385 | "Referrer-Policy": "strict-origin-when-cross-origin", |
|
424 | 424 | "Access-Control-Allow-Origin": null, |
425 | 425 | "X-Powered-By": null, |
426 | 426 | "X-Content-Type-Options": "nosniff", |
427 | | - "Cache-Control": "max-age=0", |
| 427 | + "Cache-Control": null, |
428 | 428 | "Content-Security-Policy": true, |
429 | 429 | "Permissions-Policy": true, |
430 | 430 | "Referrer-Policy": "strict-origin-when-cross-origin", |
431 | 431 | "Cross-Origin-Embedder-Policy": "require-corp", |
432 | 432 | "Cross-Origin-Opener-Policy": "same-origin", |
433 | | - "Cross-Origin-Resource-Policy": "same-origin", "X-Frame-Options": "DENY", |
| 433 | + "Cross-Origin-Resource-Policy": "same-origin", |
| 434 | + "X-Frame-Options": "DENY", |
434 | 435 | "Content-Type": "text/html; charset=utf-8", |
435 | 436 | "Content-Encoding": "gzip" |
436 | 437 | } |
|
0 commit comments