Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: chrome/common/chrome_switches.cc

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup before sending for reviews. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8993c39bca1368337fb0f6315be9892d204d73b6..5b06566ac28976e65f6ba3b0b17ad4ba8ff1d98a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -320,6 +320,12 @@ const char kDisableExtensionsResourceWhitelist[] =
// Disables automatically making app run in full screen in force app mode.
const char kDisableFullscreenApp[] = "disable-fullscreen-app";
+// Disables enforcement of minimum SSL version for preloaded HSTS entries.
+// For preloaded Google properties the minimum version is TLS 1.0.
+// For others the minimum version is still SSL 3.0, i.e., it has no effect.
+const char kDisableSSLVersionMinPreloaded[] =
+ "disable-ssl-version-min-preloaded";
wtc 2013/04/17 19:49:50 The CL's description says this option is --ssl-ver
thaidn_google 2013/04/17 22:16:07 I change it to --enable-ssl3-version-fallback, and
+
// Disable Instant extended API.
const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api";

Powered by Google App Engine
This is Rietveld 408576698