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

Unified Diff: net/http/transport_security_state_static.json

Issue 45373002: net: add pinning for liberty.lavabit.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload due to 500 error. Created 7 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.certs ('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 8850fbd49fc8a705fede1c9753caa4b1c4fe8235..b453e2605fee5715b56e4f89cd27aa840f47f014 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -156,6 +156,12 @@
"DigiCertEVRoot",
"CryptoCat1"
]
+ },
+ {
+ "name": "lavabit",
+ "static_spki_hashes": [
+ "Libertylavabitcom"
+ ]
}
],
@@ -654,6 +660,7 @@
{ "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "davidlyness.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "medium.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "liberty.lavabit.com", "include_subdomains": true, "mode": "force-https", "pins": "lavabit" },
// 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.certs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698