mime-types-data 3.2023.1205 → 3.2024.1105
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +99 -46
- data/Contributing.md +40 -81
- data/History.md +230 -177
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/Rakefile +1 -2
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +5 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +65 -5
- data/data/mime.docs.column +60 -0
- data/data/mime.encoding.column +60 -0
- data/data/mime.flags.column +65 -5
- data/data/mime.friendly.column +60 -0
- data/data/mime.pext.column +60 -0
- data/data/mime.use_instead.column +61 -1
- data/data/mime.xrefs.column +105 -45
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +513 -29
- data/types/audio.yaml +36 -8
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +18 -2
- data/types/message.yaml +10 -4
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +18 -8
- metadata +7 -17
@@ -55,12 +55,18 @@ application/x-msaccess
|
|
55
55
|
-
|
56
56
|
-
|
57
57
|
-
|
58
|
+
-
|
59
|
+
-
|
60
|
+
-
|
61
|
+
-
|
62
|
+
-
|
58
63
|
application/x-bleeper
|
59
64
|
-
|
60
65
|
-
|
61
66
|
-
|
62
67
|
-
|
63
68
|
-
|
69
|
+
-
|
64
70
|
application/cals-1840
|
65
71
|
-
|
66
72
|
-
|
@@ -134,6 +140,11 @@ application/cals-1840
|
|
134
140
|
-
|
135
141
|
-
|
136
142
|
-
|
143
|
+
-
|
144
|
+
-
|
145
|
+
-
|
146
|
+
-
|
147
|
+
-
|
137
148
|
text/javascript
|
138
149
|
-
|
139
150
|
-
|
@@ -159,6 +170,7 @@ text/javascript
|
|
159
170
|
-
|
160
171
|
-
|
161
172
|
-
|
173
|
+
-
|
162
174
|
application/vnd.ms-excel
|
163
175
|
-
|
164
176
|
-
|
@@ -182,6 +194,7 @@ application/x-futuresplash
|
|
182
194
|
-
|
183
195
|
-
|
184
196
|
-
|
197
|
+
-
|
185
198
|
application/x-ghostview
|
186
199
|
-
|
187
200
|
-
|
@@ -190,6 +203,11 @@ application/x-ghostview
|
|
190
203
|
-
|
191
204
|
-
|
192
205
|
-
|
206
|
+
-
|
207
|
+
-
|
208
|
+
-
|
209
|
+
-
|
210
|
+
-
|
193
211
|
application/x-hep
|
194
212
|
-
|
195
213
|
-
|
@@ -386,6 +404,11 @@ application/x-mathematica-old
|
|
386
404
|
-
|
387
405
|
-
|
388
406
|
-
|
407
|
+
-
|
408
|
+
-
|
409
|
+
-
|
410
|
+
-
|
411
|
+
-
|
389
412
|
application/x-quicktimeplayer
|
390
413
|
-
|
391
414
|
-
|
@@ -460,6 +483,7 @@ application/remote-printing
|
|
460
483
|
-
|
461
484
|
-
|
462
485
|
-
|
486
|
+
-
|
463
487
|
application/smil+xml
|
464
488
|
-
|
465
489
|
-
|
@@ -504,6 +528,10 @@ application/smil+xml
|
|
504
528
|
-
|
505
529
|
-
|
506
530
|
-
|
531
|
+
-
|
532
|
+
-
|
533
|
+
-
|
534
|
+
-
|
507
535
|
application/x-toolbook
|
508
536
|
-
|
509
537
|
-
|
@@ -520,6 +548,9 @@ application/x-toolbook
|
|
520
548
|
-
|
521
549
|
-
|
522
550
|
-
|
551
|
+
-
|
552
|
+
-
|
553
|
+
-
|
523
554
|
application/x-VMSBACKUP
|
524
555
|
-
|
525
556
|
-
|
@@ -560,6 +591,8 @@ application/x-VMSBACKUP
|
|
560
591
|
-
|
561
592
|
-
|
562
593
|
-
|
594
|
+
-
|
595
|
+
-
|
563
596
|
application/vnd.3gpp.mcvideo-info+xml
|
564
597
|
-
|
565
598
|
-
|
@@ -656,6 +689,8 @@ application/vnd.3gpp.mcvideo-info+xml
|
|
656
689
|
-
|
657
690
|
-
|
658
691
|
-
|
692
|
+
-
|
693
|
+
-
|
659
694
|
application/vnd.aristanetworks.swi
|
660
695
|
-
|
661
696
|
-
|
@@ -907,6 +942,9 @@ application/vnd.aristanetworks.swi
|
|
907
942
|
-
|
908
943
|
-
|
909
944
|
-
|
945
|
+
-
|
946
|
+
-
|
947
|
+
-
|
910
948
|
application/geo+json
|
911
949
|
-
|
912
950
|
-
|
@@ -961,6 +999,7 @@ application/geo+json
|
|
961
999
|
-
|
962
1000
|
-
|
963
1001
|
-
|
1002
|
+
-
|
964
1003
|
vnd.afpc.afplinedata
|
965
1004
|
-
|
966
1005
|
-
|
@@ -1185,6 +1224,10 @@ application/vnd.visionary
|
|
1185
1224
|
-
|
1186
1225
|
-
|
1187
1226
|
-
|
1227
|
+
-
|
1228
|
+
-
|
1229
|
+
-
|
1230
|
+
-
|
1188
1231
|
application/vnd.nokia.ncd
|
1189
1232
|
-
|
1190
1233
|
-
|
@@ -1617,6 +1660,10 @@ application/vnd.oasis.opendocument.base
|
|
1617
1660
|
-
|
1618
1661
|
-
|
1619
1662
|
-
|
1663
|
+
-
|
1664
|
+
-
|
1665
|
+
-
|
1666
|
+
-
|
1620
1667
|
video/vnd.youtube.yt
|
1621
1668
|
-
|
1622
1669
|
-
|
@@ -1635,6 +1682,10 @@ video/vnd.youtube.yt
|
|
1635
1682
|
-
|
1636
1683
|
-
|
1637
1684
|
-
|
1685
|
+
-
|
1686
|
+
-
|
1687
|
+
-
|
1688
|
+
-
|
1638
1689
|
application/vnd.wordperfect
|
1639
1690
|
-
|
1640
1691
|
application/x-wordperfect6.1
|
@@ -2016,10 +2067,10 @@ application/x400-bp
|
|
2016
2067
|
-
|
2017
2068
|
-
|
2018
2069
|
-
|
2019
|
-
audio/qcelp
|
2020
2070
|
-
|
2021
2071
|
-
|
2022
2072
|
-
|
2073
|
+
audio/qcelp
|
2023
2074
|
-
|
2024
2075
|
-
|
2025
2076
|
-
|
@@ -2028,9 +2079,12 @@ audio/qcelp
|
|
2028
2079
|
-
|
2029
2080
|
-
|
2030
2081
|
-
|
2082
|
+
audio/aac
|
2031
2083
|
-
|
2032
2084
|
-
|
2085
|
+
audio/flac
|
2033
2086
|
-
|
2087
|
+
audio/matroska
|
2034
2088
|
-
|
2035
2089
|
-
|
2036
2090
|
-
|
@@ -2062,6 +2116,9 @@ x-drawing/dwf
|
|
2062
2116
|
-
|
2063
2117
|
-
|
2064
2118
|
-
|
2119
|
+
-
|
2120
|
+
-
|
2121
|
+
-
|
2065
2122
|
image/x-cmu-raster
|
2066
2123
|
-
|
2067
2124
|
-
|
@@ -2390,6 +2447,8 @@ model/vnd.flatland.3dml
|
|
2390
2447
|
-
|
2391
2448
|
-
|
2392
2449
|
-
|
2450
|
+
-
|
2451
|
+
-
|
2393
2452
|
text/javascript
|
2394
2453
|
-
|
2395
2454
|
-
|
@@ -2420,6 +2479,7 @@ video/x-dl
|
|
2420
2479
|
-
|
2421
2480
|
-
|
2422
2481
|
-
|
2482
|
+
-
|
2423
2483
|
video/x-gl
|
2424
2484
|
-
|
2425
2485
|
-
|