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

feat(launcher): Set default Firefox prefs (#5149) #5195

Merged
merged 2 commits into from Nov 27, 2019

Commits on Nov 26, 2019

  1. feat(launcher): Set default Firefox prefs (puppeteer#5149)

    Add recommended automation preferences to profile
    setup when launching Firefox. This profile can be overridden
    by using the `userDataDir` launch option, or individual prefs
    can be overwritten with the `extraPrefsFirefox` option.
    
    The preferences have been reviewed by peers at Mozilla
    over at https://bugzilla.mozilla.org/show_bug.cgi?id=1596888
    mjzffr committed Nov 26, 2019
    Copy the full SHA
    df0d541 View commit details
    Browse the repository at this point in the history
  2. fixup

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    mjzffr and mathiasbynens committed Nov 26, 2019
    Copy the full SHA
    1999a41 View commit details
    Browse the repository at this point in the history