| OLD | NEW |
| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "AlphaSSL_G2", | 149 "AlphaSSL_G2", |
| 150 "Tor2web" | 150 "Tor2web" |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "name": "cryptoCat", | 154 "name": "cryptoCat", |
| 155 "static_spki_hashes": [ | 155 "static_spki_hashes": [ |
| 156 "DigiCertEVRoot", | 156 "DigiCertEVRoot", |
| 157 "CryptoCat1" | 157 "CryptoCat1" |
| 158 ] | 158 ] |
| 159 }, |
| 160 { |
| 161 "name": "lavabit", |
| 162 "static_spki_hashes": [ |
| 163 "Libertylavabitcom" |
| 164 ] |
| 159 } | 165 } |
| 160 ], | 166 ], |
| 161 | 167 |
| 162 "entries": [ | 168 "entries": [ |
| 163 // Dummy entry to test certificate pinning. | 169 // Dummy entry to test certificate pinning. |
| 164 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, | 170 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, |
| 165 | 171 |
| 166 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 172 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 167 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 173 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 168 | 174 |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "forc
e-https" }, | 653 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "forc
e-https" }, |
| 648 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "fo
rce-https" }, | 654 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "fo
rce-https" }, |
| 649 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-htt
ps" }, | 655 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 650 { "name": "bitbucket.org", "mode": "force-https" }, | 656 { "name": "bitbucket.org", "mode": "force-https" }, |
| 651 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" }, | 657 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" }, |
| 652 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" }, | 658 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" }, |
| 653 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" }, | 659 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" }, |
| 654 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" }
, | 660 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" }
, |
| 655 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-htt
ps" }, | 661 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 656 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" }
, | 662 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" }
, |
| 663 { "name": "liberty.lavabit.com", "include_subdomains": true, "mode": "force-
https", "pins": "lavabit" }, |
| 657 | 664 |
| 658 // Entries that are only valid if the client supports SNI. | 665 // Entries that are only valid if the client supports SNI. |
| 659 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 666 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 660 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 667 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 661 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 668 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 662 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 669 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 663 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 670 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 664 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 671 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 665 ] | 672 ] |
| 666 } | 673 } |
| OLD | NEW |