Skip to content

Commit

Permalink
fix: Add docxf/oform to mimetypemapping
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and AndyScherzinger committed Nov 19, 2023
1 parent d019c9a commit cd6c192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/config/mimetypemapping.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit cd6c192

Please sign in to comment.