summaryrefslogtreecommitdiff
path: root/config/mimetypes.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/mimetypes.php')
-rw-r--r--config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mimetypes.php b/config/mimetypes.php
index 2e95a29fd..159fce0d0 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -41,6 +41,7 @@ return array(
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
+ 'vcf' => 'text/vcard',
);
?> \ No newline at end of file