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

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

Issue 444053002: net: add pinning for two more Google domains. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 6 years, 4 months 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/http/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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 // chart.apis.google.com is *not* HSTS because the certificate doesn't match 250 // chart.apis.google.com is *not* HSTS because the certificate doesn't match
251 // and there are lots of links out there that still use the name. The correc t 251 // and there are lots of links out there that still use the name. The correc t
252 // hostname for this is chart.googleapis.com. 252 // hostname for this is chart.googleapis.com.
253 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" }, 253 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog le" },
254 254
255 // Other Google-related domains that must use an acceptable certificate 255 // Other Google-related domains that must use an acceptable certificate
256 // iff using SSL. 256 // iff using SSL.
257 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, 257 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
258 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" }, 258 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog le" },
259 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, 259 { "name": "youtube.com", "include_subdomains": true, "pins": "google" },
260 { "name": "youtube-nocookie.com", "include_subdomains": true, "pins": "googl e" },
260 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, 261 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
261 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" }, 262 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl e" },
262 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, 263 { "name": "appspot.com", "include_subdomains": true, "pins": "google" },
263 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" }, 264 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog le" },
264 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, 265 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" },
266 { "name": "2mdn.net", "include_subdomains": true, "pins": "google" },
265 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" }, 267 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" },
266 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, 268 { "name": "youtu.be", "include_subdomains": true, "pins": "google" },
267 { "name": "android.com", "include_subdomains": true, "pins": "google" }, 269 { "name": "android.com", "include_subdomains": true, "pins": "google" },
268 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" }, 270 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" },
269 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, 271 { "name": "urchin.com", "include_subdomains": true, "pins": "google" },
270 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, 272 { "name": "goo.gl", "include_subdomains": true, "pins": "google" },
271 { "name": "g.co", "include_subdomains": true, "pins": "google" }, 273 { "name": "g.co", "include_subdomains": true, "pins": "google" },
272 { "name": "googletagmanager.com", "include_subdomains": true, "pins": "googl e" }, 274 { "name": "googletagmanager.com", "include_subdomains": true, "pins": "googl e" },
273 { "name": "googletagservices.com", "include_subdomains": true, "pins": "goog le" }, 275 { "name": "googletagservices.com", "include_subdomains": true, "pins": "goog le" },
274 { "name": "google.ac", "include_subdomains": true, "pins": "google" }, 276 { "name": "google.ac", "include_subdomains": true, "pins": "google" },
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 838 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
837 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 839 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
838 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 840 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
839 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }, 841 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true },
840 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true }, 842 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true },
841 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true }, 843 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true },
842 { "name": "rme.li", "mode": "force-https", "snionly": true }, 844 { "name": "rme.li", "mode": "force-https", "snionly": true },
843 { "name": "www.rme.li", "mode": "force-https", "snionly": true } 845 { "name": "www.rme.li", "mode": "force-https", "snionly": true }
844 ] 846 ]
845 } 847 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698