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

Unified Diff: net/base/transport_security_state.cc

Issue 6862004: ChromeOS specific HSTS section (with permission from Sumit, Will, more). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/transport_security_state.cc
===================================================================
--- net/base/transport_security_state.cc (revision 81679)
+++ net/base/transport_security_state.cc (working copy)
@@ -525,6 +525,14 @@
{13, false, "\010entropia\002de"},
{17, false, "\003www\010entropia\002de"},
{21, true, "\010accounts\006google\003com"},
+#if defined(OS_CHROMEOS)
+ {17, true, "\004mail\006google\003com"},
+ {13, false, "\007twitter\003com"},
+ {17, false, "\003www\007twitter\003com"},
+ {17, false, "\003api\007twitter\003com"},
+ {17, false, "\003dev\007twitter\003com"},
+ {22, false, "\010business\007twitter\003com"},
+#endif
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698