зеркало из https://github.com/mozilla/pjs.git
part of bug 263546: forgot to check in the required pref changes. r=jst,sr=darin
This commit is contained in:
Родитель
2245d35c6a
Коммит
bef1ce5cd6
|
@ -193,7 +193,12 @@ pref("network.protocol-handler.expose.imap", true);
|
|||
pref("network.protocol-handler.expose.addbook", true);
|
||||
pref("network.protocol-handler.expose.pop", true);
|
||||
pref("network.protocol-handler.expose.mailbox", true);
|
||||
pref("network.protocols.useSystemDefaults", false);
|
||||
|
||||
// suppress external-load warning for standard browser schemes
|
||||
pref("network.protocol-handler.warn-external.http", false);
|
||||
pref("network.protocol-handler.warn-external.https", false);
|
||||
pref("network.protocol-handler.warn-external.ftp", false);
|
||||
|
||||
pref("network.hosts.smtp_server", "mail");
|
||||
pref("network.hosts.pop_server", "mail");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче