OLD | NEW |
(Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // This is a HSTS preloaded list used by the unittests to supply a custom |
| 6 // preload list when the default one isn't available. For more information on |
| 7 // the content and format see the comments in |
| 8 // transport_security_state_static.json. |
| 9 |
| 10 { |
| 11 "pinsets": [ |
| 12 { |
| 13 "name": "test", |
| 14 "static_spki_hashes": [ |
| 15 "TestSPKI1" |
| 16 ] |
| 17 }, |
| 18 { |
| 19 "name": "google", |
| 20 "static_spki_hashes": [ |
| 21 "TestSPKI1" |
| 22 ], |
| 23 "report_uri": "http://clients3.google.com/cert_upload_json" |
| 24 }, |
| 25 { |
| 26 "name": "tor", |
| 27 "static_spki_hashes": [ |
| 28 "TestSPKI1" |
| 29 ] |
| 30 }, |
| 31 { |
| 32 "name": "twitterCom", |
| 33 "static_spki_hashes": [ |
| 34 "TestSPKI1" |
| 35 ], |
| 36 "report_uri": "http://l.twimg.com/i/hpkp_report" |
| 37 }, |
| 38 { |
| 39 "name": "twitterCDN", |
| 40 "static_spki_hashes": [ |
| 41 "TestSPKI1" |
| 42 ], |
| 43 "report_uri": "http://l.twimg.com/i/hpkp_report" |
| 44 }, |
| 45 { |
| 46 "name": "facebook", |
| 47 "static_spki_hashes": [ |
| 48 "TestSPKI2" |
| 49 ] |
| 50 } |
| 51 ], |
| 52 |
| 53 "entries": [ |
| 54 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, |
| 55 { "name": "pinning-test.badssl.com", "include_subdomains": true, "pins": "te
st" }, |
| 56 { "name": "preloaded-expect-ct.badssl.com", "expect_ct": true, "expect_ct_re
port_uri": "https://clients3.google.com/ct_upload" }, |
| 57 { "name": "preloaded-expect-staple.badssl.com", "expect_staple": true, "expe
ct_staple_report_uri": "https://report.badssl.com/expect-staple" }, |
| 58 { "name": "preloaded-expect-staple-include-subdomains.badssl.com", "expect_s
taple": true, "expect_staple_report_uri": "https://report.badssl.com/expect-stap
le", "include_subdomains_for_expect_staple": true }, |
| 59 { "name": "google", "include_subdomains": true, "mode": "force-https", "pins
": "google" }, |
| 60 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://client
s3.google.com/ct_upload" }, |
| 61 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 62 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 63 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 64 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 65 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 66 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 67 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, |
| 68 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 69 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 70 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 71 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 72 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 73 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, |
| 74 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 75 { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 76 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 77 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 78 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, |
| 79 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, |
| 80 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, |
| 81 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https
", "pins": "google" }, |
| 82 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 83 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, |
| 84 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, |
| 85 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, |
| 86 { "name": "google-analytics.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 87 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog
le" }, |
| 88 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, |
| 89 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, |
| 90 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl
e" }, |
| 91 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, |
| 92 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 93 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_uploa
d" }, |
| 94 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, |
| 95 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog
le" }, |
| 96 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" }, |
| 97 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, |
| 98 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, |
| 99 { "name": "learn.doubleclick.net", "include_subdomains": true }, |
| 100 { "name": "www.paypal.com", "mode": "force-https" }, |
| 101 { "name": "paypal.com", "mode": "force-https" }, |
| 102 { "name": "www.elanex.biz", "mode": "force-https" }, |
| 103 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 104 { "name": "www.noisebridge.net", "mode": "force-https" }, |
| 105 { "name": "neg9.org", "mode": "force-https" }, |
| 106 { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" }, |
| 107 { "name": "factor.cc", "mode": "force-https" }, |
| 108 { "name": "members.mayfirst.org", "include_subdomains": true, "mode": "force
-https" }, |
| 109 { "name": "support.mayfirst.org", "include_subdomains": true, "mode": "force
-https" }, |
| 110 { "name": "id.mayfirst.org", "include_subdomains": true, "mode": "force-http
s" }, |
| 111 { "name": "lists.mayfirst.org", "include_subdomains": true, "mode": "force-h
ttps" }, |
| 112 { "name": "aladdinschools.appspot.com", "mode": "force-https" }, |
| 113 { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https"
}, |
| 114 { "name": "www.paycheckrecords.com", "mode": "force-https" }, |
| 115 { "name": "lastpass.com", "mode": "force-https" }, |
| 116 { "name": "www.lastpass.com", "mode": "force-https" }, |
| 117 { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https"
}, |
| 118 { "name": "entropia.de", "mode": "force-https" }, |
| 119 { "name": "www.entropia.de", "mode": "force-https" }, |
| 120 { "name": "romab.com", "include_subdomains": true, "mode": "force-https" }, |
| 121 { "name": "logentries.com", "mode": "force-https" }, |
| 122 { "name": "www.logentries.com", "mode": "force-https" }, |
| 123 { "name": "stripe.com", "include_subdomains": true, "mode": "force-https" }, |
| 124 { "name": "cloudsecurityalliance.org", "include_subdomains": true, "mode": "
force-https" }, |
| 125 { "name": "login.sapo.pt", "include_subdomains": true, "mode": "force-https"
}, |
| 126 { "name": "mattmccutchen.net", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 127 { "name": "betnet.fr", "include_subdomains": true, "mode": "force-https" }, |
| 128 { "name": "uprotect.it", "include_subdomains": true, "mode": "force-https" }
, |
| 129 { "name": "squareup.com", "mode": "force-https" }, |
| 130 { "name": "cert.se", "include_subdomains": true, "mode": "force-https" }, |
| 131 { "name": "simon.butcher.name", "include_subdomains": true, "mode": "force-h
ttps" }, |
| 132 { "name": "linx.net", "include_subdomains": true, "mode": "force-https" }, |
| 133 { "name": "dropcam.com", "mode": "force-https" }, |
| 134 { "name": "www.dropcam.com", "mode": "force-https" }, |
| 135 { "name": "ebanking.indovinabank.com.vn", "include_subdomains": true, "mode"
: "force-https" }, |
| 136 { "name": "epoxate.com", "mode": "force-https" }, |
| 137 { "name": "torproject.org", "mode": "force-https", "pins": "tor" }, |
| 138 { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-
https", "pins": "tor" }, |
| 139 { "name": "check.torproject.org", "include_subdomains": true, "mode": "force
-https", "pins": "tor" }, |
| 140 { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-h
ttps", "pins": "tor" }, |
| 141 { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force
-https" }, |
| 142 { "name": "ledgerscope.net", "mode": "force-https" }, |
| 143 { "name": "www.ledgerscope.net", "mode": "force-https" }, |
| 144 { "name": "app.recurly.com", "include_subdomains": true, "mode": "force-http
s" }, |
| 145 { "name": "api.recurly.com", "include_subdomains": true, "mode": "force-http
s" }, |
| 146 { "name": "greplin.com", "mode": "force-https" }, |
| 147 { "name": "www.greplin.com", "mode": "force-https" }, |
| 148 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "
force-https" }, |
| 149 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" }, |
| 150 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" }, |
| 151 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https"
}, |
| 152 { "name": "mydigipass.com", "mode": "force-https" }, |
| 153 { "name": "www.mydigipass.com", "mode": "force-https" }, |
| 154 { "name": "developer.mydigipass.com", "mode": "force-https" }, |
| 155 { "name": "www.developer.mydigipass.com", "mode": "force-https" }, |
| 156 { "name": "sandbox.mydigipass.com", "mode": "force-https" }, |
| 157 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" }, |
| 158 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, |
| 159 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, |
| 160 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, |
| 161 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, |
| 162 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, |
| 163 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, |
| 164 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, |
| 165 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, |
| 166 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, |
| 167 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, |
| 168 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" }, |
| 169 { "name": "facebook.com", "mode": "force-https", "include_subdomains_for_pin
ning": true, "pins": "facebook" }, |
| 170 { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "facebook" }, |
| 171 { "name": "recurly.com", "include_subdomains": true, "mode": "force-https" }
, |
| 172 { "name": "crypto.is", "include_subdomains": true, "mode": "force-https", "e
xpect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload"
} |
| 173 ] |
| 174 } |
| 175 |
OLD | NEW |