dotfiles/home-manager/modules/firefox/config/settings/passwords.nix

8 lines
182 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
# PASSWORDS
"network.auth.subresource-http-auth-allow" = 1;
"signon.autofillForms" = false;
"signon.formlessCapture.enabled" = false;
"signon.rememberSignons" = false;
}