Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 2b9cf85db8e1708b73fef3835d5b904cc2958440..a6387523ed52f3642b7d3aafcaccf44839304733 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[] = |