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

Support more recent versions of Firefox's default profile directory #14877

Merged

Commits on Mar 11, 2021

  1. Update Firefox Default Profile Directory

    The default firefox profile directory now no longer ends in `.default`
    but instead `.default-release`. For backwards compat the new regex
    supports both. For more information see:
    
    https://support.mozilla.org/bm/questions/1264072#answer-1235567
    
    It's possible we might want to also support things like
    `.default-nightly`, etc but really if we want to do more than grab
    the default profile we should read the `profiles.ini` file to get
    an itemized list of profiles from Firefox itself. This would also
    future-proof this script.
    
    Since profiles are not generally used by most Firefox users just going
    for the simpler solution of looking for `.default-release`.
    security-curious committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5908698 View commit details
    Browse the repository at this point in the history