mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Merge pull request #2640 from raman-bt/develop
VIK-2481: Media tab should not be enabled for sqlite.db (or *.db files)
This commit is contained in:
commit
0d8da1f97f
@ -137,6 +137,8 @@ public class ImageUtils {
|
||||
OPEN_CV_LOADED = openCVLoadedTemp;
|
||||
SUPPORTED_IMAGE_EXTENSIONS.addAll(Arrays.asList(ImageIO.getReaderFileSuffixes()));
|
||||
SUPPORTED_IMAGE_EXTENSIONS.add("tec"); // Add JFIF .tec files
|
||||
SUPPORTED_IMAGE_EXTENSIONS.removeIf("db"::equals); // remove db files
|
||||
|
||||
SUPPORTED_IMAGE_MIME_TYPES = new TreeSet<>(Arrays.asList(ImageIO.getReaderMIMETypes()));
|
||||
/*
|
||||
* special cases and variants that we support, but don't get registered
|
||||
|
Loading…
x
Reference in New Issue
Block a user