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

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

Issue 1640963002: Remove four domains from the HSTS preload list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 3701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 { "name": "jgid.de", "include_subdomains": true, "mode": "force-https" }, 3712 { "name": "jgid.de", "include_subdomains": true, "mode": "force-https" },
3713 { "name": "juergenhecht.de", "include_subdomains": true, "mode": "force-http s" }, 3713 { "name": "juergenhecht.de", "include_subdomains": true, "mode": "force-http s" },
3714 { "name": "kpvpn.com", "include_subdomains": true, "mode": "force-https" }, 3714 { "name": "kpvpn.com", "include_subdomains": true, "mode": "force-https" },
3715 { "name": "labrador-retrievers.com.au", "include_subdomains": true, "mode": "force-https" }, 3715 { "name": "labrador-retrievers.com.au", "include_subdomains": true, "mode": "force-https" },
3716 { "name": "labradorpuppiesforsalebyregisteredlabradorbreeders.com", "include _subdomains": true, "mode": "force-https" }, 3716 { "name": "labradorpuppiesforsalebyregisteredlabradorbreeders.com", "include _subdomains": true, "mode": "force-https" },
3717 { "name": "logement-saisonnier.com", "include_subdomains": true, "mode": "fo rce-https" }, 3717 { "name": "logement-saisonnier.com", "include_subdomains": true, "mode": "fo rce-https" },
3718 { "name": "lovingearth.net", "include_subdomains": true, "mode": "force-http s" }, 3718 { "name": "lovingearth.net", "include_subdomains": true, "mode": "force-http s" },
3719 { "name": "mareklecian.cz", "include_subdomains": true, "mode": "force-https " }, 3719 { "name": "mareklecian.cz", "include_subdomains": true, "mode": "force-https " },
3720 { "name": "maximilian-greger.com", "include_subdomains": true, "mode": "forc e-https" }, 3720 { "name": "maximilian-greger.com", "include_subdomains": true, "mode": "forc e-https" },
3721 { "name": "mb-is.info", "include_subdomains": true, "mode": "force-https" }, 3721 { "name": "mb-is.info", "include_subdomains": true, "mode": "force-https" },
3722 { "name": "mbdb.jp", "include_subdomains": true, "mode": "force-https" },
3723 { "name": "minecraftforum.de", "include_subdomains": true, "mode": "force-ht tps" }, 3722 { "name": "minecraftforum.de", "include_subdomains": true, "mode": "force-ht tps" },
3724 { "name": "mobile.eti.br", "include_subdomains": true, "mode": "force-https" }, 3723 { "name": "mobile.eti.br", "include_subdomains": true, "mode": "force-https" },
3725 { "name": "mosstier.com", "include_subdomains": true, "mode": "force-https" }, 3724 { "name": "mosstier.com", "include_subdomains": true, "mode": "force-https" },
3726 { "name": "motd.ch", "include_subdomains": true, "mode": "force-https" }, 3725 { "name": "motd.ch", "include_subdomains": true, "mode": "force-https" },
3727 { "name": "mysecretcase.com", "include_subdomains": true, "mode": "force-htt ps" }, 3726 { "name": "mysecretcase.com", "include_subdomains": true, "mode": "force-htt ps" },
3728 { "name": "namorico.me", "include_subdomains": true, "mode": "force-https" } , 3727 { "name": "namorico.me", "include_subdomains": true, "mode": "force-https" } ,
3729 { "name": "natukusa.com", "include_subdomains": true, "mode": "force-https" }, 3728 { "name": "natukusa.com", "include_subdomains": true, "mode": "force-https" },
3730 { "name": "nekomimi.pl", "include_subdomains": true, "mode": "force-https" } , 3729 { "name": "nekomimi.pl", "include_subdomains": true, "mode": "force-https" } ,
3731 { "name": "netprofile.com.au", "include_subdomains": true, "mode": "force-ht tps" }, 3730 { "name": "netprofile.com.au", "include_subdomains": true, "mode": "force-ht tps" },
3732 { "name": "numericacu.com", "include_subdomains": true, "mode": "force-https " }, 3731 { "name": "numericacu.com", "include_subdomains": true, "mode": "force-https " },
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
5647 { "name": "cryptify.eu", "include_subdomains": true, "mode": "force-https" } , 5646 { "name": "cryptify.eu", "include_subdomains": true, "mode": "force-https" } ,
5648 { "name": "crystalchandelierservices.com", "include_subdomains": true, "mode ": "force-https" }, 5647 { "name": "crystalchandelierservices.com", "include_subdomains": true, "mode ": "force-https" },
5649 { "name": "cwagner.me", "include_subdomains": true, "mode": "force-https" }, 5648 { "name": "cwagner.me", "include_subdomains": true, "mode": "force-https" },
5650 { "name": "cyberkov.com", "include_subdomains": true, "mode": "force-https" }, 5649 { "name": "cyberkov.com", "include_subdomains": true, "mode": "force-https" },
5651 { "name": "cyberpunk.ca", "include_subdomains": true, "mode": "force-https" }, 5650 { "name": "cyberpunk.ca", "include_subdomains": true, "mode": "force-https" },
5652 { "name": "dadons-laserdiscs.com", "include_subdomains": true, "mode": "forc e-https" }, 5651 { "name": "dadons-laserdiscs.com", "include_subdomains": true, "mode": "forc e-https" },
5653 { "name": "darkag.ovh", "include_subdomains": true, "mode": "force-https" }, 5652 { "name": "darkag.ovh", "include_subdomains": true, "mode": "force-https" },
5654 { "name": "dequehablamos.es", "include_subdomains": true, "mode": "force-htt ps" }, 5653 { "name": "dequehablamos.es", "include_subdomains": true, "mode": "force-htt ps" },
5655 { "name": "discofitta.com", "include_subdomains": true, "mode": "force-https " }, 5654 { "name": "discofitta.com", "include_subdomains": true, "mode": "force-https " },
5656 { "name": "dragonisles.net", "include_subdomains": true, "mode": "force-http s" }, 5655 { "name": "dragonisles.net", "include_subdomains": true, "mode": "force-http s" },
5657 { "name": "ecobee.com", "include_subdomains": true, "mode": "force-https" },
5658 { "name": "eligible.com", "include_subdomains": true, "mode": "force-https" }, 5656 { "name": "eligible.com", "include_subdomains": true, "mode": "force-https" },
5659 { "name": "emilstahl.dk", "include_subdomains": true, "mode": "force-https" }, 5657 { "name": "emilstahl.dk", "include_subdomains": true, "mode": "force-https" },
5660 { "name": "endzeit-architekten.com", "include_subdomains": true, "mode": "fo rce-https" }, 5658 { "name": "endzeit-architekten.com", "include_subdomains": true, "mode": "fo rce-https" },
5661 { "name": "englishclub.com", "include_subdomains": true, "mode": "force-http s" }, 5659 { "name": "englishclub.com", "include_subdomains": true, "mode": "force-http s" },
5662 { "name": "esclear.de", "include_subdomains": true, "mode": "force-https" }, 5660 { "name": "esclear.de", "include_subdomains": true, "mode": "force-https" },
5663 { "name": "fearsomegaming.com", "include_subdomains": true, "mode": "force-h ttps" }, 5661 { "name": "fearsomegaming.com", "include_subdomains": true, "mode": "force-h ttps" },
5664 { "name": "firevap.org", "include_subdomains": true, "mode": "force-https" } , 5662 { "name": "firevap.org", "include_subdomains": true, "mode": "force-https" } ,
5665 { "name": "gintenreiter-photography.com", "include_subdomains": true, "mode" : "force-https" }, 5663 { "name": "gintenreiter-photography.com", "include_subdomains": true, "mode" : "force-https" },
5666 { "name": "graphire.io", "include_subdomains": true, "mode": "force-https" } , 5664 { "name": "graphire.io", "include_subdomains": true, "mode": "force-https" } ,
5667 { "name": "grossmann.gr", "include_subdomains": true, "mode": "force-https" }, 5665 { "name": "grossmann.gr", "include_subdomains": true, "mode": "force-https" },
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
7243 "WITHYOUTUBE_COM", 7241 "WITHYOUTUBE_COM",
7244 "WITHGOOGLE_COM", 7242 "WITHGOOGLE_COM",
7245 "G4W_CO", 7243 "G4W_CO",
7246 "BADSSL_COM", 7244 "BADSSL_COM",
7247 "YAHOO_COM", 7245 "YAHOO_COM",
7248 "GOOGLEVIDEO_COM", 7246 "GOOGLEVIDEO_COM",
7249 "GOOGLEWEBLIGHT_COM", 7247 "GOOGLEWEBLIGHT_COM",
7250 "GOOGLEADSSERVING_CN" 7248 "GOOGLEADSSERVING_CN"
7251 ] 7249 ]
7252 } 7250 }
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