mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Add an option to control automatic filling in of login credentials and switch this off by default.
This resolves #272.
This commit is contained in:
parent
6d7a58e4d2
commit
63345e27ea
3 changed files with 8 additions and 1 deletions
|
|
@ -4351,7 +4351,7 @@ pref("font.name.monospace.x-unicode", "dt-interface user-ucs2.cjk_japan-0");
|
|||
// Login Manager prefs
|
||||
pref("signon.rememberSignons", true);
|
||||
pref("signon.rememberSignons.visibilityToggle", true);
|
||||
pref("signon.autofillForms", true);
|
||||
pref("signon.autofillForms", false);
|
||||
pref("signon.autofillForms.http", false);
|
||||
pref("signon.autologin.proxy", false);
|
||||
pref("signon.formlessCapture.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue