| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 ] | 179 ] |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "name": "facebook", | 182 "name": "facebook", |
| 183 "static_spki_hashes": [ | 183 "static_spki_hashes": [ |
| 184 "SymantecClass3EVG3", | 184 "SymantecClass3EVG3", |
| 185 "DigiCertECCSecureServerCA", | 185 "DigiCertECCSecureServerCA", |
| 186 "DigiCertEVRoot", | 186 "DigiCertEVRoot", |
| 187 "FacebookBackup" | 187 "FacebookBackup" |
| 188 ] | 188 ] |
| 189 }, |
| 190 { |
| 191 "name": "spideroak", |
| 192 "static_spki_hashes": [ |
| 193 "RapidSSL", |
| 194 "SpiderOak1", |
| 195 "SpiderOak2" |
| 196 ] |
| 189 } | 197 } |
| 190 ], | 198 ], |
| 191 | 199 |
| 192 "entries": [ | 200 "entries": [ |
| 193 // Dummy entry to test certificate pinning. | 201 // Dummy entry to test certificate pinning. |
| 194 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, | 202 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, |
| 195 | 203 |
| 196 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 204 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 197 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 205 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 198 | 206 |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 1267 { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 1260 { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" }, | 1268 { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" }, |
| 1261 { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" }
, | 1269 { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" }
, |
| 1262 { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https"
}, | 1270 { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https"
}, |
| 1263 { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-h
ttps" }, | 1271 { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-h
ttps" }, |
| 1264 { "name": "password.codes", "include_subdomains": true, "mode": "force-https
" }, | 1272 { "name": "password.codes", "include_subdomains": true, "mode": "force-https
" }, |
| 1265 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 1273 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 1266 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" }
, | 1274 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" }
, |
| 1267 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https"
}, | 1275 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https"
}, |
| 1268 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" }
, | 1276 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" }
, |
| 1269 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https"
}, | 1277 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https"
, "pins": "spideroak" }, |
| 1270 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https
" }, | 1278 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https
" }, |
| 1271 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" }, | 1279 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" }, |
| 1272 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h
ttps" }, | 1280 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h
ttps" }, |
| 1273 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" }
, | 1281 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" }
, |
| 1274 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" }
, | 1282 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" }
, |
| 1275 | 1283 |
| 1276 { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | 1284 { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, |
| 1277 { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | 1285 { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, |
| 1278 { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | 1286 { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, |
| 1279 { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | 1287 { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1386 { "name": "segu-info.com.ar", "include_subdomains": true, "mode": "force-htt
ps" }, | 1394 { "name": "segu-info.com.ar", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 1387 { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" }
, | 1395 { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" }
, |
| 1388 { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https
" }, | 1396 { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https
" }, |
| 1389 { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-http
s" }, | 1397 { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-http
s" }, |
| 1390 { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-h
ttps" }, | 1398 { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-h
ttps" }, |
| 1391 { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https"
}, | 1399 { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https"
}, |
| 1392 { "name": "wieninternational.at", "include_subdomains": true, "mode": "force
-https" }, | 1400 { "name": "wieninternational.at", "include_subdomains": true, "mode": "force
-https" }, |
| 1393 { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https"
}, | 1401 { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https"
}, |
| 1394 | 1402 |
| 1395 // Facebook would like to have pinning enforced on (*.)facebook.com and | 1403 // Facebook would like to have pinning enforced on (*.)facebook.com and |
| 1396 // HSTS enforced on specific names. We can't (yet) represent that in JSON | 1404 // HSTS enforced on specific names. We have the |
| 1397 // So we're currently only applying pinning on the specific names. | 1405 // "include_subdomains_for_pinning" flag that can do that, but it triggered
a |
| 1398 { "name": "facebook.com", "mode": "force-https", "pins": "facebook", "includ
e_subdomains_for_pinning": true }, | 1406 // wave of pinning failures and so isn't used until that can be investigated
. |
| 1407 { "name": "facebook.com", "mode": "force-https", "pins": "facebook" }, |
| 1399 { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "facebook" }, | 1408 { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "facebook" }, |
| 1400 { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https
", "pins": "facebook" }, | 1409 { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https
", "pins": "facebook" }, |
| 1401 { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | 1410 { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, |
| 1402 { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | 1411 { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, |
| 1403 { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, | 1412 { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, |
| 1404 { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "facebook" }, | 1413 { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "facebook" }, |
| 1405 { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | 1414 { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, |
| 1406 { "name": "developers.facebook.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "facebook" }, | 1415 { "name": "developers.facebook.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "facebook" }, |
| 1407 { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, | 1416 { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, |
| 1408 { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | 1417 { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1770 "GOOGLE_VU", | 1779 "GOOGLE_VU", |
| 1771 "GOOGLE_WS", | 1780 "GOOGLE_WS", |
| 1772 "CHROMIUM_ORG", | 1781 "CHROMIUM_ORG", |
| 1773 "CRYPTO_CAT", | 1782 "CRYPTO_CAT", |
| 1774 "LAVABIT_COM", | 1783 "LAVABIT_COM", |
| 1775 "GOOGLETAGMANAGER_COM", | 1784 "GOOGLETAGMANAGER_COM", |
| 1776 "GOOGLETAGSERVICES_COM", | 1785 "GOOGLETAGSERVICES_COM", |
| 1777 "DROPBOX_COM", | 1786 "DROPBOX_COM", |
| 1778 "YOUTUBE_NOCOOKIE_COM", | 1787 "YOUTUBE_NOCOOKIE_COM", |
| 1779 "2MDN_NET", | 1788 "2MDN_NET", |
| 1780 "FACEBOOK_COM" | 1789 "FACEBOOK_COM", |
| 1790 "SPIDEROAK_COM" |
| 1781 ] | 1791 ] |
| 1782 } | 1792 } |
| OLD | NEW |