Bug 253008: Set network.proxy.share_proxy_settings if IE has a single proxy set up. p=mconnor, r=vlad, sr=darin

This commit is contained in:
steffen.wilberg%web.de 2004-11-05 16:18:21 +00:00
Родитель 3d3a20c561
Коммит e8791fc14a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1891,6 +1891,7 @@ nsIEProfileMigrator::CopyProxyPreferences(nsIPrefBranch* aPrefs)
// is of the form host:port and that it applies to all protocols.
for (PRUint32 i = 0; i < 5; ++i)
SetProxyPref(bufStr, data[i].hostPref, data[i].portPref, aPrefs);
aPrefs->SetBoolPref("network.proxy.share_proxy_settings", PR_TRUE);
}
}