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");