Bug 1539211 - Enable the Firefox Accounts pairing preference. r=eoger

Enables the FxA pairing preference after rounds of QA.

Differential Revision: https://phabricator.services.mozilla.com/D24932

--HG--
extra : moz-landing-system : lando
This commit is contained in:
vladikoff 2019-03-26 17:46:44 +00:00
Родитель 58f4eeb7f4
Коммит 904fb259e0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1421,7 +1421,7 @@ pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox
pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com/v1"); pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com/v1");
// Whether FxA pairing using QR codes is enabled. // Whether FxA pairing using QR codes is enabled.
pref("identity.fxaccounts.pairing.enabled", false); pref("identity.fxaccounts.pairing.enabled", true);
// The remote URI of the FxA pairing server // The remote URI of the FxA pairing server
pref("identity.fxaccounts.remote.pairing.uri", "wss://channelserver.services.mozilla.com"); pref("identity.fxaccounts.remote.pairing.uri", "wss://channelserver.services.mozilla.com");