зеркало из https://github.com/mozilla/gecko-dev.git
Bug 963314 - Add pref for Fxa 'settings' URL. r=ttaubert
This commit is contained in:
Родитель
0e64d92664
Коммит
455aa7fc26
|
@ -1339,5 +1339,10 @@ pref("browser.uiCustomization.debug", false);
|
|||
// be fetched. Must use HTTPS.
|
||||
pref("identity.fxaccounts.remote.uri", "https://accounts.dev.lcip.org/?service=sync");
|
||||
|
||||
// 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.uri" pref.
|
||||
pref("identity.fxaccounts.settings.uri", "https://accounts.dev.lcip.org/settings");
|
||||
|
||||
// The URL of the Firefox Accounts auth server backend
|
||||
pref("identity.fxaccounts.auth.uri", "https://api-accounts.dev.lcip.org/v1");
|
||||
|
|
Загрузка…
Ссылка в новой задаче