diff options
author | Wobility <wobility@users.noreply.github.com> | 2020-02-29 10:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 10:03:52 +0100 |
commit | ddf552391e5fed7bdad930b023c8e83efabef020 (patch) | |
tree | f810242754b670d04fee20682dc84b96878672e5 /application | |
parent | 2ad24af488da7dc518684cc146914b2937749031 (diff) |
Update with heic format
Add heic and heif format for Apple file.
Diffstat (limited to 'application')
-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 7aa5c9e4e..7f854ddeb 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'), |