Skip to content

Commit

Permalink
add form mime type
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <crichter@owncloud.com>
  • Loading branch information
dragonchaser committed Nov 21, 2023
1 parent 6f872b2 commit b2ab76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/mime/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ var mimeTypes = map[string]string{
"doc": "application/msword",
"docm": "application/vnd.ms-word.document.macroenabled.12",
"docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"docxf": "application/vnd.openxmlformats-officedocument.wordprocessingml.form",
"dot": "application/msword",
"dotm": "application/vnd.ms-word.template.macroenabled.12",
"dotx": "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
Expand Down

0 comments on commit b2ab76f

Please sign in to comment.