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

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

Issue 1334023002: HSTS Preload List: Add fi and hana.ondemand.com, remove noobs-r-us.co.uk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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": "security.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" }, 212 { "name": "security.google.com", "include_subdomains": true, "mode": "force- https", "pins": "google" },
213 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 213 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
214 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 214 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
215 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 215 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
216 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" }, 216 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "google" },
217 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" }, 217 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc e-https", "pins": "google" },
218 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" }, 218 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http s", "pins": "google" },
219 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, 219 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" },
220 { "name": "myaccount.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" }, 220 { "name": "myaccount.google.com", "include_subdomains": true, "mode": "force -https", "pins": "google" },
221 { "name": "contributor.google.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" }, 221 { "name": "contributor.google.com", "include_subdomains": true, "mode": "for ce-https", "pins": "google" },
222 { "name": "fi.google.com", "include_subdomains": true, "mode": "force-https" , "pins": "google" },
223 { "name": "xn--7xa.google.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
222 224
223 // Other Google-related domains that must use HTTPS. 225 // Other Google-related domains that must use HTTPS.
224 { "name": "google", "include_subdomains": true, "mode": "force-https", "pins ": "google" }, 226 { "name": "google", "include_subdomains": true, "mode": "force-https", "pins ": "google" },
225 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, 227 { "name": "gmail.com", "mode": "force-https", "pins": "google" },
226 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, 228 { "name": "googlemail.com", "mode": "force-https", "pins": "google" },
227 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, 229 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" },
228 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, 230 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" },
229 { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", " pins": "google" }, 231 { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", " pins": "google" },
230 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" }, 232 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "google" },
231 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" }, 233 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f orce-https", "pins": "google" },
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 { "name": "lancejames.com", "include_subdomains": true, "mode": "force-https " }, 1827 { "name": "lancejames.com", "include_subdomains": true, "mode": "force-https " },
1826 { "name": "leonklingele.de", "include_subdomains": true, "mode": "force-http s" }, 1828 { "name": "leonklingele.de", "include_subdomains": true, "mode": "force-http s" },
1827 { "name": "madars.org", "include_subdomains": true, "mode": "force-https" }, 1829 { "name": "madars.org", "include_subdomains": true, "mode": "force-https" },
1828 { "name": "magneticanvil.com", "include_subdomains": true, "mode": "force-ht tps" }, 1830 { "name": "magneticanvil.com", "include_subdomains": true, "mode": "force-ht tps" },
1829 { "name": "mimeit.de", "include_subdomains": true, "mode": "force-https" }, 1831 { "name": "mimeit.de", "include_subdomains": true, "mode": "force-https" },
1830 { "name": "mobilcom-debitel-empfehlen.de", "include_subdomains": true, "mode ": "force-https" }, 1832 { "name": "mobilcom-debitel-empfehlen.de", "include_subdomains": true, "mode ": "force-https" },
1831 { "name": "morethanadream.lv", "include_subdomains": true, "mode": "force-ht tps" }, 1833 { "name": "morethanadream.lv", "include_subdomains": true, "mode": "force-ht tps" },
1832 { "name": "narodniki.com", "include_subdomains": true, "mode": "force-https" }, 1834 { "name": "narodniki.com", "include_subdomains": true, "mode": "force-https" },
1833 { "name": "netrider.net.au", "include_subdomains": true, "mode": "force-http s" }, 1835 { "name": "netrider.net.au", "include_subdomains": true, "mode": "force-http s" },
1834 { "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" }, 1836 { "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" },
1835 { "name": "noobs-r-us.co.uk", "include_subdomains": true, "mode": "force-htt ps" },
1836 { "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" }, 1837 { "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" },
1837 { "name": "perfectionis.me", "include_subdomains": true, "mode": "force-http s" }, 1838 { "name": "perfectionis.me", "include_subdomains": true, "mode": "force-http s" },
1838 { "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https" }, 1839 { "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https" },
1839 { "name": "polymathematician.com", "include_subdomains": true, "mode": "forc e-https" }, 1840 { "name": "polymathematician.com", "include_subdomains": true, "mode": "forc e-https" },
1840 { "name": "sanatfilan.com", "include_subdomains": true, "mode": "force-https " }, 1841 { "name": "sanatfilan.com", "include_subdomains": true, "mode": "force-https " },
1841 { "name": "sikayetvar.com", "include_subdomains": true, "mode": "force-https " }, 1842 { "name": "sikayetvar.com", "include_subdomains": true, "mode": "force-https " },
1842 { "name": "stulda.cz", "include_subdomains": true, "mode": "force-https" }, 1843 { "name": "stulda.cz", "include_subdomains": true, "mode": "force-https" },
1843 { "name": "sysdb.io", "include_subdomains": true, "mode": "force-https" }, 1844 { "name": "sysdb.io", "include_subdomains": true, "mode": "force-https" },
1844 { "name": "tallshoe.com", "include_subdomains": true, "mode": "force-https" }, 1845 { "name": "tallshoe.com", "include_subdomains": true, "mode": "force-https" },
1845 { "name": "thetomharling.com", "include_subdomains": true, "mode": "force-ht tps" }, 1846 { "name": "thetomharling.com", "include_subdomains": true, "mode": "force-ht tps" },
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
3616 { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" }, 3617 { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" },
3617 { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-http s" }, 3618 { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-http s" },
3618 { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-http s" }, 3619 { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-http s" },
3619 { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" }, 3620 { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" },
3620 { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https" }, 3621 { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https" },
3621 { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-ht tps" }, 3622 { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-ht tps" },
3622 { "name": "vino75.com", "include_subdomains": true, "mode": "force-https" }, 3623 { "name": "vino75.com", "include_subdomains": true, "mode": "force-https" },
3623 { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" }, 3624 { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" },
3624 { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-htt ps" }, 3625 { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-htt ps" },
3625 { "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" }, 3626 { "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" },
3626 { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" } 3627 { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" } ,
3628 { "name": "hana.ondemand.com", "include_subdomains": true, "mode": "force-ht tps" }
3627 ], 3629 ],
3628 3630
3629 // |ReportUMAOnPinFailure| uses these to report which domain was associated 3631 // |ReportUMAOnPinFailure| uses these to report which domain was associated
3630 // with the public key pinning failure. 3632 // with the public key pinning failure.
3631 // 3633 //
3632 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new 3634 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
3633 // domains at the END of the array. 3635 // domains at the END of the array.
3634 "domain_ids": [ 3636 "domain_ids": [
3635 "NOT_PINNED", 3637 "NOT_PINNED",
3636 "GOOGLE_COM", 3638 "GOOGLE_COM",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
3893 "GVT2_COM", 3895 "GVT2_COM",
3894 "GOOGLE", 3896 "GOOGLE",
3895 "GGPHT_COM", 3897 "GGPHT_COM",
3896 "BLOGSPOT_COM", 3898 "BLOGSPOT_COM",
3897 "DROPBOXSTATIC_COM", 3899 "DROPBOXSTATIC_COM",
3898 "DROPBOXUSERCONTENT_COM", 3900 "DROPBOXUSERCONTENT_COM",
3899 "WITHYOUTUBE_COM", 3901 "WITHYOUTUBE_COM",
3900 "WITHGOOGLE_COM" 3902 "WITHGOOGLE_COM"
3901 ] 3903 ]
3902 } 3904 }
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