diff options
author | Andrey Andreev <narf@devilix.net> | 2020-03-30 11:03:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 11:03:35 +0200 |
commit | e7653a5f22b1803b2eb341bcff89b744b0caac03 (patch) | |
tree | 0890a7c32d28ca8b4f4df2dbb1bf32ddd149693b /application/config | |
parent | dc558c60a9bcc6b0fe3acbf8648ae3db79fc48d4 (diff) | |
parent | ddf552391e5fed7bdad930b023c8e83efabef020 (diff) |
[ci skip] Merge pull request #5918 from wobility/patch-1
Update with heic format
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/mimes.php | 2 |
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'), |