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

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

Issue 1289923004: Change the HSTS preload entry for carbonmade.com to include_subdomains: false. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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 2417 matching lines...) Expand 10 before | Expand all | Expand 10 after
2428 { "name": "blablacar.in", "include_subdomains": true, "mode": "force-https" }, 2428 { "name": "blablacar.in", "include_subdomains": true, "mode": "force-https" },
2429 { "name": "blablacar.it", "include_subdomains": true, "mode": "force-https" }, 2429 { "name": "blablacar.it", "include_subdomains": true, "mode": "force-https" },
2430 { "name": "blablacar.mx", "include_subdomains": true, "mode": "force-https" }, 2430 { "name": "blablacar.mx", "include_subdomains": true, "mode": "force-https" },
2431 { "name": "blablacar.nl", "include_subdomains": true, "mode": "force-https" }, 2431 { "name": "blablacar.nl", "include_subdomains": true, "mode": "force-https" },
2432 { "name": "blablacar.pl", "include_subdomains": true, "mode": "force-https" }, 2432 { "name": "blablacar.pl", "include_subdomains": true, "mode": "force-https" },
2433 { "name": "blablacar.pt", "include_subdomains": true, "mode": "force-https" }, 2433 { "name": "blablacar.pt", "include_subdomains": true, "mode": "force-https" },
2434 { "name": "blablacar.ro", "include_subdomains": true, "mode": "force-https" }, 2434 { "name": "blablacar.ro", "include_subdomains": true, "mode": "force-https" },
2435 { "name": "blablacar.rs", "include_subdomains": true, "mode": "force-https" }, 2435 { "name": "blablacar.rs", "include_subdomains": true, "mode": "force-https" },
2436 { "name": "blablacar.ru", "include_subdomains": true, "mode": "force-https" }, 2436 { "name": "blablacar.ru", "include_subdomains": true, "mode": "force-https" },
2437 { "name": "canhazip.com", "include_subdomains": true, "mode": "force-https" }, 2437 { "name": "canhazip.com", "include_subdomains": true, "mode": "force-https" },
2438 { "name": "carbonmade.com", "include_subdomains": true, "mode": "force-https " }, 2438 { "name": "carbonmade.com", "include_subdomains": false, "mode": "force-http s" },
2439 { "name": "collinmbarrett.com", "include_subdomains": true, "mode": "force-h ttps" }, 2439 { "name": "collinmbarrett.com", "include_subdomains": true, "mode": "force-h ttps" },
2440 { "name": "coloradocomputernetworking.net", "include_subdomains": true, "mod e": "force-https" }, 2440 { "name": "coloradocomputernetworking.net", "include_subdomains": true, "mod e": "force-https" },
2441 { "name": "copperhead.co", "include_subdomains": true, "mode": "force-https" }, 2441 { "name": "copperhead.co", "include_subdomains": true, "mode": "force-https" },
2442 { "name": "covoiturage.fr", "include_subdomains": true, "mode": "force-https " }, 2442 { "name": "covoiturage.fr", "include_subdomains": true, "mode": "force-https " },
2443 { "name": "csacongress.org", "include_subdomains": true, "mode": "force-http s" }, 2443 { "name": "csacongress.org", "include_subdomains": true, "mode": "force-http s" },
2444 { "name": "czakey.net", "include_subdomains": true, "mode": "force-https" }, 2444 { "name": "czakey.net", "include_subdomains": true, "mode": "force-https" },
2445 { "name": "czk.mk", "include_subdomains": true, "mode": "force-https" }, 2445 { "name": "czk.mk", "include_subdomains": true, "mode": "force-https" },
2446 { "name": "dpsg-roden.de", "include_subdomains": true, "mode": "force-https" }, 2446 { "name": "dpsg-roden.de", "include_subdomains": true, "mode": "force-https" },
2447 { "name": "ducohosting.com", "include_subdomains": true, "mode": "force-http s" }, 2447 { "name": "ducohosting.com", "include_subdomains": true, "mode": "force-http s" },
2448 { "name": "eatsleeprepeat.net", "include_subdomains": true, "mode": "force-h ttps" }, 2448 { "name": "eatsleeprepeat.net", "include_subdomains": true, "mode": "force-h ttps" },
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3659 "SPIDEROAK_COM", 3659 "SPIDEROAK_COM",
3660 "BLOGGER_COM", 3660 "BLOGGER_COM",
3661 "CHROME_COM", 3661 "CHROME_COM",
3662 "GVT3_COM", 3662 "GVT3_COM",
3663 "GVT2_COM", 3663 "GVT2_COM",
3664 "GOOGLE", 3664 "GOOGLE",
3665 "GGPHT_COM", 3665 "GGPHT_COM",
3666 "BLOGSPOT_COM" 3666 "BLOGSPOT_COM"
3667 ] 3667 ]
3668 } 3668 }
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