remove firefox sync

This commit is contained in:
Luke Smith 2023-02-01 09:29:24 -05:00
parent eb1e4357fa
commit 6e2de6f4f6
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

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