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

Unified Diff: net/http/transport_security_state_static.json

Issue 1547863002: Stop including subdomains for woima.fi in the HSTS preload list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uint8_t Created 5 years 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 a9990d3de771a158185816bd6042fae9962a2afc..08e9c518424369972792ad91a05f6ee284dc8835 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -3777,7 +3777,7 @@
{ "name": "wait.jp", "include_subdomains": true, "mode": "force-https" },
{ "name": "wdesk.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "wohnsitz-ausland.com", "include_subdomains": true, "mode": "force-https" },
- { "name": "woima.fi", "include_subdomains": true, "mode": "force-https" },
+ { "name": "woima.fi", "include_subdomains": false, "mode": "force-https" },
{ "name": "wolfemg.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "wrldevelopment.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "xiaody.me", "include_subdomains": true, "mode": "force-https" },
« 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