Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add firefox paths on Linux and MacOS #20

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

misje
Copy link
Contributor

@misje misje commented Nov 1, 2024

To my surprise this project doesn't look for Firefox profiles on Linux and MacOS. This pull request adds the missing paths.

Since the Firefox directory contain sub directories other than just profiles, I'm globbing explicitly for .default, and not *, to avoid looking in directories like "Crash Reports" etc.

Note that I have not touched tests at all, in case that is necessary for just a path update. The path locations are verified on Linux systems. Unfortunately I haven't had access to MacOS for a true verification of locations.

misje added 2 commits November 1, 2024 09:24
Since the Firefox directory contain sub directories other than just
profiles, I'm globbing explicitly for *.default*, and not *, to avoid
looking in directories like "Crash Reports" etc.
@scudette scudette merged commit 1d282af into Velocidex:main Nov 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants