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

Unified Diff: net/http/transport_security_state_static.json

Issue 722813002: net: adding public-key pinning for SpiderOak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 1 month 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 39ca5829443d6bdf353f0750bad1f016054ace23..d1eef1824d4d451fdf0fb70cef97a106d04a81eb 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -186,6 +186,14 @@
"DigiCertEVRoot",
"FacebookBackup"
]
+ },
+ {
+ "name": "spideroak",
+ "static_spki_hashes": [
+ "RapidSSL",
+ "SpiderOak1",
+ "SpiderOak2"
+ ]
}
],
@@ -1266,7 +1274,7 @@
{ "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" },
- { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https", "pins": "spideroak" },
{ "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https" },
{ "name": "tno.io", "include_subdomains": true, "mode": "force-https" },
{ "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-https" },
@@ -1777,6 +1785,7 @@
"DROPBOX_COM",
"YOUTUBE_NOCOOKIE_COM",
"2MDN_NET",
- "FACEBOOK_COM"
+ "FACEBOOK_COM",
+ "SPIDEROAK_COM"
]
}
« 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