Try adding text/x-Algol68 to import

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-04-21 13:48:51 -07:00
parent 54ef469d98
commit ea0d0df1af

View file

@ -50,6 +50,7 @@ class ImportController extends Controller
'application/vnd.ms-excel',
'text/csv',
'application/csv',
'text/x-Algol68', // because wtf CSV files?
'text/plain',
'text/comma-separated-values',
'text/tsv'))) {