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

Unified Diff: net/http/transport_security_state_static.json

Issue 1413513003: Add a preloaded (wrong) HPKP pin for pinning-test.badssl.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra file. 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 a38486544fa561c67579158e37729c2a9cb0eb81..d2cc5da9168cf0b25515ab5568f8f96d7d1254b2 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -180,8 +180,9 @@
],
"entries": [
- // Dummy entry to test certificate pinning.
+ // Dummy entries to test certificate pinning.
{ "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
+ { "name": "pinning-test.badssl.com", "include_subdomains": true, "pins": "test" },
// (*.)google.com, iff using SSL, must use an acceptable certificate.
{ "name": "google.com", "include_subdomains": true, "pins": "google" },
@@ -4127,6 +4128,7 @@
"DROPBOXUSERCONTENT_COM",
"WITHYOUTUBE_COM",
"WITHGOOGLE_COM",
- "G4W_CO"
+ "G4W_CO",
+ "BADSSL_COM"
]
}
« 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