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 6947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6958 { "name": "ypiresia.fr", "include_subdomains": true, "mode": "force-https" }
, | 6958 { "name": "ypiresia.fr", "include_subdomains": true, "mode": "force-https" }
, |
6959 { "name": "z1h.de", "include_subdomains": true, "mode": "force-https" }, | 6959 { "name": "z1h.de", "include_subdomains": true, "mode": "force-https" }, |
6960 { "name": "z4k.de", "include_subdomains": true, "mode": "force-https" }, | 6960 { "name": "z4k.de", "include_subdomains": true, "mode": "force-https" }, |
6961 { "name": "zakmccrac.de", "include_subdomains": true, "mode": "force-https"
}, | 6961 { "name": "zakmccrac.de", "include_subdomains": true, "mode": "force-https"
}, |
6962 { "name": "zcon.nl", "include_subdomains": true, "mode": "force-https" }, | 6962 { "name": "zcon.nl", "include_subdomains": true, "mode": "force-https" }, |
6963 { "name": "zdbl.de", "include_subdomains": true, "mode": "force-https" }, | 6963 { "name": "zdbl.de", "include_subdomains": true, "mode": "force-https" }, |
6964 { "name": "zebrababy.cn", "include_subdomains": true, "mode": "force-https"
}, | 6964 { "name": "zebrababy.cn", "include_subdomains": true, "mode": "force-https"
}, |
6965 { "name": "zehntner.ch", "include_subdomains": true, "mode": "force-https" }
, | 6965 { "name": "zehntner.ch", "include_subdomains": true, "mode": "force-https" }
, |
6966 { "name": "znation.nl", "include_subdomains": true, "mode": "force-https" }, | 6966 { "name": "znation.nl", "include_subdomains": true, "mode": "force-https" }, |
6967 { "name": "zocken.com", "include_subdomains": true, "mode": "force-https" }, | 6967 { "name": "zocken.com", "include_subdomains": true, "mode": "force-https" }, |
6968 { "name": "zwerimex.com", "include_subdomains": true, "mode": "force-https"
} | 6968 { "name": "zwerimex.com", "include_subdomains": true, "mode": "force-https"
}, |
| 6969 { "name": "united.com", "include_subdomains": false, "mode": "force-https" }
, |
| 6970 { "name": "www.united.com", "include_subdomains": true, "mode": "force-https
" }, |
| 6971 { "name": "mobile.united.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 6972 { "name": "smartphone.continental.com ", "include_subdomains": true, "mode":
"force-https" } |
6969 ], | 6973 ], |
6970 | 6974 |
6971 // |ReportUMAOnPinFailure| uses these to report which domain was associated | 6975 // |ReportUMAOnPinFailure| uses these to report which domain was associated |
6972 // with the public key pinning failure. | 6976 // with the public key pinning failure. |
6973 // | 6977 // |
6974 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new | 6978 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new |
6975 // domains at the END of the array. | 6979 // domains at the END of the array. |
6976 "domain_ids": [ | 6980 "domain_ids": [ |
6977 "NOT_PINNED", | 6981 "NOT_PINNED", |
6978 "GOOGLE_COM", | 6982 "GOOGLE_COM", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7241 "WITHYOUTUBE_COM", | 7245 "WITHYOUTUBE_COM", |
7242 "WITHGOOGLE_COM", | 7246 "WITHGOOGLE_COM", |
7243 "G4W_CO", | 7247 "G4W_CO", |
7244 "BADSSL_COM", | 7248 "BADSSL_COM", |
7245 "YAHOO_COM", | 7249 "YAHOO_COM", |
7246 "GOOGLEVIDEO_COM", | 7250 "GOOGLEVIDEO_COM", |
7247 "GOOGLEWEBLIGHT_COM", | 7251 "GOOGLEWEBLIGHT_COM", |
7248 "GOOGLEADSSERVING_CN" | 7252 "GOOGLEADSSERVING_CN" |
7249 ] | 7253 ] |
7250 } | 7254 } |
OLD | NEW |