| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 193 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 194 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 194 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 195 { "name": "domains.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, | 195 { "name": "domains.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, |
| 196 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | 196 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 197 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | 197 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 198 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | 198 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 199 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | 199 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, |
| 200 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 200 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 201 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 201 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 202 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 202 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 203 { "name": "inbox.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| 203 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, | 204 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, |
| 204 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 205 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 205 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, | 206 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, |
| 206 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 207 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 207 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | 208 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, |
| 208 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | 209 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, |
| 209 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, | 210 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, |
| 210 { "name": "security.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | 211 { "name": "security.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, |
| 211 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | 212 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, |
| 212 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | 213 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 "CHROMIUM_ORG", | 1639 "CHROMIUM_ORG", |
| 1639 "CRYPTO_CAT", | 1640 "CRYPTO_CAT", |
| 1640 "LAVABIT_COM", | 1641 "LAVABIT_COM", |
| 1641 "GOOGLETAGMANAGER_COM", | 1642 "GOOGLETAGMANAGER_COM", |
| 1642 "GOOGLETAGSERVICES_COM", | 1643 "GOOGLETAGSERVICES_COM", |
| 1643 "DROPBOX_COM", | 1644 "DROPBOX_COM", |
| 1644 "YOUTUBE_NOCOOKIE_COM", | 1645 "YOUTUBE_NOCOOKIE_COM", |
| 1645 "2MDN_NET" | 1646 "2MDN_NET" |
| 1646 ] | 1647 ] |
| 1647 } | 1648 } |
| OLD | NEW |