-
Notifications
You must be signed in to change notification settings - Fork 1
Automatic primary password for Firefox Enterprise #138
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
base: enterprise-main
Are you sure you want to change the base?
Conversation
beurdouche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ! Thanks GCP.
For the record a round of reviews happened prior to this PR.
44cab99 to
e699901
Compare
| const serverAddr = `http://localhost:${this._httpd.identity.primaryPort}`; | ||
| Services.prefs.setStringPref("browser.policies.server", serverAddr); | ||
| Services.prefs.setStringPref("browser.policies.access_token", "token"); | ||
| Services.prefs.setStringPref("enterprise.console.refresh_token", "token"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1rneh I suspect this test is currently broken? Didn't really know what to do here.
Combines #64, #124 and #113 and a fix to whitelist the pref.
Rebased to enterprise-main.