We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e739ec5 commit 54fcd85Copy full SHA for 54fcd85
src/Media/AllowedMimeTypes.php
@@ -198,6 +198,7 @@ abstract class AllowedMimeTypes
198
'application/x-x509-ca-cert' => 'crt',
199
'application/pkix-cert' => 'crt',
200
'text/css' => 'css',
201
+ 'text/csv' => 'csv',
202
'text/x-comma-separated-values' => 'csv',
203
'text/comma-separated-values' => 'csv',
204
'application/vnd.msexcel' => 'csv',
0 commit comments