diff options
-rw-r--r-- | net/base/ssl_config_service.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/ssl_config_service.cc b/net/base/ssl_config_service.cc index 226798d..d677c81 100644 --- a/net/base/ssl_config_service.cc +++ b/net/base/ssl_config_service.cc @@ -60,7 +60,8 @@ bool SSLConfigService::IsKnownFalseStartIncompatibleServer( const std::string& hostname) { // If this list starts growing, it'll need to be something more efficient // than a linear list. - static const char kFalseStartIncompatibleServers[][15] = { + static const char kFalseStartIncompatibleServers[][23] = { + "moneycenter.yodlee.com", "www.picnik.com", }; |