| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "AddTrustQualifiedCARoot", | 116 "AddTrustQualifiedCARoot", |
| 117 "COMODOCertificationAuthority", | 117 "COMODOCertificationAuthority", |
| 118 "SecureCertificateServices", | 118 "SecureCertificateServices", |
| 119 "TrustedCertificateServices", | 119 "TrustedCertificateServices", |
| 120 "UTNDATACorpSGC", | 120 "UTNDATACorpSGC", |
| 121 "UTNUSERFirstClientAuthenticationandEmail", | 121 "UTNUSERFirstClientAuthenticationandEmail", |
| 122 "UTNUSERFirstHardware", | 122 "UTNUSERFirstHardware", |
| 123 "UTNUSERFirstObject", | 123 "UTNUSERFirstObject", |
| 124 "GTECyberTrustGlobalRoot" | 124 "GTECyberTrustGlobalRoot" |
| 125 ] | 125 ] |
| 126 }, |
| 127 { |
| 128 "name": "tor2web", |
| 129 "static_spki_hashes": [ |
| 130 "AlphaSSL_G2", |
| 131 "Tor2web" |
| 132 ] |
| 126 } | 133 } |
| 127 ], | 134 ], |
| 128 | 135 |
| 129 "entries": [ | 136 "entries": [ |
| 130 // Dummy entry to test certificate pinning. | 137 // Dummy entry to test certificate pinning. |
| 131 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, | 138 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, |
| 132 | 139 |
| 133 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 140 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 134 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 141 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 135 | 142 |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, | 259 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, |
| 253 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, | 260 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, |
| 254 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, | 261 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, |
| 255 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, | 262 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, |
| 256 { "name": "si0.twimg.com", "include_subdomains": true, "pins": "twitterCDN"
}, | 263 { "name": "si0.twimg.com", "include_subdomains": true, "pins": "twitterCDN"
}, |
| 257 { "name": "twimg0-a.akamaihd.net", "include_subdomains": true, "pins": "twit
terCDN" }, | 264 { "name": "twimg0-a.akamaihd.net", "include_subdomains": true, "pins": "twit
terCDN" }, |
| 258 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force
-https" }, | 265 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force
-https" }, |
| 259 { "name": "braintreepayments.com", "mode": "force-https" }, | 266 { "name": "braintreepayments.com", "mode": "force-https" }, |
| 260 { "name": "www.braintreepayments.com", "mode": "force-https" }, | 267 { "name": "www.braintreepayments.com", "mode": "force-https" }, |
| 261 { "name": "emailprivacytester.com", "mode": "force-https" }, | 268 { "name": "emailprivacytester.com", "mode": "force-https" }, |
| 269 { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" }, |
| 262 | 270 |
| 263 // Entries that are only valid if the client supports SNI. | 271 // Entries that are only valid if the client supports SNI. |
| 264 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 272 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 265 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 273 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 266 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 274 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 267 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 275 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 268 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 276 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 269 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 277 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 270 ] | 278 ] |
| 271 } | 279 } |
| OLD | NEW |