x-unknown-content-type

pull/194/merge
M66B 3 years ago
parent a29f39bd7a
commit 503465d6fd

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

Loading…
Cancel
Save