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

Unified Diff: net/http/transport_security_state_static.json

Issue 1640123003: Add united.com (and 3 subdomains) to the HSTS preload list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 4f6e680a2939db8b72d8708ac2ef0b2a2be3d8d8..8da90051d2df514b0a2216da969143307ad10f48 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -6965,7 +6965,11 @@
{ "name": "zehntner.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "znation.nl", "include_subdomains": true, "mode": "force-https" },
{ "name": "zocken.com", "include_subdomains": true, "mode": "force-https" },
- { "name": "zwerimex.com", "include_subdomains": true, "mode": "force-https" }
+ { "name": "zwerimex.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "united.com", "include_subdomains": false, "mode": "force-https" },
+ { "name": "www.united.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "mobile.united.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "smartphone.continental.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