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

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

Issue 580233002: Add STS and PKP preloads for chrome.com. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new domains to the END of the array. Created 5 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
« 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 212 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
213 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, 213 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" },
214 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 214 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
215 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, 215 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" },
216 216
217 // Other Google-related domains that must use HTTPS. 217 // Other Google-related domains that must use HTTPS.
218 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, 218 { "name": "gmail.com", "mode": "force-https", "pins": "google" },
219 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, 219 { "name": "googlemail.com", "mode": "force-https", "pins": "google" },
220 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, 220 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" },
221 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, 221 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" },
222 { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", " pins": "google" },
222 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 223 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
223 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, 224 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" },
224 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 225 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
225 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" }, 226 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https ", "pins": "google" },
226 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" }, 227 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "google" },
227 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 228 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
228 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" }, 229 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod e": "force-https", "pins": "google" },
229 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" }, 230 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true , "mode": "force-https", "pins": "google" },
230 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, 231 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" },
231 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" }, 232 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo rce-https", "pins": "google" },
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 "CHROMIUM_ORG", 2180 "CHROMIUM_ORG",
2180 "CRYPTO_CAT", 2181 "CRYPTO_CAT",
2181 "LAVABIT_COM", 2182 "LAVABIT_COM",
2182 "GOOGLETAGMANAGER_COM", 2183 "GOOGLETAGMANAGER_COM",
2183 "GOOGLETAGSERVICES_COM", 2184 "GOOGLETAGSERVICES_COM",
2184 "DROPBOX_COM", 2185 "DROPBOX_COM",
2185 "YOUTUBE_NOCOOKIE_COM", 2186 "YOUTUBE_NOCOOKIE_COM",
2186 "2MDN_NET", 2187 "2MDN_NET",
2187 "FACEBOOK_COM", 2188 "FACEBOOK_COM",
2188 "SPIDEROAK_COM", 2189 "SPIDEROAK_COM",
2189 "BLOGGER_COM" 2190 "BLOGGER_COM",
2191 "CHROME_COM"
2190 ] 2192 ]
2191 } 2193 }
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