Added CSV workaround

pull/194/head
M66B 5 years ago
parent 3e41dd2e49
commit 1ceee8d1df

@ -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;

Loading…
Cancel
Save