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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 170 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, | 170 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, |
| 171 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, | 171 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, |
| 172 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 172 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 173 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, | 173 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, |
| 174 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 174 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 175 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" }, | 175 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" }, |
| 176 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 176 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 177 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, | 177 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, |
| 178 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, | 178 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, |
| 179 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, | 179 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, |
| 180 { "name": "translate.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, | |
| 180 | 181 |
| 181 // Other Google-related domains that must use HTTPS. | 182 // Other Google-related domains that must use HTTPS. |
| 182 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, | 183 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, |
| 183 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, | 184 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, |
| 184 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, | 185 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, |
| 185 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, | 186 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, |
| 186 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, | 187 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, |
| 187 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 188 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 188 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, | 189 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, |
| 189 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" }, | 190 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" }, |
| 190 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, | 191 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, |
| 191 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, | 192 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, |
| 192 { "name": "code.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, | 193 { "name": "code.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, |
| 193 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, | 194 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, |
| 194 { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https" , "pins": "google" }, | 195 { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https" , "pins": "google" }, |
| 195 | 196 |
| 196 // chart.apis.google.com is *not* HSTS because the certificate doesn't match | 197 // chart.apis.google.com is *not* HSTS because the certificate doesn't match |
| 197 // and there are lots of links out there that still use the name. The correc t | 198 // and there are lots of links out there that still use the name. The correc t |
| 198 // hostname for this is chart.googleapis.com. | 199 // hostname for this is chart.googleapis.com. |
| 199 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" }, | 200 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" }, |
| 200 | 201 |
| 201 // Other Google-related domains that must use an acceptable certificate | 202 // Other Google-related domains that must use an acceptable certificate |
| 202 // iff using SSL. | 203 // iff using SSL. |
| 203 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, | 204 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, |
| 204 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" }, | 205 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" }, |
| 205 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, | 206 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, |
| 206 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, | 207 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, |
| 208 { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, | |
|
agl
2013/05/13 23:09:15
This section is for:
"Other Google-related domain
palmer
2013/05/13 23:11:43
Moved it to what is hopefully a more fitting locat
| |
| 207 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" }, | 209 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" }, |
| 208 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, | 210 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, |
| 209 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" }, | 211 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" }, |
| 210 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, | 212 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, |
| 211 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" }, | 213 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" }, |
| 212 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, | 214 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, |
| 213 { "name": "android.com", "include_subdomains": true, "pins": "google" }, | 215 { "name": "android.com", "include_subdomains": true, "pins": "google" }, |
| 214 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" }, | 216 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" }, |
| 215 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, | 217 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, |
| 216 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, | 218 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 594 | 596 |
| 595 // Entries that are only valid if the client supports SNI. | 597 // Entries that are only valid if the client supports SNI. |
| 596 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, | 598 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, |
| 597 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, | 599 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, |
| 598 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, | 600 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, |
| 599 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, | 601 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, |
| 600 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, | 602 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, |
| 601 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } | 603 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } |
| 602 ] | 604 ] |
| 603 } | 605 } |
| OLD | NEW |