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

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: Rebase again, regenerate .h again. 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 750688a560d664d301cf7a2653ccd84f87b75f1a..7ad239a9a2100b07818394ad73a1d27a55de4d48 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" },
@@ -2098,6 +2099,7 @@
"GOOGLE_VG",
"GOOGLE_VU",
"GOOGLE_WS",
+ "CHROME_COM",
"CHROMIUM_ORG",
"CRYPTO_CAT",
"LAVABIT_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