| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| index 7fdb3212c0808cfec96cee0502781088d15c8296..b7468c2b2ab216a1c04aee64b6b47294fe8a5863 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| @@ -576,7 +576,8 @@ net::URLFetcher* DataReductionProxySettings::GetBaseURLFetcher(
|
| net::URLFetcher*
|
| DataReductionProxySettings::GetURLFetcherForAvailabilityCheck() {
|
| return GetBaseURLFetcher(params()->probe_url(),
|
| - net::LOAD_DISABLE_CACHE | net::LOAD_BYPASS_PROXY);
|
| + net::LOAD_DISABLE_CACHE | net::LOAD_BYPASS_PROXY |
|
| + net::LOAD_DISABLE_ALTERNATE_PROTOCOLS);
|
| }
|
|
|
|
|
|
|