Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: net/base/transport_security_state_static.json

Issue 11362014: Add HSTS preload for code.google.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/transport_security_state_static.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 159 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
160 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 160 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
161 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 161 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
162 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, 162 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" },
163 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 163 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
164 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" }, 164 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
165 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 165 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
166 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 166 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
167 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 167 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
168 168
169 // Other Google related domain that must use HTTPS. 169 // Other Google-related domains that must use HTTPS.
170 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 170 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
171 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, 171 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" },
172 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 172 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
173 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, 173 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" },
174 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 174 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
175 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 175 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
176 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, 176 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" },
177 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, 177 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" },
178 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, 178 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" },
179 // TODO(palmer): include_subdomains must be set to true when the
180 // certificate for uploads.code.google.com is corrected. See
181 // https://code.google.com/p/chromium/issues/detail?id=158594.
182 { "name": "code.google.com", "include_subdomains": false, "mode": "force-htt ps", "pins": "google" },
183 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" },
179 184
180 // chart.apis.google.com is *not* HSTS because the certificate doesn't match 185 // chart.apis.google.com is *not* HSTS because the certificate doesn't match
181 // and there are lots of links out there that still use the name. The correc t 186 // and there are lots of links out there that still use the name. The correc t
182 // hostname for this is chart.googleapis.com. 187 // hostname for this is chart.googleapis.com.
183 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" }, 188 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" },
184 189
185 // Other Google-related domains that must use an acceptable certificate 190 // Other Google-related domains that must use an acceptable certificate
186 // iff using SSL. 191 // iff using SSL.
187 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, 192 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
188 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" }, 193 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" },
189 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, 194 { "name": "youtube.com", "include_subdomains": true, "pins": "google" },
190 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, 195 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
191 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" }, 196 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" },
192 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" },
193 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, 197 { "name": "appspot.com", "include_subdomains": true, "pins": "google" },
194 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" }, 198 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" },
195 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, 199 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" },
196 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" }, 200 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" },
197 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, 201 { "name": "youtu.be", "include_subdomains": true, "pins": "google" },
198 { "name": "android.com", "include_subdomains": true, "pins": "google" }, 202 { "name": "android.com", "include_subdomains": true, "pins": "google" },
199 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" }, 203 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" },
200 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, 204 { "name": "urchin.com", "include_subdomains": true, "pins": "google" },
201 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, 205 { "name": "goo.gl", "include_subdomains": true, "pins": "google" },
202 { "name": "g.co", "include_subdomains": true, "pins": "google" }, 206 { "name": "g.co", "include_subdomains": true, "pins": "google" },
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 548
545 // Entries that are only valid if the client supports SNI. 549 // Entries that are only valid if the client supports SNI.
546 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 550 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
547 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 551 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
548 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 552 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
549 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 553 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
550 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 554 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
551 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 555 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
552 ] 556 ]
553 } 557 }
OLDNEW
« no previous file with comments | « net/base/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698