Add application/vnd.ms-opentype to MIME list
Change-Id: I7330d151b5a840b615f43492b3f076abba031d9c
This commit is contained in:
parent
4045aab46e
commit
86b4e31906
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class MimeMap {
|
|||
public const MIME_EXTENSIONS = [
|
||||
'application/ogg' => [ 'ogx', 'ogg', 'ogm', 'ogv', 'oga', 'spx', 'opus' ],
|
||||
'application/pdf' => [ 'pdf' ],
|
||||
'application/vnd.ms-opentype' => [ 'otf' ],
|
||||
'application/vnd.oasis.opendocument.chart' => [ 'odc' ],
|
||||
'application/vnd.oasis.opendocument.chart-template' => [ 'otc' ],
|
||||
'application/vnd.oasis.opendocument.database' => [ 'odb' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue