Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 9fd3772a7238ba2288b4d3536be1bd37b393dc84..4cd75f8c5b89c9297e958f3d862c9fb9a857d2cb 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -14,6 +14,10 @@ const char kAcceleratedCanvas2dMSAASampleCount[] = "canvas-msaa-sample-count"; |
// override for developers who need the old behavior for testing. |
const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files"; |
+// Enables TLS/SSL errors on localhost to be ignored (no interstitial, |
+// no blocking of requests). |
+const char kAllowInsecureLocalhost[] = "allow-insecure-localhost"; |
+ |
// Allows frames with an https origin to use WebSockets with an insecure URL |
// (ws://). |
const char kAllowInsecureWebSocketFromHttpsOrigin[] = |