-
Notifications
You must be signed in to change notification settings - Fork 53
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
Default Preferences update #89
Comments
This isn't that much prettier, but not having to push version numbers should make this a little more usable for people:
Ben's It's even harder to know this is happening when working with |
I wonder if that is too restrictive for folks who want to test their add-ons with |
That makes sense to me! I was pretty haggard after debugging this with a bunch of different preferences and was going full nuclear with the If I read this link your shared correctly, |
I believe it's a bitfield so
|
I had some unrelated problems when launching tests using FF 64, but thought that 2 extra tabs when Firefox loaded were my issue - I was theorizing a loss of focus.
While this ultimately wasn't my issue, I'd like to propose a cleaner start to the launcher.
One tab is a privacy notice:
'toolkit.telemetry.reportingpolicy.firstRun': false
The other is a forced load of the Acrobat add-on, which oddly happens if the build ID and app version aren't specified:
'extensions.lastAppBuildId':'20181206201918',
'extensions.lastAppVersion': '64.0',
Both of these are easily added to the karma.conf.js, but took a long time to track down, so would be nice if they were default prefs.
The text was updated successfully, but these errors were encountered: