| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 // (*.)google.com, iff using SSL, must use an acceptable certificate. | 161 // (*.)google.com, iff using SSL, must use an acceptable certificate. |
| 162 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | 162 { "name": "google.com", "include_subdomains": true, "pins": "google" }, |
| 163 | 163 |
| 164 // Now we force HTTPS for subtrees of google.com. | 164 // Now we force HTTPS for subtrees of google.com. |
| 165 { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 165 { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 166 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 166 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 167 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 167 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 168 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 168 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 169 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | 169 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 170 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | 170 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 171 { "name": "appengine.google.com", "mode": "force-https", "pins": "google" }, | 171 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 172 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | 172 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 173 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 173 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 174 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 174 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 175 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 175 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 176 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, | 176 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, |
| 177 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 177 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 178 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, | 178 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, |
| 179 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 179 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 180 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | 180 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 181 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 181 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 722 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 723 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 723 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 724 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 724 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 725 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 725 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 726 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 726 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 727 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true }, | 727 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true }, |
| 728 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https",
"snionly": true }, | 728 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https",
"snionly": true }, |
| 729 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http
s", "snionly": true } | 729 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http
s", "snionly": true } |
| 730 ] | 730 ] |
| 731 } | 731 } |
| OLD | NEW |