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

Unified Diff: net/http/transport_security_state_static.json

Side-by-side diff isn't available for this file because of its large size.
Issue 2034843003: Add Expect-Staple to preload list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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:
Download patch
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 6e213907a4bc078b1bb433e6f5c7fcc7ccf939ea..b52fb8beb0c3c99e18bf9ca6bc6f2cc0566f143c 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -211,7 +211,8 @@
{ "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
{ "name": "pinning-test.badssl.com", "include_subdomains": true, "pins": "test" },
{ "name": "preloaded-expect-ct.badssl.com", "expect_ct": true, "expect_ct_report_uri": "https://report.badssl.com/expect-ct" },
-
+ { "name": "preloaded-expect-staple.badssl.com", "expect_staple": true, "expect_staple_report_uri": "https://report.badssl.com/expect-staple" },
+ { "name": "expect-staple-test.badssl.com", "expect_staple": true, "expect_staple_report_uri": "https://report.badssl.com/expect-staple", "include_subdomains_for_expect_staple": true },
estark 2016/06/02 22:41:51 If this exists solely for testing include_subdomai
dadrian 2016/06/02 23:17:24 I was basing it off of pinning-test, but in retros
lgarron 2016/06/03 00:41:42 The Cartesian product of all test combinations can
dadrian 2016/06/03 18:08:33 I don't think there are any UI cases for Expect-St
// Now we force HTTPS for subtrees of google.com.
{ "name": "accounts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "admin.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },

Powered by Google App Engine
This is Rietveld 408576698