mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
restrict firefox querying to only exact matches on places.sqlite
This commit is contained in:
parent
b689e5ab35
commit
7253b964bc
@ -91,7 +91,7 @@ class Firefox extends Extract {
|
||||
FileManager fileManager = currentCase.getServices().getFileManager();
|
||||
List<AbstractFile> historyFiles = null;
|
||||
try {
|
||||
historyFiles = fileManager.findFiles(dataSource, "%places.sqlite%", "Firefox");
|
||||
historyFiles = fileManager.findFiles(dataSource, "places.sqlite", "Firefox");
|
||||
} catch (TskCoreException ex) {
|
||||
String msg = NbBundle.getMessage(this.getClass(), "Firefox.getHistory.errMsg.errFetchingFiles");
|
||||
logger.log(Level.WARNING, msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user