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

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: disable 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..2cd33180c97adb6f7186392ebeecead380016796 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's properties the minimum version will be TLS 1.0.
Ryan Sleevi 2013/04/16 19:55:26 s/'s// s/will be/is/
thaidn_google 2013/04/17 00:46:17 Done.
+// For others the minimum version is still SSL 3.0, i.e., it has no effect.
+const char kDisableSSLVersionMinPreloaded[] =
+ "disable-ssl-version-min-preloaded";
+
// Disable Instant extended API.
const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api";

Powered by Google App Engine
This is Rietveld 408576698