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

Unified Diff: net/http/transport_security_state_static.json

Issue 23523016: net: don't allow SSLv3 fallback for Google properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « net/http/transport_security_state_static.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_static.json
diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json
index f338559a84e8351bf4473bd42c729486605a2c75..35f5ba74f159aee364015e54d78b5986ee7a8620 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -201,6 +201,7 @@
// and there are lots of links out there that still use the name. The correct
// hostname for this is chart.googleapis.com.
{ "name": "chart.apis.google.com", "include_subdomains": true, "pins": "google" },
+ { "name": "oraprodsso.corp.google.com", "include_subdomains": true, "mode": "force-https" },
wtc 2013/09/03 18:17:16 It seems that include_subdomains should be false.
palmer 2013/09/03 18:20:45 agl probably intends to be defensive, and it makes
// Other Google-related domains that must use an acceptable certificate
// iff using SSL.
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698