зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3d3a20c561
Коммит
e8791fc14a
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче