mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1230391 - Disable password visibility toggling in the capture doorhanger outside Nightly. rs=bnicholson
--HG-- extra : commitid : A7xwz1k1O46 extra : rebase_source : 439abbe283a7dc5ac48071190cd06da93ab4a1b3
This commit is contained in:
parent
779742ce2d
commit
5bb98859d7
@ -4072,7 +4072,11 @@ pref("font.name.monospace.x-unicode", "dt-interface user-ucs2.cjk_japan-0");
|
||||
|
||||
// Login Manager prefs
|
||||
pref("signon.rememberSignons", true);
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("signon.rememberSignons.visibilityToggle", true);
|
||||
#else
|
||||
pref("signon.rememberSignons.visibilityToggle", false);
|
||||
#endif
|
||||
pref("signon.autofillForms", true);
|
||||
pref("signon.autologin.proxy", false);
|
||||
pref("signon.storeWhenAutocompleteOff", true);
|
||||
|
Loading…
Reference in New Issue
Block a user