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

Unified Diff: net/base/transport_security_state.cc

Issue 10830118: net: add codereview sites to HSTS preloaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: net/base/transport_security_state.cc
diff --git a/net/base/transport_security_state.cc b/net/base/transport_security_state.cc
index 46807ab55d9a0b32435e0f40b1d6dfeafcc5163a..747dc7e6b957f330c033909026b2ef58aa5c49eb 100644
--- a/net/base/transport_security_state.cc
+++ b/net/base/transport_security_state.cc
@@ -581,7 +581,7 @@ struct PublicKeyPins {
struct HSTSPreload {
uint8 length;
bool include_subdomains;
- char dns_name[30];
+ char dns_name[34];
bool https_required;
PublicKeyPins pins;
SecondLevelDomainName second_level_domain_name;
« no previous file with comments | « no previous file | net/base/transport_security_state_static.h » ('j') | net/base/transport_security_state_static.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698