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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file contains the HSTS preloaded list in a machine readable format. 5 // This file contains the HSTS preloaded list in a machine readable format.
6 6
7 // The top-level element is a dictionary with two keys: "pinsets" maps details 7 // The top-level element is a dictionary with two keys: "pinsets" maps details
8 // of certificate pinning to a name and "entries" contains the HSTS details for 8 // of certificate pinning to a name and "entries" contains the HSTS details for
9 // each host. 9 // each host.
10 // 10 //
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "name": "facebook", 182 "name": "facebook",
183 "static_spki_hashes": [ 183 "static_spki_hashes": [
184 "SymantecClass3EVG3", 184 "SymantecClass3EVG3",
185 "DigiCertECCSecureServerCA", 185 "DigiCertECCSecureServerCA",
186 "DigiCertEVRoot", 186 "DigiCertEVRoot",
187 "FacebookBackup" 187 "FacebookBackup"
188 ] 188 ]
189 },
190 {
191 "name": "spideroak",
192 "static_spki_hashes": [
193 "RapidSSL",
194 "SpiderOak1",
195 "SpiderOak2"
196 ]
189 } 197 }
190 ], 198 ],
191 199
192 "entries": [ 200 "entries": [
193 // Dummy entry to test certificate pinning. 201 // Dummy entry to test certificate pinning.
194 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" }, 202 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" },
195 203
196 // (*.)google.com, iff using SSL, must use an acceptable certificate. 204 // (*.)google.com, iff using SSL, must use an acceptable certificate.
197 { "name": "google.com", "include_subdomains": true, "pins": "google" }, 205 { "name": "google.com", "include_subdomains": true, "pins": "google" },
198 206
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-ht tps" }, 1267 { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-ht tps" },
1260 { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" }, 1268 { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" },
1261 { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" } , 1269 { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" } ,
1262 { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https" }, 1270 { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https" },
1263 { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-h ttps" }, 1271 { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-h ttps" },
1264 { "name": "password.codes", "include_subdomains": true, "mode": "force-https " }, 1272 { "name": "password.codes", "include_subdomains": true, "mode": "force-https " },
1265 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht tps" }, 1273 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht tps" },
1266 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" } , 1274 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" } ,
1267 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" }, 1275 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" },
1268 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" } , 1276 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" } ,
1269 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https" }, 1277 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https" , "pins": "spideroak" },
1270 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https " }, 1278 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https " },
1271 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" }, 1279 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" },
1272 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h ttps" }, 1280 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h ttps" },
1273 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" } , 1281 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" } ,
1274 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" } , 1282 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" } ,
1275 1283
1276 { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force -https" }, 1284 { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force -https" },
1277 { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force -https" }, 1285 { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force -https" },
1278 { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force -https" }, 1286 { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force -https" },
1279 { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force -https" }, 1287 { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force -https" },
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 "GOOGLE_VU", 1778 "GOOGLE_VU",
1771 "GOOGLE_WS", 1779 "GOOGLE_WS",
1772 "CHROMIUM_ORG", 1780 "CHROMIUM_ORG",
1773 "CRYPTO_CAT", 1781 "CRYPTO_CAT",
1774 "LAVABIT_COM", 1782 "LAVABIT_COM",
1775 "GOOGLETAGMANAGER_COM", 1783 "GOOGLETAGMANAGER_COM",
1776 "GOOGLETAGSERVICES_COM", 1784 "GOOGLETAGSERVICES_COM",
1777 "DROPBOX_COM", 1785 "DROPBOX_COM",
1778 "YOUTUBE_NOCOOKIE_COM", 1786 "YOUTUBE_NOCOOKIE_COM",
1779 "2MDN_NET", 1787 "2MDN_NET",
1780 "FACEBOOK_COM" 1788 "FACEBOOK_COM",
1789 "SPIDEROAK_COM"
1781 ] 1790 ]
1782 } 1791 }
OLDNEW
« 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