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

Unified Diff: net/base/transport_security_state.cc

Issue 9663017: net: add OCSP tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 9 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 dbc39e3e9c05598fede6f21779e8c90de5df87f5..5726304a46858b33347b3ba89a98112a717371a5 100644
--- a/net/base/transport_security_state.cc
+++ b/net/base/transport_security_state.cc
@@ -1443,8 +1443,6 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{28, false , "\003www\007sandbox\012mydigipass\003com", true, kNoPins,
DOMAIN_NOT_PINNED },
{12, true, "\006crypto\003cat", true, kNoPins, DOMAIN_NOT_PINNED },
- {25, true, "\014bigshinylock\006minazo\003net", true, kNoPins,
- DOMAIN_NOT_PINNED },
Ryan Sleevi 2012/03/09 22:07:54 Unrelated?
{13, false, "\007twitter\003com", kTwitterHSTS,
kTwitterComPins, DOMAIN_TWITTER_COM },

Powered by Google App Engine
This is Rietveld 408576698