Skip to content

Commit 54fcd85

Browse files
committed
- Added text/csv extension
1 parent e739ec5 commit 54fcd85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Media/AllowedMimeTypes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ abstract class AllowedMimeTypes
198198
'application/x-x509-ca-cert' => 'crt',
199199
'application/pkix-cert' => 'crt',
200200
'text/css' => 'css',
201+
'text/csv' => 'csv',
201202
'text/x-comma-separated-values' => 'csv',
202203
'text/comma-separated-values' => 'csv',
203204
'application/vnd.msexcel' => 'csv',

0 commit comments

Comments
 (0)