mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge m-c to inbound.
This commit is contained in:
commit
afd4f0c71e
@ -505,6 +505,9 @@ user_pref("network.proxy.autoconfig_url", "%(pacURL)s");
|
||||
user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless to others
|
||||
""" % {"pacURL": pacURL}
|
||||
prefs.append(part)
|
||||
else:
|
||||
part = 'user_pref("network.proxy.type", 0);\n'
|
||||
prefs.append(part)
|
||||
|
||||
for v in extraPrefs:
|
||||
thispref = v.split("=", 1)
|
||||
|
Loading…
Reference in New Issue
Block a user