File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 110
110
"compressible" : true
111
111
},
112
112
"application/bacnet-xdd+zip" : {
113
- "source" : " iana"
113
+ "source" : " iana" ,
114
+ "compressible" : false
114
115
},
115
116
"application/batch-smtp" : {
116
117
"source" : " iana"
394
395
},
395
396
"application/epub+zip" : {
396
397
"source" : " iana" ,
398
+ "compressible" : false ,
397
399
"extensions" : [" epub" ]
398
400
},
399
401
"application/eshop" : {
1046
1048
"extensions" : [" cww" ]
1047
1049
},
1048
1050
"application/prs.hpub+zip" : {
1049
- "source" : " iana"
1051
+ "source" : " iana" ,
1052
+ "compressible" : false
1050
1053
},
1051
1054
"application/prs.nprend" : {
1052
1055
"source" : " iana"
1556
1559
},
1557
1560
"application/vnd.adobe.air-application-installer-package+zip" : {
1558
1561
"source" : " apache" ,
1562
+ "compressible" : false ,
1559
1563
"extensions" : [" air" ]
1560
1564
},
1561
1565
"application/vnd.adobe.flash.movie" : {
1847
1851
"compressible" : true
1848
1852
},
1849
1853
"application/vnd.comicbook+zip" : {
1850
- "source" : " iana"
1854
+ "source" : " iana" ,
1855
+ "compressible" : false
1851
1856
},
1852
1857
"application/vnd.comicbook-rar" : {
1853
1858
"source" : " iana"
1939
1944
"source" : " iana"
1940
1945
},
1941
1946
"application/vnd.d2l.coursepackage1p0+zip" : {
1942
- "source" : " iana"
1947
+ "source" : " iana" ,
1948
+ "compressible" : false
1943
1949
},
1944
1950
"application/vnd.dart" : {
1945
1951
"source" : " iana" ,
2190
2196
"source" : " iana"
2191
2197
},
2192
2198
"application/vnd.espass-espass+zip" : {
2193
- "source" : " iana"
2199
+ "source" : " iana" ,
2200
+ "compressible" : false
2194
2201
},
2195
2202
"application/vnd.eszigno3+xml" : {
2196
2203
"source" : " iana" ,
2202
2209
"compressible" : true
2203
2210
},
2204
2211
"application/vnd.etsi.asic-e+zip" : {
2205
- "source" : " iana"
2212
+ "source" : " iana" ,
2213
+ "compressible" : false
2206
2214
},
2207
2215
"application/vnd.etsi.asic-s+zip" : {
2208
- "source" : " iana"
2216
+ "source" : " iana" ,
2217
+ "compressible" : false
2209
2218
},
2210
2219
"application/vnd.etsi.cug+xml" : {
2211
2220
"source" : " iana" ,
2484
2493
"compressible" : true
2485
2494
},
2486
2495
"application/vnd.gov.sk.e-form+zip" : {
2487
- "source" : " iana"
2496
+ "source" : " iana" ,
2497
+ "compressible" : false
2488
2498
},
2489
2499
"application/vnd.gov.sk.xmldatacontainer+xml" : {
2490
2500
"source" : " iana" ,
2641
2651
"extensions" : [" igl" ]
2642
2652
},
2643
2653
"application/vnd.imagemeter.folder+zip" : {
2644
- "source" : " iana"
2654
+ "source" : " iana" ,
2655
+ "compressible" : false
2645
2656
},
2646
2657
"application/vnd.imagemeter.image+zip" : {
2647
- "source" : " iana"
2658
+ "source" : " iana" ,
2659
+ "compressible" : false
2648
2660
},
2649
2661
"application/vnd.immervision-ivp" : {
2650
2662
"source" : " iana" ,
Original file line number Diff line number Diff line change 6
6
"+xml" : {
7
7
"compressible" : true ,
8
8
"notes" : " +xml means it is XML, which is compressible."
9
+ },
10
+ "+zip" : {
11
+ "compressible" : false ,
12
+ "notes" : " +zip means it is a ZIP archive, which is not compressible."
9
13
}
10
14
}
You can’t perform that action at this time.
0 commit comments