TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
MimeTypeCollection.php
Go to the documentation of this file.
1
<?php
2
declare(strict_types = 1);
3
namespace
TYPO3\CMS\Core\Resource
;
4
5
/*
6
* This file is part of the TYPO3 CMS project.
7
*
8
* It is free software; you can redistribute it and/or modify it under
9
* the terms of the GNU General Public License, either version 2
10
* of the License, or any later version.
11
*
12
* For the full copyright and license information, please read the
13
* LICENSE.txt file that was distributed with this source code.
14
*
15
* The TYPO3 project - inspiring people to share!
16
*/
17
22
final
class
MimeTypeCollection
23
{
24
private
$map
= [
25
'application/andrew-inset'
=> [
'ez'
],
26
'application/applixware'
=> [
'aw'
],
27
'application/atom+xml'
=> [
'atom'
],
28
'application/atomcat+xml'
=> [
'atomcat'
],
29
'application/atomdeleted+xml'
=> [
'atomdeleted'
],
30
'application/atomsvc+xml'
=> [
'atomsvc'
],
31
'application/atsc-dwd+xml'
=> [
'dwd'
],
32
'application/atsc-held+xml'
=> [
'held'
],
33
'application/atsc-rsat+xml'
=> [
'rsat'
],
34
'application/bdoc'
=> [
'bdoc'
],
35
'application/calendar+xml'
=> [
'xcs'
],
36
'application/ccxml+xml'
=> [
'ccxml'
],
37
'application/cdfx+xml'
=> [
'cdfx'
],
38
'application/cdmi-capability'
=> [
'cdmia'
],
39
'application/cdmi-container'
=> [
'cdmic'
],
40
'application/cdmi-domain'
=> [
'cdmid'
],
41
'application/cdmi-object'
=> [
'cdmio'
],
42
'application/cdmi-queue'
=> [
'cdmiq'
],
43
'application/cu-seeme'
=> [
'cu'
],
44
'application/dash+xml'
=> [
'mpd'
],
45
'application/davmount+xml'
=> [
'davmount'
],
46
'application/docbook+xml'
=> [
'dbk'
],
47
'application/dssc+der'
=> [
'dssc'
],
48
'application/dssc+xml'
=> [
'xdssc'
],
49
'application/ecmascript'
=> [
'ecma'
,
'es'
],
50
'application/emma+xml'
=> [
'emma'
],
51
'application/emotionml+xml'
=> [
'emotionml'
],
52
'application/epub+zip'
=> [
'epub'
],
53
'application/exi'
=> [
'exi'
],
54
'application/fdt+xml'
=> [
'fdt'
],
55
'application/font-tdpfr'
=> [
'pfr'
],
56
'application/geo+json'
=> [
'geojson'
],
57
'application/gml+xml'
=> [
'gml'
],
58
'application/gpx+xml'
=> [
'gpx'
],
59
'application/gxf'
=> [
'gxf'
],
60
'application/gzip'
=> [
'gz'
],
61
'application/hjson'
=> [
'hjson'
],
62
'application/hyperstudio'
=> [
'stk'
],
63
'application/inkml+xml'
=> [
'ink'
,
'inkml'
],
64
'application/ipfix'
=> [
'ipfix'
],
65
'application/its+xml'
=> [
'its'
],
66
'application/java-archive'
=> [
'jar'
,
'war'
,
'ear'
],
67
'application/java-serialized-object'
=> [
'ser'
],
68
'application/java-vm'
=> [
'class'
],
69
'application/javascript'
=> [
'js'
,
'mjs'
],
70
'application/json'
=> [
'json'
,
'map'
],
71
'application/json5'
=> [
'json5'
],
72
'application/jsonml+json'
=> [
'jsonml'
],
73
'application/ld+json'
=> [
'jsonld'
],
74
'application/lgr+xml'
=> [
'lgr'
],
75
'application/lost+xml'
=> [
'lostxml'
],
76
'application/mac-binhex40'
=> [
'hqx'
],
77
'application/mac-compactpro'
=> [
'cpt'
],
78
'application/mads+xml'
=> [
'mads'
],
79
'application/manifest+json'
=> [
'webmanifest'
],
80
'application/marc'
=> [
'mrc'
],
81
'application/marcxml+xml'
=> [
'mrcx'
],
82
'application/mathematica'
=> [
'ma'
,
'nb'
,
'mb'
],
83
'application/mathml+xml'
=> [
'mathml'
],
84
'application/mbox'
=> [
'mbox'
],
85
'application/mediaservercontrol+xml'
=> [
'mscml'
],
86
'application/metalink+xml'
=> [
'metalink'
],
87
'application/metalink4+xml'
=> [
'meta4'
],
88
'application/mets+xml'
=> [
'mets'
],
89
'application/mmt-aei+xml'
=> [
'maei'
],
90
'application/mmt-usd+xml'
=> [
'musd'
],
91
'application/mods+xml'
=> [
'mods'
],
92
'application/mp21'
=> [
'm21'
,
'mp21'
],
93
'application/mp4'
=> [
'mp4s'
,
'm4p'
],
94
'application/mrb-consumer+xml'
=> [
'xdf'
],
95
'application/mrb-publish+xml'
=> [
'xdf'
],
96
'application/msword'
=> [
'doc'
,
'dot'
],
97
'application/mxf'
=> [
'mxf'
],
98
'application/n-quads'
=> [
'nq'
],
99
'application/n-triples'
=> [
'nt'
],
100
'application/node'
=> [
'cjs'
],
101
'application/octet-stream'
=> [
'bin'
,
'dms'
,
'lrf'
,
'mar'
,
'so'
,
'dist'
,
'distz'
,
'pkg'
,
'bpk'
,
'dump'
,
'elc'
,
'deploy'
,
'exe'
,
'dll'
,
'deb'
,
'dmg'
,
'iso'
,
'img'
,
'msi'
,
'msp'
,
'msm'
,
'buffer'
],
102
'application/oda'
=> [
'oda'
],
103
'application/oebps-package+xml'
=> [
'opf'
],
104
'application/ogg'
=> [
'ogx'
],
105
'application/omdoc+xml'
=> [
'omdoc'
],
106
'application/onenote'
=> [
'onetoc'
,
'onetoc2'
,
'onetmp'
,
'onepkg'
],
107
'application/oxps'
=> [
'oxps'
],
108
'application/p2p-overlay+xml'
=> [
'relo'
],
109
'application/patch-ops-error+xml'
=> [
'xer'
],
110
'application/pdf'
=> [
'pdf'
],
111
'application/pgp-encrypted'
=> [
'pgp'
],
112
'application/pgp-signature'
=> [
'asc'
,
'sig'
],
113
'application/pics-rules'
=> [
'prf'
],
114
'application/pkcs10'
=> [
'p10'
],
115
'application/pkcs7-mime'
=> [
'p7m'
,
'p7c'
],
116
'application/pkcs7-signature'
=> [
'p7s'
],
117
'application/pkcs8'
=> [
'p8'
],
118
'application/pkix-attr-cert'
=> [
'ac'
],
119
'application/pkix-cert'
=> [
'cer'
],
120
'application/pkix-crl'
=> [
'crl'
],
121
'application/pkix-pkipath'
=> [
'pkipath'
],
122
'application/pkixcmp'
=> [
'pki'
],
123
'application/pls+xml'
=> [
'pls'
],
124
'application/postscript'
=> [
'ai'
,
'eps'
,
'ps'
],
125
'application/provenance+xml'
=> [
'provx'
],
126
'application/prs.cww'
=> [
'cww'
],
127
'application/pskc+xml'
=> [
'pskcxml'
],
128
'application/raml+yaml'
=> [
'raml'
],
129
'application/rdf+xml'
=> [
'rdf'
,
'owl'
],
130
'application/reginfo+xml'
=> [
'rif'
],
131
'application/relax-ng-compact-syntax'
=> [
'rnc'
],
132
'application/resource-lists+xml'
=> [
'rl'
],
133
'application/resource-lists-diff+xml'
=> [
'rld'
],
134
'application/rls-services+xml'
=> [
'rs'
],
135
'application/route-apd+xml'
=> [
'rapd'
],
136
'application/route-s-tsid+xml'
=> [
'sls'
],
137
'application/route-usd+xml'
=> [
'rusd'
],
138
'application/rpki-ghostbusters'
=> [
'gbr'
],
139
'application/rpki-manifest'
=> [
'mft'
],
140
'application/rpki-roa'
=> [
'roa'
],
141
'application/rsd+xml'
=> [
'rsd'
],
142
'application/rss+xml'
=> [
'rss'
],
143
'application/rtf'
=> [
'rtf'
],
144
'application/sbml+xml'
=> [
'sbml'
],
145
'application/scvp-cv-request'
=> [
'scq'
],
146
'application/scvp-cv-response'
=> [
'scs'
],
147
'application/scvp-vp-request'
=> [
'spq'
],
148
'application/scvp-vp-response'
=> [
'spp'
],
149
'application/sdp'
=> [
'sdp'
],
150
'application/senml+xml'
=> [
'senmlx'
],
151
'application/sensml+xml'
=> [
'sensmlx'
],
152
'application/set-payment-initiation'
=> [
'setpay'
],
153
'application/set-registration-initiation'
=> [
'setreg'
],
154
'application/shf+xml'
=> [
'shf'
],
155
'application/sieve'
=> [
'siv'
,
'sieve'
],
156
'application/smil+xml'
=> [
'smi'
,
'smil'
],
157
'application/sparql-query'
=> [
'rq'
],
158
'application/sparql-results+xml'
=> [
'srx'
],
159
'application/srgs'
=> [
'gram'
],
160
'application/srgs+xml'
=> [
'grxml'
],
161
'application/sru+xml'
=> [
'sru'
],
162
'application/ssdl+xml'
=> [
'ssdl'
],
163
'application/ssml+xml'
=> [
'ssml'
],
164
'application/swid+xml'
=> [
'swidtag'
],
165
'application/tei+xml'
=> [
'tei'
,
'teicorpus'
],
166
'application/thraud+xml'
=> [
'tfi'
],
167
'application/timestamped-data'
=> [
'tsd'
],
168
'application/toml'
=> [
'toml'
],
169
'application/ttml+xml'
=> [
'ttml'
],
170
'application/ubjson'
=> [
'ubj'
],
171
'application/urc-ressheet+xml'
=> [
'rsheet'
],
172
'application/urc-targetdesc+xml'
=> [
'td'
],
173
'application/vnd.1000minds.decision-model+xml'
=> [
'1km'
],
174
'application/vnd.3gpp.pic-bw-large'
=> [
'plb'
],
175
'application/vnd.3gpp.pic-bw-small'
=> [
'psb'
],
176
'application/vnd.3gpp.pic-bw-var'
=> [
'pvb'
],
177
'application/vnd.3gpp2.tcap'
=> [
'tcap'
],
178
'application/vnd.3m.post-it-notes'
=> [
'pwn'
],
179
'application/vnd.accpac.simply.aso'
=> [
'aso'
],
180
'application/vnd.accpac.simply.imp'
=> [
'imp'
],
181
'application/vnd.acucobol'
=> [
'acu'
],
182
'application/vnd.acucorp'
=> [
'atc'
,
'acutc'
],
183
'application/vnd.adobe.air-application-installer-package+zip'
=> [
'air'
],
184
'application/vnd.adobe.formscentral.fcdt'
=> [
'fcdt'
],
185
'application/vnd.adobe.fxp'
=> [
'fxp'
,
'fxpl'
],
186
'application/vnd.adobe.xdp+xml'
=> [
'xdp'
],
187
'application/vnd.adobe.xfdf'
=> [
'xfdf'
],
188
'application/vnd.ahead.space'
=> [
'ahead'
],
189
'application/vnd.airzip.filesecure.azf'
=> [
'azf'
],
190
'application/vnd.airzip.filesecure.azs'
=> [
'azs'
],
191
'application/vnd.amazon.ebook'
=> [
'azw'
],
192
'application/vnd.americandynamics.acc'
=> [
'acc'
],
193
'application/vnd.amiga.ami'
=> [
'ami'
],
194
'application/vnd.android.package-archive'
=> [
'apk'
],
195
'application/vnd.anser-web-certificate-issue-initiation'
=> [
'cii'
],
196
'application/vnd.anser-web-funds-transfer-initiation'
=> [
'fti'
],
197
'application/vnd.antix.game-component'
=> [
'atx'
],
198
'application/vnd.apple.installer+xml'
=> [
'mpkg'
],
199
'application/vnd.apple.keynote'
=> [
'key'
],
200
'application/vnd.apple.mpegurl'
=> [
'm3u8'
],
201
'application/vnd.apple.numbers'
=> [
'numbers'
],
202
'application/vnd.apple.pages'
=> [
'pages'
],
203
'application/vnd.apple.pkpass'
=> [
'pkpass'
],
204
'application/vnd.aristanetworks.swi'
=> [
'swi'
],
205
'application/vnd.astraea-software.iota'
=> [
'iota'
],
206
'application/vnd.audiograph'
=> [
'aep'
],
207
'application/vnd.balsamiq.bmml+xml'
=> [
'bmml'
],
208
'application/vnd.blueice.multipass'
=> [
'mpm'
],
209
'application/vnd.bmi'
=> [
'bmi'
],
210
'application/vnd.businessobjects'
=> [
'rep'
],
211
'application/vnd.chemdraw+xml'
=> [
'cdxml'
],
212
'application/vnd.chipnuts.karaoke-mmd'
=> [
'mmd'
],
213
'application/vnd.cinderella'
=> [
'cdy'
],
214
'application/vnd.citationstyles.style+xml'
=> [
'csl'
],
215
'application/vnd.claymore'
=> [
'cla'
],
216
'application/vnd.cloanto.rp9'
=> [
'rp9'
],
217
'application/vnd.clonk.c4group'
=> [
'c4g'
,
'c4d'
,
'c4f'
,
'c4p'
,
'c4u'
],
218
'application/vnd.cluetrust.cartomobile-config'
=> [
'c11amc'
],
219
'application/vnd.cluetrust.cartomobile-config-pkg'
=> [
'c11amz'
],
220
'application/vnd.commonspace'
=> [
'csp'
],
221
'application/vnd.contact.cmsg'
=> [
'cdbcmsg'
],
222
'application/vnd.cosmocaller'
=> [
'cmc'
],
223
'application/vnd.crick.clicker'
=> [
'clkx'
],
224
'application/vnd.crick.clicker.keyboard'
=> [
'clkk'
],
225
'application/vnd.crick.clicker.palette'
=> [
'clkp'
],
226
'application/vnd.crick.clicker.template'
=> [
'clkt'
],
227
'application/vnd.crick.clicker.wordbank'
=> [
'clkw'
],
228
'application/vnd.criticaltools.wbs+xml'
=> [
'wbs'
],
229
'application/vnd.ctc-posml'
=> [
'pml'
],
230
'application/vnd.cups-ppd'
=> [
'ppd'
],
231
'application/vnd.curl.car'
=> [
'car'
],
232
'application/vnd.curl.pcurl'
=> [
'pcurl'
],
233
'application/vnd.dart'
=> [
'dart'
],
234
'application/vnd.data-vision.rdz'
=> [
'rdz'
],
235
'application/vnd.dbf'
=> [
'dbf'
],
236
'application/vnd.dece.data'
=> [
'uvf'
,
'uvvf'
,
'uvd'
,
'uvvd'
],
237
'application/vnd.dece.ttml+xml'
=> [
'uvt'
,
'uvvt'
],
238
'application/vnd.dece.unspecified'
=> [
'uvx'
,
'uvvx'
],
239
'application/vnd.dece.zip'
=> [
'uvz'
,
'uvvz'
],
240
'application/vnd.denovo.fcselayout-link'
=> [
'fe_launch'
],
241
'application/vnd.dna'
=> [
'dna'
],
242
'application/vnd.dolby.mlp'
=> [
'mlp'
],
243
'application/vnd.dpgraph'
=> [
'dpg'
],
244
'application/vnd.dreamfactory'
=> [
'dfac'
],
245
'application/vnd.ds-keypoint'
=> [
'kpxx'
],
246
'application/vnd.dvb.ait'
=> [
'ait'
],
247
'application/vnd.dvb.service'
=> [
'svc'
],
248
'application/vnd.dynageo'
=> [
'geo'
],
249
'application/vnd.ecowin.chart'
=> [
'mag'
],
250
'application/vnd.enliven'
=> [
'nml'
],
251
'application/vnd.epson.esf'
=> [
'esf'
],
252
'application/vnd.epson.msf'
=> [
'msf'
],
253
'application/vnd.epson.quickanime'
=> [
'qam'
],
254
'application/vnd.epson.salt'
=> [
'slt'
],
255
'application/vnd.epson.ssf'
=> [
'ssf'
],
256
'application/vnd.eszigno3+xml'
=> [
'es3'
,
'et3'
],
257
'application/vnd.ezpix-album'
=> [
'ez2'
],
258
'application/vnd.ezpix-package'
=> [
'ez3'
],
259
'application/vnd.fdf'
=> [
'fdf'
],
260
'application/vnd.fdsn.mseed'
=> [
'mseed'
],
261
'application/vnd.fdsn.seed'
=> [
'seed'
,
'dataless'
],
262
'application/vnd.flographit'
=> [
'gph'
],
263
'application/vnd.fluxtime.clip'
=> [
'ftc'
],
264
'application/vnd.framemaker'
=> [
'fm'
,
'frame'
,
'maker'
,
'book'
],
265
'application/vnd.frogans.fnc'
=> [
'fnc'
],
266
'application/vnd.frogans.ltf'
=> [
'ltf'
],
267
'application/vnd.fsc.weblaunch'
=> [
'fsc'
],
268
'application/vnd.fujitsu.oasys'
=> [
'oas'
],
269
'application/vnd.fujitsu.oasys2'
=> [
'oa2'
],
270
'application/vnd.fujitsu.oasys3'
=> [
'oa3'
],
271
'application/vnd.fujitsu.oasysgp'
=> [
'fg5'
],
272
'application/vnd.fujitsu.oasysprs'
=> [
'bh2'
],
273
'application/vnd.fujixerox.ddd'
=> [
'ddd'
],
274
'application/vnd.fujixerox.docuworks'
=> [
'xdw'
],
275
'application/vnd.fujixerox.docuworks.binder'
=> [
'xbd'
],
276
'application/vnd.fuzzysheet'
=> [
'fzs'
],
277
'application/vnd.genomatix.tuxedo'
=> [
'txd'
],
278
'application/vnd.geogebra.file'
=> [
'ggb'
],
279
'application/vnd.geogebra.tool'
=> [
'ggt'
],
280
'application/vnd.geometry-explorer'
=> [
'gex'
,
'gre'
],
281
'application/vnd.geonext'
=> [
'gxt'
],
282
'application/vnd.geoplan'
=> [
'g2w'
],
283
'application/vnd.geospace'
=> [
'g3w'
],
284
'application/vnd.gmx'
=> [
'gmx'
],
285
'application/vnd.google-apps.document'
=> [
'gdoc'
],
286
'application/vnd.google-apps.presentation'
=> [
'gslides'
],
287
'application/vnd.google-apps.spreadsheet'
=> [
'gsheet'
],
288
'application/vnd.google-earth.kml+xml'
=> [
'kml'
],
289
'application/vnd.google-earth.kmz'
=> [
'kmz'
],
290
'application/vnd.grafeq'
=> [
'gqf'
,
'gqs'
],
291
'application/vnd.groove-account'
=> [
'gac'
],
292
'application/vnd.groove-help'
=> [
'ghf'
],
293
'application/vnd.groove-identity-message'
=> [
'gim'
],
294
'application/vnd.groove-injector'
=> [
'grv'
],
295
'application/vnd.groove-tool-message'
=> [
'gtm'
],
296
'application/vnd.groove-tool-template'
=> [
'tpl'
],
297
'application/vnd.groove-vcard'
=> [
'vcg'
],
298
'application/vnd.hal+xml'
=> [
'hal'
],
299
'application/vnd.handheld-entertainment+xml'
=> [
'zmm'
],
300
'application/vnd.hbci'
=> [
'hbci'
],
301
'application/vnd.hhe.lesson-player'
=> [
'les'
],
302
'application/vnd.hp-hpgl'
=> [
'hpgl'
],
303
'application/vnd.hp-hpid'
=> [
'hpid'
],
304
'application/vnd.hp-hps'
=> [
'hps'
],
305
'application/vnd.hp-jlyt'
=> [
'jlt'
],
306
'application/vnd.hp-pcl'
=> [
'pcl'
],
307
'application/vnd.hp-pclxl'
=> [
'pclxl'
],
308
'application/vnd.hydrostatix.sof-data'
=> [
'sfd-hdstx'
],
309
'application/vnd.ibm.minipay'
=> [
'mpy'
],
310
'application/vnd.ibm.modcap'
=> [
'afp'
,
'listafp'
,
'list3820'
],
311
'application/vnd.ibm.rights-management'
=> [
'irm'
],
312
'application/vnd.ibm.secure-container'
=> [
'sc'
],
313
'application/vnd.iccprofile'
=> [
'icc'
,
'icm'
],
314
'application/vnd.igloader'
=> [
'igl'
],
315
'application/vnd.immervision-ivp'
=> [
'ivp'
],
316
'application/vnd.immervision-ivu'
=> [
'ivu'
],
317
'application/vnd.insors.igm'
=> [
'igm'
],
318
'application/vnd.intercon.formnet'
=> [
'xpw'
,
'xpx'
],
319
'application/vnd.intergeo'
=> [
'i2g'
],
320
'application/vnd.intu.qbo'
=> [
'qbo'
],
321
'application/vnd.intu.qfx'
=> [
'qfx'
],
322
'application/vnd.ipunplugged.rcprofile'
=> [
'rcprofile'
],
323
'application/vnd.irepository.package+xml'
=> [
'irp'
],
324
'application/vnd.is-xpr'
=> [
'xpr'
],
325
'application/vnd.isac.fcs'
=> [
'fcs'
],
326
'application/vnd.jam'
=> [
'jam'
],
327
'application/vnd.jcp.javame.midlet-rms'
=> [
'rms'
],
328
'application/vnd.jisp'
=> [
'jisp'
],
329
'application/vnd.joost.joda-archive'
=> [
'joda'
],
330
'application/vnd.kahootz'
=> [
'ktz'
,
'ktr'
],
331
'application/vnd.kde.karbon'
=> [
'karbon'
],
332
'application/vnd.kde.kchart'
=> [
'chrt'
],
333
'application/vnd.kde.kformula'
=> [
'kfo'
],
334
'application/vnd.kde.kivio'
=> [
'flw'
],
335
'application/vnd.kde.kontour'
=> [
'kon'
],
336
'application/vnd.kde.kpresenter'
=> [
'kpr'
,
'kpt'
],
337
'application/vnd.kde.kspread'
=> [
'ksp'
],
338
'application/vnd.kde.kword'
=> [
'kwd'
,
'kwt'
],
339
'application/vnd.kenameaapp'
=> [
'htke'
],
340
'application/vnd.kidspiration'
=> [
'kia'
],
341
'application/vnd.kinar'
=> [
'kne'
,
'knp'
],
342
'application/vnd.koan'
=> [
'skp'
,
'skd'
,
'skt'
,
'skm'
],
343
'application/vnd.kodak-descriptor'
=> [
'sse'
],
344
'application/vnd.las.las+xml'
=> [
'lasxml'
],
345
'application/vnd.llamagraphics.life-balance.desktop'
=> [
'lbd'
],
346
'application/vnd.llamagraphics.life-balance.exchange+xml'
=> [
'lbe'
],
347
'application/vnd.lotus-1-2-3'
=> [
'123'
],
348
'application/vnd.lotus-approach'
=> [
'apr'
],
349
'application/vnd.lotus-freelance'
=> [
'pre'
],
350
'application/vnd.lotus-notes'
=> [
'nsf'
],
351
'application/vnd.lotus-organizer'
=> [
'org'
],
352
'application/vnd.lotus-screencam'
=> [
'scm'
],
353
'application/vnd.lotus-wordpro'
=> [
'lwp'
],
354
'application/vnd.macports.portpkg'
=> [
'portpkg'
],
355
'application/vnd.mcd'
=> [
'mcd'
],
356
'application/vnd.medcalcdata'
=> [
'mc1'
],
357
'application/vnd.mediastation.cdkey'
=> [
'cdkey'
],
358
'application/vnd.mfer'
=> [
'mwf'
],
359
'application/vnd.mfmp'
=> [
'mfm'
],
360
'application/vnd.micrografx.flo'
=> [
'flo'
],
361
'application/vnd.micrografx.igx'
=> [
'igx'
],
362
'application/vnd.mif'
=> [
'mif'
],
363
'application/vnd.mobius.daf'
=> [
'daf'
],
364
'application/vnd.mobius.dis'
=> [
'dis'
],
365
'application/vnd.mobius.mbk'
=> [
'mbk'
],
366
'application/vnd.mobius.mqy'
=> [
'mqy'
],
367
'application/vnd.mobius.msl'
=> [
'msl'
],
368
'application/vnd.mobius.plc'
=> [
'plc'
],
369
'application/vnd.mobius.txf'
=> [
'txf'
],
370
'application/vnd.mophun.application'
=> [
'mpn'
],
371
'application/vnd.mophun.certificate'
=> [
'mpc'
],
372
'application/vnd.mozilla.xul+xml'
=> [
'xul'
],
373
'application/vnd.ms-artgalry'
=> [
'cil'
],
374
'application/vnd.ms-cab-compressed'
=> [
'cab'
],
375
'application/vnd.ms-excel'
=> [
'xls'
,
'xlm'
,
'xla'
,
'xlc'
,
'xlt'
,
'xlw'
],
376
'application/vnd.ms-excel.addin.macroenabled.12'
=> [
'xlam'
],
377
'application/vnd.ms-excel.sheet.binary.macroenabled.12'
=> [
'xlsb'
],
378
'application/vnd.ms-excel.sheet.macroenabled.12'
=> [
'xlsm'
],
379
'application/vnd.ms-excel.template.macroenabled.12'
=> [
'xltm'
],
380
'application/vnd.ms-fontobject'
=> [
'eot'
],
381
'application/vnd.ms-htmlhelp'
=> [
'chm'
],
382
'application/vnd.ms-ims'
=> [
'ims'
],
383
'application/vnd.ms-lrm'
=> [
'lrm'
],
384
'application/vnd.ms-officetheme'
=> [
'thmx'
],
385
'application/vnd.ms-outlook'
=> [
'msg'
],
386
'application/vnd.ms-pki.seccat'
=> [
'cat'
],
387
'application/vnd.ms-pki.stl'
=> [
'stl'
],
388
'application/vnd.ms-powerpoint'
=> [
'ppt'
,
'pps'
,
'pot'
],
389
'application/vnd.ms-powerpoint.addin.macroenabled.12'
=> [
'ppam'
],
390
'application/vnd.ms-powerpoint.presentation.macroenabled.12'
=> [
'pptm'
],
391
'application/vnd.ms-powerpoint.slide.macroenabled.12'
=> [
'sldm'
],
392
'application/vnd.ms-powerpoint.slideshow.macroenabled.12'
=> [
'ppsm'
],
393
'application/vnd.ms-powerpoint.template.macroenabled.12'
=> [
'potm'
],
394
'application/vnd.ms-project'
=> [
'mpp'
,
'mpt'
],
395
'application/vnd.ms-word.document.macroenabled.12'
=> [
'docm'
],
396
'application/vnd.ms-word.template.macroenabled.12'
=> [
'dotm'
],
397
'application/vnd.ms-works'
=> [
'wps'
,
'wks'
,
'wcm'
,
'wdb'
],
398
'application/vnd.ms-wpl'
=> [
'wpl'
],
399
'application/vnd.ms-xpsdocument'
=> [
'xps'
],
400
'application/vnd.mseq'
=> [
'mseq'
],
401
'application/vnd.musician'
=> [
'mus'
],
402
'application/vnd.muvee.style'
=> [
'msty'
],
403
'application/vnd.mynfc'
=> [
'taglet'
],
404
'application/vnd.neurolanguage.nlu'
=> [
'nlu'
],
405
'application/vnd.nitf'
=> [
'ntf'
,
'nitf'
],
406
'application/vnd.noblenet-directory'
=> [
'nnd'
],
407
'application/vnd.noblenet-sealer'
=> [
'nns'
],
408
'application/vnd.noblenet-web'
=> [
'nnw'
],
409
'application/vnd.nokia.n-gage.ac+xml'
=> [
'ac'
],
410
'application/vnd.nokia.n-gage.data'
=> [
'ngdat'
],
411
'application/vnd.nokia.n-gage.symbian.install'
=> [
'n-gage'
],
412
'application/vnd.nokia.radio-preset'
=> [
'rpst'
],
413
'application/vnd.nokia.radio-presets'
=> [
'rpss'
],
414
'application/vnd.novadigm.edm'
=> [
'edm'
],
415
'application/vnd.novadigm.edx'
=> [
'edx'
],
416
'application/vnd.novadigm.ext'
=> [
'ext'
],
417
'application/vnd.oasis.opendocument.chart'
=> [
'odc'
],
418
'application/vnd.oasis.opendocument.chart-template'
=> [
'otc'
],
419
'application/vnd.oasis.opendocument.database'
=> [
'odb'
],
420
'application/vnd.oasis.opendocument.formula'
=> [
'odf'
],
421
'application/vnd.oasis.opendocument.formula-template'
=> [
'odft'
],
422
'application/vnd.oasis.opendocument.graphics'
=> [
'odg'
],
423
'application/vnd.oasis.opendocument.graphics-template'
=> [
'otg'
],
424
'application/vnd.oasis.opendocument.image'
=> [
'odi'
],
425
'application/vnd.oasis.opendocument.image-template'
=> [
'oti'
],
426
'application/vnd.oasis.opendocument.presentation'
=> [
'odp'
],
427
'application/vnd.oasis.opendocument.presentation-template'
=> [
'otp'
],
428
'application/vnd.oasis.opendocument.spreadsheet'
=> [
'ods'
],
429
'application/vnd.oasis.opendocument.spreadsheet-template'
=> [
'ots'
],
430
'application/vnd.oasis.opendocument.text'
=> [
'odt'
],
431
'application/vnd.oasis.opendocument.text-master'
=> [
'odm'
],
432
'application/vnd.oasis.opendocument.text-template'
=> [
'ott'
],
433
'application/vnd.oasis.opendocument.text-web'
=> [
'oth'
],
434
'application/vnd.olpc-sugar'
=> [
'xo'
],
435
'application/vnd.oma.dd2+xml'
=> [
'dd2'
],
436
'application/vnd.openblox.game+xml'
=> [
'obgx'
],
437
'application/vnd.openofficeorg.extension'
=> [
'oxt'
],
438
'application/vnd.openstreetmap.data+xml'
=> [
'osm'
],
439
'application/vnd.openxmlformats-officedocument.presentationml.presentation'
=> [
'pptx'
],
440
'application/vnd.openxmlformats-officedocument.presentationml.slide'
=> [
'sldx'
],
441
'application/vnd.openxmlformats-officedocument.presentationml.slideshow'
=> [
'ppsx'
],
442
'application/vnd.openxmlformats-officedocument.presentationml.template'
=> [
'potx'
],
443
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
=> [
'xlsx'
],
444
'application/vnd.openxmlformats-officedocument.spreadsheetml.template'
=> [
'xltx'
],
445
'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
=> [
'docx'
],
446
'application/vnd.openxmlformats-officedocument.wordprocessingml.template'
=> [
'dotx'
],
447
'application/vnd.osgeo.mapguide.package'
=> [
'mgp'
],
448
'application/vnd.osgi.dp'
=> [
'dp'
],
449
'application/vnd.osgi.subsystem'
=> [
'esa'
],
450
'application/vnd.palm'
=> [
'pdb'
,
'pqa'
,
'oprc'
],
451
'application/vnd.pawaafile'
=> [
'paw'
],
452
'application/vnd.pg.format'
=> [
'str'
],
453
'application/vnd.pg.osasli'
=> [
'ei6'
],
454
'application/vnd.picsel'
=> [
'efif'
],
455
'application/vnd.pmi.widget'
=> [
'wg'
],
456
'application/vnd.pocketlearn'
=> [
'plf'
],
457
'application/vnd.powerbuilder6'
=> [
'pbd'
],
458
'application/vnd.previewsystems.box'
=> [
'box'
],
459
'application/vnd.proteus.magazine'
=> [
'mgz'
],
460
'application/vnd.publishare-delta-tree'
=> [
'qps'
],
461
'application/vnd.pvi.ptid1'
=> [
'ptid'
],
462
'application/vnd.quark.quarkxpress'
=> [
'qxd'
,
'qxt'
,
'qwd'
,
'qwt'
,
'qxl'
,
'qxb'
],
463
'application/vnd.rar'
=> [
'rar'
],
464
'application/vnd.realvnc.bed'
=> [
'bed'
],
465
'application/vnd.recordare.musicxml'
=> [
'mxl'
],
466
'application/vnd.recordare.musicxml+xml'
=> [
'musicxml'
],
467
'application/vnd.rig.cryptonote'
=> [
'cryptonote'
],
468
'application/vnd.rim.cod'
=> [
'cod'
],
469
'application/vnd.rn-realmedia'
=> [
'rm'
],
470
'application/vnd.rn-realmedia-vbr'
=> [
'rmvb'
],
471
'application/vnd.route66.link66+xml'
=> [
'link66'
],
472
'application/vnd.sailingtracker.track'
=> [
'st'
],
473
'application/vnd.seemail'
=> [
'see'
],
474
'application/vnd.sema'
=> [
'sema'
],
475
'application/vnd.semd'
=> [
'semd'
],
476
'application/vnd.semf'
=> [
'semf'
],
477
'application/vnd.shana.informed.formdata'
=> [
'ifm'
],
478
'application/vnd.shana.informed.formtemplate'
=> [
'itp'
],
479
'application/vnd.shana.informed.interchange'
=> [
'iif'
],
480
'application/vnd.shana.informed.package'
=> [
'ipk'
],
481
'application/vnd.simtech-mindmapper'
=> [
'twd'
,
'twds'
],
482
'application/vnd.smaf'
=> [
'mmf'
],
483
'application/vnd.smart.teacher'
=> [
'teacher'
],
484
'application/vnd.software602.filler.form+xml'
=> [
'fo'
],
485
'application/vnd.solent.sdkm+xml'
=> [
'sdkm'
,
'sdkd'
],
486
'application/vnd.spotfire.dxp'
=> [
'dxp'
],
487
'application/vnd.spotfire.sfs'
=> [
'sfs'
],
488
'application/vnd.stardivision.calc'
=> [
'sdc'
],
489
'application/vnd.stardivision.draw'
=> [
'sda'
],
490
'application/vnd.stardivision.impress'
=> [
'sdd'
],
491
'application/vnd.stardivision.math'
=> [
'smf'
],
492
'application/vnd.stardivision.writer'
=> [
'sdw'
,
'vor'
],
493
'application/vnd.stardivision.writer-global'
=> [
'sgl'
],
494
'application/vnd.stepmania.package'
=> [
'smzip'
],
495
'application/vnd.stepmania.stepchart'
=> [
'sm'
],
496
'application/vnd.sun.wadl+xml'
=> [
'wadl'
],
497
'application/vnd.sun.xml.calc'
=> [
'sxc'
],
498
'application/vnd.sun.xml.calc.template'
=> [
'stc'
],
499
'application/vnd.sun.xml.draw'
=> [
'sxd'
],
500
'application/vnd.sun.xml.draw.template'
=> [
'std'
],
501
'application/vnd.sun.xml.impress'
=> [
'sxi'
],
502
'application/vnd.sun.xml.impress.template'
=> [
'sti'
],
503
'application/vnd.sun.xml.math'
=> [
'sxm'
],
504
'application/vnd.sun.xml.writer'
=> [
'sxw'
],
505
'application/vnd.sun.xml.writer.global'
=> [
'sxg'
],
506
'application/vnd.sun.xml.writer.template'
=> [
'stw'
],
507
'application/vnd.sus-calendar'
=> [
'sus'
,
'susp'
],
508
'application/vnd.svd'
=> [
'svd'
],
509
'application/vnd.symbian.install'
=> [
'sis'
,
'sisx'
],
510
'application/vnd.syncml+xml'
=> [
'xsm'
],
511
'application/vnd.syncml.dm+wbxml'
=> [
'bdm'
],
512
'application/vnd.syncml.dm+xml'
=> [
'xdm'
],
513
'application/vnd.syncml.dmddf+xml'
=> [
'ddf'
],
514
'application/vnd.tao.intent-module-archive'
=> [
'tao'
],
515
'application/vnd.tcpdump.pcap'
=> [
'pcap'
,
'cap'
,
'dmp'
],
516
'application/vnd.tmobile-livetv'
=> [
'tmo'
],
517
'application/vnd.trid.tpt'
=> [
'tpt'
],
518
'application/vnd.triscape.mxs'
=> [
'mxs'
],
519
'application/vnd.trueapp'
=> [
'tra'
],
520
'application/vnd.ufdl'
=> [
'ufd'
,
'ufdl'
],
521
'application/vnd.uiq.theme'
=> [
'utz'
],
522
'application/vnd.umajin'
=> [
'umj'
],
523
'application/vnd.unity'
=> [
'unityweb'
],
524
'application/vnd.uoml+xml'
=> [
'uoml'
],
525
'application/vnd.vcx'
=> [
'vcx'
],
526
'application/vnd.visio'
=> [
'vsd'
,
'vst'
,
'vss'
,
'vsw'
],
527
'application/vnd.visionary'
=> [
'vis'
],
528
'application/vnd.vsf'
=> [
'vsf'
],
529
'application/vnd.wap.wbxml'
=> [
'wbxml'
],
530
'application/vnd.wap.wmlc'
=> [
'wmlc'
],
531
'application/vnd.wap.wmlscriptc'
=> [
'wmlsc'
],
532
'application/vnd.webturbo'
=> [
'wtb'
],
533
'application/vnd.wolfram.player'
=> [
'nbp'
],
534
'application/vnd.wordperfect'
=> [
'wpd'
],
535
'application/vnd.wqd'
=> [
'wqd'
],
536
'application/vnd.wt.stf'
=> [
'stf'
],
537
'application/vnd.xara'
=> [
'xar'
],
538
'application/vnd.xfdl'
=> [
'xfdl'
],
539
'application/vnd.yamaha.hv-dic'
=> [
'hvd'
],
540
'application/vnd.yamaha.hv-script'
=> [
'hvs'
],
541
'application/vnd.yamaha.hv-voice'
=> [
'hvp'
],
542
'application/vnd.yamaha.openscoreformat'
=> [
'osf'
],
543
'application/vnd.yamaha.openscoreformat.osfpvg+xml'
=> [
'osfpvg'
],
544
'application/vnd.yamaha.smaf-audio'
=> [
'saf'
],
545
'application/vnd.yamaha.smaf-phrase'
=> [
'spf'
],
546
'application/vnd.yellowriver-custom-menu'
=> [
'cmp'
],
547
'application/vnd.zul'
=> [
'zir'
,
'zirz'
],
548
'application/vnd.zzazz.deck+xml'
=> [
'zaz'
],
549
'application/voicexml+xml'
=> [
'vxml'
],
550
'application/wasm'
=> [
'wasm'
],
551
'application/widget'
=> [
'wgt'
],
552
'application/winhlp'
=> [
'hlp'
],
553
'application/wsdl+xml'
=> [
'wsdl'
],
554
'application/wspolicy+xml'
=> [
'wspolicy'
],
555
'application/x-7z-compressed'
=> [
'7z'
],
556
'application/x-abiword'
=> [
'abw'
],
557
'application/x-ace-compressed'
=> [
'ace'
],
558
'application/x-apple-diskimage'
=> [
'dmg'
],
559
'application/x-arj'
=> [
'arj'
],
560
'application/x-authorware-bin'
=> [
'aab'
,
'x32'
,
'u32'
,
'vox'
],
561
'application/x-authorware-map'
=> [
'aam'
],
562
'application/x-authorware-seg'
=> [
'aas'
],
563
'application/x-bcpio'
=> [
'bcpio'
],
564
'application/x-bdoc'
=> [
'bdoc'
],
565
'application/x-bittorrent'
=> [
'torrent'
],
566
'application/x-blorb'
=> [
'blb'
,
'blorb'
],
567
'application/x-bzip'
=> [
'bz'
],
568
'application/x-bzip2'
=> [
'bz2'
,
'boz'
],
569
'application/x-cbr'
=> [
'cbr'
,
'cba'
,
'cbt'
,
'cbz'
,
'cb7'
],
570
'application/x-cdlink'
=> [
'vcd'
],
571
'application/x-cfs-compressed'
=> [
'cfs'
],
572
'application/x-chat'
=> [
'chat'
],
573
'application/x-chess-pgn'
=> [
'pgn'
],
574
'application/x-chrome-extension'
=> [
'crx'
],
575
'application/x-cocoa'
=> [
'cco'
],
576
'application/x-conference'
=> [
'nsc'
],
577
'application/x-cpio'
=> [
'cpio'
],
578
'application/x-csh'
=> [
'csh'
],
579
'application/x-debian-package'
=> [
'deb'
,
'udeb'
],
580
'application/x-dgc-compressed'
=> [
'dgc'
],
581
'application/x-director'
=> [
'dir'
,
'dcr'
,
'dxr'
,
'cst'
,
'cct'
,
'cxt'
,
'w3d'
,
'fgd'
,
'swa'
],
582
'application/x-doom'
=> [
'wad'
],
583
'application/x-dtbncx+xml'
=> [
'ncx'
],
584
'application/x-dtbook+xml'
=> [
'dtb'
],
585
'application/x-dtbresource+xml'
=> [
'res'
],
586
'application/x-dvi'
=> [
'dvi'
],
587
'application/x-envoy'
=> [
'evy'
],
588
'application/x-eva'
=> [
'eva'
],
589
'application/x-font-bdf'
=> [
'bdf'
],
590
'application/x-font-ghostscript'
=> [
'gsf'
],
591
'application/x-font-linux-psf'
=> [
'psf'
],
592
'application/x-font-pcf'
=> [
'pcf'
],
593
'application/x-font-snf'
=> [
'snf'
],
594
'application/x-font-type1'
=> [
'pfa'
,
'pfb'
,
'pfm'
,
'afm'
],
595
'application/x-freearc'
=> [
'arc'
],
596
'application/x-futuresplash'
=> [
'spl'
],
597
'application/x-gca-compressed'
=> [
'gca'
],
598
'application/x-glulx'
=> [
'ulx'
],
599
'application/x-gnumeric'
=> [
'gnumeric'
],
600
'application/x-gramps-xml'
=> [
'gramps'
],
601
'application/x-gtar'
=> [
'gtar'
],
602
'application/x-hdf'
=> [
'hdf'
],
603
'application/x-httpd-php'
=> [
'php'
],
604
'application/x-install-instructions'
=> [
'install'
],
605
'application/x-iso9660-image'
=> [
'iso'
],
606
'application/x-java-archive-diff'
=> [
'jardiff'
],
607
'application/x-java-jnlp-file'
=> [
'jnlp'
],
608
'application/x-keepass2'
=> [
'kdbx'
],
609
'application/x-latex'
=> [
'latex'
],
610
'application/x-lua-bytecode'
=> [
'luac'
],
611
'application/x-lzh-compressed'
=> [
'lzh'
,
'lha'
],
612
'application/x-makeself'
=> [
'run'
],
613
'application/x-mie'
=> [
'mie'
],
614
'application/x-mobipocket-ebook'
=> [
'prc'
,
'mobi'
],
615
'application/x-ms-application'
=> [
'application'
],
616
'application/x-ms-shortcut'
=> [
'lnk'
],
617
'application/x-ms-wmd'
=> [
'wmd'
],
618
'application/x-ms-wmz'
=> [
'wmz'
],
619
'application/x-ms-xbap'
=> [
'xbap'
],
620
'application/x-msaccess'
=> [
'mdb'
],
621
'application/x-msbinder'
=> [
'obd'
],
622
'application/x-mscardfile'
=> [
'crd'
],
623
'application/x-msclip'
=> [
'clp'
],
624
'application/x-msdos-program'
=> [
'exe'
],
625
'application/x-msdownload'
=> [
'exe'
,
'dll'
,
'com'
,
'bat'
,
'msi'
],
626
'application/x-msmediaview'
=> [
'mvb'
,
'm13'
,
'm14'
],
627
'application/x-msmetafile'
=> [
'wmf'
,
'wmz'
,
'emf'
,
'emz'
],
628
'application/x-msmoney'
=> [
'mny'
],
629
'application/x-mspublisher'
=> [
'pub'
],
630
'application/x-msschedule'
=> [
'scd'
],
631
'application/x-msterminal'
=> [
'trm'
],
632
'application/x-mswrite'
=> [
'wri'
],
633
'application/x-netcdf'
=> [
'nc'
,
'cdf'
],
634
'application/x-ns-proxy-autoconfig'
=> [
'pac'
],
635
'application/x-nzb'
=> [
'nzb'
],
636
'application/x-perl'
=> [
'pl'
,
'pm'
],
637
'application/x-pilot'
=> [
'prc'
,
'pdb'
],
638
'application/x-pkcs12'
=> [
'p12'
,
'pfx'
],
639
'application/x-pkcs7-certificates'
=> [
'p7b'
,
'spc'
],
640
'application/x-pkcs7-certreqresp'
=> [
'p7r'
],
641
'application/x-rar-compressed'
=> [
'rar'
],
642
'application/x-redhat-package-manager'
=> [
'rpm'
],
643
'application/x-research-info-systems'
=> [
'ris'
],
644
'application/x-sea'
=> [
'sea'
],
645
'application/x-sh'
=> [
'sh'
],
646
'application/x-shar'
=> [
'shar'
],
647
'application/x-shockwave-flash'
=> [
'swf'
],
648
'application/x-silverlight-app'
=> [
'xap'
],
649
'application/x-sql'
=> [
'sql'
],
650
'application/x-stuffit'
=> [
'sit'
],
651
'application/x-stuffitx'
=> [
'sitx'
],
652
'application/x-subrip'
=> [
'srt'
],
653
'application/x-sv4cpio'
=> [
'sv4cpio'
],
654
'application/x-sv4crc'
=> [
'sv4crc'
],
655
'application/x-t3vm-image'
=> [
't3'
],
656
'application/x-tads'
=> [
'gam'
],
657
'application/x-tar'
=> [
'tar'
],
658
'application/x-tcl'
=> [
'tcl'
,
'tk'
],
659
'application/x-tex'
=> [
'tex'
],
660
'application/x-tex-tfm'
=> [
'tfm'
],
661
'application/x-texinfo'
=> [
'texinfo'
,
'texi'
],
662
'application/x-tgif'
=> [
'obj'
],
663
'application/x-ustar'
=> [
'ustar'
],
664
'application/x-virtualbox-hdd'
=> [
'hdd'
],
665
'application/x-virtualbox-ova'
=> [
'ova'
],
666
'application/x-virtualbox-ovf'
=> [
'ovf'
],
667
'application/x-virtualbox-vbox'
=> [
'vbox'
],
668
'application/x-virtualbox-vbox-extpack'
=> [
'vbox-extpack'
],
669
'application/x-virtualbox-vdi'
=> [
'vdi'
],
670
'application/x-virtualbox-vhd'
=> [
'vhd'
],
671
'application/x-virtualbox-vmdk'
=> [
'vmdk'
],
672
'application/x-wais-source'
=> [
'src'
],
673
'application/x-web-app-manifest+json'
=> [
'webapp'
],
674
'application/x-x509-ca-cert'
=> [
'der'
,
'crt'
,
'pem'
],
675
'application/x-xfig'
=> [
'fig'
],
676
'application/x-xliff+xml'
=> [
'xlf'
],
677
'application/x-xpinstall'
=> [
'xpi'
],
678
'application/x-xz'
=> [
'xz'
],
679
'application/x-zmachine'
=> [
'z1'
,
'z2'
,
'z3'
,
'z4'
,
'z5'
,
'z6'
,
'z7'
,
'z8'
],
680
'application/xaml+xml'
=> [
'xaml'
],
681
'application/xcap-att+xml'
=> [
'xav'
],
682
'application/xcap-caps+xml'
=> [
'xca'
],
683
'application/xcap-diff+xml'
=> [
'xdf'
],
684
'application/xcap-el+xml'
=> [
'xel'
],
685
'application/xcap-error+xml'
=> [
'xer'
],
686
'application/xcap-ns+xml'
=> [
'xns'
],
687
'application/xenc+xml'
=> [
'xenc'
],
688
'application/xhtml+xml'
=> [
'xhtml'
,
'xht'
],
689
'application/xliff+xml'
=> [
'xlf'
],
690
'application/xml'
=> [
'xml'
,
'xsl'
,
'xsd'
,
'rng'
],
691
'application/xml-dtd'
=> [
'dtd'
],
692
'application/xop+xml'
=> [
'xop'
],
693
'application/xproc+xml'
=> [
'xpl'
],
694
'application/xslt+xml'
=> [
'xsl'
,
'xslt'
],
695
'application/xspf+xml'
=> [
'xspf'
],
696
'application/xv+xml'
=> [
'mxml'
,
'xhvml'
,
'xvml'
,
'xvm'
],
697
'application/yang'
=> [
'yang'
],
698
'application/yin+xml'
=> [
'yin'
],
699
'application/zip'
=> [
'zip'
],
700
'audio/3gpp'
=> [
'3gpp'
],
701
'audio/adpcm'
=> [
'adp'
],
702
'audio/amr'
=> [
'amr'
],
703
'audio/basic'
=> [
'au'
,
'snd'
],
704
'audio/midi'
=> [
'mid'
,
'midi'
,
'kar'
,
'rmi'
],
705
'audio/mobile-xmf'
=> [
'mxmf'
],
706
'audio/mp3'
=> [
'mp3'
],
707
'audio/mp4'
=> [
'm4a'
,
'mp4a'
],
708
'audio/mpeg'
=> [
'mpga'
,
'mp2'
,
'mp2a'
,
'mp3'
,
'm2a'
,
'm3a'
],
709
'audio/ogg'
=> [
'oga'
,
'ogg'
,
'spx'
,
'opus'
],
710
'audio/s3m'
=> [
's3m'
],
711
'audio/silk'
=> [
'sil'
],
712
'audio/vnd.dece.audio'
=> [
'uva'
,
'uvva'
],
713
'audio/vnd.digital-winds'
=> [
'eol'
],
714
'audio/vnd.dra'
=> [
'dra'
],
715
'audio/vnd.dts'
=> [
'dts'
],
716
'audio/vnd.dts.hd'
=> [
'dtshd'
],
717
'audio/vnd.lucent.voice'
=> [
'lvp'
],
718
'audio/vnd.ms-playready.media.pya'
=> [
'pya'
],
719
'audio/vnd.nuera.ecelp4800'
=> [
'ecelp4800'
],
720
'audio/vnd.nuera.ecelp7470'
=> [
'ecelp7470'
],
721
'audio/vnd.nuera.ecelp9600'
=> [
'ecelp9600'
],
722
'audio/vnd.rip'
=> [
'rip'
],
723
'audio/wav'
=> [
'wav'
],
724
'audio/wave'
=> [
'wav'
],
725
'audio/webm'
=> [
'weba'
],
726
'audio/x-aac'
=> [
'aac'
],
727
'audio/x-aiff'
=> [
'aif'
,
'aiff'
,
'aifc'
],
728
'audio/x-caf'
=> [
'caf'
],
729
'audio/x-flac'
=> [
'flac'
],
730
'audio/x-m4a'
=> [
'm4a'
],
731
'audio/x-matroska'
=> [
'mka'
],
732
'audio/x-mpegurl'
=> [
'm3u'
],
733
'audio/x-ms-wax'
=> [
'wax'
],
734
'audio/x-ms-wma'
=> [
'wma'
],
735
'audio/x-pn-realaudio'
=> [
'ram'
,
'ra'
],
736
'audio/x-pn-realaudio-plugin'
=> [
'rmp'
],
737
'audio/x-realaudio'
=> [
'ra'
],
738
'audio/x-wav'
=> [
'wav'
],
739
'audio/xm'
=> [
'xm'
],
740
'chemical/x-cdx'
=> [
'cdx'
],
741
'chemical/x-cif'
=> [
'cif'
],
742
'chemical/x-cmdf'
=> [
'cmdf'
],
743
'chemical/x-cml'
=> [
'cml'
],
744
'chemical/x-csml'
=> [
'csml'
],
745
'chemical/x-xyz'
=> [
'xyz'
],
746
'font/collection'
=> [
'ttc'
],
747
'font/otf'
=> [
'otf'
],
748
'font/ttf'
=> [
'ttf'
],
749
'font/woff'
=> [
'woff'
],
750
'font/woff2'
=> [
'woff2'
],
751
'image/aces'
=> [
'exr'
],
752
'image/apng'
=> [
'apng'
],
753
'image/avif'
=> [
'avif'
],
754
'image/bmp'
=> [
'bmp'
],
755
'image/cgm'
=> [
'cgm'
],
756
'image/dicom-rle'
=> [
'drle'
],
757
'image/emf'
=> [
'emf'
],
758
'image/fits'
=> [
'fits'
],
759
'image/g3fax'
=> [
'g3'
],
760
'image/gif'
=> [
'gif'
],
761
'image/heic'
=> [
'heic'
],
762
'image/heic-sequence'
=> [
'heics'
],
763
'image/heif'
=> [
'heif'
],
764
'image/heif-sequence'
=> [
'heifs'
],
765
'image/hej2k'
=> [
'hej2'
],
766
'image/hsj2'
=> [
'hsj2'
],
767
'image/ief'
=> [
'ief'
],
768
'image/jls'
=> [
'jls'
],
769
'image/jp2'
=> [
'jp2'
,
'jpg2'
],
770
'image/jpeg'
=> [
'jpeg'
,
'jpg'
,
'jpe'
],
771
'image/jph'
=> [
'jph'
],
772
'image/jphc'
=> [
'jhc'
],
773
'image/jpm'
=> [
'jpm'
],
774
'image/jpx'
=> [
'jpx'
,
'jpf'
],
775
'image/jxr'
=> [
'jxr'
],
776
'image/jxra'
=> [
'jxra'
],
777
'image/jxrs'
=> [
'jxrs'
],
778
'image/jxs'
=> [
'jxs'
],
779
'image/jxsc'
=> [
'jxsc'
],
780
'image/jxsi'
=> [
'jxsi'
],
781
'image/jxss'
=> [
'jxss'
],
782
'image/ktx'
=> [
'ktx'
],
783
'image/ktx2'
=> [
'ktx2'
],
784
'image/png'
=> [
'png'
],
785
'image/prs.btif'
=> [
'btif'
],
786
'image/prs.pti'
=> [
'pti'
],
787
'image/sgi'
=> [
'sgi'
],
788
'image/svg+xml'
=> [
'svg'
,
'svgz'
],
789
'image/t38'
=> [
't38'
],
790
'image/tiff'
=> [
'tif'
,
'tiff'
],
791
'image/tiff-fx'
=> [
'tfx'
],
792
'image/vnd.adobe.photoshop'
=> [
'psd'
],
793
'image/vnd.airzip.accelerator.azv'
=> [
'azv'
],
794
'image/vnd.dece.graphic'
=> [
'uvi'
,
'uvvi'
,
'uvg'
,
'uvvg'
],
795
'image/vnd.djvu'
=> [
'djvu'
,
'djv'
],
796
'image/vnd.dvb.subtitle'
=> [
'sub'
],
797
'image/vnd.dwg'
=> [
'dwg'
],
798
'image/vnd.dxf'
=> [
'dxf'
],
799
'image/vnd.fastbidsheet'
=> [
'fbs'
],
800
'image/vnd.fpx'
=> [
'fpx'
],
801
'image/vnd.fst'
=> [
'fst'
],
802
'image/vnd.fujixerox.edmics-mmr'
=> [
'mmr'
],
803
'image/vnd.fujixerox.edmics-rlc'
=> [
'rlc'
],
804
'image/vnd.microsoft.icon'
=> [
'ico'
],
805
'image/vnd.ms-dds'
=> [
'dds'
],
806
'image/vnd.ms-modi'
=> [
'mdi'
],
807
'image/vnd.ms-photo'
=> [
'wdp'
],
808
'image/vnd.net-fpx'
=> [
'npx'
],
809
'image/vnd.pco.b16'
=> [
'b16'
],
810
'image/vnd.tencent.tap'
=> [
'tap'
],
811
'image/vnd.valve.source.texture'
=> [
'vtf'
],
812
'image/vnd.wap.wbmp'
=> [
'wbmp'
],
813
'image/vnd.xiff'
=> [
'xif'
],
814
'image/vnd.zbrush.pcx'
=> [
'pcx'
],
815
'image/webp'
=> [
'webp'
],
816
'image/wmf'
=> [
'wmf'
],
817
'image/x-3ds'
=> [
'3ds'
],
818
'image/x-cmu-raster'
=> [
'ras'
],
819
'image/x-cmx'
=> [
'cmx'
],
820
'image/x-freehand'
=> [
'fh'
,
'fhc'
,
'fh4'
,
'fh5'
,
'fh7'
],
821
'image/x-icon'
=> [
'ico'
],
822
'image/x-jng'
=> [
'jng'
],
823
'image/x-mrsid-image'
=> [
'sid'
],
824
'image/x-ms-bmp'
=> [
'bmp'
],
825
'image/x-pcx'
=> [
'pcx'
],
826
'image/x-pict'
=> [
'pic'
,
'pct'
],
827
'image/x-portable-anymap'
=> [
'pnm'
],
828
'image/x-portable-bitmap'
=> [
'pbm'
],
829
'image/x-portable-graymap'
=> [
'pgm'
],
830
'image/x-portable-pixmap'
=> [
'ppm'
],
831
'image/x-rgb'
=> [
'rgb'
],
832
'image/x-tga'
=> [
'tga'
],
833
'image/x-xbitmap'
=> [
'xbm'
],
834
'image/x-xpixmap'
=> [
'xpm'
],
835
'image/x-xwindowdump'
=> [
'xwd'
],
836
'message/disposition-notification'
=> [
'disposition-notification'
],
837
'message/global'
=> [
'u8msg'
],
838
'message/global-delivery-status'
=> [
'u8dsn'
],
839
'message/global-disposition-notification'
=> [
'u8mdn'
],
840
'message/global-headers'
=> [
'u8hdr'
],
841
'message/rfc822'
=> [
'eml'
,
'mime'
],
842
'message/vnd.wfa.wsc'
=> [
'wsc'
],
843
'model/3mf'
=> [
'3mf'
],
844
'model/gltf+json'
=> [
'gltf'
],
845
'model/gltf-binary'
=> [
'glb'
],
846
'model/iges'
=> [
'igs'
,
'iges'
],
847
'model/mesh'
=> [
'msh'
,
'mesh'
,
'silo'
],
848
'model/mtl'
=> [
'mtl'
],
849
'model/obj'
=> [
'obj'
],
850
'model/stl'
=> [
'stl'
],
851
'model/vnd.collada+xml'
=> [
'dae'
],
852
'model/vnd.dwf'
=> [
'dwf'
],
853
'model/vnd.gdl'
=> [
'gdl'
],
854
'model/vnd.gtw'
=> [
'gtw'
],
855
'model/vnd.mts'
=> [
'mts'
],
856
'model/vnd.opengex'
=> [
'ogex'
],
857
'model/vnd.parasolid.transmit.binary'
=> [
'x_b'
],
858
'model/vnd.parasolid.transmit.text'
=> [
'x_t'
],
859
'model/vnd.usdz+zip'
=> [
'usdz'
],
860
'model/vnd.valve.source.compiled-map'
=> [
'bsp'
],
861
'model/vnd.vtu'
=> [
'vtu'
],
862
'model/vrml'
=> [
'wrl'
,
'vrml'
],
863
'model/x3d+binary'
=> [
'x3db'
,
'x3dbz'
],
864
'model/x3d+fastinfoset'
=> [
'x3db'
],
865
'model/x3d+vrml'
=> [
'x3dv'
,
'x3dvz'
],
866
'model/x3d+xml'
=> [
'x3d'
,
'x3dz'
],
867
'model/x3d-vrml'
=> [
'x3dv'
],
868
'text/cache-manifest'
=> [
'appcache'
,
'manifest'
],
869
'text/calendar'
=> [
'ics'
,
'ifb'
],
870
'text/coffeescript'
=> [
'coffee'
,
'litcoffee'
],
871
'text/css'
=> [
'css'
],
872
'text/csv'
=> [
'csv'
],
873
'text/html'
=> [
'html'
,
'htm'
,
'shtml'
],
874
'text/jade'
=> [
'jade'
],
875
'text/jsx'
=> [
'jsx'
],
876
'text/less'
=> [
'less'
],
877
'text/markdown'
=> [
'markdown'
,
'md'
],
878
'text/mathml'
=> [
'mml'
],
879
'text/mdx'
=> [
'mdx'
],
880
'text/n3'
=> [
'n3'
],
881
'text/plain'
=> [
'txt'
,
'text'
,
'conf'
,
'def'
,
'list'
,
'log'
,
'in'
,
'ini'
],
882
'text/prs.lines.tag'
=> [
'dsc'
],
883
'text/richtext'
=> [
'rtx'
],
884
'text/rtf'
=> [
'rtf'
],
885
'text/sgml'
=> [
'sgml'
,
'sgm'
],
886
'text/shex'
=> [
'shex'
],
887
'text/slim'
=> [
'slim'
,
'slm'
],
888
'text/spdx'
=> [
'spdx'
],
889
'text/stylus'
=> [
'stylus'
,
'styl'
],
890
'text/tab-separated-values'
=> [
'tsv'
],
891
'text/troff'
=> [
't'
,
'tr'
,
'roff'
,
'man'
,
'me'
,
'ms'
],
892
'text/turtle'
=> [
'ttl'
],
893
'text/uri-list'
=> [
'uri'
,
'uris'
,
'urls'
],
894
'text/vcard'
=> [
'vcard'
],
895
'text/vnd.curl'
=> [
'curl'
],
896
'text/vnd.curl.dcurl'
=> [
'dcurl'
],
897
'text/vnd.curl.mcurl'
=> [
'mcurl'
],
898
'text/vnd.curl.scurl'
=> [
'scurl'
],
899
'text/vnd.dvb.subtitle'
=> [
'sub'
],
900
'text/vnd.fly'
=> [
'fly'
],
901
'text/vnd.fmi.flexstor'
=> [
'flx'
],
902
'text/vnd.graphviz'
=> [
'gv'
],
903
'text/vnd.in3d.3dml'
=> [
'3dml'
],
904
'text/vnd.in3d.spot'
=> [
'spot'
],
905
'text/vnd.sun.j2me.app-descriptor'
=> [
'jad'
],
906
'text/vnd.wap.wml'
=> [
'wml'
],
907
'text/vnd.wap.wmlscript'
=> [
'wmls'
],
908
'text/vtt'
=> [
'vtt'
],
909
'text/x-asm'
=> [
's'
,
'asm'
],
910
'text/x-c'
=> [
'c'
,
'cc'
,
'cxx'
,
'cpp'
,
'h'
,
'hh'
,
'dic'
],
911
'text/x-component'
=> [
'htc'
],
912
'text/x-fortran'
=> [
'f'
,
'for'
,
'f77'
,
'f90'
],
913
'text/x-handlebars-template'
=> [
'hbs'
],
914
'text/x-java-source'
=> [
'java'
],
915
'text/x-lua'
=> [
'lua'
],
916
'text/x-markdown'
=> [
'mkd'
],
917
'text/x-nfo'
=> [
'nfo'
],
918
'text/x-opml'
=> [
'opml'
],
919
'text/x-org'
=> [
'org'
],
920
'text/x-pascal'
=> [
'p'
,
'pas'
],
921
'text/x-processing'
=> [
'pde'
],
922
'text/x-sass'
=> [
'sass'
],
923
'text/x-scss'
=> [
'scss'
],
924
'text/x-setext'
=> [
'etx'
],
925
'text/x-sfv'
=> [
'sfv'
],
926
'text/x-suse-ymp'
=> [
'ymp'
],
927
'text/x-uuencode'
=> [
'uu'
],
928
'text/x-vcalendar'
=> [
'vcs'
],
929
'text/x-vcard'
=> [
'vcf'
],
930
'text/xml'
=> [
'xml'
],
931
'text/yaml'
=> [
'yaml'
,
'yml'
],
932
'video/3gpp'
=> [
'3gp'
,
'3gpp'
],
933
'video/3gpp2'
=> [
'3g2'
],
934
'video/h261'
=> [
'h261'
],
935
'video/h263'
=> [
'h263'
],
936
'video/h264'
=> [
'h264'
],
937
'video/iso.segment'
=> [
'm4s'
],
938
'video/jpeg'
=> [
'jpgv'
],
939
'video/jpm'
=> [
'jpm'
,
'jpgm'
],
940
'video/mj2'
=> [
'mj2'
,
'mjp2'
],
941
'video/mp2t'
=> [
'ts'
],
942
'video/mp4'
=> [
'mp4'
,
'mp4v'
,
'mpg4'
],
943
'video/mpeg'
=> [
'mpeg'
,
'mpg'
,
'mpe'
,
'm1v'
,
'm2v'
],
944
'video/ogg'
=> [
'ogv'
],
945
'video/quicktime'
=> [
'qt'
,
'mov'
],
946
'video/vnd.dece.hd'
=> [
'uvh'
,
'uvvh'
],
947
'video/vnd.dece.mobile'
=> [
'uvm'
,
'uvvm'
],
948
'video/vnd.dece.pd'
=> [
'uvp'
,
'uvvp'
],
949
'video/vnd.dece.sd'
=> [
'uvs'
,
'uvvs'
],
950
'video/vnd.dece.video'
=> [
'uvv'
,
'uvvv'
],
951
'video/vnd.dvb.file'
=> [
'dvb'
],
952
'video/vnd.fvt'
=> [
'fvt'
],
953
'video/vnd.mpegurl'
=> [
'mxu'
,
'm4u'
],
954
'video/vnd.ms-playready.media.pyv'
=> [
'pyv'
],
955
'video/vnd.uvvu.mp4'
=> [
'uvu'
,
'uvvu'
],
956
'video/vnd.vivo'
=> [
'viv'
],
957
'video/webm'
=> [
'webm'
],
958
'video/x-f4v'
=> [
'f4v'
],
959
'video/x-fli'
=> [
'fli'
],
960
'video/x-flv'
=> [
'flv'
],
961
'video/x-m4v'
=> [
'm4v'
],
962
'video/x-matroska'
=> [
'mkv'
,
'mk3d'
,
'mks'
],
963
'video/x-mng'
=> [
'mng'
],
964
'video/x-ms-asf'
=> [
'asf'
,
'asx'
],
965
'video/x-ms-vob'
=> [
'vob'
],
966
'video/x-ms-wm'
=> [
'wm'
],
967
'video/x-ms-wmv'
=> [
'wmv'
],
968
'video/x-ms-wmx'
=> [
'wmx'
],
969
'video/x-ms-wvx'
=> [
'wvx'
],
970
'video/x-msvideo'
=> [
'avi'
],
971
'video/x-sgi-movie'
=> [
'movie'
],
972
'video/x-smv'
=> [
'smv'
],
973
'x-conference/x-cooltalk'
=> [
'ice'
],
974
];
975
979
public
function
getMap(): array
980
{
981
return
$this->map
;
982
}
983
987
public
function
getMimeTypes
(): array
988
{
989
return
array_keys($this->
map
);
990
}
991
}
TYPO3\CMS\Core\Resource\MimeTypeCollection\map
array< string, function getMap():array { return $this-> map
Definition:
generateMimeTypes.php:67
TYPO3\CMS\Core\Resource\MimeTypeCollection\getMimeTypes
List< string > getMimeTypes()
Definition:
MimeTypeCollection.php:987
TYPO3\CMS\Core\Resource\MimeTypeCollection\$map
$map
Definition:
generateMimeTypes.php:58
TYPO3\CMS\Core\Resource
Definition:
generateMimeTypes.php:37
doxygen
typo3
sysext
core
Classes
Resource
MimeTypeCollection.php
Generated on Tue Oct 5 2021 01:57:12 for TYPO3CMS by
1.8.18