Added CSV workaround

This commit is contained in:
M66B
2021-02-05 11:26:28 +01:00
parent 3e41dd2e49
commit 1ceee8d1df

View File

@@ -184,6 +184,7 @@ public class EntityAttachment {
"*/*".equals(type) ||
type.startsWith("unknown/") ||
type.endsWith("/unknown") ||
"application/base64".equals(type) ||
"application/octet-stream".equals(type) ||
"application/zip".equals(type))
return gtype;