| 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "
force-https" }, | 488 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "
force-https" }, |
| 489 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" }, | 489 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" }, |
| 490 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" }, | 490 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" }, |
| 491 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https"
}, | 491 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https"
}, |
| 492 { "name": "mydigipass.com", "mode": "force-https" }, | 492 { "name": "mydigipass.com", "mode": "force-https" }, |
| 493 { "name": "www.mydigipass.com", "mode": "force-https" }, | 493 { "name": "www.mydigipass.com", "mode": "force-https" }, |
| 494 { "name": "developer.mydigipass.com", "mode": "force-https" }, | 494 { "name": "developer.mydigipass.com", "mode": "force-https" }, |
| 495 { "name": "www.developer.mydigipass.com", "mode": "force-https" }, | 495 { "name": "www.developer.mydigipass.com", "mode": "force-https" }, |
| 496 { "name": "sandbox.mydigipass.com", "mode": "force-https" }, | 496 { "name": "sandbox.mydigipass.com", "mode": "force-https" }, |
| 497 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" }, | 497 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" }, |
| 498 { "name": "crypto.cat", "include_subdomains": true, "mode": "force-https", "
pins": "cryptoCat" }, | 498 { "name": "crypto.cat", "mode": "force-https", "pins": "cryptoCat" }, |
| 499 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, | 499 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, |
| 500 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, | 500 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, |
| 501 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, | 501 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, |
| 502 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, | 502 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, |
| 503 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, | 503 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, |
| 504 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, | 504 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, |
| 505 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, | 505 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, |
| 506 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, | 506 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, |
| 507 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, | 507 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, |
| 508 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, | 508 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 | 568 |
| 569 // Entries that are only valid if the client supports SNI. | 569 // Entries that are only valid if the client supports SNI. |
| 570 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 570 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 571 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 571 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 572 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 572 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 573 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 573 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 574 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 574 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 575 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 575 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 576 ] | 576 ] |
| 577 } | 577 } |
| OLD | NEW |