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:
Matthew Noorenberghe 2015-12-03 17:33:35 -08:00
parent 779742ce2d
commit 5bb98859d7

View File

@ -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);