mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
add mimetypes that are supported but seam to be missing from the ones reported.
This commit is contained in:
parent
c74f204808
commit
4f04fa641a
@ -118,6 +118,8 @@ public class ImageUtils {
|
||||
SUPPORTED_IMAGE_MIME_TYPES.addAll(Arrays.asList(
|
||||
"image/x-rgb",
|
||||
"image/x-ms-bmp",
|
||||
"image/x-portable-graymap",
|
||||
"image/x-portable-bitmap",
|
||||
"application/x-123"));
|
||||
SUPPORTED_IMAGE_MIME_TYPES.removeIf("application/octet-stream"::equals);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user