mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
disable firefox autofill
This commit is contained in:
parent
5178c9f458
commit
07b5f855a6
@ -38,6 +38,7 @@
|
|||||||
"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
|
||||||
|
"dom.forms.autocomplete.formautofill" = false; # Disable autofill
|
||||||
"general.autoScroll" = true; # Drag middle-mouse to scroll
|
"general.autoScroll" = true; # Drag middle-mouse to scroll
|
||||||
"services.sync.prefs.sync.general.autoScroll" =
|
"services.sync.prefs.sync.general.autoScroll" =
|
||||||
false; # Prevent disabling autoscroll
|
false; # Prevent disabling autoscroll
|
||||||
|
Loading…
Reference in New Issue
Block a user