From 6e2de6f4f66ad230fdf05be4308b8e766805fe36 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Feb 2023 09:29:24 -0500 Subject: [PATCH] remove firefox sync --- .config/firefox/larbs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/firefox/larbs.js b/.config/firefox/larbs.js index b0c89ac..d24849e 100644 --- a/.config/firefox/larbs.js +++ b/.config/firefox/larbs.js @@ -39,3 +39,6 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // This could otherwise cause some issues on bank logins and other annoying sites: user_pref("network.http.referer.XOriginPolicy", 0); + +// Disable Firefox sync and its menu entries +user_pref("identity.fxaccounts.enabled", false);