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

Unified Diff: net/http/transport_security_state_static.json

Issue 1406923011: Preload domains redirecting to report-uri.io and remove a duplicate entry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicate entry. Created 5 years, 2 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 ac24350ec47495c2c93515b6be9a55daa520ac51..fe4267f0993631b82c5ca29365d107d3d0c978f1 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -3855,7 +3855,6 @@
{ "name": "my.swedbank.se", "include_subdomains": true, "mode": "force-https" },
{ "name": "internetbank.swedbank.se", "include_subdomains": true, "mode": "force-https" },
{ "name": "demo.swedbank.se", "include_subdomains": true, "mode": "force-https" },
- { "name": "internetbank.swedbank.se ", "include_subdomains": true, "mode": "force-https" },
{ "name": "lana.swedbank.se", "include_subdomains": true, "mode": "force-https" },
{ "name": "online.swedbank.se", "include_subdomains": true, "mode": "force-https" },
{ "name": "33-km.ru", "include_subdomains": true, "mode": "force-https" },
@@ -4060,7 +4059,10 @@
{ "name": "andreas-kluge.eu", "include_subdomains": true, "mode": "force-https" },
{ "name": "andreaskluge.eu", "include_subdomains": true, "mode": "force-https" },
{ "name": "fastaim.de", "include_subdomains": true, "mode": "force-https" },
- { "name": "matrip.de", "include_subdomains": true, "mode": "force-https" }
+ { "name": "matrip.de", "include_subdomains": true, "mode": "force-https" },
+ { "name": "reporturi.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "reporturi.io", "include_subdomains": true, "mode": "force-https" },
+ { "name": "report-uri.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