| OLD | NEW |
| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 ], | 152 ], |
| 153 | 153 |
| 154 "entries": [ | 154 "entries": [ |
| 155 // Dummy entry to test certificate pinning. | 155 // Dummy entry to test certificate pinning. |
| 156 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, | 156 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, |
| 157 | 157 |
| 158 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 158 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 159 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 159 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 160 | 160 |
| 161 // Now we force HTTPS for subtrees of google.com. | 161 // Now we force HTTPS for subtrees of google.com. |
| 162 { "name": "corp.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 162 { "name": "health.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 163 { "name": "health.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 163 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 164 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 164 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 165 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 165 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 166 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 166 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | 167 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 167 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | 168 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 168 { "name": "appengine.google.com", "mode": "force-https", "pins": "google" }, | 169 { "name": "appengine.google.com", "mode": "force-https", "pins": "google" }, |
| 169 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | 170 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 170 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 171 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 171 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 172 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 | 630 |
| 630 // Entries that are only valid if the client supports SNI. | 631 // Entries that are only valid if the client supports SNI. |
| 631 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 632 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 632 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 633 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 633 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 634 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 634 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 635 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 635 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 636 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 636 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 637 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 637 ] | 638 ] |
| 638 } | 639 } |
| OLD | NEW |