1
Fork 0

firefox: disable account

This commit is contained in:
Alan Faubert 2019-12-16 16:47:52 -05:00
parent 53e08ac695
commit 2b7fcaa8b6

View file

@ -13,6 +13,7 @@ user_pref("browser.slowStartup.notificationDisabled", true);
user_pref("browser.startup.homepage", "about:profiles");
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("devtools.selfxss.count", 5);
user_pref("identity.fxaccounts.enabled", false);
user_pref("layout.css.visited_links_enabled", false);
user_pref("media.autoplay.default", 5);
user_pref("network.dns.disablePrefetch", true);