| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, | 218 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, |
| 219 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, | 219 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, |
| 220 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, | 220 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, |
| 221 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" }, | 221 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" }, |
| 222 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, | 222 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, |
| 223 { "name": "android.com", "include_subdomains": true, "pins": "google" }, | 223 { "name": "android.com", "include_subdomains": true, "pins": "google" }, |
| 224 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google"
}, | 224 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google"
}, |
| 225 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, | 225 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, |
| 226 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, | 226 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, |
| 227 { "name": "g.co", "include_subdomains": true, "pins": "google" }, | 227 { "name": "g.co", "include_subdomains": true, "pins": "google" }, |
| 228 { "name": "googletagmanager.com", "include_subdomains": true, "pins": "googl
e" }, |
| 228 { "name": "google.ac", "include_subdomains": true, "pins": "google" }, | 229 { "name": "google.ac", "include_subdomains": true, "pins": "google" }, |
| 229 { "name": "google.ad", "include_subdomains": true, "pins": "google" }, | 230 { "name": "google.ad", "include_subdomains": true, "pins": "google" }, |
| 230 { "name": "google.ae", "include_subdomains": true, "pins": "google" }, | 231 { "name": "google.ae", "include_subdomains": true, "pins": "google" }, |
| 231 { "name": "google.af", "include_subdomains": true, "pins": "google" }, | 232 { "name": "google.af", "include_subdomains": true, "pins": "google" }, |
| 232 { "name": "google.ag", "include_subdomains": true, "pins": "google" }, | 233 { "name": "google.ag", "include_subdomains": true, "pins": "google" }, |
| 233 { "name": "google.am", "include_subdomains": true, "pins": "google" }, | 234 { "name": "google.am", "include_subdomains": true, "pins": "google" }, |
| 234 { "name": "google.as", "include_subdomains": true, "pins": "google" }, | 235 { "name": "google.as", "include_subdomains": true, "pins": "google" }, |
| 235 { "name": "google.at", "include_subdomains": true, "pins": "google" }, | 236 { "name": "google.at", "include_subdomains": true, "pins": "google" }, |
| 236 { "name": "google.az", "include_subdomains": true, "pins": "google" }, | 237 { "name": "google.az", "include_subdomains": true, "pins": "google" }, |
| 237 { "name": "google.ba", "include_subdomains": true, "pins": "google" }, | 238 { "name": "google.ba", "include_subdomains": true, "pins": "google" }, |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 // Entries that are only valid if the client supports SNI. | 698 // Entries that are only valid if the client supports SNI. |
| 698 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 699 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 699 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 700 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 700 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 701 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 701 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 702 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 702 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 703 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 703 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true }, | 704 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true }, |
| 704 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https",
"snionly": true } | 705 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https",
"snionly": true } |
| 705 ] | 706 ] |
| 706 } | 707 } |
| OLD | NEW |