1
Fork 0

firefox: disable slow startup notification

This commit is contained in:
Alan Faubert 2019-12-12 09:28:53 -05:00
parent 319eab37c6
commit 53e08ac695

View file

@ -9,6 +9,7 @@ user_pref("browser.newtabpage.enabled", false);
user_pref("browser.safebrowsing.malware.enabled", false);
user_pref("browser.safebrowsing.phishing.enabled", false);
user_pref("browser.search.suggest.enabled", false);
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);