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 2dba43560d14529ab3e0a165e33c6e542aeb1e54..edc76fa7a54caf38dc5173ef49634e8489afd483 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 |
@@ -577,7 +577,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); |
} |