зеркало из https://github.com/mozilla/gecko-dev.git
bug 787190 - gconf system wide proxy settings for unix r=biesi
This commit is contained in:
Родитель
6addb88878
Коммит
407f92ea4a
|
@ -371,7 +371,7 @@ nsUnixSystemProxySettings::GetProxyFromGConf(const nsACString& aScheme,
|
|||
{
|
||||
bool masterProxySwitch = false;
|
||||
mGConf->GetBool(NS_LITERAL_CSTRING("/system/http_proxy/use_http_proxy"), &masterProxySwitch);
|
||||
if (!IsProxyMode("manual") || !masterProxySwitch) {
|
||||
if (!(IsProxyMode("manual") || masterProxySwitch)) {
|
||||
aResult.AppendLiteral("DIRECT");
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче