Index: base/base_switches.cc |
=================================================================== |
--- base/base_switches.cc (revision 6979) |
+++ base/base_switches.cc (working copy) |
@@ -31,6 +31,13 @@ |
const wchar_t kEnableDCHECK[] = L"enable-dcheck"; |
// 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 |