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

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

Issue 23477002: net: forbid Thawte for Google properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include script output in change. Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | no next file » | 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "GoogleBackup1024", 49 "GoogleBackup1024",
50 "GoogleBackup2048", 50 "GoogleBackup2048",
51 "GoogleG2", 51 "GoogleG2",
52 "EquifaxSecureCA", 52 "EquifaxSecureCA",
53 "GeoTrustGlobal" 53 "GeoTrustGlobal"
54 ], 54 ],
55 "bad_static_spki_hashes": [ 55 "bad_static_spki_hashes": [
56 "Aetna", 56 "Aetna",
57 "Intel", 57 "Intel",
58 "TCTrustCenter", 58 "TCTrustCenter",
59 "Vodafone" 59 "Vodafone",
60 "ThawteSGCCA"
60 ] 61 ]
61 }, 62 },
62 { 63 {
63 "name": "tor", 64 "name": "tor",
64 "static_spki_hashes": [ 65 "static_spki_hashes": [
65 "RapidSSL", 66 "RapidSSL",
66 "DigiCertEVRoot", 67 "DigiCertEVRoot",
67 "Tor1", 68 "Tor1",
68 "Tor2", 69 "Tor2",
69 "Tor3" 70 "Tor3"
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 633
633 // Entries that are only valid if the client supports SNI. 634 // Entries that are only valid if the client supports SNI.
634 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 635 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
635 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 636 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
636 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 637 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
637 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 638 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
638 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 639 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
639 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 640 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
640 ] 641 ]
641 } 642 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698