| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" }, | 192 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" }, |
| 193 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, | 193 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 194 { "name": "www.noisebridge.net", "mode": "force-https" }, | 194 { "name": "www.noisebridge.net", "mode": "force-https" }, |
| 195 { "name": "neg9.org", "mode": "force-https" }, | 195 { "name": "neg9.org", "mode": "force-https" }, |
| 196 { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" }, | 196 { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" }, |
| 197 { "name": "factor.cc", "mode": "force-https" }, | 197 { "name": "factor.cc", "mode": "force-https" }, |
| 198 { "name": "members.mayfirst.org", "mode": "force-https" }, | 198 { "name": "members.mayfirst.org", "mode": "force-https" }, |
| 199 { "name": "support.mayfirst.org", "mode": "force-https" }, | 199 { "name": "support.mayfirst.org", "mode": "force-https" }, |
| 200 { "name": "id.mayfirst.org", "mode": "force-https" }, | 200 { "name": "id.mayfirst.org", "mode": "force-https" }, |
| 201 { "name": "lists.mayfirst.org", "mode": "force-https" }, | 201 { "name": "lists.mayfirst.org", "mode": "force-https" }, |
| 202 { "name": "splendidbacon.com", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 202 { "name": "aladdinschools.appspot.com", "mode": "force-https" }, | 203 { "name": "aladdinschools.appspot.com", "mode": "force-https" }, |
| 203 { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https"
}, | 204 { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https"
}, |
| 204 { "name": "www.paycheckrecords.com", "mode": "force-https" }, | 205 { "name": "www.paycheckrecords.com", "mode": "force-https" }, |
| 205 { "name": "lastpass.com", "mode": "force-https" }, | 206 { "name": "lastpass.com", "mode": "force-https" }, |
| 206 { "name": "www.lastpass.com", "mode": "force-https" }, | 207 { "name": "www.lastpass.com", "mode": "force-https" }, |
| 207 { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https"
}, | 208 { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https"
}, |
| 208 { "name": "entropia.de", "mode": "force-https" }, | 209 { "name": "entropia.de", "mode": "force-https" }, |
| 209 { "name": "www.entropia.de", "mode": "force-https" }, | 210 { "name": "www.entropia.de", "mode": "force-https" }, |
| 210 { "name": "romab.com", "include_subdomains": true, "mode": "force-https" }, | 211 { "name": "romab.com", "include_subdomains": true, "mode": "force-https" }, |
| 211 { "name": "logentries.com", "mode": "force-https" }, | 212 { "name": "logentries.com", "mode": "force-https" }, |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 | 271 |
| 271 // Entries that are only valid if the client supports SNI. | 272 // Entries that are only valid if the client supports SNI. |
| 272 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 273 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 273 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 274 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 274 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 275 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 275 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 276 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 276 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 277 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 277 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 278 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 278 ] | 279 ] |
| 279 } | 280 } |
| OLD | NEW |