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

Unified Diff: net/http/transport_security_state_static.h

Issue 16261002: Preload HSTS for paypal.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests. Created 7 years, 6 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 | net/http/transport_security_state_static.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_static.h
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index 255509b33847c0d7f767e681ed7d1673bd54c2c4..4d3226bb5c3f92a51ae2ce7294170493cfe11841 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -649,6 +649,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{11, true, "\006google\002ws", false, kGooglePins, DOMAIN_GOOGLE_WS },
{23, true, "\005learn\013doubleclick\003net", false, kNoPins, DOMAIN_NOT_PINNED },
{16, false, "\003www\006paypal\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {12, false, "\006paypal\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{16, false, "\003www\006elanex\003biz", true, kNoPins, DOMAIN_NOT_PINNED },
{12, true, "\006jottit\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\015sunshinepress\003org", true, kNoPins, DOMAIN_NOT_PINNED },
« no previous file with comments | « no previous file | net/http/transport_security_state_static.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698