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

Unified Diff: net/http/transport_security_state_static.json

Issue 15147002: Set preloaded HSTS policy for Google Translate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 4c6150952aa572393be64064d5fd420d3e0b5f57..7c1f623208e988490eb58ef22a9f56b19eff886a 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -177,6 +177,7 @@
{ "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "script.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "history.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
+ { "name": "translate.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
// Other Google-related domains that must use HTTPS.
{ "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
@@ -204,6 +205,7 @@
{ "name": "googleusercontent.com", "include_subdomains": true, "pins": "google" },
{ "name": "youtube.com", "include_subdomains": true, "pins": "google" },
{ "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
+ { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
agl 2013/05/13 23:09:15 This section is for: "Other Google-related domain
palmer 2013/05/13 23:11:43 Moved it to what is hopefully a more fitting locat
{ "name": "googleadservices.com", "include_subdomains": true, "pins": "google" },
{ "name": "appspot.com", "include_subdomains": true, "pins": "google" },
{ "name": "googlesyndication.com", "include_subdomains": true, "pins": "google" },
« 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