| 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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 { "name": "skogskultur.fi", "include_subdomains": true, "mode": "force-https
" }, | 1719 { "name": "skogskultur.fi", "include_subdomains": true, "mode": "force-https
" }, |
| 1720 { "name": "sorz.org", "include_subdomains": true, "mode": "force-https" }, | 1720 { "name": "sorz.org", "include_subdomains": true, "mode": "force-https" }, |
| 1721 { "name": "spawn.cz", "include_subdomains": true, "mode": "force-https" }, | 1721 { "name": "spawn.cz", "include_subdomains": true, "mode": "force-https" }, |
| 1722 { "name": "spreed.me", "include_subdomains": true, "mode": "force-https" }, | 1722 { "name": "spreed.me", "include_subdomains": true, "mode": "force-https" }, |
| 1723 { "name": "studienportal.eu", "include_subdomains": true, "mode": "force-htt
ps" }, | 1723 { "name": "studienportal.eu", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 1724 { "name": "tc-bonito.de", "include_subdomains": true, "mode": "force-https"
}, | 1724 { "name": "tc-bonito.de", "include_subdomains": true, "mode": "force-https"
}, |
| 1725 { "name": "thomasgriffin.io", "include_subdomains": true, "mode": "force-htt
ps" }, | 1725 { "name": "thomasgriffin.io", "include_subdomains": true, "mode": "force-htt
ps" }, |
| 1726 { "name": "thyngster.com", "include_subdomains": true, "mode": "force-https"
}, | 1726 { "name": "thyngster.com", "include_subdomains": true, "mode": "force-https"
}, |
| 1727 { "name": "tid.jp", "include_subdomains": true, "mode": "force-https" }, | 1727 { "name": "tid.jp", "include_subdomains": true, "mode": "force-https" }, |
| 1728 { "name": "tonywebster.com", "include_subdomains": true, "mode": "force-http
s" }, | 1728 { "name": "tonywebster.com", "include_subdomains": true, "mode": "force-http
s" }, |
| 1729 { "name": "tucuxi.org", "include_subdomains": true, "mode": "force-https" } | 1729 { "name": "tucuxi.org", "include_subdomains": true, "mode": "force-https" }, |
| 1730 { "name": "firebaseio.com", "include_subdomains": true, "mode": "force-https
" }, |
| 1731 { "name": "firebaseio-demo.com", "include_subdomains": true, "mode": "force-
https" } |
| 1730 ], | 1732 ], |
| 1731 | 1733 |
| 1732 // |ReportUMAOnPinFailure| uses these to report which domain was associated | 1734 // |ReportUMAOnPinFailure| uses these to report which domain was associated |
| 1733 // with the public key pinning failure. | 1735 // with the public key pinning failure. |
| 1734 // | 1736 // |
| 1735 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new | 1737 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new |
| 1736 // domains at the END of the array. | 1738 // domains at the END of the array. |
| 1737 "domain_ids": [ | 1739 "domain_ids": [ |
| 1738 "NOT_PINNED", | 1740 "NOT_PINNED", |
| 1739 "GOOGLE_COM", | 1741 "GOOGLE_COM", |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 "GOOGLETAGMANAGER_COM", | 1988 "GOOGLETAGMANAGER_COM", |
| 1987 "GOOGLETAGSERVICES_COM", | 1989 "GOOGLETAGSERVICES_COM", |
| 1988 "DROPBOX_COM", | 1990 "DROPBOX_COM", |
| 1989 "YOUTUBE_NOCOOKIE_COM", | 1991 "YOUTUBE_NOCOOKIE_COM", |
| 1990 "2MDN_NET", | 1992 "2MDN_NET", |
| 1991 "FACEBOOK_COM", | 1993 "FACEBOOK_COM", |
| 1992 "SPIDEROAK_COM", | 1994 "SPIDEROAK_COM", |
| 1993 "BLOGGER_COM" | 1995 "BLOGGER_COM" |
| 1994 ] | 1996 ] |
| 1995 } | 1997 } |
| OLD | NEW |