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

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

Issue 12093100: Force HTTPS and public keys for sandbox.google.com and subdomains. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just do plus. Created 7 years, 10 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/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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, 166 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" },
167 { "name": "appengine.google.com", "mode": "force-https", "pins": "google" }, 167 { "name": "appengine.google.com", "mode": "force-https", "pins": "google" },
168 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, 168 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" },
169 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 169 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
170 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 170 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
171 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 171 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
172 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, 172 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" },
173 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 173 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
174 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" }, 174 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
175 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 175 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
176 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" },
176 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 177 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
177 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 178 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
178 179
179 // Other Google-related domains that must use HTTPS. 180 // Other Google-related domains that must use HTTPS.
180 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 181 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
181 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, 182 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" },
182 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 183 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
183 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, 184 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" },
184 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 185 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
185 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 186 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 574
574 // Entries that are only valid if the client supports SNI. 575 // Entries that are only valid if the client supports SNI.
575 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 576 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
576 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 577 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
577 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 578 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
578 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 579 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
579 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 580 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
580 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 581 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
581 ] 582 ]
582 } 583 }
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