From ddf552391e5fed7bdad930b023c8e83efabef020 Mon Sep 17 00:00:00 2001 From: Wobility Date: Sat, 29 Feb 2020 10:03:52 +0100 Subject: Update with heic format Add heic and heif format for Apple file. --- application/config/mimes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/config') 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'), -- cgit v1.2.3-24-g4f1b