# HG changeset patch # User Sergey Kandaurov # Date 1377260664 -14400 # Node ID 07ef29f69a54dcc156cfaa20d7b21eee30e26123 # Parent aeabb6ae574d7897d62db73aec2b057e9c03ba32 MIME: added the most common OOXML MIME types (ticket #243). diff -r aeabb6ae574d -r 07ef29f69a54 conf/mime.types --- a/conf/mime.types Fri Aug 23 16:24:23 2013 +0400 +++ b/conf/mime.types Fri Aug 23 16:24:24 2013 +0400 @@ -61,6 +61,10 @@ application/octet-stream iso img; application/octet-stream msi msp msm; + application/vnd.openxmlformats-officedocument.wordprocessingml.document docx; + application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx; + application/vnd.openxmlformats-officedocument.presentationml.presentation pptx; + audio/midi mid midi kar; audio/mpeg mp3; audio/ogg ogg;