Skip to content

Commit

Permalink
Update firefox.yaml
Browse files Browse the repository at this point in the history
Adding downloads.rdf to the files artifact as it was being referred in the directories one (file_type: [d]).
  • Loading branch information
tclahr authored Dec 11, 2024
1 parent 66a1f67 commit a423ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/files/browsers/firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ artifacts:
supported_os: [linux]
collector: file
path: /%user_home%/.var/app/org.mozilla.firefox
name_pattern: ["addons.*", "bookmarks.sqlite*", "cookies.sqlite*", "downloads.sqlite*", "extensions.json", "favicons.sqlite*", "firefox_cookies.sqlite*", "formhistory.sqlite*", "key*.db", "logins.json", "permissions.sqlite*", "places.sqlite*", "prefs.js", "protections.sqlite*", "search.sqlite*", "signon*.*", "signons.sqlite*", "storage-sync*.sqlite*", "webappstore.sqlite*"]
name_pattern: ["addons.*", "bookmarks.sqlite*", "cookies.sqlite*", "downloads.rdf", "downloads.sqlite*", "extensions.json", "favicons.sqlite*", "firefox_cookies.sqlite*", "formhistory.sqlite*", "key*.db", "logins.json", "permissions.sqlite*", "places.sqlite*", "prefs.js", "protections.sqlite*", "search.sqlite*", "signon*.*", "signons.sqlite*", "storage-sync*.sqlite*", "webappstore.sqlite*"]
ignore_date_range: true
exclude_nologin_users: true
-
description: Collect Firefox browser directories (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app/org.mozilla.firefox
name_pattern: ["bookmarkbackups", "sessionstore*", "downloads.rdf"]
name_pattern: ["bookmarkbackups", "sessionstore*"]
file_type: [d]
ignore_date_range: true
exclude_nologin_users: true
Expand Down

0 comments on commit a423ee4

Please sign in to comment.