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

Unified Diff: net/http/transport_security_state_static.json

Issue 580233002: Add STS and PKP preloads for chrome.com. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new domains to the END of the array. Created 5 years, 10 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 fa9edd5a1d3e5d0871fe50c5a888e2ea5e1ff070..d4fb1d6dd0f2a90b45b87ba08fd26100a025e8eb 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -219,6 +219,7 @@
{ "name": "googlemail.com", "mode": "force-https", "pins": "google" },
{ "name": "www.gmail.com", "mode": "force-https", "pins": "google" },
{ "name": "www.googlemail.com", "mode": "force-https", "pins": "google" },
+ { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "drive.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
@@ -2186,6 +2187,7 @@
"2MDN_NET",
"FACEBOOK_COM",
"SPIDEROAK_COM",
- "BLOGGER_COM"
+ "BLOGGER_COM",
+ "CHROME_COM"
]
}
« 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