Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: net/http/transport_security_state_static.json

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "UTNUSERFirstHardware", 129 "UTNUSERFirstHardware",
130 "UTNUSERFirstObject", 130 "UTNUSERFirstObject",
131 "GTECyberTrustGlobalRoot", 131 "GTECyberTrustGlobalRoot",
132 "BaltimoreCyberTrustRoot", 132 "BaltimoreCyberTrustRoot",
133 "GlobalSignRootCA", 133 "GlobalSignRootCA",
134 "GlobalSignRootCA_R2", 134 "GlobalSignRootCA_R2",
135 "GlobalSignRootCA_R3" 135 "GlobalSignRootCA_R3"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "name": "tor2web",
140 "static_spki_hashes": [
141 "AlphaSSL_G2",
142 "Tor2web"
143 ]
144 },
145 {
146 "name": "lavabit",
147 "static_spki_hashes": [
148 "Libertylavabitcom"
149 ]
150 },
151 {
152 "name": "dropbox", 139 "name": "dropbox",
153 "static_spki_hashes": [ 140 "static_spki_hashes": [
154 "DigiCertAssuredIDRoot", 141 "DigiCertAssuredIDRoot",
155 "DigiCertGlobalRoot", 142 "DigiCertGlobalRoot",
156 "DigiCertEVRoot", 143 "DigiCertEVRoot",
157 "EntrustRootEC1", 144 "EntrustRootEC1",
158 "Entrust_G2", 145 "Entrust_G2",
159 "Entrust_EV", 146 "Entrust_EV",
160 "Entrust_2048", 147 "Entrust_2048",
161 "GeoTrustGlobal", 148 "GeoTrustGlobal",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC om" }, 573 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC om" },
587 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter Com" }, 574 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter Com" },
588 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom " }, 575 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom " },
589 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt erCom" }, 576 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt erCom" },
590 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt erCDN" }, 577 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt erCDN" },
591 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" }, 578 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" },
592 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force -https" }, 579 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force -https" },
593 { "name": "braintreepayments.com", "mode": "force-https" }, 580 { "name": "braintreepayments.com", "mode": "force-https" },
594 { "name": "www.braintreepayments.com", "mode": "force-https" }, 581 { "name": "www.braintreepayments.com", "mode": "force-https" },
595 { "name": "emailprivacytester.com", "mode": "force-https" }, 582 { "name": "emailprivacytester.com", "mode": "force-https" },
596 { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" }, 583 { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" } ,
597 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo rce-https" }, 584 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo rce-https" },
598 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" }, 585 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" },
599 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force- https" }, 586 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force- https" },
600 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" }, 587 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" },
601 { "name": "jitsi.org", "mode": "force-https" }, 588 { "name": "jitsi.org", "mode": "force-https" },
602 { "name": "www.jitsi.org", "mode": "force-https" }, 589 { "name": "www.jitsi.org", "mode": "force-https" },
603 { "name": "download.jitsi.org", "mode": "force-https" }, 590 { "name": "download.jitsi.org", "mode": "force-https" },
604 { "name": "sol.io", "include_subdomains": true, "mode": "force-https" }, 591 { "name": "sol.io", "include_subdomains": true, "mode": "force-https" },
605 { "name": "irccloud.com", "mode": "force-https" }, 592 { "name": "irccloud.com", "mode": "force-https" },
606 { "name": "www.irccloud.com", "mode": "force-https" }, 593 { "name": "www.irccloud.com", "mode": "force-https" },
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "forc e-https" }, 706 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "forc e-https" },
720 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "fo rce-https" }, 707 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "fo rce-https" },
721 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-htt ps" }, 708 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-htt ps" },
722 { "name": "bitbucket.org", "mode": "force-https" }, 709 { "name": "bitbucket.org", "mode": "force-https" },
723 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" }, 710 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" },
724 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" }, 711 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" },
725 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" }, 712 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" },
726 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" } , 713 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" } ,
727 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-htt ps" }, 714 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-htt ps" },
728 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" } , 715 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" } ,
729 { "name": "liberty.lavabit.com", "include_subdomains": true, "mode": "force- https", "pins": "lavabit" },
730 { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https " }, 716 { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https " },
731 { "name": "kinsights.com", "mode": "force-https" }, 717 { "name": "kinsights.com", "mode": "force-https" },
732 { "name": "simbolo.co.uk", "mode": "force-https" }, 718 { "name": "simbolo.co.uk", "mode": "force-https" },
733 { "name": "www.simbolo.co.uk", "mode": "force-https" }, 719 { "name": "www.simbolo.co.uk", "mode": "force-https" },
734 { "name": "zenpayroll.com", "mode": "force-https" }, 720 { "name": "zenpayroll.com", "mode": "force-https" },
735 { "name": "www.zenpayroll.com", "mode": "force-https" }, 721 { "name": "www.zenpayroll.com", "mode": "force-https" },
736 { "name": "get.zenpayroll.com", "mode": "force-https" }, 722 { "name": "get.zenpayroll.com", "mode": "force-https" },
737 { "name": "errors.zenpayroll.com", "mode": "force-https" }, 723 { "name": "errors.zenpayroll.com", "mode": "force-https" },
738 { "name": "manage.zenpayroll.com", "mode": "force-https" }, 724 { "name": "manage.zenpayroll.com", "mode": "force-https" },
739 { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-ht tps" }, 725 { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-ht tps" },
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 { "name": "getssl.uz", "include_subdomains": true, "mode": "force-https" }, 1201 { "name": "getssl.uz", "include_subdomains": true, "mode": "force-https" },
1216 { "name": "gunnarhafdal.com", "include_subdomains": true, "mode": "force-htt ps" }, 1202 { "name": "gunnarhafdal.com", "include_subdomains": true, "mode": "force-htt ps" },
1217 { "name": "heijblok.com", "include_subdomains": true, "mode": "force-https" }, 1203 { "name": "heijblok.com", "include_subdomains": true, "mode": "force-https" },
1218 { "name": "kdex.de", "include_subdomains": true, "mode": "force-https" }, 1204 { "name": "kdex.de", "include_subdomains": true, "mode": "force-https" },
1219 { "name": "limpid.nl", "include_subdomains": true, "mode": "force-https" }, 1205 { "name": "limpid.nl", "include_subdomains": true, "mode": "force-https" },
1220 { "name": "minez-nightswatch.com", "include_subdomains": true, "mode": "forc e-https" }, 1206 { "name": "minez-nightswatch.com", "include_subdomains": true, "mode": "forc e-https" },
1221 { "name": "pisidia.de", "include_subdomains": true, "mode": "force-https" }, 1207 { "name": "pisidia.de", "include_subdomains": true, "mode": "force-https" },
1222 { "name": "quuz.org", "include_subdomains": true, "mode": "force-https" }, 1208 { "name": "quuz.org", "include_subdomains": true, "mode": "force-https" },
1223 { "name": "sale4ru.ru", "include_subdomains": true, "mode": "force-https" }, 1209 { "name": "sale4ru.ru", "include_subdomains": true, "mode": "force-https" },
1224 { "name": "shipard.com", "include_subdomains": true, "mode": "force-https" } , 1210 { "name": "shipard.com", "include_subdomains": true, "mode": "force-https" } ,
1225 { "name": "shohruh.uz", "include_subdomains": true, "mode": "force-https" },
1226 { "name": "sro.center", "include_subdomains": true, "mode": "force-https" }, 1211 { "name": "sro.center", "include_subdomains": true, "mode": "force-https" },
1227 { "name": "standardssuck.org", "include_subdomains": true, "mode": "force-ht tps" }, 1212 { "name": "standardssuck.org", "include_subdomains": true, "mode": "force-ht tps" },
1228 { "name": "testsuite.org", "include_subdomains": true, "mode": "force-https" }, 1213 { "name": "testsuite.org", "include_subdomains": true, "mode": "force-https" },
1229 { "name": "thecustomizewindows.com", "include_subdomains": true, "mode": "fo rce-https" }, 1214 { "name": "thecustomizewindows.com", "include_subdomains": true, "mode": "fo rce-https" },
1230 { "name": "weggeweest.nl", "include_subdomains": true, "mode": "force-https" }, 1215 { "name": "weggeweest.nl", "include_subdomains": true, "mode": "force-https" },
1231 { "name": "whatwg.org", "include_subdomains": true, "mode": "force-https" }, 1216 { "name": "whatwg.org", "include_subdomains": true, "mode": "force-https" },
1232 { "name": "when-release.ru", "include_subdomains": true, "mode": "force-http s" }, 1217 { "name": "when-release.ru", "include_subdomains": true, "mode": "force-http s" },
1233 { "name": "xn--maraa-rta.org", "include_subdomains": true, "mode": "force-ht tps" }, 1218 { "name": "xn--maraa-rta.org", "include_subdomains": true, "mode": "force-ht tps" },
1234 { "name": "otakurepublic.com", "include_subdomains": true, "mode": "force-ht tps" }, 1219 { "name": "otakurepublic.com", "include_subdomains": true, "mode": "force-ht tps" },
1235 { "name": "mqas.net", "include_subdomains": true, "mode": "force-https" }, 1220 { "name": "mqas.net", "include_subdomains": true, "mode": "force-https" },
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 { "name": "golf-6.com", "include_subdomains": true, "mode": "force-https" }, 1606 { "name": "golf-6.com", "include_subdomains": true, "mode": "force-https" },
1622 { "name": "golf3.de", "include_subdomains": true, "mode": "force-https" }, 1607 { "name": "golf3.de", "include_subdomains": true, "mode": "force-https" },
1623 { "name": "golf4.de", "include_subdomains": true, "mode": "force-https" }, 1608 { "name": "golf4.de", "include_subdomains": true, "mode": "force-https" },
1624 { "name": "hrackydomino.cz", "include_subdomains": true, "mode": "force-http s" }, 1609 { "name": "hrackydomino.cz", "include_subdomains": true, "mode": "force-http s" },
1625 { "name": "hsmr.cc", "include_subdomains": true, "mode": "force-https" }, 1610 { "name": "hsmr.cc", "include_subdomains": true, "mode": "force-https" },
1626 { "name": "instasex.ch", "include_subdomains": true, "mode": "force-https" } , 1611 { "name": "instasex.ch", "include_subdomains": true, "mode": "force-https" } ,
1627 { "name": "jakub-boucek.cz", "include_subdomains": true, "mode": "force-http s" }, 1612 { "name": "jakub-boucek.cz", "include_subdomains": true, "mode": "force-http s" },
1628 { "name": "koenvdheuvel.me", "include_subdomains": true, "mode": "force-http s" }, 1613 { "name": "koenvdheuvel.me", "include_subdomains": true, "mode": "force-http s" },
1629 { "name": "leadbook.ru", "include_subdomains": true, "mode": "force-https" } , 1614 { "name": "leadbook.ru", "include_subdomains": true, "mode": "force-https" } ,
1630 { "name": "lilpwny.com", "include_subdomains": true, "mode": "force-https" } , 1615 { "name": "lilpwny.com", "include_subdomains": true, "mode": "force-https" } ,
1631 { "name": "mf.cz", "include_subdomains": true, "mode": "force-https" },
1632 { "name": "mirrorx.com", "include_subdomains": true, "mode": "force-https" } , 1616 { "name": "mirrorx.com", "include_subdomains": true, "mode": "force-https" } ,
1633 { "name": "pentesterlab.com", "include_subdomains": true, "mode": "force-htt ps" }, 1617 { "name": "pentesterlab.com", "include_subdomains": true, "mode": "force-htt ps" },
1634 { "name": "pypa.io", "include_subdomains": true, "mode": "force-https" }, 1618 { "name": "pypa.io", "include_subdomains": true, "mode": "force-https" },
1635 { "name": "r3s1stanc3.me", "include_subdomains": true, "mode": "force-https" }, 1619 { "name": "r3s1stanc3.me", "include_subdomains": true, "mode": "force-https" },
1636 { "name": "residentsinsurance.co.uk", "include_subdomains": true, "mode": "f orce-https" }, 1620 { "name": "residentsinsurance.co.uk", "include_subdomains": true, "mode": "f orce-https" },
1637 { "name": "rlalique.com", "include_subdomains": true, "mode": "force-https" }, 1621 { "name": "rlalique.com", "include_subdomains": true, "mode": "force-https" },
1638 { "name": "scribe.systems", "include_subdomains": true, "mode": "force-https " }, 1622 { "name": "scribe.systems", "include_subdomains": true, "mode": "force-https " },
1639 { "name": "securesuisse.ch", "include_subdomains": true, "mode": "force-http s" }, 1623 { "name": "securesuisse.ch", "include_subdomains": true, "mode": "force-http s" },
1640 { "name": "slack.com", "include_subdomains": true, "mode": "force-https" }, 1624 { "name": "slack.com", "include_subdomains": true, "mode": "force-https" },
1641 { "name": "smartlend.se", "include_subdomains": true, "mode": "force-https" }, 1625 { "name": "smartlend.se", "include_subdomains": true, "mode": "force-https" },
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 "GOOGLETAGMANAGER_COM", 1986 "GOOGLETAGMANAGER_COM",
2003 "GOOGLETAGSERVICES_COM", 1987 "GOOGLETAGSERVICES_COM",
2004 "DROPBOX_COM", 1988 "DROPBOX_COM",
2005 "YOUTUBE_NOCOOKIE_COM", 1989 "YOUTUBE_NOCOOKIE_COM",
2006 "2MDN_NET", 1990 "2MDN_NET",
2007 "FACEBOOK_COM", 1991 "FACEBOOK_COM",
2008 "SPIDEROAK_COM", 1992 "SPIDEROAK_COM",
2009 "BLOGGER_COM" 1993 "BLOGGER_COM"
2010 ] 1994 ]
2011 } 1995 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698