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

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

Issue 706203003: Update from https://crrev.com/303153 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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.h ('k') | net/http/url_security_manager_win.cc » ('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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | net/http/url_security_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698