firefox: disable built-in password management

This commit is contained in:
Katherina Walshe-Grey 2024-09-12 11:40:24 +01:00
parent a2cb35148c
commit cb6d7f7837

View file

@ -45,6 +45,10 @@
"dom.private-attribution.submission.enabled" = false; # disable "Privacy-Preserving Attribution for Advertising"
"extensions.autoDisableScopes" = 0; # automatically enable extensions installed through nix
# external password manager
"signon.rememberSignons" = false;
"extensions.formautofill.creditCards.enabled" = false;
};
};
};