fix: Add docxf/oform to mimetypemapping

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/41475/head
Julius Härtl 6 months ago committed by Andy Scherzinger
parent d019c9ad93
commit cd6c192801

@ -48,6 +48,7 @@
"doc": ["application/msword"],
"docm": ["application/vnd.ms-word.document.macroEnabled.12"],
"docx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
"docxf": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.docxf"],
"dot": ["application/msword"],
"dotx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
"dv": ["video/dv"],
@ -131,6 +132,7 @@
"odp": ["application/vnd.oasis.opendocument.presentation"],
"ods": ["application/vnd.oasis.opendocument.spreadsheet"],
"odt": ["application/vnd.oasis.opendocument.text"],
"oform": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.oform"],
"oga": ["audio/ogg"],
"ogg": ["audio/ogg"],
"ogv": ["video/ogg"],

Loading…
Cancel
Save