Consider empty files to be text files

This commit is contained in:
vonas 2023-03-07 15:22:07 +01:00
parent d705da604c
commit 4e8303fae6

View file

@ -2994,6 +2994,7 @@ function fm_get_text_mimes()
'image/svg+xml',
'message/rfc822',
'application/json',
'application/x-empty',
);
}