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