summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/base/ssl_config_service.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/base/ssl_config_service.cc b/net/base/ssl_config_service.cc
index 6c2992f..06dc610 100644
--- a/net/base/ssl_config_service.cc
+++ b/net/base/ssl_config_service.cc
@@ -36,9 +36,12 @@ bool SSLConfigService::IsKnownStrictTLSServer(const std::string& hostname) {
"www.google.com",
"mail.google.com",
"www.gmail.com",
- "gmail.com",
"docs.google.com",
"clients1.google.com",
+
+ // Removed until we update the XMPP servers with the renegotiation
+ // extension.
+ // "gmail.com",
};
for (size_t i = 0; i < arraysize(kStrictServers); i++) {