Bug 1234165 - Load FxA's settings page with context and service query params. r=markh

If a user must re-authenticate with FxA to view the settings page,
a `login` message needs to be sent to the browser with the updated
credentials. This does not occur for the settings page because
`context` and `service` are not specified.
This commit is contained in:
Shane Tomlinson 2015-12-21 10:56:19 +00:00
parent 4383be14eb
commit 560fbb150c

View File

@ -1469,7 +1469,7 @@ pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com/
// The URL we take the user to when they opt to "manage" their Firefox Account.
// Note that this will always need to be in the same TLD as the
// "identity.fxaccounts.remote.signup.uri" pref.
pref("identity.fxaccounts.settings.uri", "https://accounts.firefox.com/settings");
pref("identity.fxaccounts.settings.uri", "https://accounts.firefox.com/settings?service=sync&context=fx_desktop_v3");
// The remote URL of the FxA Profile Server
pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox.com/v1");