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

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

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 583
584 // Entries that are only valid if the client supports SNI. 584 // Entries that are only valid if the client supports SNI.
585 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 585 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
586 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 586 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
587 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 587 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
588 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 588 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
589 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 589 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
590 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 590 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
591 ] 591 ]
592 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698