Update V8 to version 4.7.47.
[chromium-blink-merge.git] / net / http / transport_security_state_static.json
blobfa77ded4827b48bac05623659de34119a97d7d24
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
3 // found in the LICENSE file.
5 // This file contains the HSTS preloaded list in a machine readable format.
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
9 // each host.
11 // "pinsets" is a list of objects. Each object has the following members:
12 //   name: (string) the name of the pinset
13 //   static_spki_hashes: (list of strings) the set of allowed SPKIs hashes
14 //   bad_static_spki_hashes: (optional list of strings) the set of forbidden
15 //       SPKIs hashes
16 //   report_uri: (optional string) the URI to send violation reports to;
17 //       reports will be in the format defined in RFC 7469
19 // For a given pinset, a certificate is accepted if at least one of the
20 // "static_spki_hashes" SPKIs is found in the chain and none of the
21 // "bad_static_spki_hashes" SPKIs are. SPKIs are specified as names, which must
22 // match up with the file of certificates.
24 // "entries" is a list of objects. Each object has the following members:
25 //   name: (string) the DNS name of the host in question
26 //   include_subdomains: (optional bool) whether subdomains of |name| are also
27 //       covered
28 //   include_subdomains_for_pinning: (optional bool) whether subdomains
29 //       of |name| are also covered for pinning. |include_subdomains|
30 //       implies this.
31 //   mode: (optional string) "force-https" iff covered names should require
32 //       HTTPS
33 //   pins: (optional string) the |name| member of an object in |pinsets|
36   "pinsets": [
37     {
38       "name": "test",
39       "static_spki_hashes": [
40         "TestSPKI"
41       ]
42     },
43     {
44       "name": "google",
45       "static_spki_hashes": [
46         "GoogleBackup2048",
47         "GoogleG2",
48         "GeoTrustGlobal"
49       ],
50       "report_uri": "http://clients3.google.com/cert_upload_json"
51     },
52     {
53       "name": "tor",
54       "static_spki_hashes": [
55         "RapidSSL",
56         "DigiCertEVRoot",
57         "Tor1",
58         "Tor2",
59         "Tor3"
60       ]
61     },
62     {
63       "name": "twitterCom",
64       "static_spki_hashes": [
65         "VeriSignClass1",
66         "VeriSignClass3",
67         "VeriSignClass3_G4",
68         "VeriSignClass4_G3",
69         "VeriSignClass3_G3",
70         "VeriSignClass1_G3",
71         "VeriSignClass2_G3",
72         "VeriSignClass3_G2",
73         "VeriSignClass2_G2",
74         "VeriSignClass3_G5",
75         "VeriSignUniversal",
76         "GeoTrustGlobal",
77         "GeoTrustGlobal2",
78         "GeoTrustUniversal",
79         "GeoTrustUniversal2",
80         "GeoTrustPrimary",
81         "GeoTrustPrimary_G2",
82         "GeoTrustPrimary_G3",
83         "DigiCertGlobalRoot",
84         "DigiCertEVRoot",
85         "DigiCertAssuredIDRoot",
86         "Twitter1"
87       ]
88     },
89     {
90       "name": "twitterCDN",
91       "static_spki_hashes": [
92         "VeriSignClass1",
93         "VeriSignClass3",
94         "VeriSignClass3_G4",
95         "VeriSignClass4_G3",
96         "VeriSignClass3_G3",
97         "VeriSignClass1_G3",
98         "VeriSignClass2_G3",
99         "VeriSignClass3_G2",
100         "VeriSignClass2_G2",
101         "VeriSignClass3_G5",
102         "VeriSignUniversal",
103         "GeoTrustGlobal",
104         "GeoTrustGlobal2",
105         "GeoTrustUniversal",
106         "GeoTrustUniversal2",
107         "GeoTrustPrimary",
108         "GeoTrustPrimary_G2",
109         "GeoTrustPrimary_G3",
110         "DigiCertGlobalRoot",
111         "DigiCertEVRoot",
112         "DigiCertAssuredIDRoot",
113         "Twitter1",
115         "Entrust_2048",
116         "Entrust_EV",
117         "Entrust_G2",
118         "Entrust_SSL",
119         "AAACertificateServices",
120         "AddTrustClass1CARoot",
121         "AddTrustExternalCARoot",
122         "AddTrustPublicCARoot",
123         "AddTrustQualifiedCARoot",
124         "COMODOCertificationAuthority",
125         "SecureCertificateServices",
126         "TrustedCertificateServices",
127         "UTNDATACorpSGC",
128         "UTNUSERFirstClientAuthenticationandEmail",
129         "UTNUSERFirstHardware",
130         "UTNUSERFirstObject",
131         "GTECyberTrustGlobalRoot",
132         "BaltimoreCyberTrustRoot",
133         "GlobalSignRootCA",
134         "GlobalSignRootCA_R2",
135         "GlobalSignRootCA_R3"
136       ]
137     },
138     {
139       "name": "dropbox",
140       "static_spki_hashes": [
141         "DigiCertAssuredIDRoot",
142         "DigiCertGlobalRoot",
143         "DigiCertEVRoot",
144         "EntrustRootEC1",
145         "Entrust_G2",
146         "Entrust_EV",
147         "Entrust_2048",
148         "GeoTrustGlobal",
149         "GeoTrustPrimary_G2",
150         "GeoTrustPrimary_G3",
151         "GeoTrustPrimary",
152         "TheGoDaddyGroupClass2",
153         "GoDaddyRoot_G2",
154         "GoDaddySecure",
155         "ThawtePremiumServer",
156         "ThawtePrimaryRootCA_G2",
157         "ThawtePrimaryRootCA_G3",
158         "ThawtePrimaryRootCA"
159       ],
160       "report_uri": "https://log.getdropbox.com/hpkp"
161     },
162     {
163       "name": "facebook",
164       "static_spki_hashes": [
165         "SymantecClass3EVG3",
166         "DigiCertECCSecureServerCA",
167         "DigiCertEVRoot",
168         "FacebookBackup"
169       ]
170     },
171     {
172       "name": "spideroak",
173       "static_spki_hashes": [
174         "GeoTrustGlobal",
175         "DigiCertEVRoot",
176         "SpiderOak2",
177         "SpiderOak3"
178       ]
179     }
180   ],
182   "entries": [
183     // Dummy entry to test certificate pinning.
184     { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
186     // (*.)google.com, iff using SSL, must use an acceptable certificate.
187     { "name": "google.com", "include_subdomains": true, "pins": "google" },
189     // Now we force HTTPS for subtrees of google.com.
190     { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
191     { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
192     { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
193     { "name": "docs.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
194     { "name": "domains.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
195     { "name": "sites.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
196     { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
197     { "name": "appengine.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
198     { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
199     { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
200     { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
201     { "name": "mail.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
202     { "name": "mail-settings.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
203     { "name": "inbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
204     { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
205     { "name": "talk.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
206     { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
207     { "name": "plus.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
208     { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
209     { "name": "script.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
210     { "name": "hangouts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
211     { "name": "history.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-https", "pins": "google" },
214     { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
215     { "name": "glass.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
216     { "name": "admin.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
217     { "name": "login.corp.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
218     { "name": "play.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" },
221     { "name": "contributor.google.com", "include_subdomains": true, "mode": "force-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-https", "pins": "google" },
225     // Other Google-related domains that must use HTTPS.
226     { "name": "google", "include_subdomains": true, "mode": "force-https", "pins": "google" },
227     { "name": "gmail.com", "mode": "force-https", "pins": "google" },
228     { "name": "googlemail.com", "mode": "force-https", "pins": "google" },
229     { "name": "www.gmail.com", "mode": "force-https", "pins": "google" },
230     { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" },
231     { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
232     { "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
233     { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
234     { "name": "drive.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
235     { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
236     { "name": "groups.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
237     { "name": "apis.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
238     { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
239     { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
240     { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
241     { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "force-https", "pins": "google" },
242     { "name": "code.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
243     { "name": "googlecode.com", "include_subdomains": true, "pins": "google" },
244     { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
245     { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
246     { "name": "gvt2.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
247     { "name": "gvt3.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
248     { "name": "withyoutube.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
249     { "name": "withgoogle.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
251     { "name": "webfilings.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
252     { "name": "webfilings-mirror-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
253     { "name": "webfilings-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
254     { "name": "webfilings-eu-mirror.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
255     { "name": "wf-demo-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
256     { "name": "wf-demo-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
257     { "name": "wf-pentest.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
258     { "name": "wf-trial-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
259     { "name": "xbrlsuccess.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
260     { "name": "w-spotlight.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
261     { "name": "wf-training-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
262     { "name": "wf-bigsky-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
263     { "name": "wf-staging-hr.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
264     { "name": "wf-training-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
265     { "name": "wf-dogfood-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
267     // chart.apis.google.com is *not* HSTS because the certificate doesn't match
268     // and there are lots of links out there that still use the name. The correct
269     // hostname for this is chart.googleapis.com.
270     { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "google" },
272     // Other Google-related domains that must use an acceptable certificate
273     // iff using SSL.
274     { "name": "blogger.com", "include_subdomains": true, "pins": "google" },
275     { "name": "google-analytics.com", "include_subdomains": true, "pins": "google" },
276     { "name": "googlegroups.com", "include_subdomains": true, "pins": "google" },
277     { "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
278     { "name": "googleusercontent.com", "include_subdomains": true, "pins": "google" },
279     { "name": "youtube.com", "include_subdomains": true, "pins": "google" },
280     { "name": "youtube-nocookie.com", "include_subdomains": true, "pins": "google" },
281     { "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
282     { "name": "googleadservices.com", "include_subdomains": true, "pins": "google" },
283     { "name": "appspot.com", "include_subdomains": true, "pins": "google" },
284     { "name": "googlesyndication.com", "include_subdomains": true, "pins": "google" },
285     { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" },
286     { "name": "2mdn.net", "include_subdomains": true, "pins": "google" },
287     { "name": "gstatic.com", "include_subdomains": true, "pins": "google" },
288     { "name": "youtu.be", "include_subdomains": true, "pins": "google" },
289     { "name": "android.com", "include_subdomains": true, "pins": "google" },
290     { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" },
291     { "name": "urchin.com", "include_subdomains": true, "pins": "google" },
292     { "name": "goo.gl", "include_subdomains": true, "pins": "google" },
293     { "name": "g.co", "include_subdomains": true, "pins": "google" },
294     { "name": "googletagmanager.com", "include_subdomains": true, "pins": "google" },
295     { "name": "googletagservices.com", "include_subdomains": true, "pins": "google" },
296     { "name": "ggpht.com", "include_subdomains": true, "pins": "google" },
297     { "name": "blogspot.com", "include_subdomains": true, "pins": "google" },
298     { "name": "google.ac", "include_subdomains": true, "pins": "google" },
299     { "name": "google.ad", "include_subdomains": true, "pins": "google" },
300     { "name": "google.ae", "include_subdomains": true, "pins": "google" },
301     { "name": "google.af", "include_subdomains": true, "pins": "google" },
302     { "name": "google.ag", "include_subdomains": true, "pins": "google" },
303     { "name": "google.am", "include_subdomains": true, "pins": "google" },
304     { "name": "google.as", "include_subdomains": true, "pins": "google" },
305     { "name": "google.at", "include_subdomains": true, "pins": "google" },
306     { "name": "google.az", "include_subdomains": true, "pins": "google" },
307     { "name": "google.ba", "include_subdomains": true, "pins": "google" },
308     { "name": "google.be", "include_subdomains": true, "pins": "google" },
309     { "name": "google.bf", "include_subdomains": true, "pins": "google" },
310     { "name": "google.bg", "include_subdomains": true, "pins": "google" },
311     { "name": "google.bi", "include_subdomains": true, "pins": "google" },
312     { "name": "google.bj", "include_subdomains": true, "pins": "google" },
313     { "name": "google.bs", "include_subdomains": true, "pins": "google" },
314     { "name": "google.by", "include_subdomains": true, "pins": "google" },
315     { "name": "google.ca", "include_subdomains": true, "pins": "google" },
316     { "name": "google.cat", "include_subdomains": true, "pins": "google" },
317     { "name": "google.cc", "include_subdomains": true, "pins": "google" },
318     { "name": "google.cd", "include_subdomains": true, "pins": "google" },
319     { "name": "google.cf", "include_subdomains": true, "pins": "google" },
320     { "name": "google.cg", "include_subdomains": true, "pins": "google" },
321     { "name": "google.ch", "include_subdomains": true, "pins": "google" },
322     { "name": "google.ci", "include_subdomains": true, "pins": "google" },
323     { "name": "google.cl", "include_subdomains": true, "pins": "google" },
324     { "name": "google.cm", "include_subdomains": true, "pins": "google" },
325     { "name": "google.cn", "include_subdomains": true, "pins": "google" },
326     { "name": "google.co.ao", "include_subdomains": true, "pins": "google" },
327     { "name": "google.co.bw", "include_subdomains": true, "pins": "google" },
328     { "name": "google.co.ck", "include_subdomains": true, "pins": "google" },
329     { "name": "google.co.cr", "include_subdomains": true, "pins": "google" },
330     { "name": "google.co.hu", "include_subdomains": true, "pins": "google" },
331     { "name": "google.co.id", "include_subdomains": true, "pins": "google" },
332     { "name": "google.co.il", "include_subdomains": true, "pins": "google" },
333     { "name": "google.co.im", "include_subdomains": true, "pins": "google" },
334     { "name": "google.co.in", "include_subdomains": true, "pins": "google" },
335     { "name": "google.co.je", "include_subdomains": true, "pins": "google" },
336     { "name": "google.co.jp", "include_subdomains": true, "pins": "google" },
337     { "name": "google.co.ke", "include_subdomains": true, "pins": "google" },
338     { "name": "google.co.kr", "include_subdomains": true, "pins": "google" },
339     { "name": "google.co.ls", "include_subdomains": true, "pins": "google" },
340     { "name": "google.co.ma", "include_subdomains": true, "pins": "google" },
341     { "name": "google.co.mz", "include_subdomains": true, "pins": "google" },
342     { "name": "google.co.nz", "include_subdomains": true, "pins": "google" },
343     { "name": "google.co.th", "include_subdomains": true, "pins": "google" },
344     { "name": "google.co.tz", "include_subdomains": true, "pins": "google" },
345     { "name": "google.co.ug", "include_subdomains": true, "pins": "google" },
346     { "name": "google.co.uk", "include_subdomains": true, "pins": "google" },
347     { "name": "google.co.uz", "include_subdomains": true, "pins": "google" },
348     { "name": "google.co.ve", "include_subdomains": true, "pins": "google" },
349     { "name": "google.co.vi", "include_subdomains": true, "pins": "google" },
350     { "name": "google.co.za", "include_subdomains": true, "pins": "google" },
351     { "name": "google.co.zm", "include_subdomains": true, "pins": "google" },
352     { "name": "google.co.zw", "include_subdomains": true, "pins": "google" },
353     { "name": "google.com.af", "include_subdomains": true, "pins": "google" },
354     { "name": "google.com.ag", "include_subdomains": true, "pins": "google" },
355     { "name": "google.com.ai", "include_subdomains": true, "pins": "google" },
356     { "name": "google.com.ar", "include_subdomains": true, "pins": "google" },
357     { "name": "google.com.au", "include_subdomains": true, "pins": "google" },
358     { "name": "google.com.bd", "include_subdomains": true, "pins": "google" },
359     { "name": "google.com.bh", "include_subdomains": true, "pins": "google" },
360     { "name": "google.com.bn", "include_subdomains": true, "pins": "google" },
361     { "name": "google.com.bo", "include_subdomains": true, "pins": "google" },
362     { "name": "google.com.br", "include_subdomains": true, "pins": "google" },
363     { "name": "google.com.by", "include_subdomains": true, "pins": "google" },
364     { "name": "google.com.bz", "include_subdomains": true, "pins": "google" },
365     { "name": "google.com.cn", "include_subdomains": true, "pins": "google" },
366     { "name": "google.com.co", "include_subdomains": true, "pins": "google" },
367     { "name": "google.com.cu", "include_subdomains": true, "pins": "google" },
368     { "name": "google.com.cy", "include_subdomains": true, "pins": "google" },
369     { "name": "google.com.do", "include_subdomains": true, "pins": "google" },
370     { "name": "google.com.ec", "include_subdomains": true, "pins": "google" },
371     { "name": "google.com.eg", "include_subdomains": true, "pins": "google" },
372     { "name": "google.com.et", "include_subdomains": true, "pins": "google" },
373     { "name": "google.com.fj", "include_subdomains": true, "pins": "google" },
374     { "name": "google.com.ge", "include_subdomains": true, "pins": "google" },
375     { "name": "google.com.gh", "include_subdomains": true, "pins": "google" },
376     { "name": "google.com.gi", "include_subdomains": true, "pins": "google" },
377     { "name": "google.com.gr", "include_subdomains": true, "pins": "google" },
378     { "name": "google.com.gt", "include_subdomains": true, "pins": "google" },
379     { "name": "google.com.hk", "include_subdomains": true, "pins": "google" },
380     { "name": "google.com.iq", "include_subdomains": true, "pins": "google" },
381     { "name": "google.com.jm", "include_subdomains": true, "pins": "google" },
382     { "name": "google.com.jo", "include_subdomains": true, "pins": "google" },
383     { "name": "google.com.kh", "include_subdomains": true, "pins": "google" },
384     { "name": "google.com.kw", "include_subdomains": true, "pins": "google" },
385     { "name": "google.com.lb", "include_subdomains": true, "pins": "google" },
386     { "name": "google.com.ly", "include_subdomains": true, "pins": "google" },
387     { "name": "google.com.mt", "include_subdomains": true, "pins": "google" },
388     { "name": "google.com.mx", "include_subdomains": true, "pins": "google" },
389     { "name": "google.com.my", "include_subdomains": true, "pins": "google" },
390     { "name": "google.com.na", "include_subdomains": true, "pins": "google" },
391     { "name": "google.com.nf", "include_subdomains": true, "pins": "google" },
392     { "name": "google.com.ng", "include_subdomains": true, "pins": "google" },
393     { "name": "google.com.ni", "include_subdomains": true, "pins": "google" },
394     { "name": "google.com.np", "include_subdomains": true, "pins": "google" },
395     { "name": "google.com.nr", "include_subdomains": true, "pins": "google" },
396     { "name": "google.com.om", "include_subdomains": true, "pins": "google" },
397     { "name": "google.com.pa", "include_subdomains": true, "pins": "google" },
398     { "name": "google.com.pe", "include_subdomains": true, "pins": "google" },
399     { "name": "google.com.ph", "include_subdomains": true, "pins": "google" },
400     { "name": "google.com.pk", "include_subdomains": true, "pins": "google" },
401     { "name": "google.com.pl", "include_subdomains": true, "pins": "google" },
402     { "name": "google.com.pr", "include_subdomains": true, "pins": "google" },
403     { "name": "google.com.py", "include_subdomains": true, "pins": "google" },
404     { "name": "google.com.qa", "include_subdomains": true, "pins": "google" },
405     { "name": "google.com.ru", "include_subdomains": true, "pins": "google" },
406     { "name": "google.com.sa", "include_subdomains": true, "pins": "google" },
407     { "name": "google.com.sb", "include_subdomains": true, "pins": "google" },
408     { "name": "google.com.sg", "include_subdomains": true, "pins": "google" },
409     { "name": "google.com.sl", "include_subdomains": true, "pins": "google" },
410     { "name": "google.com.sv", "include_subdomains": true, "pins": "google" },
411     { "name": "google.com.tj", "include_subdomains": true, "pins": "google" },
412     { "name": "google.com.tn", "include_subdomains": true, "pins": "google" },
413     { "name": "google.com.tr", "include_subdomains": true, "pins": "google" },
414     { "name": "google.com.tw", "include_subdomains": true, "pins": "google" },
415     { "name": "google.com.ua", "include_subdomains": true, "pins": "google" },
416     { "name": "google.com.uy", "include_subdomains": true, "pins": "google" },
417     { "name": "google.com.vc", "include_subdomains": true, "pins": "google" },
418     { "name": "google.com.ve", "include_subdomains": true, "pins": "google" },
419     { "name": "google.com.vn", "include_subdomains": true, "pins": "google" },
420     { "name": "google.cv", "include_subdomains": true, "pins": "google" },
421     { "name": "google.cz", "include_subdomains": true, "pins": "google" },
422     { "name": "google.de", "include_subdomains": true, "pins": "google" },
423     { "name": "google.dj", "include_subdomains": true, "pins": "google" },
424     { "name": "google.dk", "include_subdomains": true, "pins": "google" },
425     { "name": "google.dm", "include_subdomains": true, "pins": "google" },
426     { "name": "google.dz", "include_subdomains": true, "pins": "google" },
427     { "name": "google.ee", "include_subdomains": true, "pins": "google" },
428     { "name": "google.es", "include_subdomains": true, "pins": "google" },
429     { "name": "google.fi", "include_subdomains": true, "pins": "google" },
430     { "name": "google.fm", "include_subdomains": true, "pins": "google" },
431     { "name": "google.fr", "include_subdomains": true, "pins": "google" },
432     { "name": "google.ga", "include_subdomains": true, "pins": "google" },
433     { "name": "google.ge", "include_subdomains": true, "pins": "google" },
434     { "name": "google.gg", "include_subdomains": true, "pins": "google" },
435     { "name": "google.gl", "include_subdomains": true, "pins": "google" },
436     { "name": "google.gm", "include_subdomains": true, "pins": "google" },
437     { "name": "google.gp", "include_subdomains": true, "pins": "google" },
438     { "name": "google.gr", "include_subdomains": true, "pins": "google" },
439     { "name": "google.gy", "include_subdomains": true, "pins": "google" },
440     { "name": "google.hk", "include_subdomains": true, "pins": "google" },
441     { "name": "google.hn", "include_subdomains": true, "pins": "google" },
442     { "name": "google.hr", "include_subdomains": true, "pins": "google" },
443     { "name": "google.ht", "include_subdomains": true, "pins": "google" },
444     { "name": "google.hu", "include_subdomains": true, "pins": "google" },
445     { "name": "google.ie", "include_subdomains": true, "pins": "google" },
446     { "name": "google.im", "include_subdomains": true, "pins": "google" },
447     { "name": "google.info", "include_subdomains": true, "pins": "google" },
448     { "name": "google.iq", "include_subdomains": true, "pins": "google" },
449     { "name": "google.is", "include_subdomains": true, "pins": "google" },
450     { "name": "google.it", "include_subdomains": true, "pins": "google" },
451     { "name": "google.it.ao", "include_subdomains": true, "pins": "google" },
452     { "name": "google.je", "include_subdomains": true, "pins": "google" },
453     { "name": "google.jo", "include_subdomains": true, "pins": "google" },
454     { "name": "google.jobs", "include_subdomains": true, "pins": "google" },
455     { "name": "google.jp", "include_subdomains": true, "pins": "google" },
456     { "name": "google.kg", "include_subdomains": true, "pins": "google" },
457     { "name": "google.ki", "include_subdomains": true, "pins": "google" },
458     { "name": "google.kz", "include_subdomains": true, "pins": "google" },
459     { "name": "google.la", "include_subdomains": true, "pins": "google" },
460     { "name": "google.li", "include_subdomains": true, "pins": "google" },
461     { "name": "google.lk", "include_subdomains": true, "pins": "google" },
462     { "name": "google.lt", "include_subdomains": true, "pins": "google" },
463     { "name": "google.lu", "include_subdomains": true, "pins": "google" },
464     { "name": "google.lv", "include_subdomains": true, "pins": "google" },
465     { "name": "google.md", "include_subdomains": true, "pins": "google" },
466     { "name": "google.me", "include_subdomains": true, "pins": "google" },
467     { "name": "google.mg", "include_subdomains": true, "pins": "google" },
468     { "name": "google.mk", "include_subdomains": true, "pins": "google" },
469     { "name": "google.ml", "include_subdomains": true, "pins": "google" },
470     { "name": "google.mn", "include_subdomains": true, "pins": "google" },
471     { "name": "google.ms", "include_subdomains": true, "pins": "google" },
472     { "name": "google.mu", "include_subdomains": true, "pins": "google" },
473     { "name": "google.mv", "include_subdomains": true, "pins": "google" },
474     { "name": "google.mw", "include_subdomains": true, "pins": "google" },
475     { "name": "google.ne", "include_subdomains": true, "pins": "google" },
476     { "name": "google.ne.jp", "include_subdomains": true, "pins": "google" },
477     { "name": "google.net", "include_subdomains": true, "pins": "google" },
478     { "name": "google.nl", "include_subdomains": true, "pins": "google" },
479     { "name": "google.no", "include_subdomains": true, "pins": "google" },
480     { "name": "google.nr", "include_subdomains": true, "pins": "google" },
481     { "name": "google.nu", "include_subdomains": true, "pins": "google" },
482     { "name": "google.off.ai", "include_subdomains": true, "pins": "google" },
483     { "name": "google.pk", "include_subdomains": true, "pins": "google" },
484     { "name": "google.pl", "include_subdomains": true, "pins": "google" },
485     { "name": "google.pn", "include_subdomains": true, "pins": "google" },
486     { "name": "google.ps", "include_subdomains": true, "pins": "google" },
487     { "name": "google.pt", "include_subdomains": true, "pins": "google" },
488     { "name": "google.ro", "include_subdomains": true, "pins": "google" },
489     { "name": "google.rs", "include_subdomains": true, "pins": "google" },
490     { "name": "google.ru", "include_subdomains": true, "pins": "google" },
491     { "name": "google.rw", "include_subdomains": true, "pins": "google" },
492     { "name": "google.sc", "include_subdomains": true, "pins": "google" },
493     { "name": "google.se", "include_subdomains": true, "pins": "google" },
494     { "name": "google.sh", "include_subdomains": true, "pins": "google" },
495     { "name": "google.si", "include_subdomains": true, "pins": "google" },
496     { "name": "google.sk", "include_subdomains": true, "pins": "google" },
497     { "name": "google.sm", "include_subdomains": true, "pins": "google" },
498     { "name": "google.sn", "include_subdomains": true, "pins": "google" },
499     { "name": "google.so", "include_subdomains": true, "pins": "google" },
500     { "name": "google.st", "include_subdomains": true, "pins": "google" },
501     { "name": "google.td", "include_subdomains": true, "pins": "google" },
502     { "name": "google.tg", "include_subdomains": true, "pins": "google" },
503     { "name": "google.tk", "include_subdomains": true, "pins": "google" },
504     { "name": "google.tl", "include_subdomains": true, "pins": "google" },
505     { "name": "google.tm", "include_subdomains": true, "pins": "google" },
506     { "name": "google.tn", "include_subdomains": true, "pins": "google" },
507     { "name": "google.to", "include_subdomains": true, "pins": "google" },
508     { "name": "google.tt", "include_subdomains": true, "pins": "google" },
509     { "name": "google.us", "include_subdomains": true, "pins": "google" },
510     { "name": "google.uz", "include_subdomains": true, "pins": "google" },
511     { "name": "google.vg", "include_subdomains": true, "pins": "google" },
512     { "name": "google.vu", "include_subdomains": true, "pins": "google" },
513     { "name": "google.ws", "include_subdomains": true, "pins": "google" },
514     // Exclude the learn.doubleclick.net subdomain because it uses a different
515     // CA.
516     { "name": "learn.doubleclick.net", "include_subdomains": true },
518     // Force HTTPS for sites that have requested it.
519     { "name": "www.paypal.com", "mode": "force-https" },
520     { "name": "paypal.com", "mode": "force-https" },
521     { "name": "www.elanex.biz", "mode": "force-https" },
522     { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" },
523     { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-https" },
524     { "name": "www.noisebridge.net", "mode": "force-https" },
525     { "name": "neg9.org", "mode": "force-https" },
526     { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" },
527     { "name": "factor.cc", "mode": "force-https" },
528     { "name": "members.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
529     { "name": "support.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
530     { "name": "id.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
531     { "name": "lists.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
532     { "name": "webmail.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
533     { "name": "roundcube.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
534     { "name": "aladdinschools.appspot.com", "mode": "force-https" },
535     { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https" },
536     { "name": "www.paycheckrecords.com", "mode": "force-https" },
537     { "name": "lastpass.com", "mode": "force-https" },
538     { "name": "www.lastpass.com", "mode": "force-https" },
539     { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https" },
540     { "name": "entropia.de", "mode": "force-https" },
541     { "name": "www.entropia.de", "mode": "force-https" },
542     { "name": "romab.com", "include_subdomains": true, "mode": "force-https" },
543     { "name": "logentries.com", "mode": "force-https" },
544     { "name": "www.logentries.com", "mode": "force-https" },
545     { "name": "stripe.com", "include_subdomains": true, "mode": "force-https" },
546     { "name": "cloudsecurityalliance.org", "include_subdomains": true, "mode": "force-https" },
547     { "name": "login.sapo.pt", "include_subdomains": true, "mode": "force-https" },
548     { "name": "mattmccutchen.net", "include_subdomains": true, "mode": "force-https" },
549     { "name": "betnet.fr", "include_subdomains": true, "mode": "force-https" },
550     { "name": "uprotect.it", "include_subdomains": true, "mode": "force-https" },
551     { "name": "squareup.com", "mode": "force-https" },
552     { "name": "square.com", "include_subdomains": true, "mode": "force-https" },
553     { "name": "cert.se", "include_subdomains": true, "mode": "force-https" },
554     { "name": "crypto.is", "include_subdomains": true, "mode": "force-https" },
555     { "name": "simon.butcher.name", "include_subdomains": true, "mode": "force-https" },
556     { "name": "linx.net", "include_subdomains": true, "mode": "force-https" },
557     { "name": "dropcam.com", "mode": "force-https" },
558     { "name": "www.dropcam.com", "mode": "force-https" },
559     { "name": "ebanking.indovinabank.com.vn", "include_subdomains": true, "mode": "force-https" },
560     { "name": "epoxate.com", "mode": "force-https" },
561     { "name": "torproject.org", "mode": "force-https", "pins": "tor" },
562     { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
563     { "name": "check.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
564     { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
565     { "name": "dist.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
566     { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force-https" },
567     { "name": "ledgerscope.net", "mode": "force-https" },
568     { "name": "www.ledgerscope.net", "mode": "force-https" },
569     { "name": "app.recurly.com", "include_subdomains": true, "mode": "force-https" },
570     { "name": "api.recurly.com", "include_subdomains": true, "mode": "force-https" },
571     { "name": "greplin.com", "mode": "force-https" },
572     { "name": "www.greplin.com", "mode": "force-https" },
573     { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "force-https" },
574     { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" },
575     { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" },
576     { "name": "grepular.com", "include_subdomains": true, "mode": "force-https" },
577     { "name": "mydigipass.com", "mode": "force-https" },
578     { "name": "www.mydigipass.com", "mode": "force-https" },
579     { "name": "developer.mydigipass.com", "mode": "force-https" },
580     { "name": "www.developer.mydigipass.com", "mode": "force-https" },
581     { "name": "sandbox.mydigipass.com", "mode": "force-https" },
582     { "name": "www.sandbox.mydigipass.com", "mode": "force-https" },
583     { "name": "crypto.cat", "mode": "force-https" },
584     { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "force-https" },
585     { "name": "crate.io", "include_subdomains": true, "mode": "force-https" },
586     { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" },
587     { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-https", "pins": "twitterCom" },
588     { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
589     { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
590     { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
591     { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
592     { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
593     { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
594     { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" },
595     { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force-https" },
596     { "name": "braintreepayments.com", "mode": "force-https" },
597     { "name": "www.braintreepayments.com", "mode": "force-https" },
598     { "name": "emailprivacytester.com", "mode": "force-https" },
599     { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" },
600     { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "force-https" },
601     { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" },
602     { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-https" },
603     { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" },
604     { "name": "jitsi.org", "mode": "force-https" },
605     { "name": "www.jitsi.org", "mode": "force-https" },
606     { "name": "download.jitsi.org", "mode": "force-https" },
607     { "name": "sol.io", "include_subdomains": true, "mode": "force-https" },
608     { "name": "irccloud.com", "mode": "force-https" },
609     { "name": "www.irccloud.com", "mode": "force-https" },
610     { "name": "alpha.irccloud.com", "mode": "force-https" },
611     { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" },
612     { "name": "browserid.org", "include_subdomains": true, "mode": "force-https" },
613     { "name": "login.persona.org", "include_subdomains": true, "mode": "force-https" },
614     { "name": "neonisi.com", "mode": "force-https" },
615     { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-https" },
616     { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-https" },
617     { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-https" },
618     { "name": "howrandom.org", "include_subdomains": true, "mode": "force-https" },
619     { "name": "intercom.io", "mode": "force-https" },
620     { "name": "api.intercom.io", "mode": "force-https" },
621     { "name": "www.intercom.io", "mode": "force-https" },
622     { "name": "fatzebra.com.au", "include_subdomains": true, "mode": "force-https" },
623     { "name": "csawctf.poly.edu", "include_subdomains": true, "mode": "force-https" },
624     { "name": "makeyourlaws.org", "include_subdomains": true, "mode": "force-https" },
625     { "name": "www.makeyourlaws.org", "mode": "force-https" },
626     { "name": "iop.intuit.com", "include_subdomains": true, "mode": "force-https" },
627     { "name": "surfeasy.com", "mode": "force-https" },
628     { "name": "www.surfeasy.com", "mode": "force-https" },
629     { "name": "packagist.org", "mode": "force-https" },
630     { "name": "lookout.com", "mode": "force-https" },
631     { "name": "www.lookout.com", "mode": "force-https" },
632     { "name": "mylookout.com", "mode": "force-https" },
633     { "name": "www.mylookout.com", "mode": "force-https" },
634     { "name": "dm.lookout.com", "include_subdomains": true, "mode": "force-https" },
635     { "name": "business.lookout.com", "include_subdomains": true, "mode": "force-https" },
636     { "name": "blog.lookout.com", "include_subdomains": true, "mode": "force-https" },
637     { "name": "faq.lookout.com", "include_subdomains": true, "mode": "force-https" },
638     { "name": "platform.lookout.com", "include_subdomains": true, "mode": "force-https" },
639     { "name": "email.lookout.com", "include_subdomains": true, "mode": "force-https" },
640     { "name": "app.lookout.com", "include_subdomains": true, "mode": "force-https" },
641     { "name": "api.lookout.com", "include_subdomains": true, "mode": "force-https" },
642     { "name": "keymaster.lookout.com", "include_subdomains": true, "mode": "force-https" },
643     { "name": "mygadgetguardian.lookout.com", "include_subdomains": true, "mode": "force-https" },
644     { "name": "discovery.lookout.com", "include_subdomains": true, "mode": "force-https" },
645     { "name": "mobilethreat.net", "include_subdomains": true, "mode": "force-https" },
646     { "name": "mobilethreatnetwork.net", "include_subdomains": true, "mode": "force-https" },
647     { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" },
648     { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https" },
649     { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force-https" },
650     { "name": "therapynotes.com", "mode": "force-https" },
651     { "name": "www.therapynotes.com", "mode": "force-https" },
652     { "name": "wiz.biz", "include_subdomains": true, "mode": "force-https" },
653     { "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https" },
654     { "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-https" },
655     { "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https" },
656     { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
657     { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
658     { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" },
659     { "name": "serverdensity.io", "include_subdomains": true, "mode": "force-https" },
660     { "name": "my.alfresco.com", "include_subdomains": true, "mode": "force-https" },
661     { "name": "webmail.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
662     { "name": "paymill.com", "include_subdomains": true, "mode": "force-https" },
663     { "name": "paymill.de", "include_subdomains": true, "mode": "force-https" },
664     { "name": "gocardless.com", "include_subdomains": true, "mode": "force-https" },
665     { "name": "espra.com", "include_subdomains": true, "mode": "force-https" },
666     { "name": "zoo24.de", "include_subdomains": true, "mode": "force-https" },
667     { "name": "mega.co.nz", "mode": "force-https" },
668     { "name": "api.mega.co.nz", "include_subdomains": true, "mode": "force-https" },
669     { "name": "lockify.com", "include_subdomains": true, "mode": "force-https" },
670     { "name": "writeapp.me", "mode": "force-https" },
671     { "name": "bugzilla.mozilla.org", "include_subdomains": true, "mode": "force-https" },
672     { "name": "members.nearlyfreespeech.net", "include_subdomains": true, "mode": "force-https" },
673     { "name": "ssl.panoramio.com", "mode": "force-https" },
674     { "name": "kiwiirc.com", "mode": "force-https" },
675     { "name": "pay.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
676     { "name": "controlcenter.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
677     { "name": "simple.com", "mode": "force-https" },
678     { "name": "www.simple.com", "mode": "force-https" },
679     { "name": "fj.simple.com", "mode": "force-https" },
680     { "name": "api.simple.com", "mode": "force-https" },
681     { "name": "bank.simple.com", "include_subdomains": true, "mode": "force-https" },
682     { "name": "bassh.net", "include_subdomains": true, "mode": "force-https" },
683     { "name": "sah3.net", "include_subdomains": true, "mode": "force-https" },
684     { "name": "grc.com", "mode": "force-https" },
685     { "name": "www.grc.com", "mode": "force-https" },
686     { "name": "linode.com", "mode": "force-https" },
687     { "name": "www.linode.com", "mode": "force-https" },
688     { "name": "manager.linode.com", "mode": "force-https" },
689     { "name": "blog.linode.com", "mode": "force-https" },
690     { "name": "library.linode.com", "mode": "force-https" },
691     { "name": "forum.linode.com", "mode": "force-https" },
692     { "name": "p.linode.com", "mode": "force-https" },
693     { "name": "paste.linode.com", "mode": "force-https" },
694     { "name": "pastebin.linode.com", "mode": "force-https" },
695     { "name": "inertianetworks.com", "include_subdomains": true, "mode": "force-https" },
696     { "name": "carezone.com", "mode": "force-https" },
697     { "name": "conformal.com", "include_subdomains": true, "mode": "force-https" },
698     { "name": "cyphertite.com", "include_subdomains": true, "mode": "force-https" },
699     { "name": "logotype.se", "include_subdomains": true, "mode": "force-https" },
700     { "name": "bccx.com", "include_subdomains": true, "mode": "force-https" },
701     { "name": "launchkey.com", "include_subdomains": true, "mode": "force-https" },
702     { "name": "carlolly.co.uk", "include_subdomains": true, "mode": "force-https" },
703     { "name": "www.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
704     { "name": "blog.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
705     { "name": "whonix.org", "include_subdomains": true, "mode": "force-https" },
706     { "name": "shodan.io", "include_subdomains": true, "mode": "force-https" },
707     { "name": "rapidresearch.me", "include_subdomains": true, "mode": "force-https" },
708     { "name": "surkatty.org", "include_subdomains": true, "mode": "force-https" },
709     { "name": "securityheaders.com", "include_subdomains": true, "mode": "force-https" },
710     { "name": "haste.ch", "include_subdomains": true, "mode": "force-https" },
711     { "name": "mudcrab.us", "include_subdomains": true, "mode": "force-https" },
712     { "name": "mediacru.sh", "include_subdomains": true, "mode": "force-https" },
713     { "name": "lolicore.ch", "include_subdomains": true, "mode": "force-https" },
714     { "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https" },
715     { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" },
716     { "name": "bcrook.com", "mode": "force-https" },
717     { "name": "wiki.python.org", "include_subdomains": true, "mode": "force-https" },
718     { "name": "lumi.do", "mode": "force-https" },
719     { "name": "appseccalifornia.org", "include_subdomains": true, "mode": "force-https" },
720     { "name": "crowdcurity.com", "include_subdomains": true, "mode": "force-https" },
721     { "name": "saturngames.co.uk", "include_subdomains": true, "mode": "force-https" },
722     { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "force-https" },
723     { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "force-https" },
724     { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-https" },
725     { "name": "bitbucket.org", "mode": "force-https" },
726     { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" },
727     { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" },
728     { "name": "tent.io", "include_subdomains": true, "mode": "force-https" },
729     { "name": "cybozu.com", "include_subdomains": true,  "mode": "force-https" },
730     { "name": "davidlyness.com", "include_subdomains": true,  "mode": "force-https" },
731     { "name": "medium.com", "include_subdomains": true,  "mode": "force-https" },
732     { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https" },
733     { "name": "kinsights.com", "mode": "force-https" },
734     { "name": "simbolo.co.uk", "mode": "force-https" },
735     { "name": "www.simbolo.co.uk", "mode": "force-https" },
736     { "name": "zenpayroll.com", "mode": "force-https" },
737     { "name": "www.zenpayroll.com", "mode": "force-https" },
738     { "name": "get.zenpayroll.com", "mode": "force-https" },
739     { "name": "errors.zenpayroll.com", "mode": "force-https" },
740     { "name": "manage.zenpayroll.com", "mode": "force-https" },
741     { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-https" },
742     { "name": "skydrive.live.com", "include_subdomains": true, "mode": "force-https" },
743     { "name": "lifeguard.aecom.com", "include_subdomains": true, "mode": "force-https" },
744     { "name": "data.qld.gov.au", "mode": "force-https" },
745     { "name": "publications.qld.gov.au", "mode": "force-https" },
746     { "name": "go.xero.com", "include_subdomains": true, "mode": "force-https" },
747     { "name": "login.xero.com", "include_subdomains": true, "mode": "force-https" },
748     { "name": "my.xero.com", "include_subdomains": true, "mode": "force-https" },
749     { "name": "payroll.xero.com", "include_subdomains": true, "mode": "force-https" },
750     { "name": "in.xero.com", "include_subdomains": true, "mode": "force-https" },
751     { "name": "api.xero.com", "include_subdomains": true, "mode": "force-https" },
752     { "name": "eff.org", "include_subdomains": true, "mode": "force-https" },
753     { "name": "mail.de", "include_subdomains": true, "mode": "force-https" },
754     { "name": "passport.yandex.ru", "mode": "force-https" },
755     { "name": "passport.yandex.com", "mode": "force-https" },
756     { "name": "passport.yandex.ua", "mode": "force-https" },
757     { "name": "passport.yandex.by", "mode": "force-https" },
758     { "name": "passport.yandex.kz", "mode": "force-https" },
759     { "name": "passport.yandex.com.tr", "mode": "force-https" },
760     { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" },
761     { "name": "getcloak.com", "mode": "force-https" },
762     { "name": "www.getcloak.com", "mode": "force-https" },
763     { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-https" },
764     { "name": "opsmate.com", "mode": "force-https" },
765     { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-https" },
766     { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" },
767     { "name": "www.evernote.com", "mode": "force-https" },
768     { "name": "app.yinxiang.com", "mode": "force-https" },
769     { "name": "neilwynne.com", "mode": "force-https" },
770     { "name": "calyxinstitute.org", "mode": "force-https" },
771     { "name": "www.calyxinstitute.org", "mode": "force-https" },
772     { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https" },
773     { "name": "boxcryptor.com", "include_subdomains": true, "mode": "force-https" },
774     { "name": "aclu.org", "mode": "force-https" },
775     { "name": "www.aclu.org", "mode": "force-https" },
776     { "name": "prodpad.com", "include_subdomains": true, "mode": "force-https" },
777     { "name": "mailbox.org", "include_subdomains": true, "mode": "force-https" },
778     { "name": "roddis.net", "include_subdomains": true, "mode": "force-https" },
779     { "name": "fiken.no", "include_subdomains": true, "mode": "force-https" },
780     { "name": "fairbill.com", "include_subdomains": true, "mode": "force-https" },
781     { "name": "nexth.net", "include_subdomains": true, "mode": "force-https" },
782     { "name": "nexth.us", "include_subdomains": true, "mode": "force-https" },
783     { "name": "nexth.de", "include_subdomains": true, "mode": "force-https" },
784     { "name": "souyar.net", "include_subdomains": true, "mode": "force-https" },
785     { "name": "souyar.de", "include_subdomains": true, "mode": "force-https" },
786     { "name": "souyar.us", "include_subdomains": true, "mode": "force-https" },
787     { "name": "www.banking.co.at", "mode": "force-https" },
788     { "name": "mbp.banking.co.at", "mode": "force-https" },
789     { "name": "feedbin.com", "mode": "force-https" },
790     { "name": "heha.co", "include_subdomains": true, "mode": "force-https" },
791     { "name": "passwordbox.com", "include_subdomains": true, "mode": "force-https" },
792     { "name": "python.org", "mode": "force-https" },
793     { "name": "pypi.python.org", "include_subdomains": true, "mode": "force-https" },
794     { "name": "www.python.org", "include_subdomains": true, "mode": "force-https" },
795     { "name": "docs.python.org", "include_subdomains": true, "mode": "force-https" },
796     { "name": "encircleapp.com", "include_subdomains": true, "mode": "force-https" },
797     { "name": "onedrive.live.com", "include_subdomains": true, "mode": "force-https" },
798     { "name": "onedrive.com", "include_subdomains": true, "mode": "force-https" },
799     { "name": "keepersecurity.com", "include_subdomains": true, "mode": "force-https" },
800     { "name": "keeperapp.com", "include_subdomains": true, "mode": "force-https" },
801     { "name": "donmez.ws", "include_subdomains": true, "mode": "force-https" },
802     { "name": "activiti.alfresco.com", "mode": "force-https" },
803     { "name": "cloudcert.org", "include_subdomains": true, "mode": "force-https" },
804     { "name": "seifried.org", "include_subdomains": true, "mode": "force-https" },
805     { "name": "wepay.com", "mode": "force-https" },
806     { "name": "www.wepay.com", "mode": "force-https" },
807     { "name": "static.wepay.com", "mode": "force-https" },
808     { "name": "stage.wepay.com", "mode": "force-https" },
809     { "name": "vmoagents.com", "mode": "force-https" },
810     { "name": "adsfund.org", "include_subdomains": true, "mode": "force-https" },
811     { "name": "pult.co", "mode": "force-https" },
812     { "name": "dillonkorman.com", "include_subdomains": true, "mode": "force-https" },
813     { "name": "edmodo.com", "include_subdomains": true, "mode": "force-https" },
814     { "name": "www.eternalgoth.co.uk", "mode": "force-https" },
815     { "name": "app.manilla.com", "include_subdomains": true, "mode": "force-https" },
816     { "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https" },
817     { "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" },
818     { "name": "noexpect.org", "include_subdomains": true, "mode": "force-https" },
819     { "name": "airbnb.com", "mode": "force-https" },
820     { "name": "www.airbnb.com", "include_subdomains": true, "mode": "force-https" },
821     { "name": "usaa.com", "mode": "force-https" },
822     { "name": "www.usaa.com", "mode": "force-https" },
823     { "name": "mobile.usaa.com", "mode": "force-https" },
824     { "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" },
825     { "name": "detectify.com", "mode": "force-https" },
826     { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" },
827     { "name": "manageprojects.com", "include_subdomains": true, "mode": "force-https" },
828     { "name": "tinfoilsecurity.com", "mode": "force-https" },
829     { "name": "www.tinfoilsecurity.com", "mode": "force-https" },
830     { "name": "imouto.my", "mode": "force-https" },
831     { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" },
832     { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-https" },
833     { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-https" },
834     { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-https" },
835     { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-https" },
836     { "name": "www.capitainetrain.com", "mode": "force-https" },
837     { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force-https" },
838     { "name": "z.ai", "include_subdomains": true, "mode": "force-https" },
839     { "name": "wildbee.org", "include_subdomains": true, "mode": "force-https" },
840     { "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-https" },
841     { "name": "dropbox.com", "mode": "force-https", "include_subdomains_for_pinning": true, "pins": "dropbox" },
842     { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" },
843     { "name": "dropboxstatic.com", "include_subdomains_for_pinning": true, "pins": "dropbox" },
844     { "name": "dropboxusercontent.com", "include_subdomains_for_pinning": true, "pins": "dropbox" },
845     { "name": "code-poets.co.uk", "include_subdomains": true, "mode": "force-https" },
846     { "name": "jackyyf.com", "mode": "force-https" },
847     { "name": "flynn.io", "include_subdomains": true, "mode": "force-https" },
848     { "name": "hackerone.com", "include_subdomains": true, "mode": "force-https" },
849     { "name": "hackerone-user-content.com", "include_subdomains": true, "mode": "force-https" },
850     { "name": "gamesdepartment.co.uk", "mode": "force-https" },
851     { "name": "www.gamesdepartment.co.uk", "include_subdomains": true, "mode": "force-https" },
852     { "name": "schokokeks.org", "include_subdomains": true, "mode": "force-https" },
853     { "name": "mwe.st", "include_subdomains": true, "mode": "force-https" },
854     { "name": "ub3rk1tten.com", "include_subdomains": true, "mode": "force-https" },
855     { "name": "addvocate.com", "include_subdomains": true, "mode": "force-https" },
856     { "name": "alexsexton.com", "include_subdomains": true, "mode": "force-https" },
857     { "name": "azprep.us", "include_subdomains": true, "mode": "force-https" },
858     { "name": "beneathvt.com", "include_subdomains": true, "mode": "force-https" },
859     { "name": "cloudup.com", "include_subdomains": true, "mode": "force-https" },
860     { "name": "cryptopartyatx.org", "include_subdomains": true, "mode": "force-https" },
861     { "name": "cybershambles.com", "include_subdomains": true, "mode": "force-https" },
862     { "name": "ed.gs", "include_subdomains": true, "mode": "force-https" },
863     { "name": "forewordreviews.com", "include_subdomains": true, "mode": "force-https" },
864     { "name": "giacomopelagatti.it", "include_subdomains": true, "mode": "force-https" },
865     { "name": "helichat.de", "include_subdomains": true, "mode": "force-https" },
866     { "name": "hostinginnederland.nl", "include_subdomains": true, "mode": "force-https" },
867     { "name": "isitchristmas.com", "include_subdomains": true, "mode": "force-https" },
868     { "name": "konklone.com", "include_subdomains": true, "mode": "force-https" },
869     { "name": "koop-bremen.de", "include_subdomains": true, "mode": "force-https" },
870     { "name": "kura.io", "include_subdomains": true, "mode": "force-https" },
871     { "name": "markusueberallassetmanagement.de", "include_subdomains": true, "mode": "force-https" },
872     { "name": "mikewest.org", "include_subdomains": true, "mode": "force-https" },
873     { "name": "miskatonic.org", "include_subdomains": true, "mode": "force-https" },
874     { "name": "optimus.io", "include_subdomains": true, "mode": "force-https" },
875     { "name": "oversight.io", "include_subdomains": true, "mode": "force-https" },
876     { "name": "picksin.club", "include_subdomains": true, "mode": "force-https" },
877     { "name": "pressfreedomfoundation.org", "include_subdomains": true, "mode": "force-https" },
878     { "name": "projektzentrisch.de", "include_subdomains": true, "mode": "force-https" },
879     { "name": "rippleunion.com", "include_subdomains": true, "mode": "force-https" },
880     { "name": "robteix.com", "include_subdomains": true, "mode": "force-https" },
881     { "name": "s-c.se", "include_subdomains": true, "mode": "force-https" },
882     { "name": "security-carpet.com", "include_subdomains": true, "mode": "force-https" },
883     { "name": "sherbers.de", "include_subdomains": true, "mode": "force-https" },
884     { "name": "tittelbach.at", "include_subdomains": true, "mode": "force-https" },
885     { "name": "tomfisher.eu", "include_subdomains": true, "mode": "force-https" },
886     { "name": "wunderlist.com", "include_subdomains": true, "mode": "force-https" },
887     { "name": "zotero.org", "include_subdomains": true, "mode": "force-https" },
888     { "name": "adamkostecki.de", "include_subdomains": true, "mode": "force-https" },
889     { "name": "archlinux.de", "include_subdomains": true, "mode": "force-https" },
890     { "name": "auf-feindgebiet.de", "include_subdomains": true, "mode": "force-https" },
891     { "name": "baruch.me", "include_subdomains": true, "mode": "force-https" },
892     { "name": "bedeta.de", "include_subdomains": true, "mode": "force-https" },
893     { "name": "benjamins.com", "include_subdomains": true, "mode": "force-https" },
894     { "name": "bl4ckb0x.com", "include_subdomains": true, "mode": "force-https" },
895     { "name": "bl4ckb0x.de", "include_subdomains": true, "mode": "force-https" },
896     { "name": "bl4ckb0x.info", "include_subdomains": true, "mode": "force-https" },
897     { "name": "bl4ckb0x.net", "include_subdomains": true, "mode": "force-https" },
898     { "name": "bl4ckb0x.org", "include_subdomains": true, "mode": "force-https" },
899     { "name": "blocksatz-medien.de", "include_subdomains": true, "mode": "force-https" },
900     { "name": "conrad-kostecki.de", "include_subdomains": true, "mode": "force-https" },
901     { "name": "cube.de", "include_subdomains": true, "mode": "force-https" },
902     { "name": "datenkeks.de", "include_subdomains": true, "mode": "force-https" },
903     { "name": "derhil.de", "include_subdomains": true, "mode": "force-https" },
904     { "name": "energy-drink-magazin.de", "include_subdomains": true, "mode": "force-https" },
905     { "name": "ferienhaus-polchow-ruegen.de", "include_subdomains": true, "mode": "force-https" },
906     { "name": "fischer-its.com", "include_subdomains": true, "mode": "force-https" },
907     { "name": "freeshell.de", "include_subdomains": true, "mode": "force-https" },
908     { "name": "greensolid.biz", "include_subdomains": true, "mode": "force-https" },
909     { "name": "hasilocke.de", "include_subdomains": true, "mode": "force-https" },
910     { "name": "hausverbrauch.de", "include_subdomains": true, "mode": "force-https" },
911     { "name": "helpium.de", "include_subdomains": true, "mode": "force-https" },
912     { "name": "hex2013.com", "include_subdomains": true, "mode": "force-https" },
913     { "name": "honeytracks.com", "include_subdomains": true, "mode": "force-https" },
914     { "name": "ihrlotto.de", "include_subdomains": true, "mode": "force-https" },
915     { "name": "jonas-keidel.de", "include_subdomains": true, "mode": "force-https" },
916     { "name": "jonaswitmer.ch", "include_subdomains": true, "mode": "force-https" },
917     { "name": "k-dev.de", "include_subdomains": true, "mode": "force-https" },
918     { "name": "kraken.io", "include_subdomains": true, "mode": "force-https" },
919     { "name": "lagerauftrag.info", "include_subdomains": true, "mode": "force-https" },
920     { "name": "lavalite.de", "include_subdomains": true, "mode": "force-https" },
921     { "name": "loenshotel.de", "include_subdomains": true, "mode": "force-https" },
922     { "name": "loftboard.eu", "include_subdomains": true, "mode": "force-https" },
923     { "name": "mondwandler.de", "include_subdomains": true, "mode": "force-https" },
924     { "name": "mountainroseherbs.com", "include_subdomains": true, "mode": "force-https" },
925     { "name": "movlib.org", "include_subdomains": true, "mode": "force-https" },
926     { "name": "musicgamegalaxy.de", "include_subdomains": true, "mode": "force-https" },
927     { "name": "mynigma.org", "include_subdomains": true, "mode": "force-https" },
928     { "name": "nachsenden.info", "include_subdomains": true, "mode": "force-https" },
929     { "name": "netzbit.de", "include_subdomains": true, "mode": "force-https" },
930     { "name": "pdf.yt", "include_subdomains": true, "mode": "force-https" },
931     { "name": "pierre-schmitz.com", "include_subdomains": true, "mode": "force-https" },
932     { "name": "promecon-gmbh.de", "include_subdomains": true, "mode": "force-https" },
933     { "name": "prowhisky.de", "include_subdomains": true, "mode": "force-https" },
934     { "name": "pubkey.is", "include_subdomains": true, "mode": "force-https" },
935     { "name": "qetesh.de", "include_subdomains": true, "mode": "force-https" },
936     { "name": "riccy.org", "include_subdomains": true, "mode": "force-https" },
937     { "name": "scrambl.is", "include_subdomains": true, "mode": "force-https" },
938     { "name": "tageau.com", "include_subdomains": true, "mode": "force-https" },
939     { "name": "ukrainians.ch", "include_subdomains": true, "mode": "force-https" },
940     { "name": "viennan.net", "include_subdomains": true, "mode": "force-https" },
941     { "name": "winhistory-forum.net", "include_subdomains": true, "mode": "force-https" },
942     { "name": "y-o-w.com", "include_subdomains": true, "mode": "force-https" },
943     { "name": "explodie.org", "include_subdomains": true, "mode": "force-https" },
944     { "name": "aie.de", "include_subdomains": true, "mode": "force-https" },
945     { "name": "baer.im", "include_subdomains": true, "mode": "force-https" },
946     { "name": "bayrisch-fuer-anfaenger.de", "include_subdomains": true, "mode": "force-https" },
947     { "name": "beastowner.com", "include_subdomains": true, "mode": "force-https" },
948     { "name": "beastowner.li", "include_subdomains": true, "mode": "force-https" },
949     { "name": "best-wedding-quotes.com", "include_subdomains": true, "mode": "force-https" },
950     { "name": "bitfactory.ws", "include_subdomains": true, "mode": "force-https" },
951     { "name": "bohramt.de", "include_subdomains": true, "mode": "force-https" },
952     { "name": "buddhistische-weisheiten.org", "include_subdomains": true, "mode": "force-https" },
953     { "name": "cartouche24.eu", "include_subdomains": true, "mode": "force-https" },
954     { "name": "cartucce24.it", "include_subdomains": true, "mode": "force-https" },
955     { "name": "celltek-server.de", "include_subdomains": true, "mode": "force-https" },
956     { "name": "clapping-rhymes.com", "include_subdomains": true, "mode": "force-https" },
957     { "name": "die-besten-weisheiten.de", "include_subdomains": true, "mode": "force-https" },
958     { "name": "edyou.eu", "include_subdomains": true, "mode": "force-https" },
959     { "name": "eurotramp.com", "include_subdomains": true, "mode": "force-https" },
960     { "name": "forodeespanol.com", "include_subdomains": true, "mode": "force-https" },
961     { "name": "gemeinfreie-lieder.de", "include_subdomains": true, "mode": "force-https" },
962     { "name": "getdigitized.net", "include_subdomains": true, "mode": "force-https" },
963     { "name": "globuli-info.de", "include_subdomains": true, "mode": "force-https" },
964     { "name": "guphi.net", "include_subdomains": true, "mode": "force-https" },
965     { "name": "guthabenkarten-billiger.de", "include_subdomains": true, "mode": "force-https" },
966     { "name": "haufschild.de", "include_subdomains": true, "mode": "force-https" },
967     { "name": "hoerbuecher-und-hoerspiele.de", "include_subdomains": true, "mode": "force-https" },
968     { "name": "iban.is", "include_subdomains": true, "mode": "force-https" },
969     { "name": "irische-segenswuensche.info", "include_subdomains": true, "mode": "force-https" },
970     { "name": "it-schwerin.de", "include_subdomains": true, "mode": "force-https" },
971     { "name": "janus-engineering.de", "include_subdomains": true, "mode": "force-https" },
972     { "name": "jfreitag.de", "include_subdomains": true, "mode": "force-https" },
973     { "name": "julian-kipka.de", "include_subdomains": true, "mode": "force-https" },
974     { "name": "kardize24.pl", "include_subdomains": true, "mode": "force-https" },
975     { "name": "kernel-error.de", "include_subdomains": true, "mode": "force-https" },
976     { "name": "kinderbuecher-kostenlos.de", "include_subdomains": true, "mode": "force-https" },
977     { "name": "kitsta.com", "include_subdomains": true, "mode": "force-https" },
978     { "name": "klatschreime.de", "include_subdomains": true, "mode": "force-https" },
979     { "name": "kleidertauschpartys.de", "include_subdomains": true, "mode": "force-https" },
980     { "name": "koordinate.net", "include_subdomains": true, "mode": "force-https" },
981     { "name": "lasst-uns-beten.de", "include_subdomains": true, "mode": "force-https" },
982     { "name": "lb-toner.de", "include_subdomains": true, "mode": "force-https" },
983     { "name": "mandala-ausmalbilder.de", "include_subdomains": true, "mode": "force-https" },
984     { "name": "mathiasbynens.be", "include_subdomains": true, "mode": "force-https" },
985     { "name": "klaxn.com", "include_subdomains": true, "mode": "force-https" },
986     { "name": "mig5.net", "include_subdomains": true, "mode": "force-https" },
987     { "name": "netzpolitik.org", "include_subdomains": true, "mode": "force-https" },
988     { "name": "npw.net", "include_subdomains": true, "mode": "force-https" },
989     { "name": "otakuworld.de", "include_subdomains": true, "mode": "force-https" },
990     { "name": "pajonzeck.de", "include_subdomains": true, "mode": "force-https" },
991     { "name": "rad-route.de", "include_subdomains": true, "mode": "force-https" },
992     { "name": "raiseyourflag.com", "include_subdomains": true, "mode": "force-https" },
993     { "name": "redports.org", "include_subdomains": true, "mode": "force-https" },
994     { "name": "reserve-online.net", "include_subdomains": true, "mode": "force-https" },
995     { "name": "riesenmagnete.de", "include_subdomains": true, "mode": "force-https" },
996     { "name": "rosenkeller.org", "include_subdomains": true, "mode": "force-https" },
997     { "name": "salaervergleich.com", "include_subdomains": true, "mode": "force-https" },
998     { "name": "schwarzer.it", "include_subdomains": true, "mode": "force-https" },
999     { "name": "secuvera.de", "include_subdomains": true, "mode": "force-https" },
1000     { "name": "siammedia.co", "include_subdomains": true, "mode": "force-https" },
1001     { "name": "simplystudio.com", "include_subdomains": true, "mode": "force-https" },
1002     { "name": "sprueche-zum-valentinstag.de", "include_subdomains": true, "mode": "force-https" },
1003     { "name": "sprueche-zur-geburt.info", "include_subdomains": true, "mode": "force-https" },
1004     { "name": "sprueche-zur-hochzeit.de", "include_subdomains": true, "mode": "force-https" },
1005     { "name": "sprueche-zur-konfirmation.de", "include_subdomains": true, "mode": "force-https" },
1006     { "name": "studydrive.net", "include_subdomains": true, "mode": "force-https" },
1007     { "name": "supplies24.at", "include_subdomains": true, "mode": "force-https" },
1008     { "name": "supplies24.es", "include_subdomains": true, "mode": "force-https" },
1009     { "name": "tatort-fanpage.de", "include_subdomains": true, "mode": "force-https" },
1010     { "name": "tektoria.de", "include_subdomains": true, "mode": "force-https" },
1011     { "name": "texte-zur-taufe.de", "include_subdomains": true, "mode": "force-https" },
1012     { "name": "tinte24.de", "include_subdomains": true, "mode": "force-https" },
1013     { "name": "tintenfix.net", "include_subdomains": true, "mode": "force-https" },
1014     { "name": "tipps-fuer-den-haushalt.de", "include_subdomains": true, "mode": "force-https" },
1015     { "name": "toner24.at", "include_subdomains": true, "mode": "force-https" },
1016     { "name": "toner24.co.uk", "include_subdomains": true, "mode": "force-https" },
1017     { "name": "toner24.es", "include_subdomains": true, "mode": "force-https" },
1018     { "name": "toner24.fr", "include_subdomains": true, "mode": "force-https" },
1019     { "name": "toner24.it", "include_subdomains": true, "mode": "force-https" },
1020     { "name": "toner24.nl", "include_subdomains": true, "mode": "force-https" },
1021     { "name": "toner24.pl", "include_subdomains": true, "mode": "force-https" },
1022     { "name": "tonerdepot.de", "include_subdomains": true, "mode": "force-https" },
1023     { "name": "tonerjet.at", "include_subdomains": true, "mode": "force-https" },
1024     { "name": "tonerjet.co.uk", "include_subdomains": true, "mode": "force-https" },
1025     { "name": "tonerklick.de", "include_subdomains": true, "mode": "force-https" },
1026     { "name": "tonerkurier.de", "include_subdomains": true, "mode": "force-https" },
1027     { "name": "tonermaus.de", "include_subdomains": true, "mode": "force-https" },
1028     { "name": "tonermonster.de", "include_subdomains": true, "mode": "force-https" },
1029     { "name": "tonex.de", "include_subdomains": true, "mode": "force-https" },
1030     { "name": "tonex.nl", "include_subdomains": true, "mode": "force-https" },
1031     { "name": "trauertexte.info", "include_subdomains": true, "mode": "force-https" },
1032     { "name": "unterfrankenclan.de", "include_subdomains": true, "mode": "force-https" },
1033     { "name": "webandmore.de", "include_subdomains": true, "mode": "force-https" },
1034     { "name": "welches-kinderfahrrad.de", "include_subdomains": true, "mode": "force-https" },
1035     { "name": "apadvantage.com", "include_subdomains": true, "mode": "force-https" },
1036     { "name": "apn-einstellungen.de", "include_subdomains": true, "mode": "force-https" },
1037     { "name": "barcodeberlin.com", "include_subdomains": true, "mode": "force-https" },
1038     { "name": "certible.com", "include_subdomains": true, "mode": "force-https" },
1039     { "name": "data-abundance.com", "include_subdomains": true, "mode": "force-https" },
1040     { "name": "dedimax.de", "include_subdomains": true, "mode": "force-https" },
1041     { "name": "hostix.de", "include_subdomains": true, "mode": "force-https" },
1042     { "name": "janoberst.com", "include_subdomains": true, "mode": "force-https" },
1043     { "name": "jelmer.co.uk", "include_subdomains": true, "mode": "force-https" },
1044     { "name": "jelmer.uk", "include_subdomains": true, "mode": "force-https" },
1045     { "name": "munich-rage.de", "include_subdomains": true, "mode": "force-https" },
1046     { "name": "posteo.de", "include_subdomains": true, "mode": "force-https" },
1047     { "name": "stationary-traveller.eu", "include_subdomains": true, "mode": "force-https" },
1048     { "name": "thepaymentscompany.com", "include_subdomains": true, "mode": "force-https" },
1049     { "name": "xps2pdf.co.uk", "include_subdomains": true, "mode": "force-https" },
1050     { "name": "ansdell.net", "include_subdomains": true, "mode": "force-https" },
1051     { "name": "brunosouza.org", "include_subdomains": true, "mode": "force-https" },
1052     { "name": "bugzil.la", "include_subdomains": true, "mode": "force-https" },
1053     { "name": "bytepark.de", "include_subdomains": true, "mode": "force-https" },
1054     { "name": "ethitter.com", "include_subdomains": true, "mode": "force-https" },
1055     { "name": "firemail.io", "include_subdomains": true, "mode": "force-https" },
1056     { "name": "gmantra.org", "include_subdomains": true, "mode": "force-https" },
1057     { "name": "mach-politik.ch", "include_subdomains": true, "mode": "force-https" },
1058     { "name": "malnex.de", "include_subdomains": true, "mode": "force-https" },
1059     { "name": "mutantmonkey.sexy", "include_subdomains": true, "mode": "force-https" },
1060     { "name": "ng-security.com", "include_subdomains": true, "mode": "force-https" },
1061     { "name": "palava.tv", "include_subdomains": true, "mode": "force-https" },
1062     { "name": "reedloden.com", "include_subdomains": true, "mode": "force-https" },
1063     { "name": "rws-vertriebsportal.de", "include_subdomains": true, "mode": "force-https" },
1064     { "name": "sdsl-speedtest.de", "include_subdomains": true, "mode": "force-https" },
1065     { "name": "servethecity-karlsruhe.de", "include_subdomains": true, "mode": "force-https" },
1066     { "name": "tunebitfm.de", "include_subdomains": true, "mode": "force-https" },
1067     { "name": "websenat.de", "include_subdomains": true, "mode": "force-https" },
1068     { "name": "zeropush.com", "include_subdomains": true, "mode": "force-https" },
1069     { "name": "ludwig.im", "include_subdomains": true, "mode": "force-https" },
1070     { "name": "gparent.org", "mode": "force-https" },
1071     { "name": "blog.gparent.org", "mode": "force-https" },
1072     { "name": "m.gparent.org", "mode": "force-https" },
1073     { "name": "ca.gparent.org", "mode": "force-https" },
1074     { "name": "simpletax.ca", "mode": "force-https" },
1075     { "name": "help.simpletax.ca", "mode": "force-https" },
1076     { "name": "app.simpletax.ca", "mode": "force-https" },
1077     { "name": "daphne.informatik.uni-freiburg.de", "mode": "force-https" },
1078     { "name": "bedreid.dk", "include_subdomains": true, "mode": "force-https" },
1079     { "name": "cotonea.de", "include_subdomains": true, "mode": "force-https" },
1080     { "name": "everhome.de", "include_subdomains": true, "mode": "force-https" },
1081     { "name": "fixingdns.com", "include_subdomains": true, "mode": "force-https" },
1082     { "name": "flamer-scene.com", "include_subdomains": true, "mode": "force-https" },
1083     { "name": "insouciant.org", "include_subdomains": true, "mode": "force-https" },
1084     { "name": "kaheim.de", "include_subdomains": true, "mode": "force-https" },
1085     { "name": "kevincox.ca", "include_subdomains": true, "mode": "force-https" },
1086     { "name": "lingolia.com", "include_subdomains": true, "mode": "force-https" },
1087     { "name": "matatall.com", "include_subdomains": true, "mode": "force-https" },
1088     { "name": "net-safe.info", "include_subdomains": true, "mode": "force-https" },
1089     { "name": "okmx.de", "include_subdomains": true, "mode": "force-https" },
1090     { "name": "osterkraenzchen.de", "include_subdomains": true, "mode": "force-https" },
1091     { "name": "parent5446.us", "include_subdomains": true, "mode": "force-https" },
1092     { "name": "patt.us", "include_subdomains": true, "mode": "force-https" },
1093     { "name": "peercraft.com", "include_subdomains": true, "mode": "force-https" },
1094     { "name": "room-checkin24.de", "include_subdomains": true, "mode": "force-https" },
1095     { "name": "securify.nl", "include_subdomains": true, "mode": "force-https" },
1096     { "name": "shaaaaaaaaaaaaa.com", "include_subdomains": true, "mode": "force-https" },
1097     { "name": "shopontarget.com", "include_subdomains": true, "mode": "force-https" },
1098     { "name": "siraweb.org", "include_subdomains": true, "mode": "force-https" },
1099     { "name": "spdysync.com", "include_subdomains": true, "mode": "force-https" },
1100     { "name": "sylaps.com", "include_subdomains": true, "mode": "force-https" },
1101     { "name": "sysctl.se", "include_subdomains": true, "mode": "force-https" },
1102     { "name": "tauchkater.de", "include_subdomains": true, "mode": "force-https" },
1103     { "name": "theshadestore.com", "include_subdomains": true, "mode": "force-https" },
1104     { "name": "tomvote.com", "include_subdomains": true, "mode": "force-https" },
1105     { "name": "toshnix.com", "include_subdomains": true, "mode": "force-https" },
1106     { "name": "warrencreative.com", "include_subdomains": true, "mode": "force-https" },
1107     { "name": "zeplin.io", "include_subdomains": true, "mode": "force-https" },
1108     { "name": "17hats.com", "include_subdomains": true, "mode": "force-https" },
1109     { "name": "cdnb.co", "include_subdomains": true, "mode": "force-https" },
1110     { "name": "github.com", "include_subdomains": true, "mode": "force-https" },
1111     { "name": "id-co.in", "include_subdomains": true, "mode": "force-https" },
1112     { "name": "ideaweb.de", "include_subdomains": true, "mode": "force-https" },
1113     { "name": "man3s.jp", "include_subdomains": true, "mode": "force-https" },
1114     { "name": "meinebo.it", "include_subdomains": true, "mode": "force-https" },
1115     { "name": "nmctest.net", "include_subdomains": true, "mode": "force-https" },
1116     { "name": "partyvan.eu", "include_subdomains": true, "mode": "force-https" },
1117     { "name": "partyvan.it", "include_subdomains": true, "mode": "force-https" },
1118     { "name": "partyvan.nl", "include_subdomains": true, "mode": "force-https" },
1119     { "name": "partyvan.se", "include_subdomains": true, "mode": "force-https" },
1120     { "name": "regar42.fr", "include_subdomains": true, "mode": "force-https" },
1121     { "name": "scotthelme.co.uk", "include_subdomains": true, "mode": "force-https" },
1122     { "name": "suite73.org", "include_subdomains": true, "mode": "force-https" },
1123     { "name": "wubthecaptain.eu", "include_subdomains": true, "mode": "force-https" },
1124     { "name": "1a-diamantscheiben.de", "include_subdomains": true, "mode": "force-https" },
1125     { "name": "simplyfixit.co.uk", "include_subdomains": true, "mode": "force-https" },
1126     { "name": "1a-vermessung.at", "include_subdomains": true, "mode": "force-https" },
1127     { "name": "1a-werkstattgeraete.de", "include_subdomains": true, "mode": "force-https" },
1128     { "name": "annahmeschluss.de", "include_subdomains": true, "mode": "force-https" },
1129     { "name": "bautied.de", "include_subdomains": true, "mode": "force-https" },
1130     { "name": "codepref.com", "include_subdomains": true, "mode": "force-https" },
1131     { "name": "encryptallthethings.net", "include_subdomains": true, "mode": "force-https" },
1132     { "name": "futos.de", "include_subdomains": true, "mode": "force-https" },
1133     { "name": "jonnybarnes.uk", "include_subdomains": true, "mode": "force-https" },
1134     { "name": "miasarafina.de", "include_subdomains": true, "mode": "force-https" },
1135     { "name": "mothereff.in", "include_subdomains": true, "mode": "force-https" },
1136     { "name": "mths.be", "include_subdomains": true, "mode": "force-https" },
1137     { "name": "prefontaine.name", "include_subdomains": true, "mode": "force-https" },
1138     { "name": "redlatam.org", "include_subdomains": true, "mode": "force-https" },
1139     { "name": "schachburg.de", "include_subdomains": true, "mode": "force-https" },
1140     { "name": "schreiber-netzwerk.eu", "include_subdomains": true, "mode": "force-https" },
1141     { "name": "syss.de", "include_subdomains": true, "mode": "force-https" },
1142     { "name": "terrax.berlin", "include_subdomains": true, "mode": "force-https" },
1143     { "name": "tollmanz.com", "include_subdomains": true, "mode": "force-https" },
1144     { "name": "tresorit.com", "include_subdomains": true, "mode": "force-https" },
1145     { "name": "vaddder.com", "include_subdomains": true, "mode": "force-https" },
1146     { "name": "wikidsystems.com", "include_subdomains": true, "mode": "force-https" },
1147     { "name": "wohnungsbau-ludwigsburg.de", "include_subdomains": true, "mode": "force-https" },
1148     { "name": "xtream-hosting.com", "include_subdomains": true, "mode": "force-https" },
1149     { "name": "xtream-hosting.de", "include_subdomains": true, "mode": "force-https" },
1150     { "name": "xtream-hosting.eu", "include_subdomains": true, "mode": "force-https" },
1151     { "name": "xtreamhosting.eu", "include_subdomains": true, "mode": "force-https" },
1152     { "name": "honeybadger.io", "mode": "force-https" },
1153     { "name": "www.honeybadger.io", "mode": "force-https" },
1154     { "name": "amigogeek.net", "include_subdomains": true, "mode": "force-https" },
1155     { "name": "andreasbreitenlohner.de", "include_subdomains": true, "mode": "force-https" },
1156     { "name": "aprz.de", "include_subdomains": true, "mode": "force-https" },
1157     { "name": "arlen.io", "include_subdomains": true, "mode": "force-https" },
1158     { "name": "bitfarm-archiv.com", "include_subdomains": true, "mode": "force-https" },
1159     { "name": "bitfarm-archiv.de", "include_subdomains": true, "mode": "force-https" },
1160     { "name": "bulktrade.de", "include_subdomains": true, "mode": "force-https" },
1161     { "name": "buzzconcert.com", "include_subdomains": true, "mode": "force-https" },
1162     { "name": "chulado.com", "include_subdomains": true, "mode": "force-https" },
1163     { "name": "cimballa.com", "include_subdomains": true, "mode": "force-https" },
1164     { "name": "daylightcompany.com", "include_subdomains": true, "mode": "force-https" },
1165     { "name": "denh.am", "include_subdomains": true, "mode": "force-https" },
1166     { "name": "devh.de", "include_subdomains": true, "mode": "force-https" },
1167     { "name": "evstatus.com", "include_subdomains": true, "mode": "force-https" },
1168     { "name": "filedir.com", "include_subdomains": true, "mode": "force-https" },
1169     { "name": "frederik-braun.com", "include_subdomains": true, "mode": "force-https" },
1170     { "name": "gplintegratedit.com", "include_subdomains": true, "mode": "force-https" },
1171     { "name": "html5.org", "include_subdomains": true, "mode": "force-https" },
1172     { "name": "ian.sh", "include_subdomains": true, "mode": "force-https" },
1173     { "name": "ilikerainbows.co.uk", "include_subdomains": true, "mode": "force-https" },
1174     { "name": "ilmconpm.de", "include_subdomains": true, "mode": "force-https" },
1175     { "name": "inleaked.com", "include_subdomains": true, "mode": "force-https" },
1176     { "name": "klaxn.org", "include_subdomains": true, "mode": "force-https" },
1177     { "name": "labina.com.tr", "include_subdomains": true, "mode": "force-https" },
1178     { "name": "liebel.org", "include_subdomains": true, "mode": "force-https" },
1179     { "name": "luxus-russen.de", "include_subdomains": true, "mode": "force-https" },
1180     { "name": "matteomarescotti.it", "include_subdomains": true, "mode": "force-https" },
1181     { "name": "minikneet.com", "include_subdomains": true, "mode": "force-https" },
1182     { "name": "minikneet.nl", "include_subdomains": true, "mode": "force-https" },
1183     { "name": "mkcert.org", "include_subdomains": true, "mode": "force-https" },
1184     { "name": "msc-seereisen.net", "include_subdomains": true, "mode": "force-https" },
1185     { "name": "mykreuzfahrt.de", "include_subdomains": true, "mode": "force-https" },
1186     { "name": "oscarvk.ch", "include_subdomains": true, "mode": "force-https" },
1187     { "name": "plothost.com", "include_subdomains": true, "mode": "force-https" },
1188     { "name": "reishunger.de", "include_subdomains": true, "mode": "force-https" },
1189     { "name": "salserocafe.com", "include_subdomains": true, "mode": "force-https" },
1190     { "name": "samizdat.cz", "include_subdomains": true, "mode": "force-https" },
1191     { "name": "sslmate.com", "include_subdomains": true, "mode": "force-https" },
1192     { "name": "steventress.com", "include_subdomains": true, "mode": "force-https" },
1193     { "name": "tekshrek.com", "include_subdomains": true, "mode": "force-https" },
1194     { "name": "temehu.com", "include_subdomains": true, "mode": "force-https" },
1195     { "name": "tobias-kluge.de", "include_subdomains": true, "mode": "force-https" },
1196     { "name": "vortexhobbies.com", "include_subdomains": true, "mode": "force-https" },
1197     { "name": "willnorris.com", "include_subdomains": true, "mode": "force-https" },
1198     { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https" },
1199     { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-https" },
1200     { "name": "rme.li", "mode": "force-https" },
1201     { "name": "www.rme.li", "mode": "force-https" },
1202     { "name": "aiticon.com", "include_subdomains": true, "mode": "force-https" },
1203     { "name": "aiticon.de", "include_subdomains": true, "mode": "force-https" },
1204     { "name": "anetaben.nl", "include_subdomains": true, "mode": "force-https" },
1205     { "name": "annevankesteren.com", "include_subdomains": true, "mode": "force-https" },
1206     { "name": "annevankesteren.nl", "include_subdomains": true, "mode": "force-https" },
1207     { "name": "annevankesteren.org", "include_subdomains": true, "mode": "force-https" },
1208     { "name": "barslecht.com", "include_subdomains": true, "mode": "force-https" },
1209     { "name": "barslecht.nl", "include_subdomains": true, "mode": "force-https" },
1210     { "name": "blessnet.jp", "include_subdomains": true, "mode": "force-https" },
1211     { "name": "cloudstoragemaus.com", "include_subdomains": true, "mode": "force-https" },
1212     { "name": "comdurav.com", "include_subdomains": true, "mode": "force-https" },
1213     { "name": "digitaldaddy.net", "include_subdomains": true, "mode": "force-https" },
1214     { "name": "elnutricionista.es", "include_subdomains": true, "mode": "force-https" },
1215     { "name": "fronteers.nl", "include_subdomains": true, "mode": "force-https" },
1216     { "name": "gunnarhafdal.com", "include_subdomains": true, "mode": "force-https" },
1217     { "name": "heijblok.com", "include_subdomains": true, "mode": "force-https" },
1218     { "name": "kdex.de", "include_subdomains": true, "mode": "force-https" },
1219     { "name": "limpid.nl", "include_subdomains": true, "mode": "force-https" },
1220     { "name": "minez-nightswatch.com", "include_subdomains": true, "mode": "force-https" },
1221     { "name": "pisidia.de", "include_subdomains": true, "mode": "force-https" },
1222     { "name": "quuz.org", "include_subdomains": true, "mode": "force-https" },
1223     { "name": "sale4ru.ru", "include_subdomains": true, "mode": "force-https" },
1224     { "name": "shipard.com", "include_subdomains": true, "mode": "force-https" },
1225     { "name": "sro.center", "include_subdomains": true, "mode": "force-https" },
1226     { "name": "standardssuck.org", "include_subdomains": true, "mode": "force-https" },
1227     { "name": "testsuite.org", "include_subdomains": true, "mode": "force-https" },
1228     { "name": "thecustomizewindows.com", "include_subdomains": true, "mode": "force-https" },
1229     { "name": "weggeweest.nl", "include_subdomains": true, "mode": "force-https" },
1230     { "name": "whatwg.org", "include_subdomains": true, "mode": "force-https" },
1231     { "name": "when-release.ru", "include_subdomains": true, "mode": "force-https" },
1232     { "name": "xn--maraa-rta.org", "include_subdomains": true, "mode": "force-https" },
1233     { "name": "otakurepublic.com", "include_subdomains": true, "mode": "force-https" },
1234     { "name": "mqas.net", "include_subdomains": true, "mode": "force-https" },
1235     { "name": "dlc.viasinc.com", "include_subdomains": true, "mode": "force-https" },
1236     { "name": "www.viasinc.com", "include_subdomains": true, "mode": "force-https" },
1237     { "name": "viasinc.com", "mode": "force-https" },
1238     { "name": "angularjs.org", "include_subdomains": true, "mode": "force-https" },
1239     { "name": "debtkit.co.uk", "include_subdomains": true, "mode": "force-https" },
1240     { "name": "decibelios.li", "include_subdomains": true, "mode": "force-https" },
1241     { "name": "diamante.ro", "include_subdomains": true, "mode": "force-https" },
1242     { "name": "domaris.de", "include_subdomains": true, "mode": "force-https" },
1243     { "name": "enorekcah.com", "include_subdomains": true, "mode": "force-https" },
1244     { "name": "fedorapeople.org", "include_subdomains": true, "mode": "force-https" },
1245     { "name": "gamercredo.com", "include_subdomains": true, "mode": "force-https" },
1246     { "name": "garron.net", "include_subdomains": true, "mode": "force-https" },
1247     { "name": "gerardozamudio.mx", "include_subdomains": true, "mode": "force-https" },
1248     { "name": "gmcd.co", "include_subdomains": true, "mode": "force-https" },
1249     { "name": "hack.li", "include_subdomains": true, "mode": "force-https" },
1250     { "name": "hexony.com", "include_subdomains": true, "mode": "force-https" },
1251     { "name": "horosho.in", "include_subdomains": true, "mode": "force-https" },
1252     { "name": "howsmyssl.com", "include_subdomains": true, "mode": "force-https" },
1253     { "name": "howsmytls.com", "include_subdomains": true, "mode": "force-https" },
1254     { "name": "hpac-portal.com", "include_subdomains": true, "mode": "force-https" },
1255     { "name": "jwilsson.me", "include_subdomains": true, "mode": "force-https" },
1256     { "name": "khmath.com", "include_subdomains": true, "mode": "force-https" },
1257     { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-https" },
1258     { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" },
1259     { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" },
1260     { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https" },
1261     { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-https" },
1262     { "name": "password.codes", "include_subdomains": true, "mode": "force-https" },
1263     { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-https" },
1264     { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" },
1265     { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" },
1266     { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" },
1267     { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https", "pins": "spideroak" },
1268     { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https" },
1269     { "name": "tno.io", "include_subdomains": true, "mode": "force-https" },
1270     { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-https" },
1271     { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" },
1272     { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" },
1274     { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1275     { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1276     { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1277     { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1278     { "name": "bi.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1279     { "name": "br.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1280     { "name": "ca.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1281     { "name": "cd.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1282     { "name": "cg.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1283     { "name": "chfr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1284     { "name": "chit.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1285     { "name": "ch.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1286     { "name": "cl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1287     { "name": "cn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1288     { "name": "co.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1289     { "name": "cr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1290     { "name": "ct.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1291     { "name": "de.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1292     { "name": "dk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1293     { "name": "do.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1294     { "name": "en-maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1295     { "name": "espanol.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1296     { "name": "es.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1297     { "name": "fi.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1298     { "name": "fj.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1299     { "name": "fr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1300     { "name": "gl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1301     { "name": "gm.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1302     { "name": "gr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1303     { "name": "hk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1304     { "name": "hn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1305     { "name": "hu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1306     { "name": "id.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1307     { "name": "ie.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1308     { "name": "in.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1309     { "name": "it.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1310     { "name": "kr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1311     { "name": "kz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1312     { "name": "li.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1313     { "name": "lt.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1314     { "name": "lu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1315     { "name": "lv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1316     { "name": "maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1317     { "name": "malaysia.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1318     { "name": "mt.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1319     { "name": "mu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1320     { "name": "mw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1321     { "name": "mx.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1322     { "name": "ni.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1323     { "name": "nl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1324     { "name": "no.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1325     { "name": "np.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1326     { "name": "nz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1327     { "name": "pa.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1328     { "name": "pe.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1329     { "name": "ph.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1330     { "name": "pk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1331     { "name": "pl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1332     { "name": "pr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1333     { "name": "py.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1334     { "name": "qc.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1335     { "name": "ro.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1336     { "name": "ru.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1337     { "name": "rw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1338     { "name": "se.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1339     { "name": "sg.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1340     { "name": "sv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1341     { "name": "th.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1342     { "name": "tr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1343     { "name": "tv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1344     { "name": "tw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1345     { "name": "ua.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1346     { "name": "uk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1347     { "name": "search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1348     { "name": "uy.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1349     { "name": "uz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1350     { "name": "ve.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1351     { "name": "vn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1352     { "name": "xa.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1353     { "name": "za.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1354     { "name": "zh.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1355     { "name": "login.yahoo.com", "include_subdomains": true, "mode": "force-https" },
1356     { "name": "mail.yahoo.com", "include_subdomains": false, "mode": "force-https" },
1357     { "name": "edit.yahoo.com", "include_subdomains": true, "mode": "force-https" },
1358     { "name": "ahoyconference.com", "include_subdomains": true, "mode": "force-https" },
1359     { "name": "balcan-underground.net", "include_subdomains": true, "mode": "force-https" },
1360     { "name": "baldwinkoo.com", "include_subdomains": true, "mode": "force-https" },
1361     { "name": "bigbrownpromotions.com.au", "include_subdomains": true, "mode": "force-https" },
1362     { "name": "bodo-wolff.de", "include_subdomains": true, "mode": "force-https" },
1363     { "name": "calibreapp.com", "include_subdomains": true, "mode": "force-https" },
1364     { "name": "call.me", "include_subdomains": true, "mode": "force-https" },
1365     { "name": "chrisjean.com", "include_subdomains": true, "mode": "force-https" },
1366     { "name": "cujanovic.com", "include_subdomains": true, "mode": "force-https" },
1367     { "name": "deadbeef.ninja", "include_subdomains": true, "mode": "force-https" },
1368     { "name": "esec.rs", "include_subdomains": true, "mode": "force-https" },
1369     { "name": "floobits.com", "include_subdomains": true, "mode": "force-https" },
1370     { "name": "freenetproject.org", "include_subdomains": true, "mode": "force-https" },
1371     { "name": "fundingempire.com", "include_subdomains": true, "mode": "force-https" },
1372     { "name": "heid.ws", "include_subdomains": true, "mode": "force-https" },
1373     { "name": "ironfistdesign.com", "include_subdomains": true, "mode": "force-https" },
1374     { "name": "kinogb.net", "include_subdomains": true, "mode": "force-https" },
1375     { "name": "ljs.io", "include_subdomains": true, "mode": "force-https" },
1376     { "name": "lovelycorral.com", "include_subdomains": true, "mode": "force-https" },
1377     { "name": "megashur.se", "include_subdomains": true, "mode": "force-https" },
1378     { "name": "minnesotadata.com", "include_subdomains": true, "mode": "force-https" },
1379     { "name": "mountainmusicpromotions.com", "include_subdomains": true, "mode": "force-https" },
1380     { "name": "newstarnootropics.com", "include_subdomains": true, "mode": "force-https" },
1381     { "name": "onedot.nl", "include_subdomains": true, "mode": "force-https" },
1382     { "name": "powerplannerapp.com", "include_subdomains": true, "mode": "force-https" },
1383     { "name": "ru-sprachstudio.ch", "include_subdomains": true, "mode": "force-https" },
1384     { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" },
1385     { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https" },
1386     { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-https" },
1387     { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-https" },
1388     { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https" },
1389     { "name": "wieninternational.at", "include_subdomains": true, "mode": "force-https" },
1390     { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https" },
1392     // Facebook would like to have pinning enforced on (*.)facebook.com and
1393     // HSTS enforced on specific names. We have the
1394     // "include_subdomains_for_pinning" flag that can do that, but it triggered a
1395     // wave of pinning failures and so isn't used until that can be investigated.
1396     { "name": "facebook.com", "mode": "force-https", "pins": "facebook" },
1397     { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1398     { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1399     { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1400     { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1401     { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1402     { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1403     { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1404     { "name": "developers.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1405     { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1406     { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1407     { "name": "code.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1408     { "name": "t.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1409     { "name": "mtouch.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1410     { "name": "business.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1411     { "name": "research.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
1413     { "name": "0x0a.net", "include_subdomains": true, "mode": "force-https" },
1414     { "name": "animurecs.com", "include_subdomains": true, "mode": "force-https" },
1415     { "name": "arendburgers.nl", "include_subdomains": true, "mode": "force-https" },
1416     { "name": "big-andy.co.uk", "include_subdomains": true, "mode": "force-https" },
1417     { "name": "bitgo.com", "include_subdomains": true, "mode": "force-https" },
1418     { "name": "buttercoin.com", "include_subdomains": true, "mode": "force-https" },
1419     { "name": "chainmonitor.com", "include_subdomains": true, "mode": "force-https" },
1420     { "name": "coinapult.com", "include_subdomains": true, "mode": "force-https" },
1421     { "name": "comssa.org.au", "include_subdomains": true, "mode": "force-https" },
1422     { "name": "coursella.com", "include_subdomains": true, "mode": "force-https" },
1423     { "name": "crowdjuris.com", "include_subdomains": true, "mode": "force-https" },
1424     { "name": "curlybracket.co.uk", "include_subdomains": true, "mode": "force-https" },
1425     { "name": "cyanogenmod.xxx", "include_subdomains": true, "mode": "force-https" },
1426     { "name": "czbix.com", "include_subdomains": true, "mode": "force-https" },
1427     { "name": "dealcruiser.nl", "include_subdomains": true, "mode": "force-https" },
1428     { "name": "derevtsov.com", "include_subdomains": true, "mode": "force-https" },
1429     { "name": "dzlibs.io", "include_subdomains": true, "mode": "force-https" },
1430     { "name": "easysimplecrm.com", "include_subdomains": true, "mode": "force-https" },
1431     { "name": "fralef.me", "include_subdomains": true, "mode": "force-https" },
1432     { "name": "glossopnorthendafc.co.uk", "include_subdomains": true, "mode": "force-https" },
1433     { "name": "gtraxapp.com", "include_subdomains": true, "mode": "force-https" },
1434     { "name": "hansvaneijsden.com", "include_subdomains": true, "mode": "force-https" },
1435     { "name": "horseboners.xxx", "include_subdomains": true, "mode": "force-https" },
1436     { "name": "horza.org", "include_subdomains": true, "mode": "force-https" },
1437     { "name": "iamcarrico.com", "include_subdomains": true, "mode": "force-https" },
1438     { "name": "kartonmodellbau.org", "include_subdomains": true, "mode": "force-https" },
1439     { "name": "keycdn.com", "include_subdomains": true, "mode": "force-https" },
1440     { "name": "komandakovalchuk.com", "include_subdomains": true, "mode": "force-https" },
1441     { "name": "kryptera.se", "include_subdomains": true, "mode": "force-https" },
1442     { "name": "lukonet.com", "include_subdomains": true, "mode": "force-https" },
1443     { "name": "meetfinch.com", "include_subdomains": true, "mode": "force-https" },
1444     { "name": "megaxchange.com", "include_subdomains": true, "mode": "force-https" },
1445     { "name": "moriz.de", "include_subdomains": true, "mode": "force-https" },
1446     { "name": "myplaceonline.com", "include_subdomains": true, "mode": "force-https" },
1447     { "name": "nectarleaf.com", "include_subdomains": true, "mode": "force-https" },
1448     { "name": "nos-oignons.net", "include_subdomains": true, "mode": "force-https" },
1449     { "name": "phoenixlogan.com", "include_subdomains": true, "mode": "force-https" },
1450     { "name": "redteam-pentesting.de", "include_subdomains": true, "mode": "force-https" },
1451     { "name": "roland.io", "include_subdomains": true, "mode": "force-https" },
1452     { "name": "servergno.me", "include_subdomains": true, "mode": "force-https" },
1453     { "name": "siriad.com", "include_subdomains": true, "mode": "force-https" },
1454     { "name": "smartcoin.com.br", "include_subdomains": true, "mode": "force-https" },
1455     { "name": "spartantheatre.org", "include_subdomains": true, "mode": "force-https" },
1456     { "name": "spencerbaer.com", "include_subdomains": true, "mode": "force-https" },
1457     { "name": "stretchmyan.us", "include_subdomains": true, "mode": "force-https" },
1458     { "name": "taxsquirrel.com", "include_subdomains": true, "mode": "force-https" },
1459     { "name": "techhipster.net", "include_subdomains": true, "mode": "force-https" },
1460     { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https" },
1461     { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" },
1462     { "name": "triop.se", "include_subdomains": true, "mode": "force-https" },
1463     { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "force-https" },
1464     { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "force-https" },
1465     { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" },
1466     { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" },
1467     { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https" },
1468     { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-https" },
1469     { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" },
1470     { "name": "www.etsy.com", "include_subdomains": true, "mode": "force-https" },
1471     { "name": "etsysecure.com", "include_subdomains": true, "mode": "force-https" },
1472     { "name": "18f.gsa.gov", "include_subdomains": true, "mode": "force-https" },
1473     { "name": "my.usa.gov", "include_subdomains": true, "mode": "force-https" },
1474     { "name": "alexyang.me", "include_subdomains": true, "mode": "force-https" },
1475     { "name": "beamitapp.com", "include_subdomains": true, "mode": "force-https" },
1476     { "name": "bonigo.de", "include_subdomains": true, "mode": "force-https" },
1477     { "name": "certly.io", "include_subdomains": true, "mode": "force-https" },
1478     { "name": "chontalpa.pw", "include_subdomains": true, "mode": "force-https" },
1479     { "name": "cktennis.com", "include_subdomains": true, "mode": "force-https" },
1480     { "name": "clintwilson.technology", "include_subdomains": true, "mode": "force-https" },
1481     { "name": "cspbuilder.info", "include_subdomains": true, "mode": "force-https" },
1482     { "name": "depechemode-live.com", "include_subdomains": true, "mode": "force-https" },
1483     { "name": "destinationbijoux.fr", "include_subdomains": true, "mode": "force-https" },
1484     { "name": "dinamoelektrik.com", "include_subdomains": true, "mode": "force-https" },
1485     { "name": "ethack.org", "include_subdomains": true, "mode": "force-https" },
1486     { "name": "fabianfischer.de", "include_subdomains": true, "mode": "force-https" },
1487     { "name": "fastcomcorp.net", "include_subdomains": true, "mode": "force-https" },
1488     { "name": "gizzo.sk", "include_subdomains": true, "mode": "force-https" },
1489     { "name": "inkbunny.net", "include_subdomains": true, "mode": "force-https" },
1490     { "name": "itsamurai.ru", "include_subdomains": true, "mode": "force-https" },
1491     { "name": "itshost.ru", "include_subdomains": true, "mode": "force-https" },
1492     { "name": "jmedved.com", "include_subdomains": true, "mode": "force-https" },
1493     { "name": "jwilsson.com", "include_subdomains": true, "mode": "force-https" },
1494     { "name": "keepclean.me", "include_subdomains": true, "mode": "force-https" },
1495     { "name": "klausbrinch.dk", "include_subdomains": true, "mode": "force-https" },
1496     { "name": "leonardcamacho.me", "include_subdomains": true, "mode": "force-https" },
1497     { "name": "mdfnet.se", "include_subdomains": true, "mode": "force-https" },
1498     { "name": "michalspacek.cz", "include_subdomains": true, "mode": "force-https" },
1499     { "name": "mike-bland.com", "include_subdomains": true, "mode": "force-https" },
1500     { "name": "mocloud.eu", "include_subdomains": true, "mode": "force-https" },
1501     { "name": "oakslighting.co.uk", "include_subdomains": true, "mode": "force-https" },
1502     { "name": "onsitemassageco.com", "include_subdomains": true, "mode": "force-https" },
1503     { "name": "propagandism.org", "include_subdomains": true, "mode": "force-https" },
1504     { "name": "slevomat.cz", "include_subdomains": true, "mode": "force-https" },
1505     { "name": "sour.is", "include_subdomains": true, "mode": "force-https" },
1506     { "name": "spongepowered.org", "include_subdomains": true, "mode": "force-https" },
1507     { "name": "staticanime.net", "include_subdomains": true, "mode": "force-https" },
1508     { "name": "sunjaydhama.com", "include_subdomains": true, "mode": "force-https" },
1509     { "name": "swehack.org", "include_subdomains": true, "mode": "force-https" },
1510     { "name": "thusoy.com", "include_subdomains": true, "mode": "force-https" },
1511     { "name": "tls.li", "include_subdomains": true, "mode": "force-https" },
1512     { "name": "vhost.co.id", "include_subdomains": true, "mode": "force-https" },
1513     { "name": "webandwords.com.au", "include_subdomains": true, "mode": "force-https" },
1514     { "name": "webtiles.co.uk", "include_subdomains": true, "mode": "force-https" },
1515     { "name": "yoursecondphone.co", "include_subdomains": true, "mode": "force-https" },
1516     { "name": "zlavomat.sk", "include_subdomains": true, "mode": "force-https" },
1517     { "name": "alainwolf.net", "include_subdomains": true, "mode": "force-https" },
1518     { "name": "arguggi.co.uk", "include_subdomains": true, "mode": "force-https" },
1519     { "name": "azabani.com", "include_subdomains": true, "mode": "force-https" },
1520     { "name": "bitmon.net", "include_subdomains": true, "mode": "force-https" },
1521     { "name": "bjornjohansen.no", "include_subdomains": true, "mode": "force-https" },
1522     { "name": "bookingapp.nl", "include_subdomains": true, "mode": "force-https" },
1523     { "name": "cackette.com", "include_subdomains": true, "mode": "force-https" },
1524     { "name": "caremad.io", "include_subdomains": true, "mode": "force-https" },
1525     { "name": "clerkendweller.uk", "include_subdomains": true, "mode": "force-https" },
1526     { "name": "cyon.ch", "include_subdomains": true, "mode": "force-https" },
1527     { "name": "fakturoid.cz", "include_subdomains": true, "mode": "force-https" },
1528     { "name": "finn.io", "include_subdomains": true, "mode": "force-https" },
1529     { "name": "fm83.nl", "include_subdomains": true, "mode": "force-https" },
1530     { "name": "grandmascookieblog.com", "include_subdomains": true, "mode": "force-https" },
1531     { "name": "khanovaskola.cz", "include_subdomains": true, "mode": "force-https" },
1532     { "name": "ki-on.net", "include_subdomains": true, "mode": "force-https" },
1533     { "name": "kingmanhall.org", "include_subdomains": true, "mode": "force-https" },
1534     { "name": "kpebetka.net", "include_subdomains": true, "mode": "force-https" },
1535     { "name": "mirindadomo.ru", "include_subdomains": true, "mode": "force-https" },
1536     { "name": "myvirtualserver.com", "include_subdomains": true, "mode": "force-https" },
1537     { "name": "neftaly.com", "include_subdomains": true, "mode": "force-https" },
1538     { "name": "nu3.at", "include_subdomains": true, "mode": "force-https" },
1539     { "name": "nu3.ch", "include_subdomains": true, "mode": "force-https" },
1540     { "name": "nu3.co.uk", "include_subdomains": true, "mode": "force-https" },
1541     { "name": "nu3.com", "include_subdomains": true, "mode": "force-https" },
1542     { "name": "nu3.de", "include_subdomains": true, "mode": "force-https" },
1543     { "name": "nu3.dk", "include_subdomains": true, "mode": "force-https" },
1544     { "name": "nu3.fi", "include_subdomains": true, "mode": "force-https" },
1545     { "name": "nu3.fr", "include_subdomains": true, "mode": "force-https" },
1546     { "name": "nu3.no", "include_subdomains": true, "mode": "force-https" },
1547     { "name": "nu3.se", "include_subdomains": true, "mode": "force-https" },
1548     { "name": "ovenapp.io", "include_subdomains": true, "mode": "force-https" },
1549     { "name": "ruudkoot.nl", "include_subdomains": true, "mode": "force-https" },
1550     { "name": "seomobo.com", "include_subdomains": true, "mode": "force-https" },
1551     { "name": "seowarp.net", "include_subdomains": true, "mode": "force-https" },
1552     { "name": "shenyuqi.com", "include_subdomains": true, "mode": "force-https" },
1553     { "name": "souvik.me", "include_subdomains": true, "mode": "force-https" },
1554     { "name": "topodin.com", "include_subdomains": true, "mode": "force-https" },
1555     { "name": "wpletter.de", "include_subdomains": true, "mode": "force-https" },
1556     { "name": "yahvehyireh.com", "include_subdomains": true, "mode": "force-https" },
1557     { "name": "anadoluefessporkulubu.org", "include_subdomains": true, "mode": "force-https" },
1558     { "name": "ankarakart.com.tr", "include_subdomains": true, "mode": "force-https" },
1559     { "name": "bgneuesheim.de", "include_subdomains": true, "mode": "force-https" },
1560     { "name": "bhatia.at", "include_subdomains": true, "mode": "force-https" },
1561     { "name": "bitmex.com", "include_subdomains": true, "mode": "force-https" },
1562     { "name": "blockchain.info", "include_subdomains": true, "mode": "force-https" },
1563     { "name": "blubbablasen.de", "include_subdomains": true, "mode": "force-https" },
1564     { "name": "brage.info", "include_subdomains": true, "mode": "force-https" },
1565     { "name": "chahub.com", "include_subdomains": true, "mode": "force-https" },
1566     { "name": "cor-ser.es", "include_subdomains": true, "mode": "force-https" },
1567     { "name": "darchoods.net", "include_subdomains": true, "mode": "force-https" },
1568     { "name": "electronic-ignition-system.com", "include_subdomains": true, "mode": "force-https" },
1569     { "name": "fabhub.io", "include_subdomains": true, "mode": "force-https" },
1570     { "name": "fant.dk", "include_subdomains": true, "mode": "force-https" },
1571     { "name": "henriknoerr.com", "include_subdomains": true, "mode": "force-https" },
1572     { "name": "imaginary.ca", "include_subdomains": true, "mode": "force-https" },
1573     { "name": "inb4.us", "include_subdomains": true, "mode": "force-https" },
1574     { "name": "kosho.org", "include_subdomains": true, "mode": "force-https" },
1575     { "name": "lighting-centres.co.uk", "include_subdomains": true, "mode": "force-https" },
1576     { "name": "marshut.net", "include_subdomains": true, "mode": "force-https" },
1577     { "name": "meamod.com", "include_subdomains": true, "mode": "force-https" },
1578     { "name": "myni.io", "include_subdomains": true, "mode": "force-https" },
1579     { "name": "nameid.org", "include_subdomains": true, "mode": "force-https" },
1580     { "name": "nginxnudes.com", "include_subdomains": true, "mode": "force-https" },
1581     { "name": "nouvelle-vague-saint-cast.fr", "include_subdomains": true, "mode": "force-https" },
1582     { "name": "opendesk.cc", "include_subdomains": true, "mode": "force-https" },
1583     { "name": "pestici.de", "include_subdomains": true, "mode": "force-https" },
1584     { "name": "petrolplus.ru", "include_subdomains": true, "mode": "force-https" },
1585     { "name": "proximato.com", "include_subdomains": true, "mode": "force-https" },
1586     { "name": "savetheinternet.eu", "include_subdomains": true, "mode": "force-https" },
1587     { "name": "shortdiary.me", "include_subdomains": true, "mode": "force-https" },
1588     { "name": "simplia.cz", "include_subdomains": true, "mode": "force-https" },
1589     { "name": "tadigitalstore.com", "include_subdomains": true, "mode": "force-https" },
1590     { "name": "tapka.cz", "include_subdomains": true, "mode": "force-https" },
1591     { "name": "tegelsensanitaironline.nl", "include_subdomains": true, "mode": "force-https" },
1592     { "name": "typingrevolution.com", "include_subdomains": true, "mode": "force-https" },
1593     { "name": "unison.com", "include_subdomains": true, "mode": "force-https" },
1594     { "name": "uptrends.com", "include_subdomains": true, "mode": "force-https" },
1595     { "name": "visionless.me", "include_subdomains": true, "mode": "force-https" },
1596     { "name": "vrobert.fr", "include_subdomains": true, "mode": "force-https" },
1597     { "name": "wbg-vs.de", "include_subdomains": true, "mode": "force-https" },
1598     { "name": "hstspreload.appspot.com", "include_subdomains": true, "mode": "force-https" },
1599     { "name": "hg.python.org", "include_subdomains": true, "mode": "force-https" },
1600     { "name": "doc.python.org", "include_subdomains": true, "mode": "force-https" },
1601     { "name": "console.python.org", "include_subdomains": true, "mode": "force-https" },
1602     { "name": "mutantmonkey.in", "include_subdomains": true, "mode": "force-https" },
1603     { "name": "mutantmonkey.info", "include_subdomains": true, "mode": "force-https" },
1604     { "name": "alecvannoten.be", "include_subdomains": true, "mode": "force-https" },
1605     { "name": "anime.my", "include_subdomains": true, "mode": "force-https" },
1606     { "name": "atavio.at", "include_subdomains": true, "mode": "force-https" },
1607     { "name": "atavio.ch", "include_subdomains": true, "mode": "force-https" },
1608     { "name": "atavio.de", "include_subdomains": true, "mode": "force-https" },
1609     { "name": "balikonos.cz", "include_subdomains": true, "mode": "force-https" },
1610     { "name": "camolist.com", "include_subdomains": true, "mode": "force-https" },
1611     { "name": "chatbot.me", "include_subdomains": true, "mode": "force-https" },
1612     { "name": "coffeeetc.co.uk", "include_subdomains": true, "mode": "force-https" },
1613     { "name": "dee.pe", "include_subdomains": true, "mode": "force-https" },
1614     { "name": "ecdn.cz", "include_subdomains": true, "mode": "force-https" },
1615     { "name": "ef.gy", "include_subdomains": true, "mode": "force-https" },
1616     { "name": "exiahost.com", "include_subdomains": true, "mode": "force-https" },
1617     { "name": "freethought.org.au", "include_subdomains": true, "mode": "force-https" },
1618     { "name": "hrackydomino.cz", "include_subdomains": true, "mode": "force-https" },
1619     { "name": "hsmr.cc", "include_subdomains": true, "mode": "force-https" },
1620     { "name": "instasex.ch", "include_subdomains": true, "mode": "force-https" },
1621     { "name": "jakub-boucek.cz", "include_subdomains": true, "mode": "force-https" },
1622     { "name": "koenvdheuvel.me", "include_subdomains": true, "mode": "force-https" },
1623     { "name": "leadbook.ru", "include_subdomains": true, "mode": "force-https" },
1624     { "name": "lilpwny.com", "include_subdomains": true, "mode": "force-https" },
1625     { "name": "mirrorx.com", "include_subdomains": true, "mode": "force-https" },
1626     { "name": "pentesterlab.com", "include_subdomains": true, "mode": "force-https" },
1627     { "name": "pypa.io", "include_subdomains": true, "mode": "force-https" },
1628     { "name": "r3s1stanc3.me", "include_subdomains": true, "mode": "force-https" },
1629     { "name": "residentsinsurance.co.uk", "include_subdomains": true, "mode": "force-https" },
1630     { "name": "rlalique.com", "include_subdomains": true, "mode": "force-https" },
1631     { "name": "scribe.systems", "include_subdomains": true, "mode": "force-https" },
1632     { "name": "securesuisse.ch", "include_subdomains": true, "mode": "force-https" },
1633     { "name": "slack.com", "include_subdomains": true, "mode": "force-https" },
1634     { "name": "smartlend.se", "include_subdomains": true, "mode": "force-https" },
1635     { "name": "webtrh.cz", "include_subdomains": true, "mode": "force-https" },
1636     { "name": "yetii.net", "include_subdomains": true, "mode": "force-https" },
1637     { "name": "login.ubuntu.com", "include_subdomains": true, "mode": "force-https" },
1638     { "name": "pay.ubuntu.com", "include_subdomains": true, "mode": "force-https" },
1639     { "name": "login.launchpad.net", "include_subdomains": true, "mode": "force-https" },
1640     { "name": "302.nyc", "include_subdomains": true, "mode": "force-https" },
1641     { "name": "biathloncup.ru", "include_subdomains": true, "mode": "force-https" },
1642     { "name": "bitpod.de", "include_subdomains": true, "mode": "force-https" },
1643     { "name": "brakemanpro.com", "include_subdomains": true, "mode": "force-https" },
1644     { "name": "daveoc64.co.uk", "include_subdomains": true, "mode": "force-https" },
1645     { "name": "fewo-thueringer-wald.de", "include_subdomains": true, "mode": "force-https" },
1646     { "name": "filip-prochazka.com", "include_subdomains": true, "mode": "force-https" },
1647     { "name": "food4health.guide", "include_subdomains": true, "mode": "force-https" },
1648     { "name": "johners.me", "include_subdomains": true, "mode": "force-https" },
1649     { "name": "kdyby.org", "include_subdomains": true, "mode": "force-https" },
1650     { "name": "kupschke.net", "include_subdomains": true, "mode": "force-https" },
1651     { "name": "leibniz-remscheid.de", "include_subdomains": true, "mode": "force-https" },
1652     { "name": "manicode.com", "include_subdomains": true, "mode": "force-https" },
1653     { "name": "nwgh.org", "include_subdomains": true, "mode": "force-https" },
1654     { "name": "ouvirmusica.com.br", "include_subdomains": true, "mode": "force-https" },
1655     { "name": "pharmaboard.de", "include_subdomains": true, "mode": "force-https" },
1656     { "name": "pieperhome.de", "include_subdomains": true, "mode": "force-https" },
1657     { "name": "raspass.me", "include_subdomains": true, "mode": "force-https" },
1658     { "name": "romans-place.me.uk", "include_subdomains": true, "mode": "force-https" },
1659     { "name": "rudloff.pro", "include_subdomains": true, "mode": "force-https" },
1660     { "name": "seyahatsagliksigortalari.com", "include_subdomains": true, "mode": "force-https" },
1661     { "name": "shakepeers.org", "include_subdomains": true, "mode": "force-https" },
1662     { "name": "smartcleaningcenter.nl", "include_subdomains": true, "mode": "force-https" },
1663     { "name": "snakehosting.dk", "include_subdomains": true, "mode": "force-https" },
1664     { "name": "srevilak.net", "include_subdomains": true, "mode": "force-https" },
1665     { "name": "strasweb.fr", "include_subdomains": true, "mode": "force-https" },
1666     { "name": "tas2580.net", "include_subdomains": true, "mode": "force-https" },
1667     { "name": "todesschaf.org", "include_subdomains": true, "mode": "force-https" },
1668     { "name": "twisto.cz", "include_subdomains": true, "mode": "force-https" },
1669     { "name": "webassadors.com", "include_subdomains": true, "mode": "force-https" },
1670     { "name": "wundi.net", "include_subdomains": true, "mode": "force-https" },
1671     { "name": "007sascha.de", "include_subdomains": true, "mode": "force-https" },
1672     { "name": "2048game.co.uk", "include_subdomains": true, "mode": "force-https" },
1673     { "name": "adorai.tk", "include_subdomains": true, "mode": "force-https" },
1674     { "name": "afp548.com", "include_subdomains": true, "mode": "force-https" },
1675     { "name": "atlassian.net", "include_subdomains": true, "mode": "force-https" },
1676     { "name": "atte.fi", "include_subdomains": true, "mode": "force-https" },
1677     { "name": "bizon.sk", "include_subdomains": true, "mode": "force-https" },
1678     { "name": "broeselei.at", "include_subdomains": true, "mode": "force-https" },
1679     { "name": "cordial-restaurant.com", "include_subdomains": true, "mode": "force-https" },
1680     { "name": "curiosity-driven.org", "include_subdomains": true, "mode": "force-https" },
1681     { "name": "egfl.org.uk", "include_subdomains": true, "mode": "force-https" },
1682     { "name": "eksisozluk.com", "include_subdomains": true, "mode": "force-https" },
1683     { "name": "firefart.at", "include_subdomains": true, "mode": "force-https" },
1684     { "name": "firstlook.org", "include_subdomains": true, "mode": "force-https" },
1685     { "name": "fonetiq.io", "include_subdomains": true, "mode": "force-https" },
1686     { "name": "groetzner.net", "include_subdomains": true, "mode": "force-https" },
1687     { "name": "gw2treasures.com", "include_subdomains": true, "mode": "force-https" },
1688     { "name": "heartlandrentals.com", "include_subdomains": true, "mode": "force-https" },
1689     { "name": "hemlockhillscabinrentals.com", "include_subdomains": true, "mode": "force-https" },
1690     { "name": "hstsfail.appspot.com", "include_subdomains": true, "mode": "force-https" },
1691     { "name": "i5y.co.uk", "include_subdomains": true, "mode": "force-https" },
1692     { "name": "innophate-security.com", "include_subdomains": true, "mode": "force-https" },
1693     { "name": "innophate-security.nl", "include_subdomains": true, "mode": "force-https" },
1694     { "name": "iranianlawschool.com", "include_subdomains": true, "mode": "force-https" },
1695     { "name": "jettshome.org", "include_subdomains": true, "mode": "force-https" },
1696     { "name": "karmaspa.se", "include_subdomains": true, "mode": "force-https" },
1697     { "name": "keeleysam.com", "include_subdomains": true, "mode": "force-https" },
1698     { "name": "kirkforcongress.com", "include_subdomains": true, "mode": "force-https" },
1699     { "name": "kirkforsenate.com", "include_subdomains": true, "mode": "force-https" },
1700     { "name": "les-corsaires.net", "include_subdomains": true, "mode": "force-https" },
1701     { "name": "libraryfreedomproject.org", "include_subdomains": true, "mode": "force-https" },
1702     { "name": "linux-admin-california.com", "include_subdomains": true, "mode": "force-https" },
1703     { "name": "lobste.rs", "include_subdomains": true, "mode": "force-https" },
1704     { "name": "luelistan.net", "include_subdomains": true, "mode": "force-https" },
1705     { "name": "makeitdynamic.com", "include_subdomains": true, "mode": "force-https" },
1706     { "name": "minecraftvoter.com", "include_subdomains": true, "mode": "force-https" },
1707     { "name": "mkw.st", "include_subdomains": true, "mode": "force-https" },
1708     { "name": "mujadin.se", "include_subdomains": true, "mode": "force-https" },
1709     { "name": "netztest.at", "include_subdomains": true, "mode": "force-https" },
1710     { "name": "null-sec.ru", "include_subdomains": true, "mode": "force-https" },
1711     { "name": "nutsandboltsmedia.com", "include_subdomains": true, "mode": "force-https" },
1712     { "name": "ooonja.de", "include_subdomains": true, "mode": "force-https" },
1713     { "name": "personaldatabasen.no", "include_subdomains": true, "mode": "force-https" },
1714     { "name": "phurl.de", "include_subdomains": true, "mode": "force-https" },
1715     { "name": "privategiant.com", "include_subdomains": true, "mode": "force-https" },
1716     { "name": "progressiveplanning.com", "include_subdomains": true, "mode": "force-https" },
1717     { "name": "puac.de", "include_subdomains": true, "mode": "force-https" },
1718     { "name": "rafaelcz.de", "include_subdomains": true, "mode": "force-https" },
1719     { "name": "rasing.me", "include_subdomains": true, "mode": "force-https" },
1720     { "name": "reliable-mail.de", "include_subdomains": true, "mode": "force-https" },
1721     { "name": "romulusapp.com", "include_subdomains": true, "mode": "force-https" },
1722     { "name": "samba.org", "include_subdomains": true, "mode": "force-https" },
1723     { "name": "savvytime.com", "include_subdomains": true, "mode": "force-https" },
1724     { "name": "sitesten.com", "include_subdomains": true, "mode": "force-https" },
1725     { "name": "skhosting.eu", "include_subdomains": true, "mode": "force-https" },
1726     { "name": "skogsbruket.fi", "include_subdomains": true, "mode": "force-https" },
1727     { "name": "skogskultur.fi", "include_subdomains": true, "mode": "force-https" },
1728     { "name": "sorz.org", "include_subdomains": true, "mode": "force-https" },
1729     { "name": "spawn.cz", "include_subdomains": true, "mode": "force-https" },
1730     { "name": "spreed.me", "include_subdomains": true, "mode": "force-https" },
1731     { "name": "studienportal.eu", "include_subdomains": true, "mode": "force-https" },
1732     { "name": "tc-bonito.de", "include_subdomains": true, "mode": "force-https" },
1733     { "name": "thomasgriffin.io", "include_subdomains": true, "mode": "force-https" },
1734     { "name": "thyngster.com", "include_subdomains": true, "mode": "force-https" },
1735     { "name": "tid.jp", "include_subdomains": true, "mode": "force-https" },
1736     { "name": "tonywebster.com", "include_subdomains": true, "mode": "force-https" },
1737     { "name": "tucuxi.org", "include_subdomains": true, "mode": "force-https" },
1738     { "name": "firebaseio.com", "include_subdomains": true, "mode": "force-https" },
1739     { "name": "firebaseio-demo.com", "include_subdomains": true, "mode": "force-https" },
1740     { "name": "adlershop.ch", "include_subdomains": true, "mode": "force-https" },
1741     { "name": "ahwatukeefoothillsmontessori.com", "include_subdomains": true, "mode": "force-https" },
1742     { "name": "authentication.io", "include_subdomains": true, "mode": "force-https" },
1743     { "name": "brainfork.ml", "include_subdomains": true, "mode": "force-https" },
1744     { "name": "brainvation.de", "include_subdomains": true, "mode": "force-https" },
1745     { "name": "brossmanit.com", "include_subdomains": true, "mode": "force-https" },
1746     { "name": "calomel.org", "include_subdomains": true, "mode": "force-https" },
1747     { "name": "chm.vn", "include_subdomains": true, "mode": "force-https" },
1748     { "name": "clan-ww.com", "include_subdomains": true, "mode": "force-https" },
1749     { "name": "dixmag.com", "include_subdomains": true, "mode": "force-https" },
1750     { "name": "dynaloop.net", "include_subdomains": true, "mode": "force-https" },
1751     { "name": "eduroam.no", "include_subdomains": true, "mode": "force-https" },
1752     { "name": "egit.co", "include_subdomains": true, "mode": "force-https" },
1753     { "name": "gambitnash.co.uk", "include_subdomains": true, "mode": "force-https" },
1754     { "name": "gavick.com", "include_subdomains": true, "mode": "force-https" },
1755     { "name": "hachre.de", "include_subdomains": true, "mode": "force-https" },
1756     { "name": "herocentral.de", "include_subdomains": true, "mode": "force-https" },
1757     { "name": "hicoria.com", "include_subdomains": true, "mode": "force-https" },
1758     { "name": "id-conf.com", "include_subdomains": true, "mode": "force-https" },
1759     { "name": "ikkatsu-satei.jp", "include_subdomains": true, "mode": "force-https" },
1760     { "name": "iridiumbrowser.de", "include_subdomains": true, "mode": "force-https" },
1761     { "name": "jira.com", "include_subdomains": true, "mode": "force-https" },
1762     { "name": "kirei.se", "include_subdomains": true, "mode": "force-https" },
1763     { "name": "kuppingercole.com", "include_subdomains": true, "mode": "force-https" },
1764     { "name": "maff.scot", "include_subdomains": true, "mode": "force-https" },
1765     { "name": "mpreserver.com", "include_subdomains": true, "mode": "force-https" },
1766     { "name": "mvno.io", "include_subdomains": true, "mode": "force-https" },
1767     { "name": "namepros.com", "include_subdomains": true, "mode": "force-https" },
1768     { "name": "neko.li", "include_subdomains": true, "mode": "force-https" },
1769     { "name": "netera.se", "include_subdomains": true, "mode": "force-https" },
1770     { "name": "nieselregen.com", "include_subdomains": true, "mode": "force-https" },
1771     { "name": "pauladamsmith.com", "include_subdomains": true, "mode": "force-https" },
1772     { "name": "pwd.ovh", "include_subdomains": true, "mode": "force-https" },
1773     { "name": "ragingserenity.com", "include_subdomains": true, "mode": "force-https" },
1774     { "name": "saintsrobotics.com", "include_subdomains": true, "mode": "force-https" },
1775     { "name": "samuelkeeley.com", "include_subdomains": true, "mode": "force-https" },
1776     { "name": "shellsec.pw", "include_subdomains": true, "mode": "force-https" },
1777     { "name": "suzukikenichi.com", "include_subdomains": true, "mode": "force-https" },
1778     { "name": "tbspace.de", "include_subdomains": true, "mode": "force-https" },
1779     { "name": "the-sky-of-valkyries.com", "include_subdomains": true, "mode": "force-https" },
1780     { "name": "thomastimepieces.com.au", "include_subdomains": true, "mode": "force-https" },
1781     { "name": "uonstaffhub.com", "include_subdomains": true, "mode": "force-https" },
1782     { "name": "whd-guide.de", "include_subdomains": true, "mode": "force-https" },
1783     { "name": "whocalld.com", "include_subdomains": true, "mode": "force-https" },
1784     { "name": "wootton95.com", "include_subdomains": true, "mode": "force-https" },
1785     { "name": "fassadenverkleidung24.de", "include_subdomains": true, "mode": "force-https" },
1786     { "name": "uspsoig.gov", "include_subdomains": true, "mode": "force-https" },
1787     { "name": "notalone.gov", "include_subdomains": true, "mode": "force-https" },
1788     { "name": "aids.gov", "include_subdomains": true, "mode": "force-https" },
1789     { "name": "itdashboard.gov", "include_subdomains": true, "mode": "force-https" },
1790     { "name": "paymentaccuracy.gov", "include_subdomains": true, "mode": "force-https" },
1791     { "name": "cao.gov", "include_subdomains": true, "mode": "force-https" },
1792     { "name": "cfo.gov", "include_subdomains": true, "mode": "force-https" },
1793     { "name": "cio.gov", "include_subdomains": true, "mode": "force-https" },
1794     { "name": "earmarks.gov", "include_subdomains": true, "mode": "force-https" },
1795     { "name": "bfelob.gov", "include_subdomains": true, "mode": "force-https" },
1796     { "name": "max.gov", "include_subdomains": true, "mode": "force-https" },
1797     { "name": "save.gov", "include_subdomains": true, "mode": "force-https" },
1798     { "name": "saveaward.gov", "include_subdomains": true, "mode": "force-https" },
1799     { "name": "ustr.gov", "include_subdomains": true, "mode": "force-https" },
1800     { "name": "airlea.com", "include_subdomains": true, "mode": "force-https" },
1801     { "name": "atlantischild.hu", "include_subdomains": true, "mode": "force-https" },
1802     { "name": "benjamin.pe", "include_subdomains": true, "mode": "force-https" },
1803     { "name": "changelab.cc", "include_subdomains": true, "mode": "force-https" },
1804     { "name": "cryptobin.org", "include_subdomains": true, "mode": "force-https" },
1805     { "name": "csuw.net", "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" },
1808     { "name": "dylanscott.com.au", "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" },
1811     { "name": "expatads.com", "include_subdomains": true, "mode": "force-https" },
1812     { "name": "florianmitrea.uk", "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" },
1815     { "name": "gpsfix.cz", "include_subdomains": true, "mode": "force-https" },
1816     { "name": "guidetoiceland.is", "include_subdomains": true, "mode": "force-https" },
1817     { "name": "happylifestyle.com", "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" },
1820     { "name": "interserved.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" },
1823     { "name": "jmdekker.it", "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": "force-https" },
1826     { "name": "klingeletest.de", "include_subdomains": true, "mode": "force-https" },
1827     { "name": "lancejames.com", "include_subdomains": true, "mode": "force-https" },
1828     { "name": "leonklingele.de", "include_subdomains": true, "mode": "force-https" },
1829     { "name": "madars.org", "include_subdomains": true, "mode": "force-https" },
1830     { "name": "magneticanvil.com", "include_subdomains": true, "mode": "force-https" },
1831     { "name": "mimeit.de", "include_subdomains": true, "mode": "force-https" },
1832     { "name": "mobilcom-debitel-empfehlen.de", "include_subdomains": true, "mode": "force-https" },
1833     { "name": "morethanadream.lv", "include_subdomains": true, "mode": "force-https" },
1834     { "name": "narodniki.com", "include_subdomains": true, "mode": "force-https" },
1835     { "name": "netrider.net.au", "include_subdomains": true, "mode": "force-https" },
1836     { "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" },
1837     { "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" },
1838     { "name": "perfectionis.me", "include_subdomains": true, "mode": "force-https" },
1839     { "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https" },
1840     { "name": "polymathematician.com", "include_subdomains": true, "mode": "force-https" },
1841     { "name": "sanatfilan.com", "include_subdomains": true, "mode": "force-https" },
1842     { "name": "sikayetvar.com", "include_subdomains": true, "mode": "force-https" },
1843     { "name": "stulda.cz", "include_subdomains": true, "mode": "force-https" },
1844     { "name": "sysdb.io", "include_subdomains": true, "mode": "force-https" },
1845     { "name": "tallshoe.com", "include_subdomains": true, "mode": "force-https" },
1846     { "name": "thetomharling.com", "include_subdomains": true, "mode": "force-https" },
1847     { "name": "tracktivity.com.au", "include_subdomains": true, "mode": "force-https" },
1848     { "name": "twitteroauth.com", "include_subdomains": true, "mode": "force-https" },
1849     { "name": "vitrado.de", "include_subdomains": true, "mode": "force-https" },
1850     { "name": "webtalis.nl", "include_subdomains": true, "mode": "force-https" },
1851     { "name": "wevahoo.com", "include_subdomains": true, "mode": "force-https" },
1852     { "name": "zentralwolke.de", "include_subdomains": true, "mode": "force-https" },
1853     { "name": "zhovner.com", "include_subdomains": true, "mode": "force-https" },
1854     { "name": "acus.gov", "include_subdomains": true, "mode": "force-https" },
1855     { "name": "agrimap.com", "include_subdomains": true, "mode": "force-https" },
1856     { "name": "ajouin.com", "include_subdomains": true, "mode": "force-https" },
1857     { "name": "atishchenko.com", "include_subdomains": true, "mode": "force-https" },
1858     { "name": "bentertain.de", "include_subdomains": true, "mode": "force-https" },
1859     { "name": "bit.voyage", "include_subdomains": true, "mode": "force-https" },
1860     { "name": "bzv-fr.eu", "include_subdomains": true, "mode": "force-https" },
1861     { "name": "codepoints.net", "include_subdomains": true, "mode": "force-https" },
1862     { "name": "codepx.com", "include_subdomains": true, "mode": "force-https" },
1863     { "name": "cyprus-company-service.com", "include_subdomains": true, "mode": "force-https" },
1864     { "name": "darkpony.ru", "include_subdomains": true, "mode": "force-https" },
1865     { "name": "darom.jp", "include_subdomains": true, "mode": "force-https" },
1866     { "name": "davidnoren.com", "include_subdomains": true, "mode": "force-https" },
1867     { "name": "donotcall.gov", "include_subdomains": true, "mode": "force-https" },
1868     { "name": "e-aut.net", "include_subdomains": true, "mode": "force-https" },
1869     { "name": "ecg.fr", "include_subdomains": true, "mode": "force-https" },
1870     { "name": "exon.io", "include_subdomains": true, "mode": "force-https" },
1871     { "name": "extendwings.com", "include_subdomains": true, "mode": "force-https" },
1872     { "name": "federalregister.gov", "include_subdomains": true, "mode": "force-https" },
1873     { "name": "fedorahosted.org", "include_subdomains": true, "mode": "force-https" },
1874     { "name": "firma-offshore.com", "include_subdomains": true, "mode": "force-https" },
1875     { "name": "freesounding.com", "include_subdomains": true, "mode": "force-https" },
1876     { "name": "freesounding.ru", "include_subdomains": true, "mode": "force-https" },
1877     { "name": "ftccomplaintassistant.gov", "include_subdomains": true, "mode": "force-https" },
1878     { "name": "getfedora.org", "include_subdomains": true, "mode": "force-https" },
1879     { "name": "getfittedstore.com", "include_subdomains": true, "mode": "force-https" },
1880     { "name": "hatoko.net", "include_subdomains": true, "mode": "force-https" },
1881     { "name": "hda.me", "include_subdomains": true, "mode": "force-https" },
1882     { "name": "helpadmin.net", "include_subdomains": true, "mode": "force-https" },
1883     { "name": "hsr.gov", "include_subdomains": true, "mode": "force-https" },
1884     { "name": "iniiter.com", "include_subdomains": true, "mode": "force-https" },
1885     { "name": "ionas-law.ro", "include_subdomains": true, "mode": "force-https" },
1886     { "name": "keepa.com", "include_subdomains": true, "mode": "force-https" },
1887     { "name": "knip.ch", "include_subdomains": true, "mode": "force-https" },
1888     { "name": "laf.in.net", "include_subdomains": true, "mode": "force-https" },
1889     { "name": "leifdreizler.com", "include_subdomains": true, "mode": "force-https" },
1890     { "name": "livej.am", "include_subdomains": true, "mode": "force-https" },
1891     { "name": "m0wef.uk", "include_subdomains": true, "mode": "force-https" },
1892     { "name": "mahamed91.pw", "include_subdomains": true, "mode": "force-https" },
1893     { "name": "massivum.de", "include_subdomains": true, "mode": "force-https" },
1894     { "name": "megaplan.cz", "include_subdomains": true, "mode": "force-https" },
1895     { "name": "megaplan.ru", "include_subdomains": true, "mode": "force-https" },
1896     { "name": "miketabor.com", "include_subdomains": true, "mode": "force-https" },
1897     { "name": "mineover.es", "include_subdomains": true, "mode": "force-https" },
1898     { "name": "mokote.com", "include_subdomains": true, "mode": "force-https" },
1899     { "name": "mr-hosting.com", "include_subdomains": true, "mode": "force-https" },
1900     { "name": "msa-aesch.ch", "include_subdomains": true, "mode": "force-https" },
1901     { "name": "mutamatic.com", "include_subdomains": true, "mode": "force-https" },
1902     { "name": "nymphetomania.net", "include_subdomains": true, "mode": "force-https" },
1903     { "name": "offshore-firma.org", "include_subdomains": true, "mode": "force-https" },
1904     { "name": "openacademies.com", "include_subdomains": true, "mode": "force-https" },
1905     { "name": "phoenix.dj", "include_subdomains": true, "mode": "force-https" },
1906     { "name": "pmg-offshore-company.com", "include_subdomains": true, "mode": "force-https" },
1907     { "name": "pmg-purchase.com", "include_subdomains": true, "mode": "force-https" },
1908     { "name": "pmg-purchase.net", "include_subdomains": true, "mode": "force-https" },
1909     { "name": "polypho.nyc", "include_subdomains": true, "mode": "force-https" },
1910     { "name": "puiterwijk.org", "include_subdomains": true, "mode": "force-https" },
1911     { "name": "redletter.link", "include_subdomains": true, "mode": "force-https" },
1912     { "name": "reg.ru", "include_subdomains": true, "mode": "force-https" },
1913     { "name": "release-monitoring.org", "include_subdomains": true, "mode": "force-https" },
1914     { "name": "rika.me", "include_subdomains": true, "mode": "force-https" },
1915     { "name": "scrambler.in", "include_subdomains": true, "mode": "force-https" },
1916     { "name": "sjoorm.com", "include_subdomains": true, "mode": "force-https" },
1917     { "name": "survivalmonkey.com", "include_subdomains": true, "mode": "force-https" },
1918     { "name": "sychov.pro", "include_subdomains": true, "mode": "force-https" },
1919     { "name": "terrty.net", "include_subdomains": true, "mode": "force-https" },
1920     { "name": "thebimhub.com", "include_subdomains": true, "mode": "force-https" },
1921     { "name": "tmtopup.com", "include_subdomains": true, "mode": "force-https" },
1922     { "name": "uae-company-service.com", "include_subdomains": true, "mode": "force-https" },
1923     { "name": "wherephoto.com", "include_subdomains": true, "mode": "force-https" },
1924     { "name": "wills.co.tt", "include_subdomains": true, "mode": "force-https" },
1925     { "name": "wondershift.biz", "include_subdomains": true, "mode": "force-https" },
1926     { "name": "wzrd.in", "include_subdomains": true, "mode": "force-https" },
1927     { "name": "xplore-dna.net", "include_subdomains": true, "mode": "force-https" },
1928     { "name": "xuntier.ch", "include_subdomains": true, "mode": "force-https" },
1929     { "name": "yanovich.net", "include_subdomains": true, "mode": "force-https" },
1930     { "name": "yaporn.tv", "include_subdomains": true, "mode": "force-https" },
1931     { "name": "yorcom.nl", "include_subdomains": true, "mode": "force-https" },
1932     { "name": "admin.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1933     { "name": "id.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1934     { "name": "kojipkgs.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1935     { "name": "apps.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1936     { "name": "badges.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1937     { "name": "ask.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1938     { "name": "admin.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1939     { "name": "apps.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1940     { "name": "ask.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1941     { "name": "badges.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1942     { "name": "darkserver.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1943     { "name": "darkserver.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1944     { "name": "geoip.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1945     { "name": "geoip.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1946     { "name": "lists.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1947     { "name": "lists.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1948     { "name": "qa.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1949     { "name": "qa.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1950     { "name": "redirect.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1951     { "name": "redirect.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1952     { "name": "taskotron.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1953     { "name": "taskotron.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1954     { "name": "translate.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1955     { "name": "translate.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
1956     { "name": "landscape.canonical.com", "include_subdomains": true, "mode": "force-https" },
1957     { "name": "auth.mail.ru", "include_subdomains": true, "mode": "force-https" },
1958     { "name": "e.mail.ru", "include_subdomains": true, "mode": "force-https" },
1959     { "name": "touch.mail.ru", "include_subdomains": true, "mode": "force-https" },
1960     { "name": "light.mail.ru", "include_subdomains": true, "mode": "force-https" },
1961     { "name": "m.mail.ru", "include_subdomains": true, "mode": "force-https" },
1962     { "name": "arty.name", "include_subdomains": true, "mode": "force-https" },
1963     { "name": "7183.org", "include_subdomains": true, "mode": "force-https" },
1964     { "name": "8ack.de", "include_subdomains": true, "mode": "force-https" },
1965     { "name": "9point6.com", "include_subdomains": true, "mode": "force-https" },
1966     { "name": "altmv.com", "include_subdomains": true, "mode": "force-https" },
1967     { "name": "andere-gedanken.net", "include_subdomains": true, "mode": "force-https" },
1968     { "name": "andymartin.cc", "include_subdomains": true, "mode": "force-https" },
1969     { "name": "antipolygraph.org", "include_subdomains": true, "mode": "force-https" },
1970     { "name": "areafiftylan.nl", "include_subdomains": true, "mode": "force-https" },
1971     { "name": "aroonchande.com", "include_subdomains": true, "mode": "force-https" },
1972     { "name": "atc.io", "include_subdomains": true, "mode": "force-https" },
1973     { "name": "auto4trade.nl", "include_subdomains": true, "mode": "force-https" },
1974     { "name": "bagelsbakery.com", "include_subdomains": true, "mode": "force-https" },
1975     { "name": "bcm.com.au", "include_subdomains": true, "mode": "force-https" },
1976     { "name": "beercandle.com", "include_subdomains": true, "mode": "force-https" },
1977     { "name": "billigssl.dk", "include_subdomains": true, "mode": "force-https" },
1978     { "name": "bonitabrazilian.co.nz", "include_subdomains": true, "mode": "force-https" },
1979     { "name": "brandbuilderwebsites.com", "include_subdomains": true, "mode": "force-https" },
1980     { "name": "breeswish.org", "include_subdomains": true, "mode": "force-https" },
1981     { "name": "bundaberg.com", "include_subdomains": true, "mode": "force-https" },
1982     { "name": "bustimes.org", "include_subdomains": true, "mode": "force-https" },
1983     { "name": "calories.org", "include_subdomains": true, "mode": "force-https" },
1984     { "name": "capitaltg.com", "include_subdomains": true, "mode": "force-https" },
1985     { "name": "chartstoffarm.de", "include_subdomains": true, "mode": "force-https" },
1986     { "name": "chrisirwin.ca", "include_subdomains": true, "mode": "force-https" },
1987     { "name": "classdojo.com", "include_subdomains": true, "mode": "force-https" },
1988     { "name": "consumersentinel.gov", "include_subdomains": true, "mode": "force-https" },
1989     { "name": "cybozulive.com", "include_subdomains": true, "mode": "force-https" },
1990     { "name": "darlo.co.uk", "include_subdomains": true, "mode": "force-https" },
1991     { "name": "datasnitch.co.uk", "include_subdomains": true, "mode": "force-https" },
1992     { "name": "dn42.us", "include_subdomains": true, "mode": "force-https" },
1993     { "name": "dnsman.se", "include_subdomains": true, "mode": "force-https" },
1994     { "name": "dreamsforabetterworld.com.au", "include_subdomains": true, "mode": "force-https" },
1995     { "name": "ectora.com", "include_subdomains": true, "mode": "force-https" },
1996     { "name": "elliquiy.com", "include_subdomains": true, "mode": "force-https" },
1997     { "name": "florian-lillpopp.de", "include_subdomains": true, "mode": "force-https" },
1998     { "name": "florianlillpopp.de", "include_subdomains": true, "mode": "force-https" },
1999     { "name": "geekandi.com", "include_subdomains": true, "mode": "force-https" },
2000     { "name": "heute-kaufen.de", "include_subdomains": true, "mode": "force-https" },
2001     { "name": "hushfile.it", "include_subdomains": true, "mode": "force-https" },
2002     { "name": "interasistmen.se", "include_subdomains": true, "mode": "force-https" },
2003     { "name": "johannes.io", "include_subdomains": true, "mode": "force-https" },
2004     { "name": "kamikano.com", "include_subdomains": true, "mode": "force-https" },
2005     { "name": "kintone.com", "include_subdomains": true, "mode": "force-https" },
2006     { "name": "koen.io", "include_subdomains": true, "mode": "force-https" },
2007     { "name": "koenrouwhorst.nl", "include_subdomains": true, "mode": "force-https" },
2008     { "name": "lillpopp.eu", "include_subdomains": true, "mode": "force-https" },
2009     { "name": "linx.li", "include_subdomains": true, "mode": "force-https" },
2010     { "name": "lnx.li", "include_subdomains": true, "mode": "force-https" },
2011     { "name": "madeitwor.se", "include_subdomains": true, "mode": "force-https" },
2012     { "name": "mailmag.net", "include_subdomains": true, "mode": "force-https" },
2013     { "name": "mevs.cz", "include_subdomains": true, "mode": "force-https" },
2014     { "name": "miconcinemas.com", "include_subdomains": true, "mode": "force-https" },
2015     { "name": "mindoktor.se", "include_subdomains": true, "mode": "force-https" },
2016     { "name": "mister.hosting", "include_subdomains": true, "mode": "force-https" },
2017     { "name": "mtau.com", "include_subdomains": true, "mode": "force-https" },
2018     { "name": "myprintcard.de", "include_subdomains": true, "mode": "force-https" },
2019     { "name": "nationalpriorities.org", "include_subdomains": true, "mode": "force-https" },
2020     { "name": "nodari.com.ar", "include_subdomains": true, "mode": "force-https" },
2021     { "name": "nuvini.com", "include_subdomains": true, "mode": "force-https" },
2022     { "name": "nwa.xyz", "include_subdomains": true, "mode": "force-https" },
2023     { "name": "paulschreiber.com", "include_subdomains": true, "mode": "force-https" },
2024     { "name": "philosopherswool.com", "include_subdomains": true, "mode": "force-https" },
2025     { "name": "preissler.co.uk", "include_subdomains": true, "mode": "force-https" },
2026     { "name": "proofwiki.org", "include_subdomains": true, "mode": "force-https" },
2027     { "name": "rawstorieslondon.com", "include_subdomains": true, "mode": "force-https" },
2028     { "name": "reaconverter.com", "include_subdomains": true, "mode": "force-https" },
2029     { "name": "robinadr.com", "include_subdomains": true, "mode": "force-https" },
2030     { "name": "rodosto.com", "include_subdomains": true, "mode": "force-https" },
2031     { "name": "rssr.se", "include_subdomains": true, "mode": "force-https" },
2032     { "name": "rubendv.be", "include_subdomains": true, "mode": "force-https" },
2033     { "name": "scoutdb.ch", "include_subdomains": true, "mode": "force-https" },
2034     { "name": "setuid.io", "include_subdomains": true, "mode": "force-https" },
2035     { "name": "shadex.net", "include_subdomains": true, "mode": "force-https" },
2036     { "name": "sockeye.cc", "include_subdomains": true, "mode": "force-https" },
2037     { "name": "soulogic.com", "include_subdomains": true, "mode": "force-https" },
2038     { "name": "teamnorthgermany.de", "include_subdomains": true, "mode": "force-https" },
2039     { "name": "terraelectronica.ru", "include_subdomains": true, "mode": "force-https" },
2040     { "name": "themoep.at", "include_subdomains": true, "mode": "force-https" },
2041     { "name": "torquato.de", "include_subdomains": true, "mode": "force-https" },
2042     { "name": "utleieplassen.no", "include_subdomains": true, "mode": "force-https" },
2043     { "name": "vijos.org", "include_subdomains": true, "mode": "force-https" },
2044     { "name": "vyncke.org", "include_subdomains": true, "mode": "force-https" },
2045     { "name": "webeau.com", "include_subdomains": true, "mode": "force-https" },
2046     { "name": "wifirst.net", "include_subdomains": true, "mode": "force-https" },
2047     { "name": "wisv.ch", "include_subdomains": true, "mode": "force-https" },
2048     { "name": "zapier.com", "include_subdomains": true, "mode": "force-https" },
2049     { "name": "56ct.com", "include_subdomains": true, "mode": "force-https" },
2050     { "name": "5apps.com", "include_subdomains": true, "mode": "force-https" },
2051     { "name": "abmahnhelfer.de", "include_subdomains": true, "mode": "force-https" },
2052     { "name": "adamstas.com", "include_subdomains": true, "mode": "force-https" },
2053     { "name": "akselinurmio.fi", "include_subdomains": true, "mode": "force-https" },
2054     { "name": "al-shami.net", "include_subdomains": true, "mode": "force-https" },
2055     { "name": "alanrickmanflipstable.com", "include_subdomains": true, "mode": "force-https" },
2056     { "name": "ankakaak.com", "include_subdomains": true, "mode": "force-https" },
2057     { "name": "anonym-surfen.de", "include_subdomains": true, "mode": "force-https" },
2058     { "name": "apps-for-fishing.com", "include_subdomains": true, "mode": "force-https" },
2059     { "name": "arteseideias.com.pt", "include_subdomains": true, "mode": "force-https" },
2060     { "name": "athenelive.com", "include_subdomains": true, "mode": "force-https" },
2061     { "name": "aurainfosec.com", "include_subdomains": true, "mode": "force-https" },
2062     { "name": "aurainfosec.com.au", "include_subdomains": true, "mode": "force-https" },
2063     { "name": "auraredeye.com", "include_subdomains": true, "mode": "force-https" },
2064     { "name": "auraredshield.com", "include_subdomains": true, "mode": "force-https" },
2065     { "name": "autoledky.sk", "include_subdomains": true, "mode": "force-https" },
2066     { "name": "bitchan.it", "include_subdomains": true, "mode": "force-https" },
2067     { "name": "bitcoinx.ro", "include_subdomains": true, "mode": "force-https" },
2068     { "name": "blackberrycentral.com", "include_subdomains": true, "mode": "force-https" },
2069     { "name": "bloemendal.me", "include_subdomains": true, "mode": "force-https" },
2070     { "name": "boypoint.de", "include_subdomains": true, "mode": "force-https" },
2071     { "name": "bran.cc", "include_subdomains": true, "mode": "force-https" },
2072     { "name": "burtrum.org", "include_subdomains": true, "mode": "force-https" },
2073     { "name": "casa-su.casa", "include_subdomains": true, "mode": "force-https" },
2074     { "name": "cbhq.net", "include_subdomains": true, "mode": "force-https" },
2075     { "name": "coinbase.com", "include_subdomains": true, "mode": "force-https" },
2076     { "name": "commencepayments.com", "include_subdomains": true, "mode": "force-https" },
2077     { "name": "courtlistener.com", "include_subdomains": true, "mode": "force-https" },
2078     { "name": "cryptopush.com", "include_subdomains": true, "mode": "force-https" },
2079     { "name": "curtacircuitos.com.br", "include_subdomains": true, "mode": "force-https" },
2080     { "name": "danskoferie.dk", "include_subdomains": true, "mode": "force-https" },
2081     { "name": "daylightpirates.org", "include_subdomains": true, "mode": "force-https" },
2082     { "name": "deliverance.co.uk", "include_subdomains": true, "mode": "force-https" },
2083     { "name": "devinfo.net", "include_subdomains": true, "mode": "force-https" },
2084     { "name": "disking.co.uk", "include_subdomains": true, "mode": "force-https" },
2085     { "name": "dubrovskiy.net", "include_subdomains": true, "mode": "force-https" },
2086     { "name": "dyeager.org", "include_subdomains": true, "mode": "force-https" },
2087     { "name": "edix.ru", "include_subdomains": true, "mode": "force-https" },
2088     { "name": "erotische-aanbiedingen.nl", "include_subdomains": true, "mode": "force-https" },
2089     { "name": "esoa.net", "include_subdomains": true, "mode": "force-https" },
2090     { "name": "eva.cz", "include_subdomains": true, "mode": "force-https" },
2091     { "name": "evalesc.com", "include_subdomains": true, "mode": "force-https" },
2092     { "name": "faucetbox.com", "include_subdomains": true, "mode": "force-https" },
2093     { "name": "froggstack.de", "include_subdomains": true, "mode": "force-https" },
2094     { "name": "fx5.de", "include_subdomains": true, "mode": "force-https" },
2095     { "name": "gallery44.org", "include_subdomains": true, "mode": "force-https" },
2096     { "name": "gc.net", "include_subdomains": true, "mode": "force-https" },
2097     { "name": "gnetwork.eu", "include_subdomains": true, "mode": "force-https" },
2098     { "name": "gotowned.org", "include_subdomains": true, "mode": "force-https" },
2099     { "name": "gudini.net", "include_subdomains": true, "mode": "force-https" },
2100     { "name": "gugga.dk", "include_subdomains": true, "mode": "force-https" },
2101     { "name": "herbert.io", "include_subdomains": true, "mode": "force-https" },
2102     { "name": "ijohan.nl", "include_subdomains": true, "mode": "force-https" },
2103     { "name": "imgg.es", "include_subdomains": true, "mode": "force-https" },
2104     { "name": "insighti.org", "include_subdomains": true, "mode": "force-https" },
2105     { "name": "ipmimagazine.com", "include_subdomains": true, "mode": "force-https" },
2106     { "name": "isogram.nl", "include_subdomains": true, "mode": "force-https" },
2107     { "name": "j0s.at", "include_subdomains": true, "mode": "force-https" },
2108     { "name": "jbn.mx", "include_subdomains": true, "mode": "force-https" },
2109     { "name": "jeremyness.com", "include_subdomains": true, "mode": "force-https" },
2110     { "name": "jkb.pics", "include_subdomains": true, "mode": "force-https" },
2111     { "name": "jkbuster.com", "include_subdomains": true, "mode": "force-https" },
2112     { "name": "jrc9.ca", "include_subdomains": true, "mode": "force-https" },
2113     { "name": "kalmar.com", "include_subdomains": true, "mode": "force-https" },
2114     { "name": "kanzashi.com", "include_subdomains": true, "mode": "force-https" },
2115     { "name": "kaufberatung.community", "include_subdomains": true, "mode": "force-https" },
2116     { "name": "kissflow.com", "include_subdomains": true, "mode": "force-https" },
2117     { "name": "kollawat.me", "include_subdomains": true, "mode": "force-https" },
2118     { "name": "lavval.com", "include_subdomains": true, "mode": "force-https" },
2119     { "name": "ledhouse.sk", "include_subdomains": true, "mode": "force-https" },
2120     { "name": "lichtspot.de", "include_subdomains": true, "mode": "force-https" },
2121     { "name": "mall.cz", "include_subdomains": true, "mode": "force-https" },
2122     { "name": "mall.hu", "include_subdomains": true, "mode": "force-https" },
2123     { "name": "mall.pl", "include_subdomains": true, "mode": "force-https" },
2124     { "name": "mall.sk", "include_subdomains": true, "mode": "force-https" },
2125     { "name": "malwre.io", "include_subdomains": true, "mode": "force-https" },
2126     { "name": "markayapilandirma.com", "include_subdomains": true, "mode": "force-https" },
2127     { "name": "markhaehnel.de", "include_subdomains": true, "mode": "force-https" },
2128     { "name": "mattfin.ch", "include_subdomains": true, "mode": "force-https" },
2129     { "name": "mattsvensson.com", "include_subdomains": true, "mode": "force-https" },
2130     { "name": "mehmetince.net", "include_subdomains": true, "mode": "force-https" },
2131     { "name": "mh-bloemen.co.jp", "include_subdomains": true, "mode": "force-https" },
2132     { "name": "mimovrste.com", "include_subdomains": true, "mode": "force-https" },
2133     { "name": "mitell.jp", "include_subdomains": true, "mode": "force-https" },
2134     { "name": "mittenhacks.com", "include_subdomains": true, "mode": "force-https" },
2135     { "name": "mnemotiv.com", "include_subdomains": true, "mode": "force-https" },
2136     { "name": "munuc.org", "include_subdomains": true, "mode": "force-https" },
2137     { "name": "mustika.cf", "include_subdomains": true, "mode": "force-https" },
2138     { "name": "mvsecurity.nl", "include_subdomains": true, "mode": "force-https" },
2139     { "name": "nachsendeauftrag.net", "include_subdomains": true, "mode": "force-https" },
2140     { "name": "nan.zone", "include_subdomains": true, "mode": "force-https" },
2141     { "name": "nbl.org.tw", "include_subdomains": true, "mode": "force-https" },
2142     { "name": "nctx.co.uk", "include_subdomains": true, "mode": "force-https" },
2143     { "name": "nemovement.org", "include_subdomains": true, "mode": "force-https" },
2144     { "name": "newkaliningrad.ru", "include_subdomains": true, "mode": "force-https" },
2145     { "name": "noemax.com", "include_subdomains": true, "mode": "force-https" },
2146     { "name": "nsboutique.com", "include_subdomains": true, "mode": "force-https" },
2147     { "name": "ohling.org", "include_subdomains": true, "mode": "force-https" },
2148     { "name": "orcahq.com", "include_subdomains": true, "mode": "force-https" },
2149     { "name": "pasta-factory.co.il", "include_subdomains": true, "mode": "force-https" },
2150     { "name": "pclob.gov", "include_subdomains": true, "mode": "force-https" },
2151     { "name": "plzenskybarcamp.cz", "include_subdomains": true, "mode": "force-https" },
2152     { "name": "ponythread.com", "include_subdomains": true, "mode": "force-https" },
2153     { "name": "popcorntime.ws", "include_subdomains": true, "mode": "force-https" },
2154     { "name": "ptn.moscow", "include_subdomains": true, "mode": "force-https" },
2155     { "name": "radiormi.com", "include_subdomains": true, "mode": "force-https" },
2156     { "name": "renem.net", "include_subdomains": true, "mode": "force-https" },
2157     { "name": "richiemail.net", "include_subdomains": true, "mode": "force-https" },
2158     { "name": "ricochet.im", "include_subdomains": true, "mode": "force-https" },
2159     { "name": "roman-pavlik.cz", "include_subdomains": true, "mode": "force-https" },
2160     { "name": "roots.io", "include_subdomains": true, "mode": "force-https" },
2161     { "name": "royalacademy.org.uk", "include_subdomains": true, "mode": "force-https" },
2162     { "name": "rubecodeberg.com", "include_subdomains": true, "mode": "force-https" },
2163     { "name": "sabahattin-gucukoglu.com", "include_subdomains": true, "mode": "force-https" },
2164     { "name": "sagerus.com", "include_subdomains": true, "mode": "force-https" },
2165     { "name": "sageth.com", "include_subdomains": true, "mode": "force-https" },
2166     { "name": "samfunnet.no", "include_subdomains": true, "mode": "force-https" },
2167     { "name": "saulchristie.com", "include_subdomains": true, "mode": "force-https" },
2168     { "name": "secretserveronline.com", "include_subdomains": true, "mode": "force-https" },
2169     { "name": "securedrop.org", "include_subdomains": true, "mode": "force-https" },
2170     { "name": "sigterm.sh", "include_subdomains": true, "mode": "force-https" },
2171     { "name": "sleio.com", "include_subdomains": true, "mode": "force-https" },
2172     { "name": "souki.cz", "include_subdomains": true, "mode": "force-https" },
2173     { "name": "speedcounter.net", "include_subdomains": true, "mode": "force-https" },
2174     { "name": "stesti.cz", "include_subdomains": true, "mode": "force-https" },
2175     { "name": "stevegrav.es", "include_subdomains": true, "mode": "force-https" },
2176     { "name": "stillyarts.com", "include_subdomains": true, "mode": "force-https" },
2177     { "name": "svager.cz", "include_subdomains": true, "mode": "force-https" },
2178     { "name": "taglondon.org", "include_subdomains": true, "mode": "force-https" },
2179     { "name": "tandarts-haarlem.nl", "include_subdomains": true, "mode": "force-https" },
2180     { "name": "tdrs.info", "include_subdomains": true, "mode": "force-https" },
2181     { "name": "teachforcanada.ca", "include_subdomains": true, "mode": "force-https" },
2182     { "name": "techllage.com", "include_subdomains": true, "mode": "force-https" },
2183     { "name": "techloaner.com", "include_subdomains": true, "mode": "force-https" },
2184     { "name": "theescapistswiki.com", "include_subdomains": true, "mode": "force-https" },
2185     { "name": "therapyportal.com", "include_subdomains": true, "mode": "force-https" },
2186     { "name": "tirex.media", "include_subdomains": true, "mode": "force-https" },
2187     { "name": "titties.ml", "include_subdomains": true, "mode": "force-https" },
2188     { "name": "tomharling.co.uk", "include_subdomains": true, "mode": "force-https" },
2189     { "name": "tomharling.uk", "include_subdomains": true, "mode": "force-https" },
2190     { "name": "toptexture.com", "include_subdomains": true, "mode": "force-https" },
2191     { "name": "tox.im", "include_subdomains": true, "mode": "force-https" },
2192     { "name": "traas.org", "include_subdomains": true, "mode": "force-https" },
2193     { "name": "trashnothing.com", "include_subdomains": true, "mode": "force-https" },
2194     { "name": "tuturulianda.com", "include_subdomains": true, "mode": "force-https" },
2195     { "name": "ucfirst.nl", "include_subdomains": true, "mode": "force-https" },
2196     { "name": "unitedadmins.com", "include_subdomains": true, "mode": "force-https" },
2197     { "name": "unknownphenomena.net", "include_subdomains": true, "mode": "force-https" },
2198     { "name": "uptrends.de", "include_subdomains": true, "mode": "force-https" },
2199     { "name": "utilityapi.com", "include_subdomains": true, "mode": "force-https" },
2200     { "name": "welpy.com", "include_subdomains": true, "mode": "force-https" },
2201     { "name": "wesleyharris.ca", "include_subdomains": true, "mode": "force-https" },
2202     { "name": "resources.flowfinity.com", "include_subdomains": true, "mode": "force-https" },
2203     { "name": "2600hq.com", "include_subdomains": true, "mode": "force-https" },
2204     { "name": "301.website", "include_subdomains": true, "mode": "force-https" },
2205     { "name": "alza.cz", "include_subdomains": true, "mode": "force-https" },
2206     { "name": "armytricka.cz", "include_subdomains": true, "mode": "force-https" },
2207     { "name": "astaxi.net", "include_subdomains": true, "mode": "force-https" },
2208     { "name": "bradkovach.com", "include_subdomains": true, "mode": "force-https" },
2209     { "name": "crypto.graphics", "include_subdomains": true, "mode": "force-https" },
2210     { "name": "cryptography.io", "include_subdomains": true, "mode": "force-https" },
2211     { "name": "danielalvarez.net", "include_subdomains": true, "mode": "force-https" },
2212     { "name": "danonsecurity.com", "include_subdomains": true, "mode": "force-https" },
2213     { "name": "darknode.in", "include_subdomains": true, "mode": "force-https" },
2214     { "name": "davidmcevoy.org.uk", "include_subdomains": true, "mode": "force-https" },
2215     { "name": "diedrich.co", "include_subdomains": true, "mode": "force-https" },
2216     { "name": "domainkauf.de", "include_subdomains": true, "mode": "force-https" },
2217     { "name": "emptypath.com", "include_subdomains": true, "mode": "force-https" },
2218     { "name": "eromixx.com", "include_subdomains": true, "mode": "force-https" },
2219     { "name": "ezequiel-garzon.com", "include_subdomains": true, "mode": "force-https" },
2220     { "name": "ezequiel-garzon.net", "include_subdomains": true, "mode": "force-https" },
2221     { "name": "fa-works.com", "include_subdomains": true, "mode": "force-https" },
2222     { "name": "flagspot.net", "include_subdomains": true, "mode": "force-https" },
2223     { "name": "getmango.com", "include_subdomains": true, "mode": "force-https" },
2224     { "name": "gokmenguresci.com", "include_subdomains": true, "mode": "force-https" },
2225     { "name": "goodwin43.ru", "include_subdomains": true, "mode": "force-https" },
2226     { "name": "gotspot.com", "include_subdomains": true, "mode": "force-https" },
2227     { "name": "gra2.com", "include_subdomains": true, "mode": "force-https" },
2228     { "name": "hledejpravnika.cz", "include_subdomains": true, "mode": "force-https" },
2229     { "name": "ilikerainbows.co", "include_subdomains": true, "mode": "force-https" },
2230     { "name": "indiecert.net", "include_subdomains": true, "mode": "force-https" },
2231     { "name": "irmag.ru", "include_subdomains": true, "mode": "force-https" },
2232     { "name": "johnmichel.org", "include_subdomains": true, "mode": "force-https" },
2233     { "name": "jonpads.com", "include_subdomains": true, "mode": "force-https" },
2234     { "name": "keeleysam.me", "include_subdomains": true, "mode": "force-https" },
2235     { "name": "krouzkyliduska.cz", "include_subdomains": true, "mode": "force-https" },
2236     { "name": "lapetition.be", "include_subdomains": true, "mode": "force-https" },
2237     { "name": "maartenvandekamp.nl", "include_subdomains": true, "mode": "force-https" },
2238     { "name": "mcard.vn", "include_subdomains": true, "mode": "force-https" },
2239     { "name": "mcnext.net", "include_subdomains": true, "mode": "force-https" },
2240     { "name": "micropple.net", "include_subdomains": true, "mode": "force-https" },
2241     { "name": "munki.org", "include_subdomains": true, "mode": "force-https" },
2242     { "name": "netbox.cc", "include_subdomains": true, "mode": "force-https" },
2243     { "name": "olivierlemoal.fr", "include_subdomains": true, "mode": "force-https" },
2244     { "name": "petplum.com", "include_subdomains": true, "mode": "force-https" },
2245     { "name": "picsto.re", "include_subdomains": true, "mode": "force-https" },
2246     { "name": "pirateproxy.sx", "include_subdomains": true, "mode": "force-https" },
2247     { "name": "proxybay.info", "include_subdomains": true, "mode": "force-https" },
2248     { "name": "red-t-shirt.ru", "include_subdomains": true, "mode": "force-https" },
2249     { "name": "siewert-kau.de", "include_subdomains": true, "mode": "force-https" },
2250     { "name": "skeeley.com", "include_subdomains": true, "mode": "force-https" },
2251     { "name": "soia.ca", "include_subdomains": true, "mode": "force-https" },
2252     { "name": "suos.io", "include_subdomains": true, "mode": "force-https" },
2253     { "name": "syzygy-tables.info", "include_subdomains": true, "mode": "force-https" },
2254     { "name": "todoist.com", "include_subdomains": true, "mode": "force-https" },
2255     { "name": "twofactorauth.org", "include_subdomains": true, "mode": "force-https" },
2256     { "name": "vox.vg", "include_subdomains": true, "mode": "force-https" },
2257     { "name": "walnutgaming.com", "include_subdomains": true, "mode": "force-https" },
2258     { "name": "webrebels.org", "include_subdomains": true, "mode": "force-https" },
2259     { "name": "widememory.com", "include_subdomains": true, "mode": "force-https" },
2260     { "name": "withustrading.com", "include_subdomains": true, "mode": "force-https" },
2261     { "name": "wvr-law.de", "include_subdomains": true, "mode": "force-https" },
2262     { "name": "wzyboy.org", "include_subdomains": true, "mode": "force-https" },
2263     { "name": "xenesisziarovky.sk", "include_subdomains": true, "mode": "force-https" },
2264     { "name": "xf-liam.com", "include_subdomains": true, "mode": "force-https" },
2265     { "name": "yksityisyydensuoja.fi", "include_subdomains": true, "mode": "force-https" },
2266     { "name": "yokeepo.com", "include_subdomains": true, "mode": "force-https" },
2267     { "name": "zravypapir.cz", "include_subdomains": true, "mode": "force-https" },
2268     { "name": "healthcare.gov", "mode": "force-https" },
2269     { "name": "www.healthcare.gov", "mode": "force-https" },
2270     { "name": "47ronin.com", "include_subdomains": true, "mode": "force-https" },
2271     { "name": "acuica.co.uk", "include_subdomains": true, "mode": "force-https" },
2272     { "name": "advanced-online.eu", "include_subdomains": true, "mode": "force-https" },
2273     { "name": "arbitrary.ch", "include_subdomains": true, "mode": "force-https" },
2274     { "name": "bidon.ca", "include_subdomains": true, "mode": "force-https" },
2275     { "name": "boiseonlinemall.com", "include_subdomains": true, "mode": "force-https" },
2276     { "name": "cake.care", "include_subdomains": true, "mode": "force-https" },
2277     { "name": "cdlcenter.com", "include_subdomains": true, "mode": "force-https" },
2278     { "name": "climaprecio.es", "include_subdomains": true, "mode": "force-https" },
2279     { "name": "coding.net", "include_subdomains": true, "mode": "force-https" },
2280     { "name": "covenantoftheriver.org", "include_subdomains": true, "mode": "force-https" },
2281     { "name": "danw.io", "include_subdomains": true, "mode": "force-https" },
2282     { "name": "defcon.org", "include_subdomains": true, "mode": "force-https" },
2283     { "name": "digital1st.co.uk", "include_subdomains": true, "mode": "force-https" },
2284     { "name": "dragons-of-highlands.cz", "include_subdomains": true, "mode": "force-https" },
2285     { "name": "enskat.de", "include_subdomains": true, "mode": "force-https" },
2286     { "name": "enskatson-sippe.de", "include_subdomains": true, "mode": "force-https" },
2287     { "name": "eveshamglass.co.uk", "include_subdomains": true, "mode": "force-https" },
2288     { "name": "firebirdrangecookers.com", "include_subdomains": true, "mode": "force-https" },
2289     { "name": "fitkram.cz", "include_subdomains": true, "mode": "force-https" },
2290     { "name": "gambit.pro", "include_subdomains": true, "mode": "force-https" },
2291     { "name": "gambitnash.com", "include_subdomains": true, "mode": "force-https" },
2292     { "name": "ge3k.net", "include_subdomains": true, "mode": "force-https" },
2293     { "name": "hboeck.de", "include_subdomains": true, "mode": "force-https" },
2294     { "name": "hozana.si", "include_subdomains": true, "mode": "force-https" },
2295     { "name": "indovinabank.com.vn", "include_subdomains": true, "mode": "force-https" },
2296     { "name": "ipomue.com", "include_subdomains": true, "mode": "force-https" },
2297     { "name": "ipsec.pl", "include_subdomains": true, "mode": "force-https" },
2298     { "name": "jamesdoylephoto.com", "include_subdomains": true, "mode": "force-https" },
2299     { "name": "jpbike.cz", "include_subdomains": true, "mode": "force-https" },
2300     { "name": "kaneo-gmbh.de", "include_subdomains": true, "mode": "force-https" },
2301     { "name": "kedarastudios.com", "include_subdomains": true, "mode": "force-https" },
2302     { "name": "livekaarten.nl", "include_subdomains": true, "mode": "force-https" },
2303     { "name": "lookzook.com", "include_subdomains": true, "mode": "force-https" },
2304     { "name": "masters.black", "include_subdomains": true, "mode": "force-https" },
2305     { "name": "medallia.io", "include_subdomains": true, "mode": "force-https" },
2306     { "name": "mijn-email.org", "include_subdomains": true, "mode": "force-https" },
2307     { "name": "mindcoding.ro", "include_subdomains": true, "mode": "force-https" },
2308     { "name": "mironet.cz", "include_subdomains": true, "mode": "force-https" },
2309     { "name": "miss-inventory.co.uk", "include_subdomains": true, "mode": "force-https" },
2310     { "name": "nayahe.ru", "include_subdomains": true, "mode": "force-https" },
2311     { "name": "nicolaw.uk", "include_subdomains": true, "mode": "force-https" },
2312     { "name": "nopex.no", "include_subdomains": true, "mode": "force-https" },
2313     { "name": "passphrase.today", "include_subdomains": true, "mode": "force-https" },
2314     { "name": "pollpodium.nl", "include_subdomains": true, "mode": "force-https" },
2315     { "name": "rid-wan.com", "include_subdomains": true, "mode": "force-https" },
2316     { "name": "roan24.pl", "include_subdomains": true, "mode": "force-https" },
2317     { "name": "rusadmin.biz", "include_subdomains": true, "mode": "force-https" },
2318     { "name": "scotthel.me", "include_subdomains": true, "mode": "force-https" },
2319     { "name": "smith.is", "include_subdomains": true, "mode": "force-https" },
2320     { "name": "sneezry.com", "include_subdomains": true, "mode": "force-https" },
2321     { "name": "subeesu.com", "include_subdomains": true, "mode": "force-https" },
2322     { "name": "tempus-aquilae.de", "include_subdomains": true, "mode": "force-https" },
2323     { "name": "terraweb.net", "include_subdomains": true, "mode": "force-https" },
2324     { "name": "theamp.com", "include_subdomains": true, "mode": "force-https" },
2325     { "name": "theunitedstates.io", "include_subdomains": true, "mode": "force-https" },
2326     { "name": "tomrichards.net", "include_subdomains": true, "mode": "force-https" },
2327     { "name": "tuitle.com", "include_subdomains": true, "mode": "force-https" },
2328     { "name": "tuxplace.nl", "include_subdomains": true, "mode": "force-https" },
2329     { "name": "vechkasov.ru", "include_subdomains": true, "mode": "force-https" },
2330     { "name": "walnutgaming.co.uk", "include_subdomains": true, "mode": "force-https" },
2331     { "name": "yafuoku.ru", "include_subdomains": true, "mode": "force-https" },
2332     { "name": "youdowell.com", "include_subdomains": true, "mode": "force-https" },
2333     { "name": "188trafalgar.ca", "include_subdomains": true, "mode": "force-https" },
2334     { "name": "314chan.org", "include_subdomains": true, "mode": "force-https" },
2335     { "name": "aerolog.co", "include_subdomains": true, "mode": "force-https" },
2336     { "name": "aeyoun.com", "include_subdomains": true, "mode": "force-https" },
2337     { "name": "afp548.tk", "include_subdomains": true, "mode": "force-https" },
2338     { "name": "afrodigital.uk", "include_subdomains": true, "mode": "force-https" },
2339     { "name": "agrios.de", "include_subdomains": true, "mode": "force-https" },
2340     { "name": "alza.de", "include_subdomains": true, "mode": "force-https" },
2341     { "name": "alza.sk", "include_subdomains": true, "mode": "force-https" },
2342     { "name": "alzashop.com", "include_subdomains": true, "mode": "force-https" },
2343     { "name": "ben-energy.com", "include_subdomains": true, "mode": "force-https" },
2344     { "name": "buiko.com", "include_subdomains": true, "mode": "force-https" },
2345     { "name": "cdt.org", "include_subdomains": true, "mode": "force-https" },
2346     { "name": "cheesetart.my", "include_subdomains": true, "mode": "force-https" },
2347     { "name": "climateinteractive.org", "include_subdomains": true, "mode": "force-https" },
2348     { "name": "costablancavoorjou.com", "include_subdomains": true, "mode": "force-https" },
2349     { "name": "cracker.in.th", "include_subdomains": true, "mode": "force-https" },
2350     { "name": "dohosting.ru", "include_subdomains": true, "mode": "force-https" },
2351     { "name": "donmez.uk", "include_subdomains": true, "mode": "force-https" },
2352     { "name": "ecake.in", "include_subdomains": true, "mode": "force-https" },
2353     { "name": "ego4u.com", "include_subdomains": true, "mode": "force-https" },
2354     { "name": "ego4u.de", "include_subdomains": true, "mode": "force-https" },
2355     { "name": "etoprekrasno.ru", "include_subdomains": true, "mode": "force-https" },
2356     { "name": "fish-hook.ru", "include_subdomains": true, "mode": "force-https" },
2357     { "name": "fniephaus.com", "include_subdomains": true, "mode": "force-https" },
2358     { "name": "forgix.com", "include_subdomains": true, "mode": "force-https" },
2359     { "name": "fuzzing-project.org", "include_subdomains": true, "mode": "force-https" },
2360     { "name": "gameserver-sponsor.de", "include_subdomains": true, "mode": "force-https" },
2361     { "name": "genuxtsg.com", "include_subdomains": true, "mode": "force-https" },
2362     { "name": "globalittech.com", "include_subdomains": true, "mode": "force-https" },
2363     { "name": "gregorytlee.me", "include_subdomains": true, "mode": "force-https" },
2364     { "name": "grocock.me.uk", "include_subdomains": true, "mode": "force-https" },
2365     { "name": "groszek.pl", "include_subdomains": true, "mode": "force-https" },
2366     { "name": "guru-naradi.cz", "include_subdomains": true, "mode": "force-https" },
2367     { "name": "gwijaya.com", "include_subdomains": true, "mode": "force-https" },
2368     { "name": "i10z.com", "include_subdomains": true, "mode": "force-https" },
2369     { "name": "identitylabs.uk", "include_subdomains": true, "mode": "force-https" },
2370     { "name": "ieval.ro", "include_subdomains": true, "mode": "force-https" },
2371     { "name": "influxus.com", "include_subdomains": true, "mode": "force-https" },
2372     { "name": "iostips.ru", "include_subdomains": true, "mode": "force-https" },
2373     { "name": "jetaprices.com", "include_subdomains": true, "mode": "force-https" },
2374     { "name": "jwnotifier.org", "include_subdomains": true, "mode": "force-https" },
2375     { "name": "karaoketonight.com", "include_subdomains": true, "mode": "force-https" },
2376     { "name": "keeley.gq", "include_subdomains": true, "mode": "force-https" },
2377     { "name": "keeley.ml", "include_subdomains": true, "mode": "force-https" },
2378     { "name": "keybase.io", "include_subdomains": true, "mode": "force-https" },
2379     { "name": "kinganywhere.eu", "include_subdomains": true, "mode": "force-https" },
2380     { "name": "ks-watch.de", "include_subdomains": true, "mode": "force-https" },
2381     { "name": "leakedminecraft.net", "include_subdomains": true, "mode": "force-https" },
2382     { "name": "leonax.net", "include_subdomains": true, "mode": "force-https" },
2383     { "name": "linorman1997.me", "include_subdomains": true, "mode": "force-https" },
2384     { "name": "metrobriefs.com", "include_subdomains": true, "mode": "force-https" },
2385     { "name": "minora.io", "include_subdomains": true, "mode": "force-https" },
2386     { "name": "musi.cx", "include_subdomains": true, "mode": "force-https" },
2387     { "name": "mykontool.de", "include_subdomains": true, "mode": "force-https" },
2388     { "name": "nostraforma.com", "include_subdomains": true, "mode": "force-https" },
2389     { "name": "nzb.cat", "include_subdomains": true, "mode": "force-https" },
2390     { "name": "orhideous.name", "include_subdomains": true, "mode": "force-https" },
2391     { "name": "osquery.io", "include_subdomains": true, "mode": "force-https" },
2392     { "name": "ramsor-gaming.de", "include_subdomains": true, "mode": "force-https" },
2393     { "name": "robertof.ovh", "include_subdomains": true, "mode": "force-https" },
2394     { "name": "robinsonyu.com", "include_subdomains": true, "mode": "force-https" },
2395     { "name": "scrap.tf", "include_subdomains": true, "mode": "force-https" },
2396     { "name": "sistemy48.ru", "include_subdomains": true, "mode": "force-https" },
2397     { "name": "slack-files.com", "include_subdomains": true, "mode": "force-https" },
2398     { "name": "slse.ca", "include_subdomains": true, "mode": "force-https" },
2399     { "name": "starapple.nl", "include_subdomains": true, "mode": "force-https" },
2400     { "name": "stirling.co", "include_subdomains": true, "mode": "force-https" },
2401     { "name": "stormhub.org", "include_subdomains": true, "mode": "force-https" },
2402     { "name": "taken.pl", "include_subdomains": true, "mode": "force-https" },
2403     { "name": "teamupturn.com", "include_subdomains": true, "mode": "force-https" },
2404     { "name": "technotonic.com.au", "include_subdomains": true, "mode": "force-https" },
2405     { "name": "thca.ca", "include_subdomains": true, "mode": "force-https" },
2406     { "name": "thouni.de", "include_subdomains": true, "mode": "force-https" },
2407     { "name": "timotrans.de", "include_subdomains": true, "mode": "force-https" },
2408     { "name": "timotrans.eu", "include_subdomains": true, "mode": "force-https" },
2409     { "name": "tollsjekk.no", "include_subdomains": true, "mode": "force-https" },
2410     { "name": "tom.horse", "include_subdomains": true, "mode": "force-https" },
2411     { "name": "tradingcentre.com.au", "include_subdomains": true, "mode": "force-https" },
2412     { "name": "ts3.consulting", "include_subdomains": true, "mode": "force-https" },
2413     { "name": "tuamoronline.com", "include_subdomains": true, "mode": "force-https" },
2414     { "name": "unravel.ie", "include_subdomains": true, "mode": "force-https" },
2415     { "name": "wownmedia.com", "include_subdomains": true, "mode": "force-https" },
2416     { "name": "xtrim.ru", "include_subdomains": true, "mode": "force-https" },
2417     { "name": "yamaken.jp", "include_subdomains": true, "mode": "force-https" },
2418     { "name": "yenniferallulli.com", "include_subdomains": true, "mode": "force-https" },
2419     { "name": "yenniferallulli.de", "include_subdomains": true, "mode": "force-https" },
2420     { "name": "yenniferallulli.es", "include_subdomains": true, "mode": "force-https" },
2421     { "name": "yenniferallulli.moda", "include_subdomains": true, "mode": "force-https" },
2422     { "name": "yenniferallulli.nl", "include_subdomains": true, "mode": "force-https" },
2423     { "name": "akachanikuji.com", "include_subdomains": true, "mode": "force-https" },
2424     { "name": "amaforums.org", "include_subdomains": true, "mode": "force-https" },
2425     { "name": "amdouglas.uk", "include_subdomains": true, "mode": "force-https" },
2426     { "name": "anadoluefessk.org", "include_subdomains": true, "mode": "force-https" },
2427     { "name": "axka.com", "include_subdomains": true, "mode": "force-https" },
2428     { "name": "bitcoin.de", "include_subdomains": true, "mode": "force-https" },
2429     { "name": "blablacar.co.uk", "include_subdomains": true, "mode": "force-https" },
2430     { "name": "blablacar.com", "include_subdomains": true, "mode": "force-https" },
2431     { "name": "blablacar.com.tr", "include_subdomains": true, "mode": "force-https" },
2432     { "name": "blablacar.com.ua", "include_subdomains": true, "mode": "force-https" },
2433     { "name": "blablacar.de", "include_subdomains": true, "mode": "force-https" },
2434     { "name": "blablacar.es", "include_subdomains": true, "mode": "force-https" },
2435     { "name": "blablacar.fr", "include_subdomains": true, "mode": "force-https" },
2436     { "name": "blablacar.hr", "include_subdomains": true, "mode": "force-https" },
2437     { "name": "blablacar.hu", "include_subdomains": true, "mode": "force-https" },
2438     { "name": "blablacar.in", "include_subdomains": true, "mode": "force-https" },
2439     { "name": "blablacar.it", "include_subdomains": true, "mode": "force-https" },
2440     { "name": "blablacar.mx", "include_subdomains": true, "mode": "force-https" },
2441     { "name": "blablacar.nl", "include_subdomains": true, "mode": "force-https" },
2442     { "name": "blablacar.pl", "include_subdomains": true, "mode": "force-https" },
2443     { "name": "blablacar.pt", "include_subdomains": true, "mode": "force-https" },
2444     { "name": "blablacar.ro", "include_subdomains": true, "mode": "force-https" },
2445     { "name": "blablacar.rs", "include_subdomains": true, "mode": "force-https" },
2446     { "name": "blablacar.ru", "include_subdomains": true, "mode": "force-https" },
2447     { "name": "canhazip.com", "include_subdomains": true, "mode": "force-https" },
2448     { "name": "carbonmade.com", "include_subdomains": false, "mode": "force-https" },
2449     { "name": "collinmbarrett.com", "include_subdomains": true, "mode": "force-https" },
2450     { "name": "coloradocomputernetworking.net", "include_subdomains": true, "mode": "force-https" },
2451     { "name": "copperhead.co", "include_subdomains": true, "mode": "force-https" },
2452     { "name": "covoiturage.fr", "include_subdomains": true, "mode": "force-https" },
2453     { "name": "csacongress.org", "include_subdomains": true, "mode": "force-https" },
2454     { "name": "czakey.net", "include_subdomains": true, "mode": "force-https" },
2455     { "name": "czk.mk", "include_subdomains": true, "mode": "force-https" },
2456     { "name": "dpsg-roden.de", "include_subdomains": true, "mode": "force-https" },
2457     { "name": "ducohosting.com", "include_subdomains": true, "mode": "force-https" },
2458     { "name": "eatsleeprepeat.net", "include_subdomains": true, "mode": "force-https" },
2459     { "name": "ethercalc.com", "include_subdomains": true, "mode": "force-https" },
2460     { "name": "ethercalc.org", "include_subdomains": true, "mode": "force-https" },
2461     { "name": "fluxfingers.net", "include_subdomains": true, "mode": "force-https" },
2462     { "name": "haber1903.com", "include_subdomains": true, "mode": "force-https" },
2463     { "name": "initrd.net", "include_subdomains": true, "mode": "force-https" },
2464     { "name": "integromat.com", "include_subdomains": true, "mode": "force-https" },
2465     { "name": "lookyman.net", "include_subdomains": true, "mode": "force-https" },
2466     { "name": "lore.azurewebsites.net", "include_subdomains": true, "mode": "force-https" },
2467     { "name": "medovea.ru", "include_subdomains": true, "mode": "force-https" },
2468     { "name": "novacoast.com", "include_subdomains": true, "mode": "force-https" },
2469     { "name": "ohnemusik.com", "include_subdomains": true, "mode": "force-https" },
2470     { "name": "patriksimek.cz", "include_subdomains": true, "mode": "force-https" },
2471     { "name": "pcel.com", "include_subdomains": true, "mode": "force-https" },
2472     { "name": "postfinance.ch", "include_subdomains": true, "mode": "force-https" },
2473     { "name": "preloaded-hsts.badssl.com", "include_subdomains": true, "mode": "force-https" },
2474     { "name": "raymii.org", "include_subdomains": true, "mode": "force-https" },
2475     { "name": "research.md", "include_subdomains": true, "mode": "force-https" },
2476     { "name": "rubyshop.nl", "include_subdomains": true, "mode": "force-https" },
2477     { "name": "sec.gd", "include_subdomains": true, "mode": "force-https" },
2478     { "name": "servertastic.com", "include_subdomains": true, "mode": "force-https" },
2479     { "name": "sh-network.de", "include_subdomains": true, "mode": "force-https" },
2480     { "name": "sufix.cz", "include_subdomains": true, "mode": "force-https" },
2481     { "name": "tallr.se", "include_subdomains": true, "mode": "force-https" },
2482     { "name": "thehiddenbay.net", "include_subdomains": true, "mode": "force-https" },
2483     { "name": "tinkertry.com", "include_subdomains": true, "mode": "force-https" },
2484     { "name": "vasanth.org", "include_subdomains": true, "mode": "force-https" },
2485     { "name": "voicesuk.co.uk", "include_subdomains": true, "mode": "force-https" },
2486     { "name": "vserver-preis-vergleich.de", "include_subdomains": true, "mode": "force-https" },
2487     { "name": "whitestagforge.com", "include_subdomains": true, "mode": "force-https" },
2488     { "name": "x.io", "include_subdomains": true, "mode": "force-https" },
2489     { "name": "zalan.do", "include_subdomains": true, "mode": "force-https" },
2490     { "name": "zarooba.com", "include_subdomains": true, "mode": "force-https" },
2491     { "name": "1000minds.com", "include_subdomains": true, "mode": "force-https" },
2492     { "name": "1a-jva.de", "include_subdomains": true, "mode": "force-https" },
2493     { "name": "300651.ru", "include_subdomains": true, "mode": "force-https" },
2494     { "name": "3do3dont.com", "include_subdomains": true, "mode": "force-https" },
2495     { "name": "4g-server.eu", "include_subdomains": true, "mode": "force-https" },
2496     { "name": "aircomms.com", "include_subdomains": true, "mode": "force-https" },
2497     { "name": "alexgaynor.net", "include_subdomains": true, "mode": "force-https" },
2498     { "name": "allinonecyprus.com", "include_subdomains": true, "mode": "force-https" },
2499     { "name": "alphabit-secure.com", "include_subdomains": true, "mode": "force-https" },
2500     { "name": "apple-watch-zubehoer.de", "include_subdomains": true, "mode": "force-https" },
2501     { "name": "baff.lu", "include_subdomains": true, "mode": "force-https" },
2502     { "name": "benchling.com", "include_subdomains": true, "mode": "force-https" },
2503     { "name": "bit-sentinel.com", "include_subdomains": true, "mode": "force-https" },
2504     { "name": "bitnet.io", "include_subdomains": true, "mode": "force-https" },
2505     { "name": "buildkite.com", "include_subdomains": true, "mode": "force-https" },
2506     { "name": "calvin.me", "include_subdomains": true, "mode": "force-https" },
2507     { "name": "cklie.de", "include_subdomains": true, "mode": "force-https" },
2508     { "name": "ckliemann.com", "include_subdomains": true, "mode": "force-https" },
2509     { "name": "ckliemann.net", "include_subdomains": true, "mode": "force-https" },
2510     { "name": "console.support", "include_subdomains": true, "mode": "force-https" },
2511     { "name": "crute.me", "include_subdomains": true, "mode": "force-https" },
2512     { "name": "cycleluxembourg.lu", "include_subdomains": true, "mode": "force-https" },
2513     { "name": "dash-board.jp", "include_subdomains": true, "mode": "force-https" },
2514     { "name": "dekasan.ru", "include_subdomains": true, "mode": "force-https" },
2515     { "name": "doridian.com", "include_subdomains": true, "mode": "force-https" },
2516     { "name": "doridian.de", "include_subdomains": true, "mode": "force-https" },
2517     { "name": "doridian.net", "include_subdomains": true, "mode": "force-https" },
2518     { "name": "doridian.org", "include_subdomains": true, "mode": "force-https" },
2519     { "name": "drtroyhendrickson.com", "include_subdomains": true, "mode": "force-https" },
2520     { "name": "edelsteincosmetic.com", "include_subdomains": true, "mode": "force-https" },
2521     { "name": "edge-cloud.net", "include_subdomains": true, "mode": "force-https" },
2522     { "name": "ellegaard.dk", "include_subdomains": true, "mode": "force-https" },
2523     { "name": "enigmail.net", "include_subdomains": true, "mode": "force-https" },
2524     { "name": "enterdev.co", "include_subdomains": true, "mode": "force-https" },
2525     { "name": "eru.me", "include_subdomains": true, "mode": "force-https" },
2526     { "name": "ezimoeko.net", "include_subdomains": true, "mode": "force-https" },
2527     { "name": "eztv.ch", "include_subdomains": true, "mode": "force-https" },
2528     { "name": "feedthebot.com", "include_subdomains": true, "mode": "force-https" },
2529     { "name": "feminists.co", "include_subdomains": true, "mode": "force-https" },
2530     { "name": "festember.com", "include_subdomains": true, "mode": "force-https" },
2531     { "name": "fidelapp.com", "include_subdomains": true, "mode": "force-https" },
2532     { "name": "floweslawncare.com", "include_subdomains": true, "mode": "force-https" },
2533     { "name": "foxelbox.com", "include_subdomains": true, "mode": "force-https" },
2534     { "name": "getcolor.com", "include_subdomains": true, "mode": "force-https" },
2535     { "name": "getsello.com", "include_subdomains": true, "mode": "force-https" },
2536     { "name": "gheorghesarcov.ga", "include_subdomains": true, "mode": "force-https" },
2537     { "name": "goldendata.io", "include_subdomains": true, "mode": "force-https" },
2538     { "name": "golfscape.com", "include_subdomains": true, "mode": "force-https" },
2539     { "name": "gothamlimo.com", "include_subdomains": true, "mode": "force-https" },
2540     { "name": "grandcapital.id", "include_subdomains": true, "mode": "force-https" },
2541     { "name": "grandcapital.ru", "include_subdomains": true, "mode": "force-https" },
2542     { "name": "gurusupe.com", "include_subdomains": true, "mode": "force-https" },
2543     { "name": "hash-list.com", "include_subdomains": true, "mode": "force-https" },
2544     { "name": "heavystresser.com", "include_subdomains": true, "mode": "force-https" },
2545     { "name": "hicn.gq", "include_subdomains": true, "mode": "force-https" },
2546     { "name": "hobbyspeed.com", "include_subdomains": true, "mode": "force-https" },
2547     { "name": "holymoly.lu", "include_subdomains": true, "mode": "force-https" },
2548     { "name": "ilbuongiorno.it", "include_subdomains": true, "mode": "force-https" },
2549     { "name": "imagr.io", "include_subdomains": true, "mode": "force-https" },
2550     { "name": "infogrfx.com", "include_subdomains": true, "mode": "force-https" },
2551     { "name": "j-lsolutions.com", "include_subdomains": true, "mode": "force-https" },
2552     { "name": "jacobparry.ca", "include_subdomains": true, "mode": "force-https" },
2553     { "name": "jacuzziprozone.com", "include_subdomains": true, "mode": "force-https" },
2554     { "name": "jahliveradio.com", "include_subdomains": true, "mode": "force-https" },
2555     { "name": "jh-media.eu", "include_subdomains": true, "mode": "force-https" },
2556     { "name": "jondevin.com", "include_subdomains": true, "mode": "force-https" },
2557     { "name": "julianmeyer.de", "include_subdomains": true, "mode": "force-https" },
2558     { "name": "kavovary-kava.cz", "include_subdomains": true, "mode": "force-https" },
2559     { "name": "khipu.com", "include_subdomains": true, "mode": "force-https" },
2560     { "name": "kliemann.me", "include_subdomains": true, "mode": "force-https" },
2561     { "name": "kredite24.de", "include_subdomains": true, "mode": "force-https" },
2562     { "name": "labaia.info", "include_subdomains": true, "mode": "force-https" },
2563     { "name": "laukstein.com", "include_subdomains": true, "mode": "force-https" },
2564     { "name": "leanclub.org", "include_subdomains": true, "mode": "force-https" },
2565     { "name": "lence.net", "include_subdomains": true, "mode": "force-https" },
2566     { "name": "lmmtfy.io", "include_subdomains": true, "mode": "force-https" },
2567     { "name": "mafamane.com", "include_subdomains": true, "mode": "force-https" },
2568     { "name": "mercuryamericas.com", "include_subdomains": true, "mode": "force-https" },
2569     { "name": "mobilux.lv", "include_subdomains": true, "mode": "force-https" },
2570     { "name": "musmann.io", "include_subdomains": true, "mode": "force-https" },
2571     { "name": "nanderson.me", "include_subdomains": true, "mode": "force-https" },
2572     { "name": "nerven.se", "include_subdomains": true, "mode": "force-https" },
2573     { "name": "netrelay.email", "include_subdomains": true, "mode": "force-https" },
2574     { "name": "nijm.nl", "include_subdomains": true, "mode": "force-https" },
2575     { "name": "noob-box.net", "include_subdomains": true, "mode": "force-https" },
2576     { "name": "northernmuscle.ca", "include_subdomains": true, "mode": "force-https" },
2577     { "name": "ownmovies.fr", "include_subdomains": true, "mode": "force-https" },
2578     { "name": "pactf.com", "include_subdomains": true, "mode": "force-https" },
2579     { "name": "pap.la", "include_subdomains": true, "mode": "force-https" },
2580     { "name": "phil.tw", "include_subdomains": true, "mode": "force-https" },
2581     { "name": "pi-supply.com", "include_subdomains": true, "mode": "force-https" },
2582     { "name": "pijuice.com", "include_subdomains": true, "mode": "force-https" },
2583     { "name": "piratedb.com", "include_subdomains": true, "mode": "force-https" },
2584     { "name": "piratedot.com", "include_subdomains": true, "mode": "force-https" },
2585     { "name": "prontolight.com", "include_subdomains": true, "mode": "force-https" },
2586     { "name": "proxybay.club", "include_subdomains": true, "mode": "force-https" },
2587     { "name": "proxybay.co", "include_subdomains": true, "mode": "force-https" },
2588     { "name": "quebecmailbox.com", "include_subdomains": true, "mode": "force-https" },
2589     { "name": "refundo.cz", "include_subdomains": true, "mode": "force-https" },
2590     { "name": "refundo.sk", "include_subdomains": true, "mode": "force-https" },
2591     { "name": "rischard.org", "include_subdomains": true, "mode": "force-https" },
2592     { "name": "robtex.com", "include_subdomains": true, "mode": "force-https" },
2593     { "name": "rotunneling.net", "include_subdomains": true, "mode": "force-https" },
2594     { "name": "rpy.xyz", "include_subdomains": true, "mode": "force-https" },
2595     { "name": "sello.com", "include_subdomains": true, "mode": "force-https" },
2596     { "name": "sellocdn.com", "include_subdomains": true, "mode": "force-https" },
2597     { "name": "sidium.de", "include_subdomains": true, "mode": "force-https" },
2598     { "name": "slever.cz", "include_subdomains": true, "mode": "force-https" },
2599     { "name": "sourceway.de", "include_subdomains": true, "mode": "force-https" },
2600     { "name": "stereo.lu", "include_subdomains": true, "mode": "force-https" },
2601     { "name": "sticklerjs.org", "include_subdomains": true, "mode": "force-https" },
2602     { "name": "storedsafe.com", "include_subdomains": true, "mode": "force-https" },
2603     { "name": "stuartbaxter.co", "include_subdomains": true, "mode": "force-https" },
2604     { "name": "t23m-navi.jp", "include_subdomains": true, "mode": "force-https" },
2605     { "name": "tcgrepublic.com", "include_subdomains": true, "mode": "force-https" },
2606     { "name": "temp.pm", "include_subdomains": true, "mode": "force-https" },
2607     { "name": "terrax.info", "include_subdomains": true, "mode": "force-https" },
2608     { "name": "terrax.net", "include_subdomains": true, "mode": "force-https" },
2609     { "name": "thefrozenfire.com", "include_subdomains": true, "mode": "force-https" },
2610     { "name": "thepiratebay.al", "include_subdomains": true, "mode": "force-https" },
2611     { "name": "thumbtack.com", "include_subdomains": true, "mode": "force-https" },
2612     { "name": "timmy.ws", "include_subdomains": true, "mode": "force-https" },
2613     { "name": "tipsyk.ru", "include_subdomains": true, "mode": "force-https" },
2614     { "name": "topshelfguild.com", "include_subdomains": true, "mode": "force-https" },
2615     { "name": "tormentedradio.com", "include_subdomains": true, "mode": "force-https" },
2616     { "name": "tpbproxy.co", "include_subdomains": true, "mode": "force-https" },
2617     { "name": "twolinepassbrewing.com", "include_subdomains": true, "mode": "force-https" },
2618     { "name": "unbanthe.net", "include_subdomains": true, "mode": "force-https" },
2619     { "name": "uow.ninja", "include_subdomains": true, "mode": "force-https" },
2620     { "name": "upitnik.rs", "include_subdomains": true, "mode": "force-https" },
2621     { "name": "uscntalk.com", "include_subdomains": true, "mode": "force-https" },
2622     { "name": "venicerealdeal.com", "include_subdomains": true, "mode": "force-https" },
2623     { "name": "vomitb.in", "include_subdomains": true, "mode": "force-https" },
2624     { "name": "vyplnto.cz", "include_subdomains": true, "mode": "force-https" },
2625     { "name": "webmaniabr.com", "include_subdomains": true, "mode": "force-https" },
2626     { "name": "wettertoertchen.com", "include_subdomains": true, "mode": "force-https" },
2627     { "name": "williamsonshore.com", "include_subdomains": true, "mode": "force-https" },
2628     { "name": "wtfismyip.com", "include_subdomains": true, "mode": "force-https" },
2629     { "name": "xpd.se", "include_subdomains": true, "mode": "force-https" },
2630     { "name": "zbasenem.pl", "include_subdomains": true, "mode": "force-https" },
2631     { "name": "zifb.in", "include_subdomains": true, "mode": "force-https" },
2632     { "name": "zlatosnadno.cz", "include_subdomains": true, "mode": "force-https" },
2633     { "name": "4sqsu.eu", "include_subdomains": true, "mode": "force-https" },
2634     { "name": "abecodes.net", "include_subdomains": true, "mode": "force-https" },
2635     { "name": "abiapp.net", "include_subdomains": true, "mode": "force-https" },
2636     { "name": "adambyers.com", "include_subdomains": true, "mode": "force-https" },
2637     { "name": "aes256.ru", "include_subdomains": true, "mode": "force-https" },
2638     { "name": "akselimedia.fi", "include_subdomains": true, "mode": "force-https" },
2639     { "name": "alaninkenya.org", "include_subdomains": true, "mode": "force-https" },
2640     { "name": "alethearose.com", "include_subdomains": true, "mode": "force-https" },
2641     { "name": "anakros.me", "include_subdomains": true, "mode": "force-https" },
2642     { "name": "andrewimeson.com", "include_subdomains": true, "mode": "force-https" },
2643     { "name": "antoniomarques.eu", "include_subdomains": true, "mode": "force-https" },
2644     { "name": "apachehaus.de", "include_subdomains": true, "mode": "force-https" },
2645     { "name": "apibot.de", "include_subdomains": true, "mode": "force-https" },
2646     { "name": "aponow.de", "include_subdomains": true, "mode": "force-https" },
2647     { "name": "aranycsillag.net", "include_subdomains": true, "mode": "force-https" },
2648     { "name": "arrayify.com", "include_subdomains": true, "mode": "force-https" },
2649     { "name": "auszeit.bio", "include_subdomains": true, "mode": "force-https" },
2650     { "name": "av.de", "include_subdomains": true, "mode": "force-https" },
2651     { "name": "azirevpn.com", "include_subdomains": true, "mode": "force-https" },
2652     { "name": "bardiharborow.com", "include_subdomains": true, "mode": "force-https" },
2653     { "name": "beach-inspector.com", "include_subdomains": true, "mode": "force-https" },
2654     { "name": "biddl.com", "include_subdomains": true, "mode": "force-https" },
2655     { "name": "bigdinosaur.org", "include_subdomains": true, "mode": "force-https" },
2656     { "name": "bownty.dk", "include_subdomains": true, "mode": "force-https" },
2657     { "name": "braineet.com", "include_subdomains": true, "mode": "force-https" },
2658     { "name": "branchtrack.com", "include_subdomains": true, "mode": "force-https" },
2659     { "name": "brks.xyz", "include_subdomains": true, "mode": "force-https" },
2660     { "name": "businesshosting.nl", "include_subdomains": true, "mode": "force-https" },
2661     { "name": "bygningsregistrering.dk", "include_subdomains": true, "mode": "force-https" },
2662     { "name": "bysymphony.com", "include_subdomains": true, "mode": "force-https" },
2663     { "name": "cardoni.net", "include_subdomains": true, "mode": "force-https" },
2664     { "name": "carlosalves.info", "include_subdomains": true, "mode": "force-https" },
2665     { "name": "catnapstudios.com", "include_subdomains": true, "mode": "force-https" },
2666     { "name": "chippy.ch", "include_subdomains": true, "mode": "force-https" },
2667     { "name": "chriswarrick.com", "include_subdomains": true, "mode": "force-https" },
2668     { "name": "chroniclesofgeorge.com", "include_subdomains": true, "mode": "force-https" },
2669     { "name": "clevisto.com", "include_subdomains": true, "mode": "force-https" },
2670     { "name": "cloudpebble.net", "include_subdomains": true, "mode": "force-https" },
2671     { "name": "coindam.com", "include_subdomains": true, "mode": "force-https" },
2672     { "name": "completionist.audio", "include_subdomains": true, "mode": "force-https" },
2673     { "name": "cpvmatch.eu", "include_subdomains": true, "mode": "force-https" },
2674     { "name": "d42.no", "include_subdomains": true, "mode": "force-https" },
2675     { "name": "daknob.net", "include_subdomains": true, "mode": "force-https" },
2676     { "name": "darkengine.io", "include_subdomains": true, "mode": "force-https" },
2677     { "name": "dbgamestudio.com", "include_subdomains": true, "mode": "force-https" },
2678     { "name": "desmaakvanplanten.be", "include_subdomains": true, "mode": "force-https" },
2679     { "name": "devklog.net", "include_subdomains": true, "mode": "force-https" },
2680     { "name": "dnmlab.it", "include_subdomains": true, "mode": "force-https" },
2681     { "name": "dropboxer.net", "include_subdomains": true, "mode": "force-https" },
2682     { "name": "drumbandesperanto.nl", "include_subdomains": true, "mode": "force-https" },
2683     { "name": "eduid.se", "include_subdomains": true, "mode": "force-https" },
2684     { "name": "electromc.com", "include_subdomains": true, "mode": "force-https" },
2685     { "name": "erisrenee.com", "include_subdomains": true, "mode": "force-https" },
2686     { "name": "expoundite.net", "include_subdomains": true, "mode": "force-https" },
2687     { "name": "f2f.cash", "include_subdomains": true, "mode": "force-https" },
2688     { "name": "falconvintners.com", "include_subdomains": true, "mode": "force-https" },
2689     { "name": "fangs.ink", "include_subdomains": true, "mode": "force-https" },
2690     { "name": "fatherhood.gov", "include_subdomains": true, "mode": "force-https" },
2691     { "name": "feen.us", "include_subdomains": true, "mode": "force-https" },
2692     { "name": "ffbans.org", "include_subdomains": true, "mode": "force-https" },
2693     { "name": "fiftyshadesofluca.ml", "include_subdomains": true, "mode": "force-https" },
2694     { "name": "flushstudios.com", "include_subdomains": true, "mode": "force-https" },
2695     { "name": "foodwise.marketing", "include_subdomains": true, "mode": "force-https" },
2696     { "name": "foreignexchangeresource.com", "include_subdomains": true, "mode": "force-https" },
2697     { "name": "fretscha.com", "include_subdomains": true, "mode": "force-https" },
2698     { "name": "fruchthof24.de", "include_subdomains": true, "mode": "force-https" },
2699     { "name": "frusky.de", "include_subdomains": true, "mode": "force-https" },
2700     { "name": "frusky.net", "include_subdomains": true, "mode": "force-https" },
2701     { "name": "fteproxy.org", "include_subdomains": true, "mode": "force-https" },
2702     { "name": "g2g.com", "include_subdomains": true, "mode": "force-https" },
2703     { "name": "gambitprint.com", "include_subdomains": true, "mode": "force-https" },
2704     { "name": "gamercredo.net", "include_subdomains": true, "mode": "force-https" },
2705     { "name": "genuxation.com", "include_subdomains": true, "mode": "force-https" },
2706     { "name": "getnikola.com", "include_subdomains": true, "mode": "force-https" },
2707     { "name": "github.party", "include_subdomains": true, "mode": "force-https" },
2708     { "name": "go-zh.org", "include_subdomains": true, "mode": "force-https" },
2709     { "name": "gopay.cz", "include_subdomains": true, "mode": "force-https" },
2710     { "name": "goshop.cz", "include_subdomains": true, "mode": "force-https" },
2711     { "name": "grigalanzsoftware.com", "include_subdomains": true, "mode": "force-https" },
2712     { "name": "grimm-gastrobedarf.de", "include_subdomains": true, "mode": "force-https" },
2713     { "name": "h2check.org", "include_subdomains": true, "mode": "force-https" },
2714     { "name": "haircrazy.com", "include_subdomains": true, "mode": "force-https" },
2715     { "name": "happyteamlabs.com", "include_subdomains": true, "mode": "force-https" },
2716     { "name": "haveibeenpwned.com", "include_subdomains": true, "mode": "force-https" },
2717     { "name": "heftkaufen.de", "include_subdomains": true, "mode": "force-https" },
2718     { "name": "herzbotschaft.de", "include_subdomains": true, "mode": "force-https" },
2719     { "name": "hiv.gov", "include_subdomains": true, "mode": "force-https" },
2720     { "name": "hs-group.net", "include_subdomains": true, "mode": "force-https" },
2721     { "name": "impex.com.bd", "include_subdomains": true, "mode": "force-https" },
2722     { "name": "informnapalm.org", "include_subdomains": true, "mode": "force-https" },
2723     { "name": "iqualtech.com", "include_subdomains": true, "mode": "force-https" },
2724     { "name": "isimonbrown.co.uk", "include_subdomains": true, "mode": "force-https" },
2725     { "name": "ix8.ru", "include_subdomains": true, "mode": "force-https" },
2726     { "name": "jamesbywater.co.uk", "include_subdomains": true, "mode": "force-https" },
2727     { "name": "jamesbywater.com", "include_subdomains": true, "mode": "force-https" },
2728     { "name": "jamesbywater.me", "include_subdomains": true, "mode": "force-https" },
2729     { "name": "jamesbywater.uk", "include_subdomains": true, "mode": "force-https" },
2730     { "name": "jamielinux.com", "include_subdomains": true, "mode": "force-https" },
2731     { "name": "jogorama.com.br", "include_subdomains": true, "mode": "force-https" },
2732     { "name": "juliansimioni.com", "include_subdomains": true, "mode": "force-https" },
2733     { "name": "justlikethat.hosting", "include_subdomains": true, "mode": "force-https" },
2734     { "name": "kalevlamps.co.uk", "include_subdomains": true, "mode": "force-https" },
2735     { "name": "korinar.com", "include_subdomains": true, "mode": "force-https" },
2736     { "name": "kpdyer.com", "include_subdomains": true, "mode": "force-https" },
2737     { "name": "kredite.sale", "include_subdomains": true, "mode": "force-https" },
2738     { "name": "legoutdesplantes.be", "include_subdomains": true, "mode": "force-https" },
2739     { "name": "lellyboi.ml", "include_subdomains": true, "mode": "force-https" },
2740     { "name": "leninalbertop.com.ve", "include_subdomains": true, "mode": "force-https" },
2741     { "name": "libfte.org", "include_subdomains": true, "mode": "force-https" },
2742     { "name": "limitededitioncomputers.com", "include_subdomains": true, "mode": "force-https" },
2743     { "name": "limitededitionsolutions.com", "include_subdomains": true, "mode": "force-https" },
2744     { "name": "linguaquote.com", "include_subdomains": true, "mode": "force-https" },
2745     { "name": "lloyd-day.me", "include_subdomains": true, "mode": "force-https" },
2746     { "name": "luxwatch.com", "include_subdomains": true, "mode": "force-https" },
2747     { "name": "lymia.moe", "include_subdomains": true, "mode": "force-https" },
2748     { "name": "lyst.co.uk", "include_subdomains": true, "mode": "force-https" },
2749     { "name": "mammaw.com", "include_subdomains": true, "mode": "force-https" },
2750     { "name": "markprof.ru", "include_subdomains": true, "mode": "force-https" },
2751     { "name": "martijnvhoof.nl", "include_subdomains": true, "mode": "force-https" },
2752     { "name": "maximelouet.me", "include_subdomains": true, "mode": "force-https" },
2753     { "name": "me.net.nz", "include_subdomains": true, "mode": "force-https" },
2754     { "name": "mebio.us", "include_subdomains": true, "mode": "force-https" },
2755     { "name": "medtehnika.ua", "include_subdomains": true, "mode": "force-https" },
2756     { "name": "meetingmanage.nl", "include_subdomains": true, "mode": "force-https" },
2757     { "name": "meetings2.com", "include_subdomains": true, "mode": "force-https" },
2758     { "name": "meritz.rocks", "include_subdomains": true, "mode": "force-https" },
2759     { "name": "mertcangokgoz.com", "include_subdomains": true, "mode": "force-https" },
2760     { "name": "mim.properties", "include_subdomains": true, "mode": "force-https" },
2761     { "name": "mjanja.ch", "include_subdomains": true, "mode": "force-https" },
2762     { "name": "mobobe.com", "include_subdomains": true, "mode": "force-https" },
2763     { "name": "modeldimension.com", "include_subdomains": true, "mode": "force-https" },
2764     { "name": "moriz.net", "include_subdomains": true, "mode": "force-https" },
2765     { "name": "mp3juices.is", "include_subdomains": true, "mode": "force-https" },
2766     { "name": "mthode.org", "include_subdomains": true, "mode": "force-https" },
2767     { "name": "multigamecard.com", "include_subdomains": true, "mode": "force-https" },
2768     { "name": "mygretchen.de", "include_subdomains": true, "mode": "force-https" },
2769     { "name": "naiharngym.com", "include_subdomains": true, "mode": "force-https" },
2770     { "name": "ndarville.com", "include_subdomains": true, "mode": "force-https" },
2771     { "name": "nella-project.org", "include_subdomains": true, "mode": "force-https" },
2772     { "name": "nellacms.com", "include_subdomains": true, "mode": "force-https" },
2773     { "name": "nellacms.org", "include_subdomains": true, "mode": "force-https" },
2774     { "name": "nellafw.org", "include_subdomains": true, "mode": "force-https" },
2775     { "name": "nextend.net", "include_subdomains": true, "mode": "force-https" },
2776     { "name": "nmd.so", "include_subdomains": true, "mode": "force-https" },
2777     { "name": "null.tips", "include_subdomains": true, "mode": "force-https" },
2778     { "name": "ocrami.us", "include_subdomains": true, "mode": "force-https" },
2779     { "name": "oguya.ch", "include_subdomains": true, "mode": "force-https" },
2780     { "name": "patechmasters.com", "include_subdomains": true, "mode": "force-https" },
2781     { "name": "payments-reference.org", "include_subdomains": true, "mode": "force-https" },
2782     { "name": "pbprint.ru", "include_subdomains": true, "mode": "force-https" },
2783     { "name": "pieterhordijk.com", "include_subdomains": true, "mode": "force-https" },
2784     { "name": "poedgirl.com", "include_subdomains": true, "mode": "force-https" },
2785     { "name": "poiema.com.sg", "include_subdomains": true, "mode": "force-https" },
2786     { "name": "posttigo.com", "include_subdomains": true, "mode": "force-https" },
2787     { "name": "presidentials2016.com", "include_subdomains": true, "mode": "force-https" },
2788     { "name": "projectascension.io", "include_subdomains": true, "mode": "force-https" },
2789     { "name": "prospo.co", "include_subdomains": true, "mode": "force-https" },
2790     { "name": "purewebmasters.com", "include_subdomains": true, "mode": "force-https" },
2791     { "name": "qualityhomesystems.com", "include_subdomains": true, "mode": "force-https" },
2792     { "name": "quli.nl", "include_subdomains": true, "mode": "force-https" },
2793     { "name": "railgun.ac", "include_subdomains": true, "mode": "force-https" },
2794     { "name": "raydobe.me", "include_subdomains": true, "mode": "force-https" },
2795     { "name": "redlink.de", "include_subdomains": true, "mode": "force-https" },
2796     { "name": "report-uri.io", "include_subdomains": true, "mode": "force-https" },
2797     { "name": "rmmanfredi.com", "include_subdomains": true, "mode": "force-https" },
2798     { "name": "roeper.party", "include_subdomains": true, "mode": "force-https" },
2799     { "name": "roosterpgplus.nl", "include_subdomains": true, "mode": "force-https" },
2800     { "name": "roquecenter.org", "include_subdomains": true, "mode": "force-https" },
2801     { "name": "ryan-goldstein.com", "include_subdomains": true, "mode": "force-https" },
2802     { "name": "safescan.com", "include_subdomains": true, "mode": "force-https" },
2803     { "name": "sarahlicity.co.uk", "include_subdomains": true, "mode": "force-https" },
2804     { "name": "schreibnacht.de", "include_subdomains": true, "mode": "force-https" },
2805     { "name": "screenlight.tv", "include_subdomains": true, "mode": "force-https" },
2806     { "name": "search-one.de", "include_subdomains": true, "mode": "force-https" },
2807     { "name": "securitysnobs.com", "include_subdomains": true, "mode": "force-https" },
2808     { "name": "shamka.ru", "include_subdomains": true, "mode": "force-https" },
2809     { "name": "shanewadleigh.com", "include_subdomains": true, "mode": "force-https" },
2810     { "name": "shasso.com", "include_subdomains": true, "mode": "force-https" },
2811     { "name": "shoprose.ru", "include_subdomains": true, "mode": "force-https" },
2812     { "name": "sitesko.de", "include_subdomains": true, "mode": "force-https" },
2813     { "name": "sizzle.co.uk", "include_subdomains": true, "mode": "force-https" },
2814     { "name": "slope.haus", "include_subdomains": true, "mode": "force-https" },
2815     { "name": "snailing.org", "include_subdomains": true, "mode": "force-https" },
2816     { "name": "snazel.co.uk", "include_subdomains": true, "mode": "force-https" },
2817     { "name": "sny.no", "include_subdomains": true, "mode": "force-https" },
2818     { "name": "soccergif.com", "include_subdomains": true, "mode": "force-https" },
2819     { "name": "soci.ml", "include_subdomains": true, "mode": "force-https" },
2820     { "name": "solihullcarnival.co.uk", "include_subdomains": true, "mode": "force-https" },
2821     { "name": "solihulllionsclub.org.uk", "include_subdomains": true, "mode": "force-https" },
2822     { "name": "soulfulglamour.uk", "include_subdomains": true, "mode": "force-https" },
2823     { "name": "spyroszarzonis.com", "include_subdomains": true, "mode": "force-https" },
2824     { "name": "stablelib.com", "include_subdomains": true, "mode": "force-https" },
2825     { "name": "stereochro.me", "include_subdomains": true, "mode": "force-https" },
2826     { "name": "stewartremodelingadvantage.com", "include_subdomains": true, "mode": "force-https" },
2827     { "name": "streamingmagazin.de", "include_subdomains": true, "mode": "force-https" },
2828     { "name": "talideon.com", "include_subdomains": true, "mode": "force-https" },
2829     { "name": "tdelmas.ovh", "include_subdomains": true, "mode": "force-https" },
2830     { "name": "techhub.ml", "include_subdomains": true, "mode": "force-https" },
2831     { "name": "thecoffeehouse.xyz", "include_subdomains": true, "mode": "force-https" },
2832     { "name": "theweilai.com", "include_subdomains": true, "mode": "force-https" },
2833     { "name": "tonytan.cn", "include_subdomains": true, "mode": "force-https" },
2834     { "name": "topbargains.com.au", "include_subdomains": true, "mode": "force-https" },
2835     { "name": "totem-eshop.cz", "include_subdomains": true, "mode": "force-https" },
2836     { "name": "tribaldos.com", "include_subdomains": true, "mode": "force-https" },
2837     { "name": "tuxgeo.com", "include_subdomains": true, "mode": "force-https" },
2838     { "name": "tzappa.net", "include_subdomains": true, "mode": "force-https" },
2839     { "name": "ubanquity.com", "include_subdomains": true, "mode": "force-https" },
2840     { "name": "uega.net", "include_subdomains": true, "mode": "force-https" },
2841     { "name": "ulabox.com", "include_subdomains": true, "mode": "force-https" },
2842     { "name": "univz.com", "include_subdomains": true, "mode": "force-https" },
2843     { "name": "ust.space", "include_subdomains": true, "mode": "force-https" },
2844     { "name": "vbh2o.com", "include_subdomains": true, "mode": "force-https" },
2845     { "name": "votocek.cz", "include_subdomains": true, "mode": "force-https" },
2846     { "name": "votockova.cz", "include_subdomains": true, "mode": "force-https" },
2847     { "name": "vrtak-cz.net", "include_subdomains": true, "mode": "force-https" },
2848     { "name": "vzk.io", "include_subdomains": true, "mode": "force-https" },
2849     { "name": "wearvr.com", "include_subdomains": true, "mode": "force-https" },
2850     { "name": "webmarketingfestival.it", "include_subdomains": true, "mode": "force-https" },
2851     { "name": "webogram.org", "include_subdomains": true, "mode": "force-https" },
2852     { "name": "webswitch.io", "include_subdomains": true, "mode": "force-https" },
2853     { "name": "wesecom.com", "include_subdomains": true, "mode": "force-https" },
2854     { "name": "when-release.com", "include_subdomains": true, "mode": "force-https" },
2855     { "name": "when.fm", "include_subdomains": true, "mode": "force-https" },
2856     { "name": "wilf1rst.com", "include_subdomains": true, "mode": "force-https" },
2857     { "name": "williamsapiens.com", "include_subdomains": true, "mode": "force-https" },
2858     { "name": "wit.ai", "include_subdomains": true, "mode": "force-https" },
2859     { "name": "worldcubeassociation.org", "include_subdomains": true, "mode": "force-https" },
2860     { "name": "wurzelzwerg.net", "include_subdomains": true, "mode": "force-https" },
2861     { "name": "xcoop.me", "include_subdomains": true, "mode": "force-https" },
2862     { "name": "xho.me", "include_subdomains": true, "mode": "force-https" },
2863     { "name": "xiaolvmu.me", "include_subdomains": true, "mode": "force-https" },
2864     { "name": "yello.website", "include_subdomains": true, "mode": "force-https" },
2865     { "name": "yunzhu.li", "include_subdomains": true, "mode": "force-https" },
2866     { "name": "yunzhu.org", "include_subdomains": true, "mode": "force-https" },
2867     { "name": "zeitpunkt-kulturmagazin.de", "include_subdomains": true, "mode": "force-https" },
2868     { "name": "zentraler-kreditausschuss.de", "include_subdomains": true, "mode": "force-https" },
2869     { "name": "zhang-hao.com", "include_subdomains": true, "mode": "force-https" },
2870     { "name": "acorns.com", "include_subdomains": true, "mode": "force-https" },
2871     { "name": "access-sofia.org", "include_subdomains": true, "mode": "force-https" },
2872     { "name": "4mm.org", "include_subdomains": true, "mode": "force-https" },
2873     { "name": "ada.is", "include_subdomains": true, "mode": "force-https" },
2874     { "name": "adviespuntklokkenluiders.nl", "include_subdomains": true, "mode": "force-https" },
2875     { "name": "abiturma.de", "include_subdomains": true, "mode": "force-https" },
2876     { "name": "alocato.com", "include_subdomains": true, "mode": "force-https" },
2877     { "name": "3473-wiki.de", "include_subdomains": true, "mode": "force-https" },
2878     { "name": "andreasolsson.se", "include_subdomains": true, "mode": "force-https" },
2879     { "name": "2bis10.de", "include_subdomains": true, "mode": "force-https" },
2880     { "name": "abioniere.de", "include_subdomains": true, "mode": "force-https" },
2881     { "name": "4eyes.ch", "include_subdomains": true, "mode": "force-https" },
2882     { "name": "adblockextreme.com", "include_subdomains": true, "mode": "force-https" },
2883     { "name": "auditmatrix.com", "include_subdomains": true, "mode": "force-https" },
2884     { "name": "alex-ross.co.uk", "include_subdomains": true, "mode": "force-https" },
2885     { "name": "akclinics.org", "include_subdomains": true, "mode": "force-https" },
2886     { "name": "aktiv-naturheilmittel.ch", "include_subdomains": true, "mode": "force-https" },
2887     { "name": "belairsewvac.com", "include_subdomains": true, "mode": "force-https" },
2888     { "name": "ball.holdings", "include_subdomains": true, "mode": "force-https" },
2889     { "name": "artegusto.ru", "include_subdomains": true, "mode": "force-https" },
2890     { "name": "backschues.net", "include_subdomains": true, "mode": "force-https" },
2891     { "name": "brianmwaters.net", "include_subdomains": true, "mode": "force-https" },
2892     { "name": "aktiv-naturheilmittel.de", "include_subdomains": true, "mode": "force-https" },
2893     { "name": "aktiv-naturheilmittel.at", "include_subdomains": true, "mode": "force-https" },
2894     { "name": "bitvigor.com", "include_subdomains": true, "mode": "force-https" },
2895     { "name": "augustian-life.cz", "include_subdomains": true, "mode": "force-https" },
2896     { "name": "atlex.nl", "include_subdomains": true, "mode": "force-https" },
2897     { "name": "animesharp.com", "include_subdomains": true, "mode": "force-https" },
2898     { "name": "bochs.info", "include_subdomains": true, "mode": "force-https" },
2899     { "name": "atop.io", "include_subdomains": true, "mode": "force-https" },
2900     { "name": "betaworx.de", "include_subdomains": true, "mode": "force-https" },
2901     { "name": "betaworx.eu", "include_subdomains": true, "mode": "force-https" },
2902     { "name": "calgaryconstructionjobs.com", "include_subdomains": true, "mode": "force-https" },
2903     { "name": "cheapgeekts.com", "include_subdomains": true, "mode": "force-https" },
2904     { "name": "bjornhelmersson.se", "include_subdomains": true, "mode": "force-https" },
2905     { "name": "canyonshoa.com", "include_subdomains": true, "mode": "force-https" },
2906     { "name": "cargobay.net", "include_subdomains": true, "mode": "force-https" },
2907     { "name": "centralvacsunlimited.net", "include_subdomains": true, "mode": "force-https" },
2908     { "name": "chiralsoftware.com", "include_subdomains": true, "mode": "force-https" },
2909     { "name": "bouncyball.eu", "include_subdomains": true, "mode": "force-https" },
2910     { "name": "chrisupjohn.com", "include_subdomains": true, "mode": "force-https" },
2911     { "name": "claimconnect.us", "include_subdomains": true, "mode": "force-https" },
2912     { "name": "ccsys.com", "include_subdomains": true, "mode": "force-https" },
2913     { "name": "ass.org.au", "include_subdomains": true, "mode": "force-https" },
2914     { "name": "bluetenmeer.com", "include_subdomains": true, "mode": "force-https" },
2915     { "name": "codepult.com", "include_subdomains": true, "mode": "force-https" },
2916     { "name": "cesal.net", "include_subdomains": true, "mode": "force-https" },
2917     { "name": "cloudimag.es", "include_subdomains": true, "mode": "force-https" },
2918     { "name": "dealbanana.com", "include_subdomains": true, "mode": "force-https" },
2919     { "name": "collabornation.net", "include_subdomains": true, "mode": "force-https" },
2920     { "name": "cloudflareonazure.com", "include_subdomains": true, "mode": "force-https" },
2921     { "name": "chrismckee.co.uk", "include_subdomains": true, "mode": "force-https" },
2922     { "name": "cobalt.io", "include_subdomains": true, "mode": "force-https" },
2923     { "name": "dealbanana.it", "include_subdomains": true, "mode": "force-https" },
2924     { "name": "cydia-search.io", "include_subdomains": true, "mode": "force-https" },
2925     { "name": "dotsiam.com", "include_subdomains": true, "mode": "force-https" },
2926     { "name": "clevertarget.ru", "include_subdomains": true, "mode": "force-https" },
2927     { "name": "connext.de", "include_subdomains": true, "mode": "force-https" },
2928     { "name": "derp.army", "include_subdomains": true, "mode": "force-https" },
2929     { "name": "craftbeerbarn.co.uk", "include_subdomains": true, "mode": "force-https" },
2930     { "name": "ebaymotorssucks.com", "include_subdomains": true, "mode": "force-https" },
2931     { "name": "dymersion.com", "include_subdomains": true, "mode": "force-https" },
2932     { "name": "ctns.de", "include_subdomains": true, "mode": "force-https" },
2933     { "name": "digitalskillswap.com", "include_subdomains": true, "mode": "force-https" },
2934     { "name": "discoveringdocker.com", "include_subdomains": true, "mode": "force-https" },
2935     { "name": "dedeo.tk", "include_subdomains": true, "mode": "force-https" },
2936     { "name": "diablotine.rocks", "include_subdomains": true, "mode": "force-https" },
2937     { "name": "eckel.co", "include_subdomains": true, "mode": "force-https" },
2938     { "name": "disorderboutique.com", "include_subdomains": true, "mode": "force-https" },
2939     { "name": "cesidianroot.eu", "include_subdomains": true, "mode": "force-https" },
2940     { "name": "exceltobarcode.com", "include_subdomains": true, "mode": "force-https" },
2941     { "name": "elvidence.com.au", "include_subdomains": true, "mode": "force-https" },
2942     { "name": "fightr.co", "include_subdomains": true, "mode": "force-https" },
2943     { "name": "eqorg.com", "include_subdomains": true, "mode": "force-https" },
2944     { "name": "dsebastien.net", "include_subdomains": true, "mode": "force-https" },
2945     { "name": "elitegameservers.net", "include_subdomains": true, "mode": "force-https" },
2946     { "name": "dorianmuthig.com", "include_subdomains": true, "mode": "force-https" },
2947     { "name": "ecrimex.net", "include_subdomains": true, "mode": "force-https" },
2948     { "name": "experienceoz.com.au", "include_subdomains": true, "mode": "force-https" },
2949     { "name": "flra.gov", "include_subdomains": true, "mode": "force-https" },
2950     { "name": "fabse.net", "include_subdomains": true, "mode": "force-https" },
2951     { "name": "fotiu.com", "include_subdomains": true, "mode": "force-https" },
2952     { "name": "core.mx", "include_subdomains": true, "mode": "force-https" },
2953     { "name": "fidanza.eu", "include_subdomains": true, "mode": "force-https" },
2954     { "name": "foro.io", "include_subdomains": true, "mode": "force-https" },
2955     { "name": "getspire.com", "include_subdomains": true, "mode": "force-https" },
2956     { "name": "gtmetrix.com", "include_subdomains": true, "mode": "force-https" },
2957     { "name": "hashplex.com", "include_subdomains": true, "mode": "force-https" },
2958     { "name": "footballmapped.com", "include_subdomains": true, "mode": "force-https" },
2959     { "name": "hafniatimes.com", "include_subdomains": true, "mode": "force-https" },
2960     { "name": "getdash.io", "include_subdomains": true, "mode": "force-https" },
2961     { "name": "furkancaliskan.com", "include_subdomains": true, "mode": "force-https" },
2962     { "name": "dynamicsnetwork.net", "include_subdomains": true, "mode": "force-https" },
2963     { "name": "humblefinances.com", "include_subdomains": true, "mode": "force-https" },
2964     { "name": "geblitzt.de", "include_subdomains": true, "mode": "force-https" },
2965     { "name": "heh.ee", "include_subdomains": true, "mode": "force-https" },
2966     { "name": "friendica.ch", "include_subdomains": true, "mode": "force-https" },
2967     { "name": "freifunk-essen.de", "include_subdomains": true, "mode": "force-https" },
2968     { "name": "imbrian.org", "include_subdomains": true, "mode": "force-https" },
2969     { "name": "hoshinplan.com", "include_subdomains": true, "mode": "force-https" },
2970     { "name": "heart.ge", "include_subdomains": true, "mode": "force-https" },
2971     { "name": "grandlinecsk.ru", "include_subdomains": true, "mode": "force-https" },
2972     { "name": "inbounder.io", "include_subdomains": true, "mode": "force-https" },
2973     { "name": "ijsclubtilburg.nl", "include_subdomains": true, "mode": "force-https" },
2974     { "name": "homa.website", "include_subdomains": true, "mode": "force-https" },
2975     { "name": "internetbugbounty.org", "include_subdomains": true, "mode": "force-https" },
2976     { "name": "inmyarea.com", "include_subdomains": true, "mode": "force-https" },
2977     { "name": "iispeed.com", "include_subdomains": true, "mode": "force-https" },
2978     { "name": "initq.net", "include_subdomains": true, "mode": "force-https" },
2979     { "name": "immoverkauf24.de", "include_subdomains": true, "mode": "force-https" },
2980     { "name": "immoverkauf24.at", "include_subdomains": true, "mode": "force-https" },
2981     { "name": "glasgestaltung.biz", "include_subdomains": true, "mode": "force-https" },
2982     { "name": "icq-project.net", "include_subdomains": true, "mode": "force-https" },
2983     { "name": "jakenbake.com", "include_subdomains": true, "mode": "force-https" },
2984     { "name": "jn1.me", "include_subdomains": true, "mode": "force-https" },
2985     { "name": "jamesbywater.me.uk", "include_subdomains": true, "mode": "force-https" },
2986     { "name": "johnguant.com", "include_subdomains": true, "mode": "force-https" },
2987     { "name": "interviewpipeline.co.uk", "include_subdomains": true, "mode": "force-https" },
2988     { "name": "gaptek.id", "include_subdomains": true, "mode": "force-https" },
2989     { "name": "ipv6-handbuch.de", "include_subdomains": true, "mode": "force-https" },
2990     { "name": "intim-uslugi-kazan.net", "include_subdomains": true, "mode": "force-https" },
2991     { "name": "kingant.net", "include_subdomains": true, "mode": "force-https" },
2992     { "name": "jeff393.com", "include_subdomains": true, "mode": "force-https" },
2993     { "name": "jurriaan.ninja", "include_subdomains": true, "mode": "force-https" },
2994     { "name": "jamiemagee.co.uk", "include_subdomains": true, "mode": "force-https" },
2995     { "name": "kau-boys.com", "include_subdomains": true, "mode": "force-https" },
2996     { "name": "junqtion.com", "include_subdomains": true, "mode": "force-https" },
2997     { "name": "affinitysync.com", "include_subdomains": true, "mode": "force-https" },
2998     { "name": "kickass.al", "include_subdomains": true, "mode": "force-https" },
2999     { "name": "kantorosobisty.pl", "include_subdomains": true, "mode": "force-https" },
3000     { "name": "kdm-online.de", "include_subdomains": true, "mode": "force-https" },
3001     { "name": "linguatrip.com", "include_subdomains": true, "mode": "force-https" },
3002     { "name": "korobi.io", "include_subdomains": true, "mode": "force-https" },
3003     { "name": "gipsamsfashion.com", "include_subdomains": true, "mode": "force-https" },
3004     { "name": "lachlankidson.net", "include_subdomains": true, "mode": "force-https" },
3005     { "name": "kinderbasar-luhe.de", "include_subdomains": true, "mode": "force-https" },
3006     { "name": "konsertoversikt.no", "include_subdomains": true, "mode": "force-https" },
3007     { "name": "kbit.dk", "include_subdomains": true, "mode": "force-https" },
3008     { "name": "locktheirphone.com", "include_subdomains": true, "mode": "force-https" },
3009     { "name": "kschv-rdeck.de", "include_subdomains": true, "mode": "force-https" },
3010     { "name": "kau-boys.de", "include_subdomains": true, "mode": "force-https" },
3011     { "name": "kick-in.nl", "include_subdomains": true, "mode": "force-https" },
3012     { "name": "kreativstrecke.de", "include_subdomains": true, "mode": "force-https" },
3013     { "name": "manage.cm", "include_subdomains": true, "mode": "force-https" },
3014     { "name": "mesvt.com", "include_subdomains": true, "mode": "force-https" },
3015     { "name": "mhx.pw", "include_subdomains": true, "mode": "force-https" },
3016     { "name": "liverewrite.com", "include_subdomains": true, "mode": "force-https" },
3017     { "name": "leerliga.de", "include_subdomains": true, "mode": "force-https" },
3018     { "name": "mc-venture.net", "include_subdomains": true, "mode": "force-https" },
3019     { "name": "lukasztkacz.com", "include_subdomains": true, "mode": "force-https" },
3020     { "name": "meta-db.com", "include_subdomains": true, "mode": "force-https" },
3021     { "name": "mblankhorst.nl", "include_subdomains": true, "mode": "force-https" },
3022     { "name": "muscleangels.com", "include_subdomains": true, "mode": "force-https" },
3023     { "name": "modmountain.com", "include_subdomains": true, "mode": "force-https" },
3024     { "name": "mark-semmler.de", "include_subdomains": true, "mode": "force-https" },
3025     { "name": "new-black-order.com", "include_subdomains": true, "mode": "force-https" },
3026     { "name": "mp3gratuiti.com", "include_subdomains": true, "mode": "force-https" },
3027     { "name": "millistream.com", "include_subdomains": true, "mode": "force-https" },
3028     { "name": "mega.nz", "include_subdomains": true, "mode": "force-https" },
3029     { "name": "navycs.com", "include_subdomains": true, "mode": "force-https" },
3030     { "name": "moula.com.au", "include_subdomains": true, "mode": "force-https" },
3031     { "name": "mojapraca.sk", "include_subdomains": true, "mode": "force-https" },
3032     { "name": "minkondom.nu", "include_subdomains": true, "mode": "force-https" },
3033     { "name": "mercurystorm.co.za", "include_subdomains": true, "mode": "force-https" },
3034     { "name": "musicwear.cz", "include_subdomains": true, "mode": "force-https" },
3035     { "name": "nicky.io", "include_subdomains": true, "mode": "force-https" },
3036     { "name": "mistacms.com", "include_subdomains": true, "mode": "force-https" },
3037     { "name": "okonetwork.org.uk", "include_subdomains": true, "mode": "force-https" },
3038     { "name": "noname-ev.de", "include_subdomains": true, "mode": "force-https" },
3039     { "name": "nuos.org", "include_subdomains": true, "mode": "force-https" },
3040     { "name": "onewpst.com", "include_subdomains": true, "mode": "force-https" },
3041     { "name": "pirxpilot.me", "include_subdomains": true, "mode": "force-https" },
3042     { "name": "organic-superfood.net", "include_subdomains": true, "mode": "force-https" },
3043     { "name": "pirlitu.com", "include_subdomains": true, "mode": "force-https" },
3044     { "name": "parsemail.org", "include_subdomains": true, "mode": "force-https" },
3045     { "name": "ontimestamp.com", "include_subdomains": true, "mode": "force-https" },
3046     { "name": "playkh.com", "include_subdomains": true, "mode": "force-https" },
3047     { "name": "portalplatform.net", "include_subdomains": true, "mode": "force-https" },
3048     { "name": "poed.com.au", "include_subdomains": true, "mode": "force-https" },
3049     { "name": "petrachuk.ru", "include_subdomains": true, "mode": "force-https" },
3050     { "name": "p8r.de", "include_subdomains": true, "mode": "force-https" },
3051     { "name": "pcfeuerwehr.de", "include_subdomains": true, "mode": "force-https" },
3052     { "name": "patterson.mp", "include_subdomains": true, "mode": "force-https" },
3053     { "name": "poolvilla-margarita.net", "include_subdomains": true, "mode": "force-https" },
3054     { "name": "pothe.de", "include_subdomains": true, "mode": "force-https" },
3055     { "name": "robertglastra.com", "include_subdomains": true, "mode": "force-https" },
3056     { "name": "progg.no", "include_subdomains": true, "mode": "force-https" },
3057     { "name": "pothe.com", "include_subdomains": true, "mode": "force-https" },
3058     { "name": "qixxit.de", "include_subdomains": true, "mode": "force-https" },
3059     { "name": "robtex.net", "include_subdomains": true, "mode": "force-https" },
3060     { "name": "qvitoo.com", "include_subdomains": true, "mode": "force-https" },
3061     { "name": "richardwarrender.com", "include_subdomains": true, "mode": "force-https" },
3062     { "name": "retroarms.com", "include_subdomains": true, "mode": "force-https" },
3063     { "name": "rugirlfriend.com", "include_subdomains": true, "mode": "force-https" },
3064     { "name": "rigolitch.fr", "include_subdomains": true, "mode": "force-https" },
3065     { "name": "rxbusiness.com", "include_subdomains": true, "mode": "force-https" },
3066     { "name": "retroarms.cz", "include_subdomains": true, "mode": "force-https" },
3067     { "name": "scotthelme.com", "include_subdomains": true, "mode": "force-https" },
3068     { "name": "ronvandordt.info", "include_subdomains": true, "mode": "force-https" },
3069     { "name": "radtke.bayern", "include_subdomains": true, "mode": "force-https" },
3070     { "name": "rambitteh.ru", "include_subdomains": true, "mode": "force-https" },
3071     { "name": "securityheaders.io", "include_subdomains": true, "mode": "force-https" },
3072     { "name": "seele.ca", "include_subdomains": true, "mode": "force-https" },
3073     { "name": "schorel.ovh", "include_subdomains": true, "mode": "force-https" },
3074     { "name": "schorelweb.nl", "include_subdomains": true, "mode": "force-https" },
3075     { "name": "schoop.me", "include_subdomains": true, "mode": "force-https" },
3076     { "name": "schlarp.com", "include_subdomains": true, "mode": "force-https" },
3077     { "name": "socialspirit.com.br", "include_subdomains": true, "mode": "force-https" },
3078     { "name": "rohlik.cz", "include_subdomains": true, "mode": "force-https" },
3079     { "name": "shft.cl", "include_subdomains": true, "mode": "force-https" },
3080     { "name": "socialrank.com", "include_subdomains": true, "mode": "force-https" },
3081     { "name": "slicketl.com", "include_subdomains": true, "mode": "force-https" },
3082     { "name": "searchbrothers.com", "include_subdomains": true, "mode": "force-https" },
3083     { "name": "manfredimatteo.com", "include_subdomains": true, "mode": "force-https" },
3084     { "name": "sneakynote.com", "include_subdomains": true, "mode": "force-https" },
3085     { "name": "stemsims.com", "include_subdomains": true, "mode": "force-https" },
3086     { "name": "liquorsanthe.in", "include_subdomains": true, "mode": "force-https" },
3087     { "name": "seminariruum.ee", "include_subdomains": true, "mode": "force-https" },
3088     { "name": "syncappate.com", "include_subdomains": true, "mode": "force-https" },
3089     { "name": "sonafe.info", "include_subdomains": true, "mode": "force-https" },
3090     { "name": "system.is", "include_subdomains": true, "mode": "force-https" },
3091     { "name": "stolkschepen.nl", "include_subdomains": true, "mode": "force-https" },
3092     { "name": "themarshallproject.org", "include_subdomains": true, "mode": "force-https" },
3093     { "name": "scp-trens.notaires.fr", "include_subdomains": true, "mode": "force-https" },
3094     { "name": "tbarter.com", "include_subdomains": true, "mode": "force-https" },
3095     { "name": "syso.name", "include_subdomains": true, "mode": "force-https" },
3096     { "name": "tonytan.io", "include_subdomains": true, "mode": "force-https" },
3097     { "name": "throwpass.com", "include_subdomains": true, "mode": "force-https" },
3098     { "name": "travador.com", "include_subdomains": true, "mode": "force-https" },
3099     { "name": "thom4s.info", "include_subdomains": true, "mode": "force-https" },
3100     { "name": "thorgames.nl", "include_subdomains": true, "mode": "force-https" },
3101     { "name": "tpbcdn.com", "include_subdomains": true, "mode": "force-https" },
3102     { "name": "tppleague.me", "include_subdomains": true, "mode": "force-https" },
3103     { "name": "techvalue.gr", "include_subdomains": true, "mode": "force-https" },
3104     { "name": "vcsjones.com", "include_subdomains": true, "mode": "force-https" },
3105     { "name": "vanhoutte.be", "include_subdomains": true, "mode": "force-https" },
3106     { "name": "sneberger.cz", "include_subdomains": true, "mode": "force-https" },
3107     { "name": "uniekglas.nl", "include_subdomains": true, "mode": "force-https" },
3108     { "name": "varden.info", "include_subdomains": true, "mode": "force-https" },
3109     { "name": "wikidata.org", "include_subdomains": true, "mode": "force-https" },
3110     { "name": "vapemania.eu", "include_subdomains": true, "mode": "force-https" },
3111     { "name": "vigo-krankenversicherung.de", "include_subdomains": true, "mode": "force-https" },
3112     { "name": "xavierbarroso.com", "include_subdomains": true, "mode": "force-https" },
3113     { "name": "wachter.biz", "include_subdomains": true, "mode": "force-https" },
3114     { "name": "vbulletin-russia.com", "include_subdomains": true, "mode": "force-https" },
3115     { "name": "vbulletinrussia.com", "include_subdomains": true, "mode": "force-https" },
3116     { "name": "webstudio-n.com", "include_subdomains": true, "mode": "force-https" },
3117     { "name": "wonderhost.info", "include_subdomains": true, "mode": "force-https" },
3118     { "name": "winsec.nl", "include_subdomains": true, "mode": "force-https" },
3119     { "name": "vbhelp.org", "include_subdomains": true, "mode": "force-https" },
3120     { "name": "xgclan.com", "include_subdomains": true, "mode": "force-https" },
3121     { "name": "yetcore.io", "include_subdomains": true, "mode": "force-https" },
3122     { "name": "wpmeetup-berlin.de", "include_subdomains": true, "mode": "force-https" },
3123     { "name": "xn--u9jv84l7ea468b.com", "include_subdomains": true, "mode": "force-https" },
3124     { "name": "xn--knstler-n2a.tips", "include_subdomains": true, "mode": "force-https" },
3125     { "name": "zcarrot.com", "include_subdomains": true, "mode": "force-https" },
3126     { "name": "zcarot.com", "include_subdomains": true, "mode": "force-https" },
3127     { "name": "zorntt.fr", "include_subdomains": true, "mode": "force-https" },
3128     { "name": "ztan.tk", "include_subdomains": true, "mode": "force-https" },
3129     { "name": "asm-x.com", "include_subdomains": true, "mode": "force-https" },
3130     { "name": "ccblog.de", "include_subdomains": true, "mode": "force-https" },
3131     { "name": "smiatek.name", "include_subdomains": true, "mode": "force-https" },
3132     { "name": "korni22.org", "include_subdomains": true, "mode": "force-https" },
3133     { "name": "student.andover.edu", "include_subdomains": true, "mode": "force-https" },
3134     { "name": "0.me.uk", "include_subdomains": true, "mode": "force-https" },
3135     { "name": "agilebits.net", "include_subdomains": true, "mode": "force-https" },
3136     { "name": "alenan.org", "include_subdomains": true, "mode": "force-https" },
3137     { "name": "amisharingstuff.com", "include_subdomains": true, "mode": "force-https" },
3138     { "name": "amunoz.org", "include_subdomains": true, "mode": "force-https" },
3139     { "name": "appuro.com", "include_subdomains": true, "mode": "force-https" },
3140     { "name": "askfit.cz", "include_subdomains": true, "mode": "force-https" },
3141     { "name": "axado.com.br", "include_subdomains": true, "mode": "force-https" },
3142     { "name": "bebesurdoue.com", "include_subdomains": true, "mode": "force-https" },
3143     { "name": "burnworks.com", "include_subdomains": true, "mode": "force-https" },
3144     { "name": "canadalife.de", "include_subdomains": true, "mode": "force-https" },
3145     { "name": "chaosdorf.de", "include_subdomains": true, "mode": "force-https" },
3146     { "name": "cheerflow.com", "include_subdomains": true, "mode": "force-https" },
3147     { "name": "chrisbrown.id.au", "include_subdomains": true, "mode": "force-https" },
3148     { "name": "chromebooksforwork.com", "include_subdomains": true, "mode": "force-https" },
3149     { "name": "cloudmigrator365.com", "include_subdomains": true, "mode": "force-https" },
3150     { "name": "cloudpagesforwork.com", "include_subdomains": true, "mode": "force-https" },
3151     { "name": "clu-in.org", "include_subdomains": true, "mode": "force-https" },
3152     { "name": "cmc-versand.de", "include_subdomains": true, "mode": "force-https" },
3153     { "name": "cnlic.com", "include_subdomains": true, "mode": "force-https" },
3154     { "name": "cocoaheads.at", "include_subdomains": true, "mode": "force-https" },
3155     { "name": "colorlib.com", "include_subdomains": true, "mode": "force-https" },
3156     { "name": "corruption-mc.net", "include_subdomains": true, "mode": "force-https" },
3157     { "name": "corruption-rsps.net", "include_subdomains": true, "mode": "force-https" },
3158     { "name": "corruption-server.net", "include_subdomains": true, "mode": "force-https" },
3159     { "name": "cthulhuden.com", "include_subdomains": true, "mode": "force-https" },
3160     { "name": "dateno1.com", "include_subdomains": true, "mode": "force-https" },
3161     { "name": "democracy.io", "include_subdomains": true, "mode": "force-https" },
3162     { "name": "democracychronicles.com", "include_subdomains": true, "mode": "force-https" },
3163     { "name": "demuzere.be", "include_subdomains": true, "mode": "force-https" },
3164     { "name": "deviltracks.net", "include_subdomains": true, "mode": "force-https" },
3165     { "name": "dietrich.cx", "include_subdomains": true, "mode": "force-https" },
3166     { "name": "dissimulo.me", "include_subdomains": true, "mode": "force-https" },
3167     { "name": "dlscomputers.com.au", "include_subdomains": true, "mode": "force-https" },
3168     { "name": "dogoodbehappyllc.com", "include_subdomains": true, "mode": "force-https" },
3169     { "name": "dreid.org", "include_subdomains": true, "mode": "force-https" },
3170     { "name": "e-deca2.org", "include_subdomains": true, "mode": "force-https" },
3171     { "name": "elitehosting.de", "include_subdomains": true, "mode": "force-https" },
3172     { "name": "empowerdb.com", "include_subdomains": true, "mode": "force-https" },
3173     { "name": "endlesshorizon.net", "include_subdomains": true, "mode": "force-https" },
3174     { "name": "entrepreneur.or.id", "include_subdomains": true, "mode": "force-https" },
3175     { "name": "eol34.com", "include_subdomains": true, "mode": "force-https" },
3176     { "name": "eroticen.com", "include_subdomains": true, "mode": "force-https" },
3177     { "name": "eucl3d.com", "include_subdomains": true, "mode": "force-https" },
3178     { "name": "firmapi.com", "include_subdomains": true, "mode": "force-https" },
3179     { "name": "formationsfactory.co.uk", "include_subdomains": true, "mode": "force-https" },
3180     { "name": "freeweibo.com", "include_subdomains": true, "mode": "force-https" },
3181     { "name": "funchestra.at", "include_subdomains": true, "mode": "force-https" },
3182     { "name": "gamenected.com", "include_subdomains": true, "mode": "force-https" },
3183     { "name": "gamenected.de", "include_subdomains": true, "mode": "force-https" },
3184     { "name": "getsport.mobi", "include_subdomains": true, "mode": "force-https" },
3185     { "name": "ghostblog.info", "include_subdomains": true, "mode": "force-https" },
3186     { "name": "gmdu.net", "include_subdomains": true, "mode": "force-https" },
3187     { "name": "grafitec.ru", "include_subdomains": true, "mode": "force-https" },
3188     { "name": "greatfire.org", "include_subdomains": true, "mode": "force-https" },
3189     { "name": "greenroach.ru", "include_subdomains": true, "mode": "force-https" },
3190     { "name": "hablemosdetecnologia.com.ve", "include_subdomains": true, "mode": "force-https" },
3191     { "name": "hardh.at", "include_subdomains": true, "mode": "force-https" },
3192     { "name": "haveeruexaminer.com", "include_subdomains": true, "mode": "force-https" },
3193     { "name": "helloacm.com", "include_subdomains": true, "mode": "force-https" },
3194     { "name": "hurricanelabs.com", "include_subdomains": true, "mode": "force-https" },
3195     { "name": "hyper-text.org", "include_subdomains": true, "mode": "force-https" },
3196     { "name": "idndx.com", "include_subdomains": true, "mode": "force-https" },
3197     { "name": "im-c-shop.com", "include_subdomains": true, "mode": "force-https" },
3198     { "name": "inbitcoin.it", "include_subdomains": true, "mode": "force-https" },
3199     { "name": "inspiroinc.com", "include_subdomains": true, "mode": "force-https" },
3200     { "name": "instant-hack.com", "include_subdomains": true, "mode": "force-https" },
3201     { "name": "iraqidinar.org", "include_subdomains": true, "mode": "force-https" },
3202     { "name": "itsagadget.com", "include_subdomains": true, "mode": "force-https" },
3203     { "name": "ivancacic.com", "include_subdomains": true, "mode": "force-https" },
3204     { "name": "j0s.eu", "include_subdomains": true, "mode": "force-https" },
3205     { "name": "jamesmaurer.com", "include_subdomains": true, "mode": "force-https" },
3206     { "name": "jinbo123.com", "include_subdomains": true, "mode": "force-https" },
3207     { "name": "joshstroup.me", "include_subdomains": true, "mode": "force-https" },
3208     { "name": "justyy.com", "include_subdomains": true, "mode": "force-https" },
3209     { "name": "kasko.io", "include_subdomains": true, "mode": "force-https" },
3210     { "name": "kawaii.io", "include_subdomains": true, "mode": "force-https" },
3211     { "name": "kazandaemon.ru", "include_subdomains": true, "mode": "force-https" },
3212     { "name": "kbcequitas.hu", "include_subdomains": true, "mode": "force-https" },
3213     { "name": "keskeces.com", "include_subdomains": true, "mode": "force-https" },
3214     { "name": "lehighmathcircle.org", "include_subdomains": true, "mode": "force-https" },
3215     { "name": "lenzw.de", "include_subdomains": true, "mode": "force-https" },
3216     { "name": "leon-jaekel.com", "include_subdomains": true, "mode": "force-https" },
3217     { "name": "linuxcommand.ru", "include_subdomains": true, "mode": "force-https" },
3218     { "name": "lognot.net", "include_subdomains": true, "mode": "force-https" },
3219     { "name": "maclemon.at", "include_subdomains": true, "mode": "force-https" },
3220     { "name": "maternalsafety.org", "include_subdomains": true, "mode": "force-https" },
3221     { "name": "max-moeglich.de", "include_subdomains": true, "mode": "force-https" },
3222     { "name": "mclab.su", "include_subdomains": true, "mode": "force-https" },
3223     { "name": "mdek.at", "include_subdomains": true, "mode": "force-https" },
3224     { "name": "meddelare.com", "include_subdomains": true, "mode": "force-https" },
3225     { "name": "medexpress.co.uk", "include_subdomains": true, "mode": "force-https" },
3226     { "name": "mediawiki.org", "include_subdomains": true, "mode": "force-https" },
3227     { "name": "mikaela.info", "include_subdomains": true, "mode": "force-https" },
3228     { "name": "milahendri.com", "include_subdomains": true, "mode": "force-https" },
3229     { "name": "moniquedekermadec.com", "include_subdomains": true, "mode": "force-https" },
3230     { "name": "msebera.cz", "include_subdomains": true, "mode": "force-https" },
3231     { "name": "mypagella.com", "include_subdomains": true, "mode": "force-https" },
3232     { "name": "necesitodinero.org", "include_subdomains": true, "mode": "force-https" },
3233     { "name": "obermeiers.eu", "include_subdomains": true, "mode": "force-https" },
3234     { "name": "ollning.com", "include_subdomains": true, "mode": "force-https" },
3235     { "name": "omacostudio.com", "include_subdomains": true, "mode": "force-https" },
3236     { "name": "ourbank.com", "include_subdomains": true, "mode": "force-https" },
3237     { "name": "paysera.com", "include_subdomains": true, "mode": "force-https" },
3238     { "name": "petersmark.com", "include_subdomains": true, "mode": "force-https" },
3239     { "name": "phryneas.de", "include_subdomains": true, "mode": "force-https" },
3240     { "name": "pinesandneedles.com", "include_subdomains": true, "mode": "force-https" },
3241     { "name": "pmnts.io", "include_subdomains": true, "mode": "force-https" },
3242     { "name": "qingxuan.info", "include_subdomains": true, "mode": "force-https" },
3243     { "name": "raah.co", "include_subdomains": true, "mode": "force-https" },
3244     { "name": "recon-networks.com", "include_subdomains": true, "mode": "force-https" },
3245     { "name": "renlong.org", "include_subdomains": true, "mode": "force-https" },
3246     { "name": "reucon.com", "include_subdomains": true, "mode": "force-https" },
3247     { "name": "ristioja.ee", "include_subdomains": true, "mode": "force-https" },
3248     { "name": "roberthurlbut.com", "include_subdomains": true, "mode": "force-https" },
3249     { "name": "rugstorene.co.uk", "include_subdomains": true, "mode": "force-https" },
3250     { "name": "shadowkitsune.net", "include_subdomains": true, "mode": "force-https" },
3251     { "name": "shaundanielz.com", "include_subdomains": true, "mode": "force-https" },
3252     { "name": "shellvatore.us", "include_subdomains": true, "mode": "force-https" },
3253     { "name": "shipcloud.io", "include_subdomains": true, "mode": "force-https" },
3254     { "name": "simplexsupport.com", "include_subdomains": true, "mode": "force-https" },
3255     { "name": "slainvet.net", "include_subdomains": true, "mode": "force-https" },
3256     { "name": "smartlocksmith.com", "include_subdomains": true, "mode": "force-https" },
3257     { "name": "social-media-strategies.it", "include_subdomains": true, "mode": "force-https" },
3258     { "name": "sparklingsparklers.com", "include_subdomains": true, "mode": "force-https" },
3259     { "name": "sportifik.com", "include_subdomains": true, "mode": "force-https" },
3260     { "name": "tanzhijun.com", "include_subdomains": true, "mode": "force-https" },
3261     { "name": "tcao.info", "include_subdomains": true, "mode": "force-https" },
3262     { "name": "teamblueridge.org", "include_subdomains": true, "mode": "force-https" },
3263     { "name": "tecart-cloud.de", "include_subdomains": true, "mode": "force-https" },
3264     { "name": "tecart-system.de", "include_subdomains": true, "mode": "force-https" },
3265     { "name": "tecartcrm.de", "include_subdomains": true, "mode": "force-https" },
3266     { "name": "techandtux.de", "include_subdomains": true, "mode": "force-https" },
3267     { "name": "tehrabbitt.com", "include_subdomains": true, "mode": "force-https" },
3268     { "name": "thehiddenbay.me", "include_subdomains": true, "mode": "force-https" },
3269     { "name": "ticketmates.com.au", "include_subdomains": true, "mode": "force-https" },
3270     { "name": "tinyvpn.net", "include_subdomains": true, "mode": "force-https" },
3271     { "name": "tinyvpn.org", "include_subdomains": true, "mode": "force-https" },
3272     { "name": "tls1914.org", "include_subdomains": true, "mode": "force-https" },
3273     { "name": "topnewstoday.org", "include_subdomains": true, "mode": "force-https" },
3274     { "name": "totalcarcheck.co.uk", "include_subdomains": true, "mode": "force-https" },
3275     { "name": "toxme.se", "include_subdomains": true, "mode": "force-https" },
3276     { "name": "trueblueessentials.com", "include_subdomains": true, "mode": "force-https" },
3277     { "name": "tumutanzi.com", "include_subdomains": true, "mode": "force-https" },
3278     { "name": "tuzaijidi.com", "include_subdomains": true, "mode": "force-https" },
3279     { "name": "ubicv.com", "include_subdomains": true, "mode": "force-https" },
3280     { "name": "un-zero-un.fr", "include_subdomains": true, "mode": "force-https" },
3281     { "name": "unionstationapp.com", "include_subdomains": true, "mode": "force-https" },
3282     { "name": "utonia.ch", "include_subdomains": true, "mode": "force-https" },
3283     { "name": "victorcanera.com", "include_subdomains": true, "mode": "force-https" },
3284     { "name": "vokeapp.com", "include_subdomains": true, "mode": "force-https" },
3285     { "name": "waze.com", "include_subdomains": true, "mode": "force-https" },
3286     { "name": "whitehouse.gov", "include_subdomains": true, "mode": "force-https" },
3287     { "name": "wikibooks.org", "include_subdomains": true, "mode": "force-https" },
3288     { "name": "wikimediafoundation.org", "include_subdomains": true, "mode": "force-https" },
3289     { "name": "wikinews.org", "include_subdomains": true, "mode": "force-https" },
3290     { "name": "wikiquote.org", "include_subdomains": true, "mode": "force-https" },
3291     { "name": "wikisource.org", "include_subdomains": true, "mode": "force-https" },
3292     { "name": "wikiversity.org", "include_subdomains": true, "mode": "force-https" },
3293     { "name": "wikivoyage.org", "include_subdomains": true, "mode": "force-https" },
3294     { "name": "wiktionary.org", "include_subdomains": true, "mode": "force-https" },
3295     { "name": "worcesterfestival.co.uk", "include_subdomains": true, "mode": "force-https" },
3296     { "name": "x.st", "include_subdomains": true, "mode": "force-https" },
3297     { "name": "x64architecture.com", "include_subdomains": true, "mode": "force-https" },
3298     { "name": "xn--datenrettung-mnchen-jbc.com", "include_subdomains": true, "mode": "force-https" },
3299     { "name": "xn--hfk-allgu-schwaben-stb.de", "include_subdomains": true, "mode": "force-https" },
3300     { "name": "xn--mgbbh2a9fub.xn--ngbc5azd", "include_subdomains": true, "mode": "force-https" },
3301     { "name": "yippie.nl", "include_subdomains": true, "mode": "force-https" },
3302     { "name": "yu.gg", "include_subdomains": true, "mode": "force-https" },
3303     { "name": "zeno-system.com", "include_subdomains": true, "mode": "force-https" },
3304     { "name": "track.plus", "include_subdomains": true, "mode": "force-https" },
3305     { "name": "blog.gov.uk", "include_subdomains": true, "mode": "force-https" },
3306     { "name": "clubmini.jp", "include_subdomains": true, "mode": "force-https" },
3307     { "name": "codingforspeed.com", "include_subdomains": true, "mode": "force-https" },
3308     { "name": "cradlepointecm.com", "include_subdomains": true, "mode": "force-https" },
3309     { "name": "dobet.in", "include_subdomains": true, "mode": "force-https" },
3310     { "name": "domainexpress.de", "include_subdomains": true, "mode": "force-https" },
3311     { "name": "ediscomp.sk", "include_subdomains": true, "mode": "force-https" },
3312     { "name": "edissecurity.sk", "include_subdomains": true, "mode": "force-https" },
3313     { "name": "ewe2.ninja", "include_subdomains": true, "mode": "force-https" },
3314     { "name": "fluxent.de", "include_subdomains": true, "mode": "force-https" },
3315     { "name": "fruitusers.com", "include_subdomains": true, "mode": "force-https" },
3316     { "name": "gpsvideocanada.com", "include_subdomains": true, "mode": "force-https" },
3317     { "name": "gracedays.org", "include_subdomains": true, "mode": "force-https" },
3318     { "name": "inksupply.com", "include_subdomains": true, "mode": "force-https" },
3319     { "name": "jhburton.co.uk", "include_subdomains": true, "mode": "force-https" },
3320     { "name": "odin.xxx", "include_subdomains": true, "mode": "force-https" },
3321     { "name": "pagure.io", "include_subdomains": true, "mode": "force-https" },
3322     { "name": "pagure.org", "include_subdomains": true, "mode": "force-https" },
3323     { "name": "silvergoldbull.com", "include_subdomains": true, "mode": "force-https" },
3324     { "name": "silvergoldbull.de", "include_subdomains": true, "mode": "force-https" },
3325     { "name": "sunnyfruit.ru", "include_subdomains": true, "mode": "force-https" },
3326     { "name": "szaydon.me", "include_subdomains": true, "mode": "force-https" },
3327     { "name": "tosecure.link", "include_subdomains": true, "mode": "force-https" },
3328     { "name": "uploadbeta.com", "include_subdomains": true, "mode": "force-https" },
3329     { "name": "wholebites.com", "include_subdomains": true, "mode": "force-https" },
3330     { "name": "wikipedia.org", "include_subdomains": true, "mode": "force-https" },
3331     { "name": "woresite.jp", "include_subdomains": true, "mode": "force-https" },
3332     { "name": "agonswim.com", "include_subdomains": true, "mode": "force-https" },
3333     { "name": "appharbor.com", "include_subdomains": true, "mode": "force-https" },
3334     { "name": "armory.consulting", "include_subdomains": true, "mode": "force-https" },
3335     { "name": "armory.supplies", "include_subdomains": true, "mode": "force-https" },
3336     { "name": "b2and.com", "include_subdomains": true, "mode": "force-https" },
3337     { "name": "bowlroll.net", "include_subdomains": true, "mode": "force-https" },
3338     { "name": "bryanquigley.com", "include_subdomains": true, "mode": "force-https" },
3339     { "name": "cfcnexus.org", "include_subdomains": true, "mode": "force-https" },
3340     { "name": "clipped4u.com", "include_subdomains": true, "mode": "force-https" },
3341     { "name": "coffeestrategies.com", "include_subdomains": true, "mode": "force-https" },
3342     { "name": "cvsoftub.com", "include_subdomains": true, "mode": "force-https" },
3343     { "name": "dailyenglishchallenge.com", "include_subdomains": true, "mode": "force-https" },
3344     { "name": "derreichesack.com", "include_subdomains": true, "mode": "force-https" },
3345     { "name": "devnsec.com", "include_subdomains": true, "mode": "force-https" },
3346     { "name": "donateaday.net", "include_subdomains": true, "mode": "force-https" },
3347     { "name": "dragon-chem.eu", "include_subdomains": true, "mode": "force-https" },
3348     { "name": "eelsden.net", "include_subdomains": true, "mode": "force-https" },
3349     { "name": "elenag.ga", "include_subdomains": true, "mode": "force-https" },
3350     { "name": "emailhunter.co", "include_subdomains": true, "mode": "force-https" },
3351     { "name": "expressvpn.com", "include_subdomains": true, "mode": "force-https" },
3352     { "name": "factorygw.com", "include_subdomains": true, "mode": "force-https" },
3353     { "name": "flamingkeys.com", "include_subdomains": true, "mode": "force-https" },
3354     { "name": "giveattheoffice.org", "include_subdomains": true, "mode": "force-https" },
3355     { "name": "givingnexus.org", "include_subdomains": true, "mode": "force-https" },
3356     { "name": "granth.io", "include_subdomains": true, "mode": "force-https" },
3357     { "name": "happyfabric.me", "include_subdomains": true, "mode": "force-https" },
3358     { "name": "happygadget.me", "include_subdomains": true, "mode": "force-https" },
3359     { "name": "illorenese.fr", "include_subdomains": true, "mode": "force-https" },
3360     { "name": "imirhil.fr", "include_subdomains": true, "mode": "force-https" },
3361     { "name": "ipledgeonline.org", "include_subdomains": true, "mode": "force-https" },
3362     { "name": "junethack.net", "include_subdomains": true, "mode": "force-https" },
3363     { "name": "mamaison.io", "include_subdomains": true, "mode": "force-https" },
3364     { "name": "mca2017.org", "include_subdomains": true, "mode": "force-https" },
3365     { "name": "mnd.sc", "include_subdomains": true, "mode": "force-https" },
3366     { "name": "modemagazines.co.uk", "include_subdomains": true, "mode": "force-https" },
3367     { "name": "n-pix.com", "include_subdomains": true, "mode": "force-https" },
3368     { "name": "open-to-repair.fr", "include_subdomains": true, "mode": "force-https" },
3369     { "name": "panoti.com", "include_subdomains": true, "mode": "force-https" },
3370     { "name": "philosophyguides.org", "include_subdomains": true, "mode": "force-https" },
3371     { "name": "pmctire.com", "include_subdomains": true, "mode": "force-https" },
3372     { "name": "polis.or.at", "include_subdomains": true, "mode": "force-https" },
3373     { "name": "quppa.net", "include_subdomains": true, "mode": "force-https" },
3374     { "name": "rc4.io", "include_subdomains": true, "mode": "force-https" },
3375     { "name": "rot47.net", "include_subdomains": true, "mode": "force-https" },
3376     { "name": "rusl.me", "include_subdomains": true, "mode": "force-https" },
3377     { "name": "satmep.com", "include_subdomains": true, "mode": "force-https" },
3378     { "name": "secctexasgiving.org", "include_subdomains": true, "mode": "force-https" },
3379     { "name": "secureideas.com", "include_subdomains": true, "mode": "force-https" },
3380     { "name": "simod.org", "include_subdomains": true, "mode": "force-https" },
3381     { "name": "simplycharlottemason.com", "include_subdomains": true, "mode": "force-https" },
3382     { "name": "skoda-clever-lead.de", "include_subdomains": true, "mode": "force-https" },
3383     { "name": "skoda-im-dialog.de", "include_subdomains": true, "mode": "force-https" },
3384     { "name": "skoda-nurdiebesten.de", "include_subdomains": true, "mode": "force-https" },
3385     { "name": "slix.io", "include_subdomains": true, "mode": "force-https" },
3386     { "name": "speed-mailer.com", "include_subdomains": true, "mode": "force-https" },
3387     { "name": "steelephys.com.au", "include_subdomains": true, "mode": "force-https" },
3388     { "name": "stick2bike.de", "include_subdomains": true, "mode": "force-https" },
3389     { "name": "swift-devedge.de", "include_subdomains": true, "mode": "force-https" },
3390     { "name": "syntaxnightmare.com", "include_subdomains": true, "mode": "force-https" },
3391     { "name": "tbrss.com", "include_subdomains": true, "mode": "force-https" },
3392     { "name": "tokke.dk", "include_subdomains": true, "mode": "force-https" },
3393     { "name": "unapp.me", "include_subdomains": true, "mode": "force-https" },
3394     { "name": "valopv.be", "include_subdomains": true, "mode": "force-https" },
3395     { "name": "varvy.com", "include_subdomains": true, "mode": "force-https" },
3396     { "name": "videomail.io", "include_subdomains": true, "mode": "force-https" },
3397     { "name": "welovemail.com", "include_subdomains": true, "mode": "force-https" },
3398     { "name": "whispeer.de", "include_subdomains": true, "mode": "force-https" },
3399     { "name": "wm-talk.net", "include_subdomains": true, "mode": "force-https" },
3400     { "name": "xd.cm", "include_subdomains": true, "mode": "force-https" },
3401     { "name": "zaufanatrzeciastrona.pl", "include_subdomains": true, "mode": "force-https" },
3402     { "name": "zx6rninja.de", "include_subdomains": true, "mode": "force-https" },
3403     { "name": "zachborboa.com", "include_subdomains": true, "mode": "force-https" },
3404     { "name": "alt.org", "include_subdomains": true, "mode": "force-https" },
3405     { "name": "badcronjob.com", "include_subdomains": true, "mode": "force-https" },
3406     { "name": "bankin.com", "include_subdomains": true, "mode": "force-https" },
3407     { "name": "boris.one", "include_subdomains": true, "mode": "force-https" },
3408     { "name": "brakstad.org", "include_subdomains": true, "mode": "force-https" },
3409     { "name": "bulldog-hosting.de", "include_subdomains": true, "mode": "force-https" },
3410     { "name": "campus-finance.com", "include_subdomains": true, "mode": "force-https" },
3411     { "name": "cao.la", "include_subdomains": true, "mode": "force-https" },
3412     { "name": "cashlink.io", "include_subdomains": true, "mode": "force-https" },
3413     { "name": "ckleemann.de", "include_subdomains": true, "mode": "force-https" },
3414     { "name": "cloud-project.com", "include_subdomains": true, "mode": "force-https" },
3415     { "name": "cloudwalk.io", "include_subdomains": true, "mode": "force-https" },
3416     { "name": "coore.jp", "include_subdomains": true, "mode": "force-https" },
3417     { "name": "crackingking.com", "include_subdomains": true, "mode": "force-https" },
3418     { "name": "davidgrudl.com", "include_subdomains": true, "mode": "force-https" },
3419     { "name": "davisroi.com", "include_subdomains": true, "mode": "force-https" },
3420     { "name": "didacte.com", "include_subdomains": true, "mode": "force-https" },
3421     { "name": "dirkwolf.de", "include_subdomains": true, "mode": "force-https" },
3422     { "name": "dotadata.me", "include_subdomains": true, "mode": "force-https" },
3423     { "name": "dronepit.dk", "include_subdomains": true, "mode": "force-https" },
3424     { "name": "duckduckstart.com", "include_subdomains": true, "mode": "force-https" },
3425     { "name": "e-typ.eu", "include_subdomains": true, "mode": "force-https" },
3426     { "name": "eleicoes2016.com.br", "include_subdomains": true, "mode": "force-https" },
3427     { "name": "engelundlicht.ch", "include_subdomains": true, "mode": "force-https" },
3428     { "name": "etaes.eu", "include_subdomains": true, "mode": "force-https" },
3429     { "name": "ethicaldata.co.uk", "include_subdomains": true, "mode": "force-https" },
3430     { "name": "floskelwolke.de", "include_subdomains": true, "mode": "force-https" },
3431     { "name": "geekcast.co.uk", "include_subdomains": true, "mode": "force-https" },
3432     { "name": "gmta.nl", "include_subdomains": true, "mode": "force-https" },
3433     { "name": "govtrack.us", "include_subdomains": true, "mode": "force-https" },
3434     { "name": "guilde-vindicta.fr", "include_subdomains": true, "mode": "force-https" },
3435     { "name": "hisbrucker.net", "include_subdomains": true, "mode": "force-https" },
3436     { "name": "hledejlevne.cz", "include_subdomains": true, "mode": "force-https" },
3437     { "name": "hookandloom.com", "include_subdomains": true, "mode": "force-https" },
3438     { "name": "hranicka.cz", "include_subdomains": true, "mode": "force-https" },
3439     { "name": "hsts.date", "include_subdomains": true, "mode": "force-https" },
3440     { "name": "ipv6-adresse.dk", "include_subdomains": true, "mode": "force-https" },
3441     { "name": "iqboxy.com", "include_subdomains": true, "mode": "force-https" },
3442     { "name": "ivk.website", "include_subdomains": true, "mode": "force-https" },
3443     { "name": "jacekowski.org", "include_subdomains": true, "mode": "force-https" },
3444     { "name": "kermadec.com", "include_subdomains": true, "mode": "force-https" },
3445     { "name": "latrine.cz", "include_subdomains": true, "mode": "force-https" },
3446     { "name": "ldc.com.br", "include_subdomains": true, "mode": "force-https" },
3447     { "name": "leominstercu.com", "include_subdomains": true, "mode": "force-https" },
3448     { "name": "lmddgtfy.net", "include_subdomains": true, "mode": "force-https" },
3449     { "name": "lmsptfy.com", "include_subdomains": true, "mode": "force-https" },
3450     { "name": "madrants.net", "include_subdomains": true, "mode": "force-https" },
3451     { "name": "marktboten.de", "include_subdomains": true, "mode": "force-https" },
3452     { "name": "melf.nl", "include_subdomains": true, "mode": "force-https" },
3453     { "name": "meteosky.net", "include_subdomains": true, "mode": "force-https" },
3454     { "name": "mirtes.cz", "include_subdomains": true, "mode": "force-https" },
3455     { "name": "mitchellrenouf.ca", "include_subdomains": true, "mode": "force-https" },
3456     { "name": "munzee.com", "include_subdomains": true, "mode": "force-https" },
3457     { "name": "musikkfondene.no", "include_subdomains": true, "mode": "force-https" },
3458     { "name": "mydeos.com", "include_subdomains": true, "mode": "force-https" },
3459     { "name": "myraytech.net", "include_subdomains": true, "mode": "force-https" },
3460     { "name": "nethackwiki.com", "include_subdomains": true, "mode": "force-https" },
3461     { "name": "nette.org", "include_subdomains": true, "mode": "force-https" },
3462     { "name": "only-roses.com", "include_subdomains": true, "mode": "force-https" },
3463     { "name": "openkvk.nl", "include_subdomains": true, "mode": "force-https" },
3464     { "name": "phpfashion.com", "include_subdomains": true, "mode": "force-https" },
3465     { "name": "pleier-it.de", "include_subdomains": true, "mode": "force-https" },
3466     { "name": "pleier.it", "include_subdomains": true, "mode": "force-https" },
3467     { "name": "recommended.reviews", "include_subdomains": true, "mode": "force-https" },
3468     { "name": "reddit.com", "include_subdomains": true, "mode": "force-https" },
3469     { "name": "remoteutilities.com", "include_subdomains": true, "mode": "force-https" },
3470     { "name": "rj.gg", "include_subdomains": true, "mode": "force-https" },
3471     { "name": "rtcx.net", "include_subdomains": true, "mode": "force-https" },
3472     { "name": "runementors.com", "include_subdomains": true, "mode": "force-https" },
3473     { "name": "rusl.net", "include_subdomains": true, "mode": "force-https" },
3474     { "name": "sellme.biz", "include_subdomains": true, "mode": "force-https" },
3475     { "name": "shopapi.cz", "include_subdomains": true, "mode": "force-https" },
3476     { "name": "silentkernel.fr", "include_subdomains": true, "mode": "force-https" },
3477     { "name": "skimming.net", "include_subdomains": true, "mode": "force-https" },
3478     { "name": "skoleniphp.cz", "include_subdomains": true, "mode": "force-https" },
3479     { "name": "smb445.com", "include_subdomains": true, "mode": "force-https" },
3480     { "name": "sobabox.ru", "include_subdomains": true, "mode": "force-https" },
3481     { "name": "soply.com", "include_subdomains": true, "mode": "force-https" },
3482     { "name": "sweetll.me", "include_subdomains": true, "mode": "force-https" },
3483     { "name": "taskstream.com", "include_subdomains": true, "mode": "force-https" },
3484     { "name": "thedreamtravelgroup.co.uk", "include_subdomains": true, "mode": "force-https" },
3485     { "name": "thehotfix.net", "include_subdomains": true, "mode": "force-https" },
3486     { "name": "tiffnix.com", "include_subdomains": true, "mode": "force-https" },
3487     { "name": "tomli.me", "include_subdomains": true, "mode": "force-https" },
3488     { "name": "vivendi.de", "include_subdomains": true, "mode": "force-https" },
3489     { "name": "vsean.net", "include_subdomains": true, "mode": "force-https" },
3490     { "name": "wesleycabus.be", "include_subdomains": true, "mode": "force-https" },
3491     { "name": "wover.me", "include_subdomains": true, "mode": "force-https" },
3492     { "name": "wpserp.com", "include_subdomains": true, "mode": "force-https" },
3493     { "name": "z0rro.net", "include_subdomains": true, "mode": "force-https" },
3494     { "name": "zhihua-lai.com", "include_subdomains": true, "mode": "force-https" },
3495     { "name": "1017scribes.com", "include_subdomains": true, "mode": "force-https" },
3496     { "name": "anfsanchezo.me", "include_subdomains": true, "mode": "force-https" },
3497     { "name": "bcvps.com", "include_subdomains": true, "mode": "force-https" },
3498     { "name": "beautykat.ru", "include_subdomains": true, "mode": "force-https" },
3499     { "name": "bevapehappy.com", "include_subdomains": true, "mode": "force-https" },
3500     { "name": "bouncyballs.org", "include_subdomains": true, "mode": "force-https" },
3501     { "name": "bvalle.com", "include_subdomains": true, "mode": "force-https" },
3502     { "name": "cafe-scientifique.org.ec", "include_subdomains": true, "mode": "force-https" },
3503     { "name": "caveclan.org", "include_subdomains": true, "mode": "force-https" },
3504     { "name": "chaletmanager.com", "include_subdomains": true, "mode": "force-https" },
3505     { "name": "changetip.com", "include_subdomains": true, "mode": "force-https" },
3506     { "name": "ciscodude.net", "include_subdomains": true, "mode": "force-https" },
3507     { "name": "crysadm.com", "include_subdomains": true, "mode": "force-https" },
3508     { "name": "cuvva.co", "include_subdomains": true, "mode": "force-https" },
3509     { "name": "de-spil.be", "include_subdomains": true, "mode": "force-https" },
3510     { "name": "dolphin-cloud.com", "include_subdomains": true, "mode": "force-https" },
3511     { "name": "dolphin-hosting.com", "include_subdomains": true, "mode": "force-https" },
3512     { "name": "dolphin-it.de", "include_subdomains": true, "mode": "force-https" },
3513     { "name": "enquos.com", "include_subdomains": true, "mode": "force-https" },
3514     { "name": "flipagram.com", "include_subdomains": true, "mode": "force-https" },
3515     { "name": "gravity-net.de", "include_subdomains": true, "mode": "force-https" },
3516     { "name": "gtanda.tk", "include_subdomains": true, "mode": "force-https" },
3517     { "name": "hannover-banditen.de", "include_subdomains": true, "mode": "force-https" },
3518     { "name": "hdc.cz", "include_subdomains": true, "mode": "force-https" },
3519     { "name": "instacart.com", "include_subdomains": true, "mode": "force-https" },
3520     { "name": "intarweb.ca", "include_subdomains": true, "mode": "force-https" },
3521     { "name": "kirkpatrickdavis.com", "include_subdomains": true, "mode": "force-https" },
3522     { "name": "maarten.nyc", "include_subdomains": true, "mode": "force-https" },
3523     { "name": "mantor.org", "include_subdomains": true, "mode": "force-https" },
3524     { "name": "motionpicturesolutions.com", "include_subdomains": true, "mode": "force-https" },
3525     { "name": "motocyklovedily.cz", "include_subdomains": true, "mode": "force-https" },
3526     { "name": "parasitologyclub.org", "include_subdomains": true, "mode": "force-https" },
3527     { "name": "phongmay24h.com", "include_subdomains": true, "mode": "force-https" },
3528     { "name": "pilgermaske.org", "include_subdomains": true, "mode": "force-https" },
3529     { "name": "pol.in.th", "include_subdomains": true, "mode": "force-https" },
3530     { "name": "puyblanc.info", "include_subdomains": true, "mode": "force-https" },
3531     { "name": "rantanda.com", "include_subdomains": true, "mode": "force-https" },
3532     { "name": "redd.it", "include_subdomains": true, "mode": "force-https" },
3533     { "name": "respice.xyz", "include_subdomains": true, "mode": "force-https" },
3534     { "name": "rewardstock.com", "include_subdomains": true, "mode": "force-https" },
3535     { "name": "rr.in.th", "include_subdomains": true, "mode": "force-https" },
3536     { "name": "salserototal.com", "include_subdomains": true, "mode": "force-https" },
3537     { "name": "schallert.com", "include_subdomains": true, "mode": "force-https" },
3538     { "name": "section.io", "include_subdomains": true, "mode": "force-https" },
3539     { "name": "secureradio.net", "include_subdomains": true, "mode": "force-https" },
3540     { "name": "simplelearner.com", "include_subdomains": true, "mode": "force-https" },
3541     { "name": "tlo.link", "include_subdomains": true, "mode": "force-https" },
3542     { "name": "tlo.xyz", "include_subdomains": true, "mode": "force-https" },
3543     { "name": "typewolf.com", "include_subdomains": true, "mode": "force-https" },
3544     { "name": "vorlif.org", "include_subdomains": true, "mode": "force-https" },
3545     { "name": "xellos.ml", "include_subdomains": true, "mode": "force-https" },
3546     { "name": "xn--4dbjwf8c.cf", "include_subdomains": true, "mode": "force-https" },
3547     { "name": "xn--4dbjwf8c.ga", "include_subdomains": true, "mode": "force-https" },
3548     { "name": "xn--4dbjwf8c.ml", "include_subdomains": true, "mode": "force-https" },
3549     { "name": "xn--4dbjwf8c.tk", "include_subdomains": true, "mode": "force-https" },
3550     { "name": "xn--lgb3a8bcpn.cf", "include_subdomains": true, "mode": "force-https" },
3551     { "name": "xn--lgb3a8bcpn.ga", "include_subdomains": true, "mode": "force-https" },
3552     { "name": "xn--lgb3a8bcpn.gq", "include_subdomains": true, "mode": "force-https" },
3553     { "name": "xn--lgb3a8bcpn.ml", "include_subdomains": true, "mode": "force-https" },
3554     { "name": "xn--ls8hi7a.tk", "include_subdomains": true, "mode": "force-https" },
3555     { "name": "yyyy.xyz", "include_subdomains": true, "mode": "force-https" },
3556     { "name": "zhaojin97.cn", "include_subdomains": true, "mode": "force-https" },
3557     { "name": "www.icann.org", "mode": "force-https" },
3558     { "name": "368mibn.com", "include_subdomains": true, "mode": "force-https" },
3559     { "name": "888sport.dk", "include_subdomains": true, "mode": "force-https" },
3560     { "name": "aevpn.net", "include_subdomains": true, "mode": "force-https" },
3561     { "name": "andreigec.net", "include_subdomains": true, "mode": "force-https" },
3562     { "name": "arnaudfeld.de", "include_subdomains": true, "mode": "force-https" },
3563     { "name": "beneffy.com", "include_subdomains": true, "mode": "force-https" },
3564     { "name": "brrr.fr", "include_subdomains": true, "mode": "force-https" },
3565     { "name": "charge.co", "include_subdomains": true, "mode": "force-https" },
3566     { "name": "cloudspace-analytics.com", "include_subdomains": true, "mode": "force-https" },
3567     { "name": "comiteshopping.com", "include_subdomains": true, "mode": "force-https" },
3568     { "name": "coreless-stretchfilm.com", "include_subdomains": true, "mode": "force-https" },
3569     { "name": "crudysql.com", "include_subdomains": true, "mode": "force-https" },
3570     { "name": "csgokings.eu", "include_subdomains": true, "mode": "force-https" },
3571     { "name": "dank.ninja", "include_subdomains": true, "mode": "force-https" },
3572     { "name": "demuzere.com", "include_subdomains": true, "mode": "force-https" },
3573     { "name": "demuzere.eu", "include_subdomains": true, "mode": "force-https" },
3574     { "name": "demuzere.net", "include_subdomains": true, "mode": "force-https" },
3575     { "name": "docucopies.com", "include_subdomains": true, "mode": "force-https" },
3576     { "name": "elmermx.ch", "include_subdomains": true, "mode": "force-https" },
3577     { "name": "extreemhost.nl", "include_subdomains": true, "mode": "force-https" },
3578     { "name": "fabianasantiago.com", "include_subdomains": true, "mode": "force-https" },
3579     { "name": "gamers-life.fr", "include_subdomains": true, "mode": "force-https" },
3580     { "name": "globalinstitutefortraining.org.au", "include_subdomains": true, "mode": "force-https" },
3581     { "name": "graingert.co.uk", "include_subdomains": true, "mode": "force-https" },
3582     { "name": "greenvines.com.tw", "include_subdomains": true, "mode": "force-https" },
3583     { "name": "hao2taiwan.com", "include_subdomains": true, "mode": "force-https" },
3584     { "name": "hollowrap.com", "include_subdomains": true, "mode": "force-https" },
3585     { "name": "hostanalyticsconsulting.com", "include_subdomains": true, "mode": "force-https" },
3586     { "name": "hostingactive.it", "include_subdomains": true, "mode": "force-https" },
3587     { "name": "humankode.com", "include_subdomains": true, "mode": "force-https" },
3588     { "name": "immunicity.info", "include_subdomains": true, "mode": "force-https" },
3589     { "name": "kahopoon.net", "include_subdomains": true, "mode": "force-https" },
3590     { "name": "khetzal.info", "include_subdomains": true, "mode": "force-https" },
3591     { "name": "koerperimpuls.ch", "include_subdomains": true, "mode": "force-https" },
3592     { "name": "lostinsecurity.com", "include_subdomains": true, "mode": "force-https" },
3593     { "name": "mailinabox.email", "include_subdomains": true, "mode": "force-https" },
3594     { "name": "malash.me", "include_subdomains": true, "mode": "force-https" },
3595     { "name": "masjidtawheed.net", "include_subdomains": true, "mode": "force-https" },
3596     { "name": "newodesign.com", "include_subdomains": true, "mode": "force-https" },
3597     { "name": "nicolaelmer.ch", "include_subdomains": true, "mode": "force-https" },
3598     { "name": "ochsundjunior.ch", "include_subdomains": true, "mode": "force-https" },
3599     { "name": "onixcco.com.br", "include_subdomains": true, "mode": "force-https" },
3600     { "name": "pctonic.net", "include_subdomains": true, "mode": "force-https" },
3601     { "name": "photoblogverona.com", "include_subdomains": true, "mode": "force-https" },
3602     { "name": "pluga.co", "include_subdomains": true, "mode": "force-https" },
3603     { "name": "prefis.com", "include_subdomains": true, "mode": "force-https" },
3604     { "name": "prepandgo-euro.com", "include_subdomains": true, "mode": "force-https" },
3605     { "name": "production.vn", "include_subdomains": true, "mode": "force-https" },
3606     { "name": "raconconsulting.co.uk", "include_subdomains": true, "mode": "force-https" },
3607     { "name": "rangde.org", "include_subdomains": true, "mode": "force-https" },
3608     { "name": "remotestance.com", "include_subdomains": true, "mode": "force-https" },
3609     { "name": "renuo.ch", "include_subdomains": true, "mode": "force-https" },
3610     { "name": "riskmitigation.ch", "include_subdomains": true, "mode": "force-https" },
3611     { "name": "sanhei.ch", "include_subdomains": true, "mode": "force-https" },
3612     { "name": "scaling.solutions", "include_subdomains": true, "mode": "force-https" },
3613     { "name": "sifls.com", "include_subdomains": true, "mode": "force-https" },
3614     { "name": "smkn1lengkong.sch.id", "include_subdomains": true, "mode": "force-https" },
3615     { "name": "ssldecoder.org", "include_subdomains": true, "mode": "force-https" },
3616     { "name": "startupsort.com", "include_subdomains": true, "mode": "force-https" },
3617     { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" },
3618     { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-https" },
3619     { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-https" },
3620     { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" },
3621     { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https" },
3622     { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-https" },
3623     { "name": "vino75.com", "include_subdomains": true, "mode": "force-https" },
3624     { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" },
3625     { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-https" },
3626     { "name": "xiaolan.me", "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-https" }
3629   ],
3631   // |ReportUMAOnPinFailure| uses these to report which domain was associated
3632   // with the public key pinning failure.
3633   //
3634   // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
3635   // domains at the END of the array.
3636   "domain_ids": [
3637     "NOT_PINNED",
3638     "GOOGLE_COM",
3639     "ANDROID_COM",
3640     "GOOGLE_ANALYTICS_COM",
3641     "GOOGLEPLEX_COM",
3642     "YTIMG_COM",
3643     "GOOGLEUSERCONTENT_COM",
3644     "YOUTUBE_COM",
3645     "GOOGLEAPIS_COM",
3646     "GOOGLEADSERVICES_COM",
3647     "GOOGLECODE_COM",
3648     "APPSPOT_COM",
3649     "GOOGLESYNDICATION_COM",
3650     "DOUBLECLICK_NET",
3651     "GSTATIC_COM",
3652     "GMAIL_COM",
3653     "GOOGLEMAIL_COM",
3654     "GOOGLEGROUPS_COM",
3655     "TORPROJECT_ORG",
3656     "TWITTER_COM",
3657     "TWIMG_COM",
3658     "AKAMAIHD_NET",
3659     "TOR2WEB_ORG",
3660     "YOUTU_BE",
3661     "GOOGLECOMMERCE_COM",
3662     "URCHIN_COM",
3663     "GOO_GL",
3664     "G_CO",
3665     "GOOGLE_AC",
3666     "GOOGLE_AD",
3667     "GOOGLE_AE",
3668     "GOOGLE_AF",
3669     "GOOGLE_AG",
3670     "GOOGLE_AM",
3671     "GOOGLE_AS",
3672     "GOOGLE_AT",
3673     "GOOGLE_AZ",
3674     "GOOGLE_BA",
3675     "GOOGLE_BE",
3676     "GOOGLE_BF",
3677     "GOOGLE_BG",
3678     "GOOGLE_BI",
3679     "GOOGLE_BJ",
3680     "GOOGLE_BS",
3681     "GOOGLE_BY",
3682     "GOOGLE_CA",
3683     "GOOGLE_CAT",
3684     "GOOGLE_CC",
3685     "GOOGLE_CD",
3686     "GOOGLE_CF",
3687     "GOOGLE_CG",
3688     "GOOGLE_CH",
3689     "GOOGLE_CI",
3690     "GOOGLE_CL",
3691     "GOOGLE_CM",
3692     "GOOGLE_CN",
3693     "CO_AO",
3694     "CO_BW",
3695     "CO_CK",
3696     "CO_CR",
3697     "CO_HU",
3698     "CO_ID",
3699     "CO_IL",
3700     "CO_IM",
3701     "CO_IN",
3702     "CO_JE",
3703     "CO_JP",
3704     "CO_KE",
3705     "CO_KR",
3706     "CO_LS",
3707     "CO_MA",
3708     "CO_MZ",
3709     "CO_NZ",
3710     "CO_TH",
3711     "CO_TZ",
3712     "CO_UG",
3713     "CO_UK",
3714     "CO_UZ",
3715     "CO_VE",
3716     "CO_VI",
3717     "CO_ZA",
3718     "CO_ZM",
3719     "CO_ZW",
3720     "COM_AF",
3721     "COM_AG",
3722     "COM_AI",
3723     "COM_AR",
3724     "COM_AU",
3725     "COM_BD",
3726     "COM_BH",
3727     "COM_BN",
3728     "COM_BO",
3729     "COM_BR",
3730     "COM_BY",
3731     "COM_BZ",
3732     "COM_CN",
3733     "COM_CO",
3734     "COM_CU",
3735     "COM_CY",
3736     "COM_DO",
3737     "COM_EC",
3738     "COM_EG",
3739     "COM_ET",
3740     "COM_FJ",
3741     "COM_GE",
3742     "COM_GH",
3743     "COM_GI",
3744     "COM_GR",
3745     "COM_GT",
3746     "COM_HK",
3747     "COM_IQ",
3748     "COM_JM",
3749     "COM_JO",
3750     "COM_KH",
3751     "COM_KW",
3752     "COM_LB",
3753     "COM_LY",
3754     "COM_MT",
3755     "COM_MX",
3756     "COM_MY",
3757     "COM_NA",
3758     "COM_NF",
3759     "COM_NG",
3760     "COM_NI",
3761     "COM_NP",
3762     "COM_NR",
3763     "COM_OM",
3764     "COM_PA",
3765     "COM_PE",
3766     "COM_PH",
3767     "COM_PK",
3768     "COM_PL",
3769     "COM_PR",
3770     "COM_PY",
3771     "COM_QA",
3772     "COM_RU",
3773     "COM_SA",
3774     "COM_SB",
3775     "COM_SG",
3776     "COM_SL",
3777     "COM_SV",
3778     "COM_TJ",
3779     "COM_TN",
3780     "COM_TR",
3781     "COM_TW",
3782     "COM_UA",
3783     "COM_UY",
3784     "COM_VC",
3785     "COM_VE",
3786     "COM_VN",
3787     "GOOGLE_CV",
3788     "GOOGLE_CZ",
3789     "GOOGLE_DE",
3790     "GOOGLE_DJ",
3791     "GOOGLE_DK",
3792     "GOOGLE_DM",
3793     "GOOGLE_DZ",
3794     "GOOGLE_EE",
3795     "GOOGLE_ES",
3796     "GOOGLE_FI",
3797     "GOOGLE_FM",
3798     "GOOGLE_FR",
3799     "GOOGLE_GA",
3800     "GOOGLE_GE",
3801     "GOOGLE_GG",
3802     "GOOGLE_GL",
3803     "GOOGLE_GM",
3804     "GOOGLE_GP",
3805     "GOOGLE_GR",
3806     "GOOGLE_GY",
3807     "GOOGLE_HK",
3808     "GOOGLE_HN",
3809     "GOOGLE_HR",
3810     "GOOGLE_HT",
3811     "GOOGLE_HU",
3812     "GOOGLE_IE",
3813     "GOOGLE_IM",
3814     "GOOGLE_INFO",
3815     "GOOGLE_IQ",
3816     "GOOGLE_IS",
3817     "GOOGLE_IT",
3818     "IT_AO",
3819     "GOOGLE_JE",
3820     "GOOGLE_JO",
3821     "GOOGLE_JOBS",
3822     "GOOGLE_JP",
3823     "GOOGLE_KG",
3824     "GOOGLE_KI",
3825     "GOOGLE_KZ",
3826     "GOOGLE_LA",
3827     "GOOGLE_LI",
3828     "GOOGLE_LK",
3829     "GOOGLE_LT",
3830     "GOOGLE_LU",
3831     "GOOGLE_LV",
3832     "GOOGLE_MD",
3833     "GOOGLE_ME",
3834     "GOOGLE_MG",
3835     "GOOGLE_MK",
3836     "GOOGLE_ML",
3837     "GOOGLE_MN",
3838     "GOOGLE_MS",
3839     "GOOGLE_MU",
3840     "GOOGLE_MV",
3841     "GOOGLE_MW",
3842     "GOOGLE_NE",
3843     "NE_JP",
3844     "GOOGLE_NET",
3845     "GOOGLE_NL",
3846     "GOOGLE_NO",
3847     "GOOGLE_NR",
3848     "GOOGLE_NU",
3849     "OFF_AI",
3850     "GOOGLE_PK",
3851     "GOOGLE_PL",
3852     "GOOGLE_PN",
3853     "GOOGLE_PS",
3854     "GOOGLE_PT",
3855     "GOOGLE_RO",
3856     "GOOGLE_RS",
3857     "GOOGLE_RU",
3858     "GOOGLE_RW",
3859     "GOOGLE_SC",
3860     "GOOGLE_SE",
3861     "GOOGLE_SH",
3862     "GOOGLE_SI",
3863     "GOOGLE_SK",
3864     "GOOGLE_SM",
3865     "GOOGLE_SN",
3866     "GOOGLE_SO",
3867     "GOOGLE_ST",
3868     "GOOGLE_TD",
3869     "GOOGLE_TG",
3870     "GOOGLE_TK",
3871     "GOOGLE_TL",
3872     "GOOGLE_TM",
3873     "GOOGLE_TN",
3874     "GOOGLE_TO",
3875     "GOOGLE_TP",
3876     "GOOGLE_TT",
3877     "GOOGLE_US",
3878     "GOOGLE_UZ",
3879     "GOOGLE_VG",
3880     "GOOGLE_VU",
3881     "GOOGLE_WS",
3882     "CHROMIUM_ORG",
3883     "CRYPTO_CAT",
3884     "LAVABIT_COM",
3885     "GOOGLETAGMANAGER_COM",
3886     "GOOGLETAGSERVICES_COM",
3887     "DROPBOX_COM",
3888     "YOUTUBE_NOCOOKIE_COM",
3889     "2MDN_NET",
3890     "FACEBOOK_COM",
3891     "SPIDEROAK_COM",
3892     "BLOGGER_COM",
3893     "CHROME_COM",
3894     "GVT3_COM",
3895     "GVT2_COM",
3896     "GOOGLE",
3897     "GGPHT_COM",
3898     "BLOGSPOT_COM",
3899     "DROPBOXSTATIC_COM",
3900     "DROPBOXUSERCONTENT_COM",
3901     "WITHYOUTUBE_COM",
3902     "WITHGOOGLE_COM"
3903   ]