summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2020-03-30 11:03:35 +0200
committerAndrey Andreev <narf@devilix.net>2020-03-30 11:04:16 +0200
commit3e01078f6913395d0955cf0752f534f550df3705 (patch)
tree2978f59d495566bab0f2971e65e91d2757ff54e6
parent84970ee6be787ec51ecb688385b6d3372afb7370 (diff)
[ci skip] Merge pull request #5918 from wobility/patch-1
Update with heic format
-rw-r--r--application/config/mimes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php
index 88a621a19..f5407ff89 100644
--- a/application/config/mimes.php
+++ b/application/config/mimes.php
@@ -88,6 +88,8 @@ return array(
'png' => array('image/png', 'image/x-png'),
'tiff' => 'image/tiff',
'tif' => 'image/tiff',
+ 'heic' => 'image/heic',
+ 'heif' => 'image/heif',
'css' => array('text/css', 'text/plain'),
'html' => array('text/html', 'text/plain'),
'htm' => array('text/html', 'text/plain'),