| 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 3602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3613 { "name": "sifls.com", "include_subdomains": true, "mode": "force-https" }, | 3613 { "name": "sifls.com", "include_subdomains": true, "mode": "force-https" }, |
| 3614 { "name": "smkn1lengkong.sch.id", "include_subdomains": true, "mode": "force
-https" }, | 3614 { "name": "smkn1lengkong.sch.id", "include_subdomains": true, "mode": "force
-https" }, |
| 3615 { "name": "ssldecoder.org", "include_subdomains": true, "mode": "force-https
" }, | 3615 { "name": "ssldecoder.org", "include_subdomains": true, "mode": "force-https
" }, |
| 3616 { "name": "startupsort.com", "include_subdomains": true, "mode": "force-http
s" }, | 3616 { "name": "startupsort.com", "include_subdomains": true, "mode": "force-http
s" }, |
| 3617 { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" }, | 3617 { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" }, |
| 3618 { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-http
s" }, | 3618 { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-http
s" }, |
| 3619 { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-http
s" }, | 3619 { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-http
s" }, |
| 3620 { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" }, | 3620 { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" }, |
| 3621 { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https"
}, | 3621 { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https"
}, |
| 3622 { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 3622 { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 3623 { "name": "vino75.com", "mode": "force-https" }, | 3623 { "name": "www.vino75.com", "include_subdomains": false, "mode": "force-http
s" }, |
| 3624 { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" }, | 3624 { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" }, |
| 3625 { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-htt
ps" }, | 3625 { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 3626 { "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" }, | 3626 { "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" }, |
| 3627 { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" }
, | 3627 { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" }
, |
| 3628 { "name": "hana.ondemand.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 3628 { "name": "hana.ondemand.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 3629 { "name": "fastmail.com", "mode": "force-https" }, | 3629 { "name": "fastmail.com", "mode": "force-https" }, |
| 3630 { "name": "www.fastmail.com", "include_subdomains": true, "mode": "force-htt
ps" } | 3630 { "name": "www.fastmail.com", "include_subdomains": true, "mode": "force-htt
ps" } |
| 3631 ], | 3631 ], |
| 3632 | 3632 |
| 3633 // |ReportUMAOnPinFailure| uses these to report which domain was associated | 3633 // |ReportUMAOnPinFailure| uses these to report which domain was associated |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3897 "GVT2_COM", | 3897 "GVT2_COM", |
| 3898 "GOOGLE", | 3898 "GOOGLE", |
| 3899 "GGPHT_COM", | 3899 "GGPHT_COM", |
| 3900 "BLOGSPOT_COM", | 3900 "BLOGSPOT_COM", |
| 3901 "DROPBOXSTATIC_COM", | 3901 "DROPBOXSTATIC_COM", |
| 3902 "DROPBOXUSERCONTENT_COM", | 3902 "DROPBOXUSERCONTENT_COM", |
| 3903 "WITHYOUTUBE_COM", | 3903 "WITHYOUTUBE_COM", |
| 3904 "WITHGOOGLE_COM" | 3904 "WITHGOOGLE_COM" |
| 3905 ] | 3905 ] |
| 3906 } | 3906 } |
| OLD | NEW |