Merge "Add application/vnd.ms-opentype to MIME list"

This commit is contained in:
jenkins-bot 2022-07-19 21:50:11 +00:00 committed by Gerrit Code Review
commit 014685063d

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