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

Unified Diff: net/http/transport_security_state_static.json

Issue 1334023002: HSTS Preload List: Add fi and hana.ondemand.com, remove noobs-r-us.co.uk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 e629cff140653a2bf23485a0579b75a5655287a0..fa77ded4827b48bac05623659de34119a97d7d24 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -219,6 +219,8 @@
{ "name": "passwords.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "myaccount.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "contributor.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
+ { "name": "fi.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
+ { "name": "xn--7xa.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
// Other Google-related domains that must use HTTPS.
{ "name": "google", "include_subdomains": true, "mode": "force-https", "pins": "google" },
@@ -1832,7 +1834,6 @@
{ "name": "narodniki.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "netrider.net.au", "include_subdomains": true, "mode": "force-https" },
{ "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" },
- { "name": "noobs-r-us.co.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" },
{ "name": "perfectionis.me", "include_subdomains": true, "mode": "force-https" },
{ "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https" },
@@ -3623,7 +3624,8 @@
{ "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" },
- { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" }
+ { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" },
+ { "name": "hana.ondemand.com", "include_subdomains": true, "mode": "force-https" }
],
// |ReportUMAOnPinFailure| uses these to report which domain was associated
« 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