Get rid of Mozilla account

This commit is contained in:
2021-08-11 00:09:03 +02:00
parent 4e8db72cc0
commit 924958ab6d

12
user.js
View File

@@ -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 // Crash reporter
user_pref("breakpad.reportURL", ""); user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.tabs.crashReporting.sendReport", false);