зеркало из https://github.com/mozilla/pjs.git
Bug 380931 - password manager rewrite-cleanup, move prefs from firefox.js to all.js, patch by Justin Dolske <dolske@mozilla.com>, r=gavin
This commit is contained in:
Родитель
fffe39edab
Коммит
326fea174a
|
@ -378,14 +378,6 @@ pref("alerts.totalOpenTime", 4000);
|
|||
|
||||
pref("browser.xul.error_pages.enabled", true);
|
||||
|
||||
// Prefs for Login Manager
|
||||
pref("signon.rememberSignons", true);
|
||||
pref("signon.expireMasterPassword", false);
|
||||
pref("signon.SignonFileName", "signons.txt"); // obsolete
|
||||
pref("signon.SignonFileName2", "signons2.txt");
|
||||
pref("signon.autofillForms", true);
|
||||
pref("signon.debug", false); // logs to Error Console
|
||||
|
||||
// We want to make sure mail URLs are handled externally...
|
||||
pref("network.protocol-handler.external.mailto", true); // for mail
|
||||
pref("network.protocol-handler.external.news", true); // for news
|
||||
|
|
|
@ -2422,3 +2422,11 @@ pref("print.print_command", "lp -c -s ${MOZ_PRINTER_NAME:+'-d'}${MOZ_PRINTER_NAM
|
|||
|
||||
# Solaris
|
||||
#endif
|
||||
|
||||
// Login Manager prefs
|
||||
pref("signon.rememberSignons", true);
|
||||
pref("signon.expireMasterPassword", false);
|
||||
pref("signon.SignonFileName", "signons.txt"); // obsolete
|
||||
pref("signon.SignonFileName2", "signons2.txt");
|
||||
pref("signon.autofillForms", true);
|
||||
pref("signon.debug", false); // logs to Error Console
|
||||
|
|
Загрузка…
Ссылка в новой задаче