Chromium Code Reviews| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 144 "static_spki_hashes": [ | 144 "static_spki_hashes": [ |
| 145 "DigiCertEVRoot", | 145 "DigiCertEVRoot", |
| 146 "CryptoCat1" | 146 "CryptoCat1" |
| 147 ] | 147 ] |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "name": "lavabit", | 150 "name": "lavabit", |
| 151 "static_spki_hashes": [ | 151 "static_spki_hashes": [ |
| 152 "Libertylavabitcom" | 152 "Libertylavabitcom" |
| 153 ] | 153 ] |
| 154 }, | |
| 155 { | |
| 156 "name": "dropbox", | |
| 157 "static_spki_hashes": [ | |
| 158 "DigiCertAssuredIDRoot", | |
| 159 "DigiCertGlobalRoot", | |
| 160 "DigiCertEVRoot", | |
| 161 "EntrustRootEC1", | |
| 162 "Entrust_G2", | |
| 163 "Entrust_EV", | |
| 164 "Entrust_2048", | |
| 165 "GeoTrustGlobal", | |
| 166 "GeoTrustPrimary_G2", | |
| 167 "GeoTrustPrimary_G3", | |
| 168 "GeoTrustPrimary", | |
| 169 "TheGoDaddyGroupClass2", | |
| 170 "GoDaddyRoot_G2", | |
| 171 "GoDaddySecure", | |
| 172 "ThawtePremiumServer", | |
| 173 "ThawtePrimaryRootCA_G2", | |
| 174 "ThawtePrimaryRootCA_G3", | |
| 175 "ThawtePrimaryRootCA" | |
| 176 ] | |
| 154 } | 177 } |
| 155 ], | 178 ], |
| 156 | 179 |
| 157 "entries": [ | 180 "entries": [ |
| 158 // Dummy entry to test certificate pinning. | 181 // Dummy entry to test certificate pinning. |
| 159 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" }, | 182 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" }, |
| 160 | 183 |
| 161 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 184 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 162 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 185 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 163 | 186 |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 779 { "name": "tinfoilsecurity.com", "mode": "force-https" }, | 802 { "name": "tinfoilsecurity.com", "mode": "force-https" }, |
| 780 { "name": "www.tinfoilsecurity.com", "mode": "force-https" }, | 803 { "name": "www.tinfoilsecurity.com", "mode": "force-https" }, |
| 781 { "name": "imouto.my", "mode": "force-https" }, | 804 { "name": "imouto.my", "mode": "force-https" }, |
| 782 { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" } , | 805 { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" } , |
| 783 { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-http s" }, | 806 { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-http s" }, |
| 784 { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-htt ps" }, | 807 { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-htt ps" }, |
| 785 { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-http s" }, | 808 { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-http s" }, |
| 786 { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-ht tps" }, | 809 { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-ht tps" }, |
| 787 { "name": "www.capitainetrain.com", "mode": "force-https" }, | 810 { "name": "www.capitainetrain.com", "mode": "force-https" }, |
| 788 { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force -https" }, | 811 { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force -https" }, |
| 812 { "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" }, | |
| 813 { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-http s", "pins": "dropbox" }, | |
|
Ryan Sleevi
2014/07/01 03:03:58
Weird to include sub-domains for www, but I can se
| |
| 789 | 814 |
| 790 // Entries that are only valid if the client supports SNI. | 815 // Entries that are only valid if the client supports SNI. |
| 791 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, | 816 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, |
| 792 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, | 817 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, |
| 793 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, | 818 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, |
| 794 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, | 819 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, |
| 795 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, | 820 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, |
| 796 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }, | 821 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }, |
| 797 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true }, | 822 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true }, |
| 798 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true } | 823 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true } |
| 799 ] | 824 ] |
| 800 } | 825 } |
| OLD | NEW |