Add application/vnd.ms-opentype to MIME list

Change-Id: I7330d151b5a840b615f43492b3f076abba031d9c
This commit is contained in:
RhinosF1 2021-06-21 21:11:39 +00:00 committed by RhinosF1
parent 4045aab46e
commit 86b4e31906

View file

@ -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' ],