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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 { "name": "mail.de", "include_subdomains": true, "mode": "force-https" }, | 749 { "name": "mail.de", "include_subdomains": true, "mode": "force-https" }, |
750 { "name": "passport.yandex.ru", "mode": "force-https" }, | 750 { "name": "passport.yandex.ru", "mode": "force-https" }, |
751 { "name": "passport.yandex.com", "mode": "force-https" }, | 751 { "name": "passport.yandex.com", "mode": "force-https" }, |
752 { "name": "passport.yandex.ua", "mode": "force-https" }, | 752 { "name": "passport.yandex.ua", "mode": "force-https" }, |
753 { "name": "passport.yandex.by", "mode": "force-https" }, | 753 { "name": "passport.yandex.by", "mode": "force-https" }, |
754 { "name": "passport.yandex.kz", "mode": "force-https" }, | 754 { "name": "passport.yandex.kz", "mode": "force-https" }, |
755 { "name": "passport.yandex.com.tr", "mode": "force-https" }, | 755 { "name": "passport.yandex.com.tr", "mode": "force-https" }, |
756 { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" }, | 756 { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" }, |
757 { "name": "getcloak.com", "mode": "force-https" }, | 757 { "name": "getcloak.com", "mode": "force-https" }, |
758 { "name": "www.getcloak.com", "mode": "force-https" }, | 758 { "name": "www.getcloak.com", "mode": "force-https" }, |
759 { "name": "matteomarescotti.name", "include_subdomains": true, "mode": "forc
e-https" }, | |
760 { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 759 { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
761 { "name": "opsmate.com", "mode": "force-https" }, | 760 { "name": "opsmate.com", "mode": "force-https" }, |
762 { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-http
s" }, | 761 { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-http
s" }, |
763 { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" }
, | 762 { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" }
, |
764 { "name": "www.evernote.com", "mode": "force-https" }, | 763 { "name": "www.evernote.com", "mode": "force-https" }, |
765 { "name": "app.yinxiang.com", "mode": "force-https" }, | 764 { "name": "app.yinxiang.com", "mode": "force-https" }, |
766 { "name": "neilwynne.com", "mode": "force-https" }, | 765 { "name": "neilwynne.com", "mode": "force-https" }, |
767 { "name": "calyxinstitute.org", "mode": "force-https" }, | 766 { "name": "calyxinstitute.org", "mode": "force-https" }, |
768 { "name": "www.calyxinstitute.org", "mode": "force-https" }, | 767 { "name": "www.calyxinstitute.org", "mode": "force-https" }, |
769 { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https"
}, | 768 { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https"
}, |
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 "CRYPTO_CAT", | 1730 "CRYPTO_CAT", |
1732 "LAVABIT_COM", | 1731 "LAVABIT_COM", |
1733 "GOOGLETAGMANAGER_COM", | 1732 "GOOGLETAGMANAGER_COM", |
1734 "GOOGLETAGSERVICES_COM", | 1733 "GOOGLETAGSERVICES_COM", |
1735 "DROPBOX_COM", | 1734 "DROPBOX_COM", |
1736 "YOUTUBE_NOCOOKIE_COM", | 1735 "YOUTUBE_NOCOOKIE_COM", |
1737 "2MDN_NET", | 1736 "2MDN_NET", |
1738 "FACEBOOK_COM" | 1737 "FACEBOOK_COM" |
1739 ] | 1738 ] |
1740 } | 1739 } |
OLD | NEW |