firefox: disable built-in password management
This commit is contained in:
parent
a2cb35148c
commit
cb6d7f7837
|
@ -45,6 +45,10 @@
|
||||||
|
|
||||||
"dom.private-attribution.submission.enabled" = false; # disable "Privacy-Preserving Attribution for Advertising"
|
"dom.private-attribution.submission.enabled" = false; # disable "Privacy-Preserving Attribution for Advertising"
|
||||||
"extensions.autoDisableScopes" = 0; # automatically enable extensions installed through nix
|
"extensions.autoDisableScopes" = 0; # automatically enable extensions installed through nix
|
||||||
|
|
||||||
|
# external password manager
|
||||||
|
"signon.rememberSignons" = false;
|
||||||
|
"extensions.formautofill.creditCards.enabled" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue