Chromium Code Reviews| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 212 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, | 212 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, |
| 213 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, | 213 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, |
| 214 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 214 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 215 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, | 215 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, |
| 216 | 216 |
| 217 // Other Google-related domains that must use HTTPS. | 217 // Other Google-related domains that must use HTTPS. |
| 218 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, | 218 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, |
| 219 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, | 219 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, |
| 220 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, | 220 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, |
| 221 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, | 221 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, |
| 222 { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", " pins": "google" }, | |
| 222 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, | 223 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, |
| 223 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, | 224 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, |
| 224 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, | 225 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, |
| 225 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, | 226 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, |
| 226 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, | 227 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, |
| 227 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 228 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 228 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, | 229 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, |
| 229 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" }, | 230 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" }, |
| 230 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, | 231 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, |
| 231 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, | 232 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, |
| (...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1844 { "name": "webtalis.nl", "include_subdomains": true, "mode": "force-https" } , | 1845 { "name": "webtalis.nl", "include_subdomains": true, "mode": "force-https" } , |
| 1845 { "name": "wevahoo.com", "include_subdomains": true, "mode": "force-https" } , | 1846 { "name": "wevahoo.com", "include_subdomains": true, "mode": "force-https" } , |
| 1846 { "name": "zentralwolke.de", "include_subdomains": true, "mode": "force-http s" }, | 1847 { "name": "zentralwolke.de", "include_subdomains": true, "mode": "force-http s" }, |
| 1847 { "name": "zhovner.com", "include_subdomains": true, "mode": "force-https" } | 1848 { "name": "zhovner.com", "include_subdomains": true, "mode": "force-https" } |
| 1848 ], | 1849 ], |
| 1849 | 1850 |
| 1850 // |ReportUMAOnPinFailure| uses these to report which domain was associated | 1851 // |ReportUMAOnPinFailure| uses these to report which domain was associated |
| 1851 // with the public key pinning failure. | 1852 // with the public key pinning failure. |
| 1852 // | 1853 // |
| 1853 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new | 1854 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new |
| 1854 // domains at the END of the array. | 1855 // domains at the END of the array. |
|
Ryan Sleevi
2015/02/09 22:26:08
*cough cough*
palmer
2015/03/31 22:21:36
Fixed.
| |
| 1855 "domain_ids": [ | 1856 "domain_ids": [ |
| 1856 "NOT_PINNED", | 1857 "NOT_PINNED", |
| 1857 "GOOGLE_COM", | 1858 "GOOGLE_COM", |
| 1858 "ANDROID_COM", | 1859 "ANDROID_COM", |
| 1859 "GOOGLE_ANALYTICS_COM", | 1860 "GOOGLE_ANALYTICS_COM", |
| 1860 "GOOGLEPLEX_COM", | 1861 "GOOGLEPLEX_COM", |
| 1861 "YTIMG_COM", | 1862 "YTIMG_COM", |
| 1862 "GOOGLEUSERCONTENT_COM", | 1863 "GOOGLEUSERCONTENT_COM", |
| 1863 "YOUTUBE_COM", | 1864 "YOUTUBE_COM", |
| 1864 "GOOGLEAPIS_COM", | 1865 "GOOGLEAPIS_COM", |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2091 "GOOGLE_TM", | 2092 "GOOGLE_TM", |
| 2092 "GOOGLE_TN", | 2093 "GOOGLE_TN", |
| 2093 "GOOGLE_TO", | 2094 "GOOGLE_TO", |
| 2094 "GOOGLE_TP", | 2095 "GOOGLE_TP", |
| 2095 "GOOGLE_TT", | 2096 "GOOGLE_TT", |
| 2096 "GOOGLE_US", | 2097 "GOOGLE_US", |
| 2097 "GOOGLE_UZ", | 2098 "GOOGLE_UZ", |
| 2098 "GOOGLE_VG", | 2099 "GOOGLE_VG", |
| 2099 "GOOGLE_VU", | 2100 "GOOGLE_VU", |
| 2100 "GOOGLE_WS", | 2101 "GOOGLE_WS", |
| 2102 "CHROME_COM", | |
| 2101 "CHROMIUM_ORG", | 2103 "CHROMIUM_ORG", |
| 2102 "CRYPTO_CAT", | 2104 "CRYPTO_CAT", |
| 2103 "LAVABIT_COM", | 2105 "LAVABIT_COM", |
| 2104 "GOOGLETAGMANAGER_COM", | 2106 "GOOGLETAGMANAGER_COM", |
| 2105 "GOOGLETAGSERVICES_COM", | 2107 "GOOGLETAGSERVICES_COM", |
| 2106 "DROPBOX_COM", | 2108 "DROPBOX_COM", |
| 2107 "YOUTUBE_NOCOOKIE_COM", | 2109 "YOUTUBE_NOCOOKIE_COM", |
| 2108 "2MDN_NET", | 2110 "2MDN_NET", |
| 2109 "FACEBOOK_COM", | 2111 "FACEBOOK_COM", |
| 2110 "SPIDEROAK_COM", | 2112 "SPIDEROAK_COM", |
| 2111 "BLOGGER_COM" | 2113 "BLOGGER_COM" |
| 2112 ] | 2114 ] |
| 2113 } | 2115 } |
| OLD | NEW |