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

Unified Diff: base/base_switches.cc

Issue 14421: Command line switch for the ultra security concious: --force-https!... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years 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: base/base_switches.cc
===================================================================
--- base/base_switches.cc (revision 6791)
+++ base/base_switches.cc (working copy)
@@ -30,5 +30,8 @@
// Enable DCHECKs in release mode.
const wchar_t kEnableDCHECK[] = L"enable-dcheck";
+// Refuse to make HTTP connections and refuse to accept certificate errors.
wtc 2008/12/15 18:14:15 Should you reference your ForceHTTPS paper to prov
+const wchar_t kForceHTTPS[] = L"force-https";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698