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