summaryrefslogtreecommitdiffstats
path: root/base/base_switches.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 18:35:16 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 18:35:16 +0000
commit90b15301bced121bee671159f826b7917ac89afb (patch)
tree3476fd1e996da8fa7930e0d36c0c1e6474be7354 /base/base_switches.cc
parent6b60f1d102f4f41adfc00c32316b0b3e3ef7f1d4 (diff)
downloadchromium_src-90b15301bced121bee671159f826b7917ac89afb.zip
chromium_src-90b15301bced121bee671159f826b7917ac89afb.tar.gz
chromium_src-90b15301bced121bee671159f826b7917ac89afb.tar.bz2
Strict transport security: come out from behind the flag.
With this change, Strict Transport Security is active by default and doesn't need the --force-https flag any more. http://codereview.chromium.org/193067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r--base/base_switches.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 900f217..b13517a 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -34,14 +34,4 @@ const wchar_t kEnableDCHECK[] = L"enable-dcheck";
// scripts that do not have a user interface.
const wchar_t kNoMessageBox[] = L"no-message-box";
-// Refuse to make HTTP connections and refuse to accept certificate errors.
-// For more information about the design of this feature, please see
-//
-// ForceHTTPS: Protecting High-Security Web Sites from Network Attacks
-// Collin Jackson and Adam Barth
-// In Proc. of the 17th International World Wide Web Conference (WWW 2008)
-//
-// Available at http://www.adambarth.com/papers/2008/jackson-barth.pdf
-const wchar_t kForceHTTPS[] = L"force-https";
-
} // namespace switches