x-unknown-content-type

This commit is contained in:
M66B
2022-01-14 07:40:18 +01:00
parent a29f39bd7a
commit 503465d6fd

View File

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