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

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

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://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
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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 { "name": "saintsrobotics.com", "include_subdomains": true, "mode": "force-h ttps" }, 1767 { "name": "saintsrobotics.com", "include_subdomains": true, "mode": "force-h ttps" },
1768 { "name": "samuelkeeley.com", "include_subdomains": true, "mode": "force-htt ps" }, 1768 { "name": "samuelkeeley.com", "include_subdomains": true, "mode": "force-htt ps" },
1769 { "name": "shellsec.pw", "include_subdomains": true, "mode": "force-https" } , 1769 { "name": "shellsec.pw", "include_subdomains": true, "mode": "force-https" } ,
1770 { "name": "suzukikenichi.com", "include_subdomains": true, "mode": "force-ht tps" }, 1770 { "name": "suzukikenichi.com", "include_subdomains": true, "mode": "force-ht tps" },
1771 { "name": "tbspace.de", "include_subdomains": true, "mode": "force-https" }, 1771 { "name": "tbspace.de", "include_subdomains": true, "mode": "force-https" },
1772 { "name": "the-sky-of-valkyries.com", "include_subdomains": true, "mode": "f orce-https" }, 1772 { "name": "the-sky-of-valkyries.com", "include_subdomains": true, "mode": "f orce-https" },
1773 { "name": "thomastimepieces.com.au", "include_subdomains": true, "mode": "fo rce-https" }, 1773 { "name": "thomastimepieces.com.au", "include_subdomains": true, "mode": "fo rce-https" },
1774 { "name": "uonstaffhub.com", "include_subdomains": true, "mode": "force-http s" }, 1774 { "name": "uonstaffhub.com", "include_subdomains": true, "mode": "force-http s" },
1775 { "name": "whd-guide.de", "include_subdomains": true, "mode": "force-https" }, 1775 { "name": "whd-guide.de", "include_subdomains": true, "mode": "force-https" },
1776 { "name": "whocalld.com", "include_subdomains": true, "mode": "force-https" }, 1776 { "name": "whocalld.com", "include_subdomains": true, "mode": "force-https" },
1777 { "name": "wootton95.com", "include_subdomains": true, "mode": "force-https" } 1777 { "name": "wootton95.com", "include_subdomains": true, "mode": "force-https" },
1778 { "name": "fassadenverkleidung24.de", "include_subdomains": true, "mode": "f orce-https" }
1778 ], 1779 ],
1779 1780
1780 // |ReportUMAOnPinFailure| uses these to report which domain was associated 1781 // |ReportUMAOnPinFailure| uses these to report which domain was associated
1781 // with the public key pinning failure. 1782 // with the public key pinning failure.
1782 // 1783 //
1783 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new 1784 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
1784 // domains at the END of the array. 1785 // domains at the END of the array.
1785 "domain_ids": [ 1786 "domain_ids": [
1786 "NOT_PINNED", 1787 "NOT_PINNED",
1787 "GOOGLE_COM", 1788 "GOOGLE_COM",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 "GOOGLETAGMANAGER_COM", 2035 "GOOGLETAGMANAGER_COM",
2035 "GOOGLETAGSERVICES_COM", 2036 "GOOGLETAGSERVICES_COM",
2036 "DROPBOX_COM", 2037 "DROPBOX_COM",
2037 "YOUTUBE_NOCOOKIE_COM", 2038 "YOUTUBE_NOCOOKIE_COM",
2038 "2MDN_NET", 2039 "2MDN_NET",
2039 "FACEBOOK_COM", 2040 "FACEBOOK_COM",
2040 "SPIDEROAK_COM", 2041 "SPIDEROAK_COM",
2041 "BLOGGER_COM" 2042 "BLOGGER_COM"
2042 ] 2043 ]
2043 } 2044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698