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

Unified Diff: net/http/transport_security_state_static.json

Issue 294733002: Require HTTPS for crbug.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 7 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 2708797a60f7fc13502f8bb8ef3f75d858b315eb..aa65df597fd1eb76c69e097bbec5e55e4603259b 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -775,6 +775,7 @@
{ "name": "mobile.usaa.com", "mode": "force-https" },
{ "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" },
{ "name": "detectify.com", "mode": "force-https" },
+ { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" },
Peter Kasting 2014/05/28 18:57:23 Shouldn't this go in the "Other Google-related dom
engedy 2014/05/28 20:57:57 The domains in the two Google-related groups all h
// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
« 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