From 924958ab6dbc5f87653c26aa89222e7477b421cf Mon Sep 17 00:00:00 2001 From: mattia Date: Wed, 11 Aug 2021 00:09:03 +0200 Subject: [PATCH] Get rid of Mozilla account --- user.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/user.js b/user.js index c01d64d..67264d1 100644 --- a/user.js +++ b/user.js @@ -1,3 +1,15 @@ +// Account +user_pref("identity.fxaccounts.auth.uri", ""); +user_pref("identity.fxaccounts.commands.enable", false); +user_pref("identity.fxaccounts.enabled", false); +user_pref("identity.fxaccounts.pairing.enabled", false); +user_pref("identity.fxaccounts.remote.oauth.uri", ""); +user_pref("identity.fxaccounts.remote.pairing.uri", ""); +user_pref("identity.fxaccounts.remote.profile.uri", ""); +user_pref("identity.fxaccounts.remote.root", ""); +user_pref("identity.fxaccounts.service.monitorLoginUrl", ""); +user_pref("identity.fxaccounts.toolbar.enabled", false); + // Crash reporter user_pref("breakpad.reportURL", ""); user_pref("browser.tabs.crashReporting.sendReport", false);