From 904fb259e0e20b4a2e971644ccc91ef4ddf377fd Mon Sep 17 00:00:00 2001 From: vladikoff Date: Tue, 26 Mar 2019 17:46:44 +0000 Subject: [PATCH] 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 --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index a1f49314b0ac..022271759a6a 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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"); // 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 pref("identity.fxaccounts.remote.pairing.uri", "wss://channelserver.services.mozilla.com");