diff --git a/application/config/mimes.php b/application/config/mimes.php index b2e989fea9e..d806f69246f 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -182,5 +182,6 @@ 'odt' => 'application/vnd.oasis.opendocument.text', 'odm' => 'application/vnd.oasis.opendocument.text-master', 'ott' => 'application/vnd.oasis.opendocument.text-template', - 'oth' => 'application/vnd.oasis.opendocument.text-web' + 'oth' => 'application/vnd.oasis.opendocument.text-web', + 'webp' => 'image/webp' );