Added jfif to extension list in config

This commit is contained in:
snipe
2026-06-01 17:29:02 +01:00
parent ab90fc16e0
commit 780fb76af8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1268,6 +1268,7 @@ class Helper
$allowedExtensionMap = [ $allowedExtensionMap = [
// Images // Images
'jpg' => 'far fa-image', 'jpg' => 'far fa-image',
'jfif' => 'far fa-image',
'jpeg' => 'far fa-image', 'jpeg' => 'far fa-image',
'gif' => 'far fa-image', 'gif' => 'far fa-image',
'png' => 'far fa-image', 'png' => 'far fa-image',
+1
View File
@@ -131,6 +131,7 @@ $config['allowed_upload_extensions_array'] = [
'docx', 'docx',
'gif', 'gif',
'ico', 'ico',
'jfif',
'jpeg', 'jpeg',
'jpg', 'jpg',
'json', 'json',