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

Unified Diff: net/base/transport_security_state.cc

Issue 8496033: net: remove public key pins for Twitter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
diff --git a/net/base/transport_security_state.cc b/net/base/transport_security_state.cc
index 4d36a4076b4e24d2ff61fed4e6dadafe33bb7901..f80116c4b6a2b78cebde7f8862eb5f497e37108e 100644
--- a/net/base/transport_security_state.cc
+++ b/net/base/transport_security_state.cc
@@ -1131,6 +1131,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
DOMAIN_NOT_PINNED },
{12, true, "\006ubertt\003org", true, kNoPins, DOMAIN_NOT_PINNED },
+#if 0
+ // Twitter pins disabled in order to track down pinning failures --agl
{13, false, "\007twitter\003com", kTwitterHSTS,
kTwitterComPins, DOMAIN_TWITTER_COM },
{17, true, "\003www\007twitter\003com", kTwitterHSTS,
@@ -1145,8 +1147,6 @@ static const struct HSTSPreload kPreloadedSTS[] = {
kTwitterComPins, DOMAIN_TWITTER_COM },
{22, true, "\010business\007twitter\003com", kTwitterHSTS,
kTwitterComPins, DOMAIN_TWITTER_COM },
-#if 0
- // Twitter CDN pins disabled in order to track down pinning failures --agl
{22, true, "\010platform\007twitter\003com", false,
kTwitterCDNPins, DOMAIN_TWITTER_COM },
{15, true, "\003si0\005twimg\003com", false, kTwitterCDNPins,
« 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