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

Unified Diff: net/http/transport_security_state_static.json

Issue 578553004: Remove the "snionly" concept from the HSTS preload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 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') | net/http/transport_security_state_unittest.cc » ('j') | 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 35ab786ca9ba0e3e7b6cb68d88d27e1bca5cf9da..c13b8ca188e90bd024420f21dd24e1b03eeceb20 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -218,6 +218,10 @@
{ "name": "passwords.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
// Other Google-related domains that must use HTTPS.
+ { "name": "gmail.com", "mode": "force-https", "pins": "google" },
+ { "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": "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" },
@@ -256,6 +260,8 @@
// Other Google-related domains that must use an acceptable certificate
// iff using SSL.
+ { "name": "google-analytics.com", "include_subdomains": true, "pins": "google" },
+ { "name": "googlegroups.com", "include_subdomains": true, "pins": "google" },
{ "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
{ "name": "googleusercontent.com", "include_subdomains": true, "pins": "google" },
{ "name": "youtube.com", "include_subdomains": true, "pins": "google" },
@@ -1179,6 +1185,10 @@
{ "name": "tobias-kluge.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "vortexhobbies.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "willnorris.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "rme.li", "mode": "force-https" },
+ { "name": "www.rme.li", "mode": "force-https" },
{ "name": "aiticon.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "aiticon.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "anetaben.nl", "include_subdomains": true, "mode": "force-https" },
@@ -1218,18 +1228,6 @@
{ "name": "mqas.net", "include_subdomains": true, "mode": "force-https" },
{ "name": "dlc.viasinc.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "www.viasinc.com", "include_subdomains": true, "mode": "force-https" },
- { "name": "viasinc.com", "mode": "force-https" },
-
- // Entries that are only valid if the client supports SNI.
- { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
- { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionly": true },
- { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
- { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "snionly": true },
- { "name": "google-analytics.com", "include_subdomains": true, "pins": "google", "snionly": true },
- { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true },
- { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true },
- { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-https", "snionly": true },
- { "name": "rme.li", "mode": "force-https", "snionly": true },
- { "name": "www.rme.li", "mode": "force-https", "snionly": true }
+ { "name": "viasinc.com", "mode": "force-https" }
]
}
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | net/http/transport_security_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698