summaryrefslogtreecommitdiffstats
path: root/net/ssl/ssl_config_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssl/ssl_config_service.h')
-rw-r--r--net/ssl/ssl_config_service.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h
index a111594..f8ee03b 100644
--- a/net/ssl/ssl_config_service.h
+++ b/net/ssl/ssl_config_service.h
@@ -91,6 +91,13 @@ struct NET_EXPORT SSLConfig {
bool channel_id_enabled; // True if TLS channel ID extension is enabled.
bool false_start_enabled; // True if we'll use TLS False Start.
+ // If |unrestricted_ssl3_fallback_enabled| is true, SSL 3.0 fallback will be
+ // enabled for all sites.
+ // If |unrestricted_ssl3_fallback_enabled| is false, SSL 3.0 fallback will be
+ // disabled for a site pinned to the Google pin list (indicating that it is a
+ // Google site).
+ bool unrestricted_ssl3_fallback_enabled;
+
// TODO(wtc): move the following members to a new SSLParams structure. They
// are not SSL configuration settings.