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
data/types/audio.yaml
CHANGED
@@ -41,6 +41,8 @@
|
|
41
41
|
- !ruby/object:MIME::Type
|
42
42
|
content-type: audio/aac
|
43
43
|
encoding: base64
|
44
|
+
extensions:
|
45
|
+
- aac
|
44
46
|
xrefs:
|
45
47
|
person:
|
46
48
|
- ISO-IEC_JTC_1
|
@@ -420,6 +422,17 @@
|
|
420
422
|
template:
|
421
423
|
- audio/example
|
422
424
|
registered: true
|
425
|
+
- !ruby/object:MIME::Type
|
426
|
+
content-type: audio/flac
|
427
|
+
encoding: base64
|
428
|
+
extensions:
|
429
|
+
- flac
|
430
|
+
xrefs:
|
431
|
+
draft:
|
432
|
+
- RFC-ietf-cellar-flac-14
|
433
|
+
template:
|
434
|
+
- audio/flac
|
435
|
+
registered: true
|
423
436
|
- !ruby/object:MIME::Type
|
424
437
|
content-type: audio/flexfec
|
425
438
|
encoding: base64
|
@@ -662,9 +675,11 @@
|
|
662
675
|
- !ruby/object:MIME::Type
|
663
676
|
content-type: audio/matroska
|
664
677
|
encoding: base64
|
678
|
+
extensions:
|
679
|
+
- mka
|
665
680
|
xrefs:
|
666
|
-
|
667
|
-
-
|
681
|
+
rfc:
|
682
|
+
- rfc9559
|
668
683
|
template:
|
669
684
|
- audio/matroska
|
670
685
|
registered: true
|
@@ -726,6 +741,17 @@
|
|
726
741
|
- midi
|
727
742
|
- rmi
|
728
743
|
registered: false
|
744
|
+
- !ruby/object:MIME::Type
|
745
|
+
content-type: audio/midi-clip
|
746
|
+
encoding: base64
|
747
|
+
xrefs:
|
748
|
+
person:
|
749
|
+
- Benjamin_Israel
|
750
|
+
- MIDI_Association
|
751
|
+
template:
|
752
|
+
- audio/midi-clip
|
753
|
+
registered: true
|
754
|
+
provisional: true
|
729
755
|
- !ruby/object:MIME::Type
|
730
756
|
content-type: audio/mobile-xmf
|
731
757
|
encoding: base64
|
@@ -966,10 +992,8 @@
|
|
966
992
|
content-type: audio/scip
|
967
993
|
encoding: base64
|
968
994
|
xrefs:
|
969
|
-
|
970
|
-
-
|
971
|
-
- Michael_Faller
|
972
|
-
- SCIP
|
995
|
+
rfc:
|
996
|
+
- rfc9607
|
973
997
|
template:
|
974
998
|
- audio/scip
|
975
999
|
registered: true
|
@@ -1612,6 +1636,8 @@
|
|
1612
1636
|
encoding: base64
|
1613
1637
|
extensions:
|
1614
1638
|
- aac
|
1639
|
+
obsolete: true
|
1640
|
+
use-instead: audio/aac
|
1615
1641
|
registered: false
|
1616
1642
|
- !ruby/object:MIME::Type
|
1617
1643
|
content-type: audio/x-aiff
|
@@ -1634,18 +1660,20 @@
|
|
1634
1660
|
encoding: base64
|
1635
1661
|
extensions:
|
1636
1662
|
- flac
|
1663
|
+
obsolete: true
|
1664
|
+
use-instead: audio/flac
|
1637
1665
|
registered: false
|
1638
1666
|
- !ruby/object:MIME::Type
|
1639
1667
|
content-type: audio/x-m4a
|
1640
1668
|
encoding: base64
|
1641
|
-
extensions:
|
1642
|
-
- m4a
|
1643
1669
|
registered: false
|
1644
1670
|
- !ruby/object:MIME::Type
|
1645
1671
|
content-type: audio/x-matroska
|
1646
1672
|
encoding: base64
|
1647
1673
|
extensions:
|
1648
1674
|
- mka
|
1675
|
+
obsolete: true
|
1676
|
+
use-instead: audio/matroska
|
1649
1677
|
registered: false
|
1650
1678
|
- !ruby/object:MIME::Type
|
1651
1679
|
content-type: audio/x-midi
|
data/types/example.yaml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--- []
|
data/types/haptics.yaml
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:MIME::Type
|
3
|
+
content-type: haptics/hjif
|
4
|
+
encoding: base64
|
5
|
+
xrefs:
|
6
|
+
draft:
|
7
|
+
- RFC-ietf-mediaman-haptics-05
|
8
|
+
template:
|
9
|
+
- haptics/hjif
|
10
|
+
registered: true
|
11
|
+
- !ruby/object:MIME::Type
|
12
|
+
content-type: haptics/hmpg
|
13
|
+
encoding: base64
|
14
|
+
xrefs:
|
15
|
+
draft:
|
16
|
+
- RFC-ietf-mediaman-haptics-05
|
17
|
+
template:
|
18
|
+
- haptics/hmpg
|
19
|
+
registered: true
|
20
|
+
- !ruby/object:MIME::Type
|
21
|
+
content-type: haptics/ivs
|
22
|
+
encoding: base64
|
23
|
+
xrefs:
|
24
|
+
draft:
|
25
|
+
- RFC-ietf-mediaman-haptics-05
|
26
|
+
template:
|
27
|
+
- haptics/ivs
|
28
|
+
registered: true
|
data/types/image.yaml
CHANGED
@@ -154,6 +154,8 @@
|
|
154
154
|
rfc:
|
155
155
|
- rfc2045
|
156
156
|
- rfc2046
|
157
|
+
template:
|
158
|
+
- image/gif
|
157
159
|
registered: true
|
158
160
|
- !ruby/object:MIME::Type
|
159
161
|
content-type: image/heic
|
@@ -220,12 +222,15 @@
|
|
220
222
|
- !ruby/object:MIME::Type
|
221
223
|
content-type: image/hsj2
|
222
224
|
encoding: base64
|
225
|
+
obsolete: true
|
223
226
|
xrefs:
|
224
227
|
person:
|
225
228
|
- ISO-IEC_JTC_1
|
226
229
|
- ITU-T
|
227
230
|
template:
|
228
231
|
- image/hsj2
|
232
|
+
notes:
|
233
|
+
- "(OBSOLETE)"
|
229
234
|
registered: true
|
230
235
|
- !ruby/object:MIME::Type
|
231
236
|
content-type: image/ief
|
@@ -237,6 +242,8 @@
|
|
237
242
|
xrefs:
|
238
243
|
rfc:
|
239
244
|
- rfc1314
|
245
|
+
template:
|
246
|
+
- image/ief
|
240
247
|
registered: true
|
241
248
|
- !ruby/object:MIME::Type
|
242
249
|
content-type: image/j2c
|
@@ -293,6 +300,8 @@
|
|
293
300
|
rfc:
|
294
301
|
- rfc2045
|
295
302
|
- rfc2046
|
303
|
+
template:
|
304
|
+
- image/jpeg
|
296
305
|
registered: true
|
297
306
|
- !ruby/object:MIME::Type
|
298
307
|
content-type: image/jph
|
@@ -335,15 +344,22 @@
|
|
335
344
|
xrefs:
|
336
345
|
rfc:
|
337
346
|
- rfc3745
|
347
|
+
person:
|
348
|
+
- ISO-IEC_JTC_1_SC_29_WG_1
|
338
349
|
template:
|
339
350
|
- image/jpx
|
340
351
|
registered: true
|
341
352
|
- !ruby/object:MIME::Type
|
342
353
|
content-type: image/jxl
|
343
354
|
encoding: base64
|
355
|
+
extensions:
|
356
|
+
- jxl
|
344
357
|
xrefs:
|
345
358
|
person:
|
346
|
-
-
|
359
|
+
- ISO-IEC_JTC_1
|
360
|
+
- ISO-IEC_JTC_1_SC_29_WG_1
|
361
|
+
template:
|
362
|
+
- image/jxl
|
347
363
|
registered: true
|
348
364
|
provisional: true
|
349
365
|
- !ruby/object:MIME::Type
|
@@ -935,7 +951,7 @@
|
|
935
951
|
- webp
|
936
952
|
xrefs:
|
937
953
|
draft:
|
938
|
-
- RFC-zern-webp-
|
954
|
+
- RFC-zern-webp-15
|
939
955
|
template:
|
940
956
|
- image/webp
|
941
957
|
registered: true
|
data/types/message.yaml
CHANGED
@@ -51,6 +51,8 @@
|
|
51
51
|
rfc:
|
52
52
|
- rfc2045
|
53
53
|
- rfc2046
|
54
|
+
template:
|
55
|
+
- message/external-body
|
54
56
|
registered: true
|
55
57
|
- !ruby/object:MIME::Type
|
56
58
|
content-type: message/feedback-report
|
@@ -142,8 +144,8 @@
|
|
142
144
|
content-type: message/ohttp-req
|
143
145
|
encoding: base64
|
144
146
|
xrefs:
|
145
|
-
|
146
|
-
-
|
147
|
+
rfc:
|
148
|
+
- rfc9458
|
147
149
|
template:
|
148
150
|
- message/ohttp-req
|
149
151
|
registered: true
|
@@ -151,8 +153,8 @@
|
|
151
153
|
content-type: message/ohttp-res
|
152
154
|
encoding: base64
|
153
155
|
xrefs:
|
154
|
-
|
155
|
-
-
|
156
|
+
rfc:
|
157
|
+
- rfc9458
|
156
158
|
template:
|
157
159
|
- message/ohttp-res
|
158
160
|
registered: true
|
@@ -163,6 +165,8 @@
|
|
163
165
|
rfc:
|
164
166
|
- rfc2045
|
165
167
|
- rfc2046
|
168
|
+
template:
|
169
|
+
- message/partial
|
166
170
|
registered: true
|
167
171
|
- !ruby/object:MIME::Type
|
168
172
|
content-type: message/rfc822
|
@@ -176,6 +180,8 @@
|
|
176
180
|
rfc:
|
177
181
|
- rfc2045
|
178
182
|
- rfc2046
|
183
|
+
template:
|
184
|
+
- message/rfc822
|
179
185
|
registered: true
|
180
186
|
- !ruby/object:MIME::Type
|
181
187
|
content-type: message/s-http
|
data/types/model.yaml
CHANGED
@@ -85,6 +85,8 @@
|
|
85
85
|
xrefs:
|
86
86
|
rfc:
|
87
87
|
- rfc2077
|
88
|
+
template:
|
89
|
+
- model/mesh
|
88
90
|
registered: true
|
89
91
|
- !ruby/object:MIME::Type
|
90
92
|
content-type: model/mtl
|
@@ -401,6 +403,8 @@
|
|
401
403
|
xrefs:
|
402
404
|
rfc:
|
403
405
|
- rfc2077
|
406
|
+
template:
|
407
|
+
- model/vrml
|
404
408
|
registered: true
|
405
409
|
- !ruby/object:MIME::Type
|
406
410
|
content-type: model/x3d+binary
|
data/types/multipart.yaml
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|
rfc:
|
7
7
|
- rfc2045
|
8
8
|
- rfc2046
|
9
|
+
template:
|
10
|
+
- multipart/alternative
|
9
11
|
registered: true
|
10
12
|
- !ruby/object:MIME::Type
|
11
13
|
content-type: multipart/appledouble
|
@@ -32,6 +34,8 @@
|
|
32
34
|
rfc:
|
33
35
|
- rfc2045
|
34
36
|
- rfc2046
|
37
|
+
template:
|
38
|
+
- multipart/digest
|
35
39
|
registered: true
|
36
40
|
- !ruby/object:MIME::Type
|
37
41
|
content-type: multipart/encrypted
|
@@ -76,6 +80,8 @@
|
|
76
80
|
rfc:
|
77
81
|
- rfc2045
|
78
82
|
- rfc2046
|
83
|
+
template:
|
84
|
+
- multipart/mixed
|
79
85
|
registered: true
|
80
86
|
- !ruby/object:MIME::Type
|
81
87
|
content-type: multipart/multilingual
|
@@ -93,6 +99,8 @@
|
|
93
99
|
rfc:
|
94
100
|
- rfc2045
|
95
101
|
- rfc2046
|
102
|
+
template:
|
103
|
+
- multipart/parallel
|
96
104
|
registered: true
|
97
105
|
- !ruby/object:MIME::Type
|
98
106
|
content-type: multipart/related
|
data/types/text.yaml
CHANGED
@@ -163,6 +163,8 @@
|
|
163
163
|
xrefs:
|
164
164
|
rfc:
|
165
165
|
- rfc1896
|
166
|
+
template:
|
167
|
+
- text/enriched
|
166
168
|
registered: true
|
167
169
|
- !ruby/object:MIME::Type
|
168
170
|
content-type: text/example
|
@@ -403,6 +405,8 @@
|
|
403
405
|
- rfc2046
|
404
406
|
- rfc3676
|
405
407
|
- rfc5147
|
408
|
+
template:
|
409
|
+
- text/plain
|
406
410
|
registered: true
|
407
411
|
- !ruby/object:MIME::Type
|
408
412
|
content-type: text/provenance-notation
|
@@ -494,6 +498,8 @@
|
|
494
498
|
rfc:
|
495
499
|
- rfc2045
|
496
500
|
- rfc2046
|
501
|
+
template:
|
502
|
+
- text/richtext
|
497
503
|
registered: true
|
498
504
|
- !ruby/object:MIME::Type
|
499
505
|
content-type: text/rtf
|
@@ -1022,6 +1028,15 @@
|
|
1022
1028
|
template:
|
1023
1029
|
- text/vnd.trolltech.linguist
|
1024
1030
|
registered: true
|
1031
|
+
- !ruby/object:MIME::Type
|
1032
|
+
content-type: text/vnd.vcf
|
1033
|
+
encoding: quoted-printable
|
1034
|
+
xrefs:
|
1035
|
+
person:
|
1036
|
+
- Anand_Jahagirdar
|
1037
|
+
template:
|
1038
|
+
- text/vnd.vcf
|
1039
|
+
registered: true
|
1025
1040
|
- !ruby/object:MIME::Type
|
1026
1041
|
content-type: text/vnd.wap.si
|
1027
1042
|
encoding: quoted-printable
|
@@ -1070,6 +1085,15 @@
|
|
1070
1085
|
template:
|
1071
1086
|
- text/vnd.wap.wmlscript
|
1072
1087
|
registered: true
|
1088
|
+
- !ruby/object:MIME::Type
|
1089
|
+
content-type: text/vnd.zoo.kcl
|
1090
|
+
encoding: quoted-printable
|
1091
|
+
xrefs:
|
1092
|
+
person:
|
1093
|
+
- Jessie_Frazelle
|
1094
|
+
template:
|
1095
|
+
- text/vnd.zoo.kcl
|
1096
|
+
registered: true
|
1073
1097
|
- !ruby/object:MIME::Type
|
1074
1098
|
content-type: text/vtt
|
1075
1099
|
encoding: quoted-printable
|
data/types/video.yaml
CHANGED
@@ -111,6 +111,15 @@
|
|
111
111
|
template:
|
112
112
|
- video/encaprtp
|
113
113
|
registered: true
|
114
|
+
- !ruby/object:MIME::Type
|
115
|
+
content-type: video/evc
|
116
|
+
encoding: base64
|
117
|
+
xrefs:
|
118
|
+
rfc:
|
119
|
+
- rfc9584
|
120
|
+
template:
|
121
|
+
- video/evc
|
122
|
+
registered: true
|
114
123
|
- !ruby/object:MIME::Type
|
115
124
|
content-type: video/example
|
116
125
|
encoding: base64
|
@@ -294,8 +303,8 @@
|
|
294
303
|
content-type: video/matroska
|
295
304
|
encoding: base64
|
296
305
|
xrefs:
|
297
|
-
|
298
|
-
-
|
306
|
+
rfc:
|
307
|
+
- rfc9559
|
299
308
|
template:
|
300
309
|
- video/matroska
|
301
310
|
registered: true
|
@@ -303,8 +312,8 @@
|
|
303
312
|
content-type: video/matroska-3d
|
304
313
|
encoding: base64
|
305
314
|
xrefs:
|
306
|
-
|
307
|
-
-
|
315
|
+
rfc:
|
316
|
+
- rfc9559
|
308
317
|
template:
|
309
318
|
- video/matroska-3d
|
310
319
|
registered: true
|
@@ -352,6 +361,7 @@
|
|
352
361
|
- mpl
|
353
362
|
- mpls
|
354
363
|
- bdm
|
364
|
+
- m2t
|
355
365
|
xrefs:
|
356
366
|
rfc:
|
357
367
|
- rfc3555
|
@@ -402,6 +412,8 @@
|
|
402
412
|
rfc:
|
403
413
|
- rfc2045
|
404
414
|
- rfc2046
|
415
|
+
template:
|
416
|
+
- video/mpeg
|
405
417
|
registered: true
|
406
418
|
- !ruby/object:MIME::Type
|
407
419
|
content-type: video/mpeg4-generic
|
@@ -528,10 +540,8 @@
|
|
528
540
|
content-type: video/scip
|
529
541
|
encoding: base64
|
530
542
|
xrefs:
|
531
|
-
|
532
|
-
-
|
533
|
-
- Michael_Faller
|
534
|
-
- SCIP
|
543
|
+
rfc:
|
544
|
+
- rfc9607
|
535
545
|
template:
|
536
546
|
- video/scip
|
537
547
|
registered: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mime-types-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2024.1105
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hoe
|
@@ -114,20 +114,6 @@ dependencies:
|
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '1.6'
|
117
|
-
- !ruby/object:Gem::Dependency
|
118
|
-
name: psych
|
119
|
-
requirement: !ruby/object:Gem::Requirement
|
120
|
-
requirements:
|
121
|
-
- - "~>"
|
122
|
-
- !ruby/object:Gem::Version
|
123
|
-
version: '3.0'
|
124
|
-
type: :development
|
125
|
-
prerelease: false
|
126
|
-
version_requirements: !ruby/object:Gem::Requirement
|
127
|
-
requirements:
|
128
|
-
- - "~>"
|
129
|
-
- !ruby/object:Gem::Version
|
130
|
-
version: '3.0'
|
131
117
|
- !ruby/object:Gem::Dependency
|
132
118
|
name: rake
|
133
119
|
requirement: !ruby/object:Gem::Requirement
|
@@ -198,6 +184,7 @@ extra_rdoc_files:
|
|
198
184
|
- Licence.md
|
199
185
|
- Manifest.txt
|
200
186
|
- README.md
|
187
|
+
- SECURITY.md
|
201
188
|
files:
|
202
189
|
- Code-of-Conduct.md
|
203
190
|
- Contributing.md
|
@@ -206,6 +193,7 @@ files:
|
|
206
193
|
- Manifest.txt
|
207
194
|
- README.md
|
208
195
|
- Rakefile
|
196
|
+
- SECURITY.md
|
209
197
|
- data/content_type_mime.db
|
210
198
|
- data/ext_mime.db
|
211
199
|
- data/mime-types.json
|
@@ -224,7 +212,9 @@ files:
|
|
224
212
|
- types/chemical.yaml
|
225
213
|
- types/conference.yaml
|
226
214
|
- types/drawing.yaml
|
215
|
+
- types/example.yaml
|
227
216
|
- types/font.yaml
|
217
|
+
- types/haptics.yaml
|
228
218
|
- types/image.yaml
|
229
219
|
- types/message.yaml
|
230
220
|
- types/model.yaml
|
@@ -254,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
254
244
|
- !ruby/object:Gem::Version
|
255
245
|
version: '0'
|
256
246
|
requirements: []
|
257
|
-
rubygems_version: 3.
|
247
|
+
rubygems_version: 3.5.23
|
258
248
|
signing_key:
|
259
249
|
specification_version: 4
|
260
250
|
summary: mime-types-data provides a registry for information about MIME media type
|