зеркало из https://github.com/mozilla/pjs.git
set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053)
This commit is contained in:
Родитель
9f14911272
Коммит
c831f2274b
|
@ -175,7 +175,12 @@ pref("network.file_sort_method", 0); // NAME 0, TYPE 1, SIZE 2, D
|
|||
pref("network.ftp.passive", true);
|
||||
pref("network.hosts.smtp_server", "mail");
|
||||
pref("network.hosts.pop_server", "mail");
|
||||
pref("network.hosts.nntp_server", "news");
|
||||
|
||||
// sspitzer: change this back to "news" when we get to beta.
|
||||
// for now, set this to news.mozilla.org because you can only
|
||||
// post to the server specified by this pref.
|
||||
pref("network.hosts.nntp_server", "news.mozilla.org");
|
||||
|
||||
pref("network.hosts.socks_server", "");
|
||||
pref("network.hosts.socks_serverport", 1080);
|
||||
pref("network.hosts.socks_conf", "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче