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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 { "name": "www.braintreepayments.com", "mode": "force-https" }, | 630 { "name": "www.braintreepayments.com", "mode": "force-https" }, |
631 { "name": "emailprivacytester.com", "mode": "force-https" }, | 631 { "name": "emailprivacytester.com", "mode": "force-https" }, |
632 { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" }
, | 632 { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" }
, |
633 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo
rce-https" }, | 633 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo
rce-https" }, |
634 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https"
}, | 634 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https"
}, |
635 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-
https" }, | 635 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-
https" }, |
636 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https"
}, | 636 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https"
}, |
637 { "name": "jitsi.org", "mode": "force-https" }, | 637 { "name": "jitsi.org", "mode": "force-https" }, |
638 { "name": "www.jitsi.org", "mode": "force-https" }, | 638 { "name": "www.jitsi.org", "mode": "force-https" }, |
639 { "name": "download.jitsi.org", "mode": "force-https" }, | 639 { "name": "download.jitsi.org", "mode": "force-https" }, |
640 { "name": "sol.io", "include_subdomains": true, "mode": "force-https" }, | |
641 { "name": "irccloud.com", "mode": "force-https" }, | 640 { "name": "irccloud.com", "mode": "force-https" }, |
642 { "name": "www.irccloud.com", "mode": "force-https" }, | 641 { "name": "www.irccloud.com", "mode": "force-https" }, |
643 { "name": "alpha.irccloud.com", "mode": "force-https" }, | 642 { "name": "alpha.irccloud.com", "mode": "force-https" }, |
644 { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" }, | 643 { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" }, |
645 { "name": "browserid.org", "include_subdomains": true, "mode": "force-https"
}, | 644 { "name": "browserid.org", "include_subdomains": true, "mode": "force-https"
}, |
646 { "name": "login.persona.org", "include_subdomains": true, "mode": "force-ht
tps" }, | 645 { "name": "login.persona.org", "include_subdomains": true, "mode": "force-ht
tps" }, |
647 { "name": "neonisi.com", "mode": "force-https" }, | 646 { "name": "neonisi.com", "mode": "force-https" }, |
648 { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-http
s" }, | 647 { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-http
s" }, |
649 { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-ht
tps" }, | 648 { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
650 { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-http
s" }, | 649 { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-http
s" }, |
(...skipping 6595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7246 "WITHYOUTUBE_COM", | 7245 "WITHYOUTUBE_COM", |
7247 "WITHGOOGLE_COM", | 7246 "WITHGOOGLE_COM", |
7248 "G4W_CO", | 7247 "G4W_CO", |
7249 "BADSSL_COM", | 7248 "BADSSL_COM", |
7250 "YAHOO_COM", | 7249 "YAHOO_COM", |
7251 "GOOGLEVIDEO_COM", | 7250 "GOOGLEVIDEO_COM", |
7252 "GOOGLEWEBLIGHT_COM", | 7251 "GOOGLEWEBLIGHT_COM", |
7253 "GOOGLEADSSERVING_CN" | 7252 "GOOGLEADSSERVING_CN" |
7254 ] | 7253 ] |
7255 } | 7254 } |
OLD | NEW |