mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
714a6d5340
commit
e830bc09fb
@ -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", "");
|
||||
|
Loading…
Reference in New Issue
Block a user