add webp to the override list
authorAlan Knowles <alan@roojs.com>
Sun, 9 Apr 2023 02:27:10 +0000 (10:27 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 9 Apr 2023 02:27:10 +0000 (10:27 +0800)
File/MimeType.php

index cfeb642..ea58048 100644 (file)
@@ -89,6 +89,8 @@ class File_MimeType
                 array( 'application/vnd.rn-realmedia', array('rm')),
                 array( 'image/bmp', array('bmp')),
                 array( 'image/cgm', array('cgm')),
+                array( 'image/webp', array('webp')),
+
                 
                 array( 'image/x-icon', array('ico')),
                 array( 'image/vnd.microsoft.icon', array('ico')),