mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
try to disable splash screen when updating firefox
This commit is contained in:
parent
1b32457956
commit
fd7c523ebd
@ -44,6 +44,8 @@
|
|||||||
"browser.toolbars.bookmarks.visibility" = "newtab";
|
"browser.toolbars.bookmarks.visibility" = "newtab";
|
||||||
"browser.startup.page" = 3; # Restore previous session
|
"browser.startup.page" = 3; # Restore previous session
|
||||||
"browser.newtabpage.enabled" = false; # Make new tabs blank
|
"browser.newtabpage.enabled" = false; # Make new tabs blank
|
||||||
|
"trailhead.firstrun.didSeeAboutWelcome" =
|
||||||
|
true; # Disable welcome splash
|
||||||
"dom.forms.autocomplete.formautofill" = false; # Disable autofill
|
"dom.forms.autocomplete.formautofill" = false; # Disable autofill
|
||||||
"extensions.formautofill.creditCards.enabled" =
|
"extensions.formautofill.creditCards.enabled" =
|
||||||
false; # Disable credit cards
|
false; # Disable credit cards
|
||||||
|
Loading…
Reference in New Issue
Block a user