firefox: disable slow startup notification
This commit is contained in:
parent
319eab37c6
commit
53e08ac695
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue