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

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

Issue 1547863002: Stop including subdomains for woima.fi in the HSTS preload list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uint8_t Created 5 years 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 3759 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 { "name": "upay.ru", "include_subdomains": true, "mode": "force-https" }, 3770 { "name": "upay.ru", "include_subdomains": true, "mode": "force-https" },
3771 { "name": "upstats.eu", "include_subdomains": true, "mode": "force-https" }, 3771 { "name": "upstats.eu", "include_subdomains": true, "mode": "force-https" },
3772 { "name": "usgande.com", "include_subdomains": true, "mode": "force-https" } , 3772 { "name": "usgande.com", "include_subdomains": true, "mode": "force-https" } ,
3773 { "name": "vat-eu.com", "include_subdomains": true, "mode": "force-https" }, 3773 { "name": "vat-eu.com", "include_subdomains": true, "mode": "force-https" },
3774 { "name": "veblen.com", "include_subdomains": true, "mode": "force-https" }, 3774 { "name": "veblen.com", "include_subdomains": true, "mode": "force-https" },
3775 { "name": "viemeister.com", "include_subdomains": true, "mode": "force-https " }, 3775 { "name": "viemeister.com", "include_subdomains": true, "mode": "force-https " },
3776 { "name": "voliere-info.nl", "include_subdomains": true, "mode": "force-http s" }, 3776 { "name": "voliere-info.nl", "include_subdomains": true, "mode": "force-http s" },
3777 { "name": "wait.jp", "include_subdomains": true, "mode": "force-https" }, 3777 { "name": "wait.jp", "include_subdomains": true, "mode": "force-https" },
3778 { "name": "wdesk.com", "include_subdomains": true, "mode": "force-https" }, 3778 { "name": "wdesk.com", "include_subdomains": true, "mode": "force-https" },
3779 { "name": "wohnsitz-ausland.com", "include_subdomains": true, "mode": "force -https" }, 3779 { "name": "wohnsitz-ausland.com", "include_subdomains": true, "mode": "force -https" },
3780 { "name": "woima.fi", "include_subdomains": true, "mode": "force-https" }, 3780 { "name": "woima.fi", "include_subdomains": false, "mode": "force-https" },
3781 { "name": "wolfemg.com", "include_subdomains": true, "mode": "force-https" } , 3781 { "name": "wolfemg.com", "include_subdomains": true, "mode": "force-https" } ,
3782 { "name": "wrldevelopment.com", "include_subdomains": true, "mode": "force-h ttps" }, 3782 { "name": "wrldevelopment.com", "include_subdomains": true, "mode": "force-h ttps" },
3783 { "name": "xiaody.me", "include_subdomains": true, "mode": "force-https" }, 3783 { "name": "xiaody.me", "include_subdomains": true, "mode": "force-https" },
3784 { "name": "xn--t8j4aa4nyhxa7duezbl49aqg5546e264d.net", "include_subdomains": true, "mode": "force-https" }, 3784 { "name": "xn--t8j4aa4nyhxa7duezbl49aqg5546e264d.net", "include_subdomains": true, "mode": "force-https" },
3785 { "name": "xtremegaming.it", "include_subdomains": true, "mode": "force-http s" }, 3785 { "name": "xtremegaming.it", "include_subdomains": true, "mode": "force-http s" },
3786 { "name": "xunn.io", "include_subdomains": true, "mode": "force-https" }, 3786 { "name": "xunn.io", "include_subdomains": true, "mode": "force-https" },
3787 { "name": "zdrojak.cz", "include_subdomains": true, "mode": "force-https" }, 3787 { "name": "zdrojak.cz", "include_subdomains": true, "mode": "force-https" },
3788 { "name": "zera.com.au", "include_subdomains": true, "mode": "force-https" } , 3788 { "name": "zera.com.au", "include_subdomains": true, "mode": "force-https" } ,
3789 { "name": "0xfc.de", "include_subdomains": true, "mode": "force-https" }, 3789 { "name": "0xfc.de", "include_subdomains": true, "mode": "force-https" },
3790 { "name": "abrilect.com", "include_subdomains": true, "mode": "force-https" }, 3790 { "name": "abrilect.com", "include_subdomains": true, "mode": "force-https" },
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
5311 "BLOGSPOT_COM", 5311 "BLOGSPOT_COM",
5312 "DROPBOXSTATIC_COM", 5312 "DROPBOXSTATIC_COM",
5313 "DROPBOXUSERCONTENT_COM", 5313 "DROPBOXUSERCONTENT_COM",
5314 "WITHYOUTUBE_COM", 5314 "WITHYOUTUBE_COM",
5315 "WITHGOOGLE_COM", 5315 "WITHGOOGLE_COM",
5316 "G4W_CO", 5316 "G4W_CO",
5317 "BADSSL_COM", 5317 "BADSSL_COM",
5318 "YAHOO_COM" 5318 "YAHOO_COM"
5319 ] 5319 ]
5320 } 5320 }
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