summaryrefslogtreecommitdiffstats
path: root/.config/firefox
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-01 09:29:24 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-01 09:29:24 -0500
commit6e2de6f4f66ad230fdf05be4308b8e766805fe36 (patch)
treeecafb60a0dfab98663113ae667b1b70cbd5a9616 /.config/firefox
parenteb1e4357faa3a49e588d6f32df645666b4e3c669 (diff)
downloadeibhear-6e2de6f4f66ad230fdf05be4308b8e766805fe36.tar.gz
eibhear-6e2de6f4f66ad230fdf05be4308b8e766805fe36.tar.zst
eibhear-6e2de6f4f66ad230fdf05be4308b8e766805fe36.zip
remove firefox sync
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/larbs.js3
1 files changed, 3 insertions, 0 deletions
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);