summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-29 12:36:37 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-29 12:36:37 +0100
commit1562a83608214dd23f4d7ab3b5e9b3c8a1693ce0 (patch)
treeee95848baa435c209d0abd54bbfabf66fe66c551 /config
parentf5007eca741477bf98354a351f7f7cfb9786adcb (diff)
Add mime-type mapping for 7zip files (#1489512)
Diffstat (limited to 'config')
-rw-r--r--config/mimetypes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mimetypes.php b/config/mimetypes.php
index 7665df3e9..5fe3467be 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -49,6 +49,8 @@ return array(
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
+ '7z' => 'application/x-7z-compressed',
+ 's7z' => 'application/x-7z-compressed',
'vcf' => 'text/vcard',
'ics' => 'text/calendar',
);