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

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

Issue 1361733003: Update there HSTS preload list entry for guidetoiceland.is to include_subdomains: false. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 { "name": "dccode.gov", "include_subdomains": true, "mode": "force-https" }, 1806 { "name": "dccode.gov", "include_subdomains": true, "mode": "force-https" },
1807 { "name": "dreadbyte.com", "include_subdomains": true, "mode": "force-https" }, 1807 { "name": "dreadbyte.com", "include_subdomains": true, "mode": "force-https" },
1808 { "name": "dylanscott.com.au", "include_subdomains": true, "mode": "force-ht tps" }, 1808 { "name": "dylanscott.com.au", "include_subdomains": true, "mode": "force-ht tps" },
1809 { "name": "e-kontakti.fi", "include_subdomains": true, "mode": "force-https" }, 1809 { "name": "e-kontakti.fi", "include_subdomains": true, "mode": "force-https" },
1810 { "name": "ecfs.link", "include_subdomains": true, "mode": "force-https" }, 1810 { "name": "ecfs.link", "include_subdomains": true, "mode": "force-https" },
1811 { "name": "expatads.com", "include_subdomains": true, "mode": "force-https" }, 1811 { "name": "expatads.com", "include_subdomains": true, "mode": "force-https" },
1812 { "name": "florianmitrea.uk", "include_subdomains": true, "mode": "force-htt ps" }, 1812 { "name": "florianmitrea.uk", "include_subdomains": true, "mode": "force-htt ps" },
1813 { "name": "gaytorrent.ru", "include_subdomains": true, "mode": "force-https" }, 1813 { "name": "gaytorrent.ru", "include_subdomains": true, "mode": "force-https" },
1814 { "name": "getable.com", "include_subdomains": true, "mode": "force-https" } , 1814 { "name": "getable.com", "include_subdomains": true, "mode": "force-https" } ,
1815 { "name": "gpsfix.cz", "include_subdomains": true, "mode": "force-https" }, 1815 { "name": "gpsfix.cz", "include_subdomains": true, "mode": "force-https" },
1816 { "name": "guidetoiceland.is", "include_subdomains": true, "mode": "force-ht tps" }, 1816 { "name": "guidetoiceland.is", "include_subdomains": false, "mode": "force-h ttps" },
1817 { "name": "happylifestyle.com", "include_subdomains": true, "mode": "force-h ttps" }, 1817 { "name": "happylifestyle.com", "include_subdomains": true, "mode": "force-h ttps" },
1818 { "name": "heppler.net", "include_subdomains": true, "mode": "force-https" } , 1818 { "name": "heppler.net", "include_subdomains": true, "mode": "force-https" } ,
1819 { "name": "httpswatch.com", "include_subdomains": true, "mode": "force-https " }, 1819 { "name": "httpswatch.com", "include_subdomains": true, "mode": "force-https " },
1820 { "name": "interserved.com", "include_subdomains": true, "mode": "force-http s" }, 1820 { "name": "interserved.com", "include_subdomains": true, "mode": "force-http s" },
1821 { "name": "izdiwho.com", "include_subdomains": true, "mode": "force-https" } , 1821 { "name": "izdiwho.com", "include_subdomains": true, "mode": "force-https" } ,
1822 { "name": "jimshaver.net", "include_subdomains": true, "mode": "force-https" }, 1822 { "name": "jimshaver.net", "include_subdomains": true, "mode": "force-https" },
1823 { "name": "jmdekker.it", "include_subdomains": true, "mode": "force-https" } , 1823 { "name": "jmdekker.it", "include_subdomains": true, "mode": "force-https" } ,
1824 { "name": "jonathan.ir", "include_subdomains": true, "mode": "force-https" } , 1824 { "name": "jonathan.ir", "include_subdomains": true, "mode": "force-https" } ,
1825 { "name": "klarmobil-empfehlen.de", "include_subdomains": true, "mode": "for ce-https" }, 1825 { "name": "klarmobil-empfehlen.de", "include_subdomains": true, "mode": "for ce-https" },
1826 { "name": "klingeletest.de", "include_subdomains": true, "mode": "force-http s" }, 1826 { "name": "klingeletest.de", "include_subdomains": true, "mode": "force-http s" },
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3897 "GVT2_COM", 3897 "GVT2_COM",
3898 "GOOGLE", 3898 "GOOGLE",
3899 "GGPHT_COM", 3899 "GGPHT_COM",
3900 "BLOGSPOT_COM", 3900 "BLOGSPOT_COM",
3901 "DROPBOXSTATIC_COM", 3901 "DROPBOXSTATIC_COM",
3902 "DROPBOXUSERCONTENT_COM", 3902 "DROPBOXUSERCONTENT_COM",
3903 "WITHYOUTUBE_COM", 3903 "WITHYOUTUBE_COM",
3904 "WITHGOOGLE_COM" 3904 "WITHGOOGLE_COM"
3905 ] 3905 ]
3906 } 3906 }
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