Bug 968929 - Update FXAccountsClient to production server URI. r=jedp

This commit is contained in:
Sam Penrose 2014-02-11 18:07:26 -08:00
Родитель f312a9df46
Коммит 643bb4e93e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,7 @@ Cu.import("resource://services-crypto/utils.js");
Cu.import("resource://gre/modules/FxAccountsCommon.js");
Cu.import("resource://gre/modules/Credentials.jsm");
// Default can be changed by the preference 'identity.fxaccounts.auth.uri'
let _host = "https://api-accounts.dev.lcip.org/v1";
let _host = "https://api.accounts.firefox.com/v1"
try {
_host = Services.prefs.getCharPref("identity.fxaccounts.auth.uri");
} catch(keepDefault) {}