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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "AddTrustPublicCARoot", | 119 "AddTrustPublicCARoot", |
120 "AddTrustQualifiedCARoot", | 120 "AddTrustQualifiedCARoot", |
121 "COMODOCertificationAuthority", | 121 "COMODOCertificationAuthority", |
122 "SecureCertificateServices", | 122 "SecureCertificateServices", |
123 "TrustedCertificateServices", | 123 "TrustedCertificateServices", |
124 "UTNDATACorpSGC", | 124 "UTNDATACorpSGC", |
125 "UTNUSERFirstClientAuthenticationandEmail", | 125 "UTNUSERFirstClientAuthenticationandEmail", |
126 "UTNUSERFirstHardware", | 126 "UTNUSERFirstHardware", |
127 "UTNUSERFirstObject", | 127 "UTNUSERFirstObject", |
128 "GTECyberTrustGlobalRoot", | 128 "GTECyberTrustGlobalRoot", |
129 "BaltimoreCyberTrustRoot" | 129 "BaltimoreCyberTrustRoot", |
| 130 "GlobalSignRootCA", |
| 131 "GlobalSignRootCA_R2", |
| 132 "GlobalSignRootCA_R3" |
130 ] | 133 ] |
131 }, | 134 }, |
132 { | 135 { |
133 "name": "tor2web", | 136 "name": "tor2web", |
134 "static_spki_hashes": [ | 137 "static_spki_hashes": [ |
135 "AlphaSSL_G2", | 138 "AlphaSSL_G2", |
136 "Tor2web" | 139 "Tor2web" |
137 ] | 140 ] |
138 }, | 141 }, |
139 { | 142 { |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, | 514 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, |
512 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, | 515 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, |
513 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, | 516 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, |
514 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, | 517 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, |
515 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, | 518 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, |
516 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, | 519 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, |
517 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, | 520 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, |
518 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, | 521 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, |
519 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, | 522 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, |
520 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, | 523 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, |
521 { "name": "si0.twimg.com", "include_subdomains": true, "pins": "twitterCDN"
}, | 524 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" }, |
522 { "name": "twimg0-a.akamaihd.net", "include_subdomains": true, "pins": "twit
terCDN" }, | |
523 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force
-https" }, | 525 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force
-https" }, |
524 { "name": "braintreepayments.com", "mode": "force-https" }, | 526 { "name": "braintreepayments.com", "mode": "force-https" }, |
525 { "name": "www.braintreepayments.com", "mode": "force-https" }, | 527 { "name": "www.braintreepayments.com", "mode": "force-https" }, |
526 { "name": "emailprivacytester.com", "mode": "force-https" }, | 528 { "name": "emailprivacytester.com", "mode": "force-https" }, |
527 { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" }, | 529 { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" }, |
528 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo
rce-https" }, | 530 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo
rce-https" }, |
529 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https"
}, | 531 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https"
}, |
530 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-
https" }, | 532 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-
https" }, |
531 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https"
}, | 533 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https"
}, |
532 { "name": "jitsi.org", "mode": "force-https" }, | 534 { "name": "jitsi.org", "mode": "force-https" }, |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 | 685 |
684 // Entries that are only valid if the client supports SNI. | 686 // Entries that are only valid if the client supports SNI. |
685 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 687 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
686 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 688 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
687 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 689 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
688 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 690 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
689 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 691 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
690 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 692 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
691 ] | 693 ] |
692 } | 694 } |
OLD | NEW |