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 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1462 { "name": "techhipster.net", "include_subdomains": true, "mode": "force-http
s" }, | 1462 { "name": "techhipster.net", "include_subdomains": true, "mode": "force-http
s" }, |
1463 { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https"
}, | 1463 { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https"
}, |
1464 { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" }, | 1464 { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" }, |
1465 { "name": "triop.se", "include_subdomains": true, "mode": "force-https" }, | 1465 { "name": "triop.se", "include_subdomains": true, "mode": "force-https" }, |
1466 { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "for
ce-https" }, | 1466 { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "for
ce-https" }, |
1467 { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "fo
rce-https" }, | 1467 { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "fo
rce-https" }, |
1468 { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" }, | 1468 { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" }, |
1469 { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" }
, | 1469 { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" }
, |
1470 { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https"
}, | 1470 { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https"
}, |
1471 { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-http
s" }, | 1471 { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-http
s" }, |
1472 { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" } | 1472 { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" }, |
| 1473 { "name": "www.etsy.com", "include_subdomains": true, "mode": "force-https"
}, |
| 1474 { "name": "etsysecure.com", "include_subdomains": true, "mode": "force-https
" }, |
| 1475 { "name": "18f.gsa.gov", "include_subdomains": true, "mode": "force-https" }
, |
| 1476 { "name": "my.usa.gov", "include_subdomains": true, "mode": "force-https" } |
1473 ], | 1477 ], |
1474 | 1478 |
1475 // |ReportUMAOnPinFailure| uses these to report which domain was associated | 1479 // |ReportUMAOnPinFailure| uses these to report which domain was associated |
1476 // with the public key pinning failure. | 1480 // with the public key pinning failure. |
1477 // | 1481 // |
1478 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new | 1482 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new |
1479 // domains at the END of the array. | 1483 // domains at the END of the array. |
1480 "domain_ids": [ | 1484 "domain_ids": [ |
1481 "NOT_PINNED", | 1485 "NOT_PINNED", |
1482 "GOOGLE_COM", | 1486 "GOOGLE_COM", |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 "CRYPTO_CAT", | 1731 "CRYPTO_CAT", |
1728 "LAVABIT_COM", | 1732 "LAVABIT_COM", |
1729 "GOOGLETAGMANAGER_COM", | 1733 "GOOGLETAGMANAGER_COM", |
1730 "GOOGLETAGSERVICES_COM", | 1734 "GOOGLETAGSERVICES_COM", |
1731 "DROPBOX_COM", | 1735 "DROPBOX_COM", |
1732 "YOUTUBE_NOCOOKIE_COM", | 1736 "YOUTUBE_NOCOOKIE_COM", |
1733 "2MDN_NET", | 1737 "2MDN_NET", |
1734 "FACEBOOK_COM" | 1738 "FACEBOOK_COM" |
1735 ] | 1739 ] |
1736 } | 1740 } |
OLD | NEW |