diff --git a/snowblocks/firefox/user.js b/snowblocks/firefox/user.js index a858b7e..354a048 100644 --- a/snowblocks/firefox/user.js +++ b/snowblocks/firefox/user.js @@ -504,6 +504,15 @@ user_pref("security.OCSP.enabled", 1); user_pref("security.webauth.webauthn_enable_softtoken", false); user_pref("security.webauth.webauthn_enable_usbtoken", false); +/* + * Disable the password generation suggestion for password fields. + * References: + * - https://wiki.mozilla.org/Toolkit:Password_Manager/Password_Generation + * - https://www.mozilla.org/firefox/lockwise + * - https://blog.mozilla.org/firefox/password-security-features + */ +user_pref("signon.generation.enabled", false); + /* * Always ask to save logins and passwords for websites. * Available within the UI under: