Bug 416274 - "Add UI for System Proxy Settings and use the system proxy by default" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin ui-r=mconnor a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-02-27 02:13:01 -08:00
parent 10e844da5c
commit 6b9bcd784d

View File

@ -763,7 +763,17 @@ pref("network.ntlm.send-lm-response", false);
pref("network.hosts.nntp_server", "news.mozilla.org");
pref("permissions.default.image", 1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
#ifndef XP_MACOSX
#ifdef XP_UNIX
pref("network.proxy.type", 5);
#else
pref("network.proxy.type", 0);
#endif
#else
pref("network.proxy.type", 0);
#endif
pref("network.proxy.ftp", "");
pref("network.proxy.ftp_port", 0);
pref("network.proxy.gopher", "");