mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up config.
This commit is contained in:
@@ -37,7 +37,18 @@ return [
|
||||
'maxUploadSize' => 15242880,
|
||||
'allowedMimes' => [
|
||||
/* plain files */
|
||||
'image/png', 'image/jpeg', 'application/pdf', 'text/plain',
|
||||
'text/plain',
|
||||
|
||||
/* images */
|
||||
'image/jpeg',
|
||||
'image/svg+xml',
|
||||
'image/png',
|
||||
'image/heic',
|
||||
'image/heic-sequence',
|
||||
|
||||
/* PDF */
|
||||
'application/pdf',
|
||||
|
||||
|
||||
/* MS word */
|
||||
'application/msword',
|
||||
|
Reference in New Issue
Block a user