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

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

Issue 490613002: net: add HSTS for login.corp.google.com (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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" }, 205 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
206 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 206 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
207 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, 207 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" },
208 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 208 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
209 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 209 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
210 { "name": "security.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 210 { "name": "security.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
211 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 211 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
212 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 212 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
213 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 213 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
214 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 214 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
215 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" },
215 // play.google.com doesn't have include_subdomains because of crbug.com/3278 34. 216 // play.google.com doesn't have include_subdomains because of crbug.com/3278 34.
216 { "name": "play.google.com", "mode": "force-https", "pins": "google" }, 217 { "name": "play.google.com", "mode": "force-https", "pins": "google" },
217 218
218 // Other Google-related domains that must use HTTPS. 219 // Other Google-related domains that must use HTTPS.
219 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 220 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
220 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, 221 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" },
221 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 222 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
222 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, 223 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" },
223 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 224 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
224 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 225 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 1065 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
1065 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 1066 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
1066 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 1067 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
1067 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }, 1068 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true },
1068 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true }, 1069 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true },
1069 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true }, 1070 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http s", "snionly": true },
1070 { "name": "rme.li", "mode": "force-https", "snionly": true }, 1071 { "name": "rme.li", "mode": "force-https", "snionly": true },
1071 { "name": "www.rme.li", "mode": "force-https", "snionly": true } 1072 { "name": "www.rme.li", "mode": "force-https", "snionly": true }
1072 ] 1073 ]
1073 } 1074 }
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