OLD | NEW |
| (Empty) |
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. | |
4 | |
5 // This file contains the HSTS preloaded list in a machine readable format. | |
6 | |
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. | |
10 // | |
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 // | |
17 // For a given pinset, a certificate is accepted if at least one of the | |
18 // "static_spki_hashes" SPKIs is found in the chain and none of the | |
19 // "bad_static_spki_hashes" SPKIs are. SPKIs are specified as names, which must | |
20 // match up with the file of certificates. | |
21 // | |
22 // "entries" is a list of objects. Each object has the following members: | |
23 // name: (string) the DNS name of the host in question | |
24 // include_subdomains: (optional bool) whether subdomains of |name| are also | |
25 // covered | |
26 // mode: (optional string) "force-https" iff covered names should require | |
27 // HTTPS | |
28 // pins: (optional string) the |name| member of an object in |pinsets| | |
29 // snionly: (optional bool) if true then this entry is only enforced if TLS is | |
30 // enabled because the site in question only serves the correct | |
31 // certificate if SNI is sent. Note that this only covers the case where | |
32 // TLS has been disabled by explicit configuration. If TLS was disabled | |
33 // because of SSLv3 fallback, then the entry is still in force and a | |
34 // fatal certificate error will result. Spurious certificate errors are | |
35 // an unfortunate result of SSLv3 fallback. | |
36 | |
37 { | |
38 "pinsets": [ | |
39 { | |
40 "name": "test", | |
41 "static_spki_hashes": [ | |
42 "TestSPKI" | |
43 ] | |
44 }, | |
45 { | |
46 "name": "google", | |
47 "static_spki_hashes": [ | |
48 "GoogleBackup2048", | |
49 "GoogleG2" | |
50 ] | |
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", | |
114 | |
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 }, | |
161 { | |
162 "name": "facebook", | |
163 "static_spki_hashes": [ | |
164 "SymantecClass3EVG3", | |
165 "DigiCertECCSecureServerCA", | |
166 "DigiCertEVRoot", | |
167 "FacebookBackup" | |
168 ] | |
169 }, | |
170 { | |
171 "name": "spideroak", | |
172 "static_spki_hashes": [ | |
173 "RapidSSL", | |
174 "SpiderOak1", | |
175 "SpiderOak2" | |
176 ] | |
177 } | |
178 ], | |
179 | |
180 "entries": [ | |
181 // Dummy entry to test certificate pinning. | |
182 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te
st" }, | |
183 | |
184 // (*.)google.com, iff using SSL, must use an acceptable certificate. | |
185 { "name": "google.com", "include_subdomains": true, "pins": "google" }, | |
186 | |
187 // Now we force HTTPS for subtrees of google.com. | |
188 { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | |
189 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | |
190 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | |
191 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
192 { "name": "domains.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, | |
193 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
194 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
195 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | |
196 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | |
197 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | |
198 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | |
199 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
200 { "name": "inbox.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
201 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, | |
202 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
203 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, | |
204 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
205 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
206 { "name": "script.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | |
207 { "name": "history.google.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, | |
208 { "name": "security.google.com", "include_subdomains": true, "mode": "force-
https", "pins": "google" }, | |
209 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
210 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
211 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
212 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
213 { "name": "login.corp.google.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "google" }, | |
214 { "name": "play.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
215 { "name": "passwords.google.com", "include_subdomains": true, "mode": "force
-https", "pins": "google" }, | |
216 | |
217 // Other Google-related domains that must use HTTPS. | |
218 { "name": "gmail.com", "mode": "force-https", "pins": "google" }, | |
219 { "name": "googlemail.com", "mode": "force-https", "pins": "google" }, | |
220 { "name": "www.gmail.com", "mode": "force-https", "pins": "google" }, | |
221 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" }, | |
222 { "name": "market.android.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "google" }, | |
223 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "f
orce-https", "pins": "google" }, | |
224 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "google" }, | |
225 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https
", "pins": "google" }, | |
226 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "google" }, | |
227 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
228 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mod
e": "force-https", "pins": "google" }, | |
229 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true
, "mode": "force-https", "pins": "google" }, | |
230 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "for
ce-https", "pins": "google" }, | |
231 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
232 { "name": "code.google.com", "include_subdomains": true, "mode": "force-http
s", "pins": "google" }, | |
233 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, | |
234 { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https"
, "pins": "google" }, | |
235 { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "f
orce-https", "pins": "google" }, | |
236 | |
237 { "name": "webfilings.appspot.com", "include_subdomains": true, "mode": "for
ce-https", "pins": "google" }, | |
238 { "name": "webfilings-mirror-hrd.appspot.com", "include_subdomains": true, "
mode": "force-https", "pins": "google" }, | |
239 { "name": "webfilings-eu.appspot.com", "include_subdomains": true, "mode": "
force-https", "pins": "google" }, | |
240 { "name": "webfilings-eu-mirror.appspot.com", "include_subdomains": true, "m
ode": "force-https", "pins": "google" }, | |
241 { "name": "wf-demo-eu.appspot.com", "include_subdomains": true, "mode": "for
ce-https", "pins": "google" }, | |
242 { "name": "wf-demo-hrd.appspot.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
243 { "name": "wf-pentest.appspot.com", "include_subdomains": true, "mode": "for
ce-https", "pins": "google" }, | |
244 { "name": "wf-trial-hrd.appspot.com", "include_subdomains": true, "mode": "f
orce-https", "pins": "google" }, | |
245 { "name": "xbrlsuccess.appspot.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
246 { "name": "w-spotlight.appspot.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "google" }, | |
247 { "name": "wf-training-hrd.appspot.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, | |
248 { "name": "wf-bigsky-master.appspot.com", "include_subdomains": true, "mode"
: "force-https", "pins": "google" }, | |
249 { "name": "wf-staging-hr.appspot.com", "include_subdomains": true, "mode": "
force-https", "pins": "google" }, | |
250 { "name": "wf-training-master.appspot.com", "include_subdomains": true, "mod
e": "force-https", "pins": "google" }, | |
251 { "name": "wf-dogfood-hrd.appspot.com", "include_subdomains": true, "mode":
"force-https", "pins": "google" }, | |
252 | |
253 // chart.apis.google.com is *not* HSTS because the certificate doesn't match | |
254 // and there are lots of links out there that still use the name. The correc
t | |
255 // hostname for this is chart.googleapis.com. | |
256 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "goog
le" }, | |
257 | |
258 // Other Google-related domains that must use an acceptable certificate | |
259 // iff using SSL. | |
260 { "name": "blogger.com", "include_subdomains": true, "pins": "google" }, | |
261 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e" }, | |
262 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google" }
, | |
263 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, | |
264 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog
le" }, | |
265 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, | |
266 { "name": "youtube-nocookie.com", "include_subdomains": true, "pins": "googl
e" }, | |
267 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, | |
268 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl
e" }, | |
269 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, | |
270 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, | |
271 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, | |
272 { "name": "2mdn.net", "include_subdomains": true, "pins": "google" }, | |
273 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" }, | |
274 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, | |
275 { "name": "android.com", "include_subdomains": true, "pins": "google" }, | |
276 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google"
}, | |
277 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, | |
278 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, | |
279 { "name": "g.co", "include_subdomains": true, "pins": "google" }, | |
280 { "name": "googletagmanager.com", "include_subdomains": true, "pins": "googl
e" }, | |
281 { "name": "googletagservices.com", "include_subdomains": true, "pins": "goog
le" }, | |
282 { "name": "google.ac", "include_subdomains": true, "pins": "google" }, | |
283 { "name": "google.ad", "include_subdomains": true, "pins": "google" }, | |
284 { "name": "google.ae", "include_subdomains": true, "pins": "google" }, | |
285 { "name": "google.af", "include_subdomains": true, "pins": "google" }, | |
286 { "name": "google.ag", "include_subdomains": true, "pins": "google" }, | |
287 { "name": "google.am", "include_subdomains": true, "pins": "google" }, | |
288 { "name": "google.as", "include_subdomains": true, "pins": "google" }, | |
289 { "name": "google.at", "include_subdomains": true, "pins": "google" }, | |
290 { "name": "google.az", "include_subdomains": true, "pins": "google" }, | |
291 { "name": "google.ba", "include_subdomains": true, "pins": "google" }, | |
292 { "name": "google.be", "include_subdomains": true, "pins": "google" }, | |
293 { "name": "google.bf", "include_subdomains": true, "pins": "google" }, | |
294 { "name": "google.bg", "include_subdomains": true, "pins": "google" }, | |
295 { "name": "google.bi", "include_subdomains": true, "pins": "google" }, | |
296 { "name": "google.bj", "include_subdomains": true, "pins": "google" }, | |
297 { "name": "google.bs", "include_subdomains": true, "pins": "google" }, | |
298 { "name": "google.by", "include_subdomains": true, "pins": "google" }, | |
299 { "name": "google.ca", "include_subdomains": true, "pins": "google" }, | |
300 { "name": "google.cat", "include_subdomains": true, "pins": "google" }, | |
301 { "name": "google.cc", "include_subdomains": true, "pins": "google" }, | |
302 { "name": "google.cd", "include_subdomains": true, "pins": "google" }, | |
303 { "name": "google.cf", "include_subdomains": true, "pins": "google" }, | |
304 { "name": "google.cg", "include_subdomains": true, "pins": "google" }, | |
305 { "name": "google.ch", "include_subdomains": true, "pins": "google" }, | |
306 { "name": "google.ci", "include_subdomains": true, "pins": "google" }, | |
307 { "name": "google.cl", "include_subdomains": true, "pins": "google" }, | |
308 { "name": "google.cm", "include_subdomains": true, "pins": "google" }, | |
309 { "name": "google.cn", "include_subdomains": true, "pins": "google" }, | |
310 { "name": "google.co.ao", "include_subdomains": true, "pins": "google" }, | |
311 { "name": "google.co.bw", "include_subdomains": true, "pins": "google" }, | |
312 { "name": "google.co.ck", "include_subdomains": true, "pins": "google" }, | |
313 { "name": "google.co.cr", "include_subdomains": true, "pins": "google" }, | |
314 { "name": "google.co.hu", "include_subdomains": true, "pins": "google" }, | |
315 { "name": "google.co.id", "include_subdomains": true, "pins": "google" }, | |
316 { "name": "google.co.il", "include_subdomains": true, "pins": "google" }, | |
317 { "name": "google.co.im", "include_subdomains": true, "pins": "google" }, | |
318 { "name": "google.co.in", "include_subdomains": true, "pins": "google" }, | |
319 { "name": "google.co.je", "include_subdomains": true, "pins": "google" }, | |
320 { "name": "google.co.jp", "include_subdomains": true, "pins": "google" }, | |
321 { "name": "google.co.ke", "include_subdomains": true, "pins": "google" }, | |
322 { "name": "google.co.kr", "include_subdomains": true, "pins": "google" }, | |
323 { "name": "google.co.ls", "include_subdomains": true, "pins": "google" }, | |
324 { "name": "google.co.ma", "include_subdomains": true, "pins": "google" }, | |
325 { "name": "google.co.mz", "include_subdomains": true, "pins": "google" }, | |
326 { "name": "google.co.nz", "include_subdomains": true, "pins": "google" }, | |
327 { "name": "google.co.th", "include_subdomains": true, "pins": "google" }, | |
328 { "name": "google.co.tz", "include_subdomains": true, "pins": "google" }, | |
329 { "name": "google.co.ug", "include_subdomains": true, "pins": "google" }, | |
330 { "name": "google.co.uk", "include_subdomains": true, "pins": "google" }, | |
331 { "name": "google.co.uz", "include_subdomains": true, "pins": "google" }, | |
332 { "name": "google.co.ve", "include_subdomains": true, "pins": "google" }, | |
333 { "name": "google.co.vi", "include_subdomains": true, "pins": "google" }, | |
334 { "name": "google.co.za", "include_subdomains": true, "pins": "google" }, | |
335 { "name": "google.co.zm", "include_subdomains": true, "pins": "google" }, | |
336 { "name": "google.co.zw", "include_subdomains": true, "pins": "google" }, | |
337 { "name": "google.com.af", "include_subdomains": true, "pins": "google" }, | |
338 { "name": "google.com.ag", "include_subdomains": true, "pins": "google" }, | |
339 { "name": "google.com.ai", "include_subdomains": true, "pins": "google" }, | |
340 { "name": "google.com.ar", "include_subdomains": true, "pins": "google" }, | |
341 { "name": "google.com.au", "include_subdomains": true, "pins": "google" }, | |
342 { "name": "google.com.bd", "include_subdomains": true, "pins": "google" }, | |
343 { "name": "google.com.bh", "include_subdomains": true, "pins": "google" }, | |
344 { "name": "google.com.bn", "include_subdomains": true, "pins": "google" }, | |
345 { "name": "google.com.bo", "include_subdomains": true, "pins": "google" }, | |
346 { "name": "google.com.br", "include_subdomains": true, "pins": "google" }, | |
347 { "name": "google.com.by", "include_subdomains": true, "pins": "google" }, | |
348 { "name": "google.com.bz", "include_subdomains": true, "pins": "google" }, | |
349 { "name": "google.com.cn", "include_subdomains": true, "pins": "google" }, | |
350 { "name": "google.com.co", "include_subdomains": true, "pins": "google" }, | |
351 { "name": "google.com.cu", "include_subdomains": true, "pins": "google" }, | |
352 { "name": "google.com.cy", "include_subdomains": true, "pins": "google" }, | |
353 { "name": "google.com.do", "include_subdomains": true, "pins": "google" }, | |
354 { "name": "google.com.ec", "include_subdomains": true, "pins": "google" }, | |
355 { "name": "google.com.eg", "include_subdomains": true, "pins": "google" }, | |
356 { "name": "google.com.et", "include_subdomains": true, "pins": "google" }, | |
357 { "name": "google.com.fj", "include_subdomains": true, "pins": "google" }, | |
358 { "name": "google.com.ge", "include_subdomains": true, "pins": "google" }, | |
359 { "name": "google.com.gh", "include_subdomains": true, "pins": "google" }, | |
360 { "name": "google.com.gi", "include_subdomains": true, "pins": "google" }, | |
361 { "name": "google.com.gr", "include_subdomains": true, "pins": "google" }, | |
362 { "name": "google.com.gt", "include_subdomains": true, "pins": "google" }, | |
363 { "name": "google.com.hk", "include_subdomains": true, "pins": "google" }, | |
364 { "name": "google.com.iq", "include_subdomains": true, "pins": "google" }, | |
365 { "name": "google.com.jm", "include_subdomains": true, "pins": "google" }, | |
366 { "name": "google.com.jo", "include_subdomains": true, "pins": "google" }, | |
367 { "name": "google.com.kh", "include_subdomains": true, "pins": "google" }, | |
368 { "name": "google.com.kw", "include_subdomains": true, "pins": "google" }, | |
369 { "name": "google.com.lb", "include_subdomains": true, "pins": "google" }, | |
370 { "name": "google.com.ly", "include_subdomains": true, "pins": "google" }, | |
371 { "name": "google.com.mt", "include_subdomains": true, "pins": "google" }, | |
372 { "name": "google.com.mx", "include_subdomains": true, "pins": "google" }, | |
373 { "name": "google.com.my", "include_subdomains": true, "pins": "google" }, | |
374 { "name": "google.com.na", "include_subdomains": true, "pins": "google" }, | |
375 { "name": "google.com.nf", "include_subdomains": true, "pins": "google" }, | |
376 { "name": "google.com.ng", "include_subdomains": true, "pins": "google" }, | |
377 { "name": "google.com.ni", "include_subdomains": true, "pins": "google" }, | |
378 { "name": "google.com.np", "include_subdomains": true, "pins": "google" }, | |
379 { "name": "google.com.nr", "include_subdomains": true, "pins": "google" }, | |
380 { "name": "google.com.om", "include_subdomains": true, "pins": "google" }, | |
381 { "name": "google.com.pa", "include_subdomains": true, "pins": "google" }, | |
382 { "name": "google.com.pe", "include_subdomains": true, "pins": "google" }, | |
383 { "name": "google.com.ph", "include_subdomains": true, "pins": "google" }, | |
384 { "name": "google.com.pk", "include_subdomains": true, "pins": "google" }, | |
385 { "name": "google.com.pl", "include_subdomains": true, "pins": "google" }, | |
386 { "name": "google.com.pr", "include_subdomains": true, "pins": "google" }, | |
387 { "name": "google.com.py", "include_subdomains": true, "pins": "google" }, | |
388 { "name": "google.com.qa", "include_subdomains": true, "pins": "google" }, | |
389 { "name": "google.com.ru", "include_subdomains": true, "pins": "google" }, | |
390 { "name": "google.com.sa", "include_subdomains": true, "pins": "google" }, | |
391 { "name": "google.com.sb", "include_subdomains": true, "pins": "google" }, | |
392 { "name": "google.com.sg", "include_subdomains": true, "pins": "google" }, | |
393 { "name": "google.com.sl", "include_subdomains": true, "pins": "google" }, | |
394 { "name": "google.com.sv", "include_subdomains": true, "pins": "google" }, | |
395 { "name": "google.com.tj", "include_subdomains": true, "pins": "google" }, | |
396 { "name": "google.com.tn", "include_subdomains": true, "pins": "google" }, | |
397 { "name": "google.com.tr", "include_subdomains": true, "pins": "google" }, | |
398 { "name": "google.com.tw", "include_subdomains": true, "pins": "google" }, | |
399 { "name": "google.com.ua", "include_subdomains": true, "pins": "google" }, | |
400 { "name": "google.com.uy", "include_subdomains": true, "pins": "google" }, | |
401 { "name": "google.com.vc", "include_subdomains": true, "pins": "google" }, | |
402 { "name": "google.com.ve", "include_subdomains": true, "pins": "google" }, | |
403 { "name": "google.com.vn", "include_subdomains": true, "pins": "google" }, | |
404 { "name": "google.cv", "include_subdomains": true, "pins": "google" }, | |
405 { "name": "google.cz", "include_subdomains": true, "pins": "google" }, | |
406 { "name": "google.de", "include_subdomains": true, "pins": "google" }, | |
407 { "name": "google.dj", "include_subdomains": true, "pins": "google" }, | |
408 { "name": "google.dk", "include_subdomains": true, "pins": "google" }, | |
409 { "name": "google.dm", "include_subdomains": true, "pins": "google" }, | |
410 { "name": "google.dz", "include_subdomains": true, "pins": "google" }, | |
411 { "name": "google.ee", "include_subdomains": true, "pins": "google" }, | |
412 { "name": "google.es", "include_subdomains": true, "pins": "google" }, | |
413 { "name": "google.fi", "include_subdomains": true, "pins": "google" }, | |
414 { "name": "google.fm", "include_subdomains": true, "pins": "google" }, | |
415 { "name": "google.fr", "include_subdomains": true, "pins": "google" }, | |
416 { "name": "google.ga", "include_subdomains": true, "pins": "google" }, | |
417 { "name": "google.ge", "include_subdomains": true, "pins": "google" }, | |
418 { "name": "google.gg", "include_subdomains": true, "pins": "google" }, | |
419 { "name": "google.gl", "include_subdomains": true, "pins": "google" }, | |
420 { "name": "google.gm", "include_subdomains": true, "pins": "google" }, | |
421 { "name": "google.gp", "include_subdomains": true, "pins": "google" }, | |
422 { "name": "google.gr", "include_subdomains": true, "pins": "google" }, | |
423 { "name": "google.gy", "include_subdomains": true, "pins": "google" }, | |
424 { "name": "google.hk", "include_subdomains": true, "pins": "google" }, | |
425 { "name": "google.hn", "include_subdomains": true, "pins": "google" }, | |
426 { "name": "google.hr", "include_subdomains": true, "pins": "google" }, | |
427 { "name": "google.ht", "include_subdomains": true, "pins": "google" }, | |
428 { "name": "google.hu", "include_subdomains": true, "pins": "google" }, | |
429 { "name": "google.ie", "include_subdomains": true, "pins": "google" }, | |
430 { "name": "google.im", "include_subdomains": true, "pins": "google" }, | |
431 { "name": "google.info", "include_subdomains": true, "pins": "google" }, | |
432 { "name": "google.iq", "include_subdomains": true, "pins": "google" }, | |
433 { "name": "google.is", "include_subdomains": true, "pins": "google" }, | |
434 { "name": "google.it", "include_subdomains": true, "pins": "google" }, | |
435 { "name": "google.it.ao", "include_subdomains": true, "pins": "google" }, | |
436 { "name": "google.je", "include_subdomains": true, "pins": "google" }, | |
437 { "name": "google.jo", "include_subdomains": true, "pins": "google" }, | |
438 { "name": "google.jobs", "include_subdomains": true, "pins": "google" }, | |
439 { "name": "google.jp", "include_subdomains": true, "pins": "google" }, | |
440 { "name": "google.kg", "include_subdomains": true, "pins": "google" }, | |
441 { "name": "google.ki", "include_subdomains": true, "pins": "google" }, | |
442 { "name": "google.kz", "include_subdomains": true, "pins": "google" }, | |
443 { "name": "google.la", "include_subdomains": true, "pins": "google" }, | |
444 { "name": "google.li", "include_subdomains": true, "pins": "google" }, | |
445 { "name": "google.lk", "include_subdomains": true, "pins": "google" }, | |
446 { "name": "google.lt", "include_subdomains": true, "pins": "google" }, | |
447 { "name": "google.lu", "include_subdomains": true, "pins": "google" }, | |
448 { "name": "google.lv", "include_subdomains": true, "pins": "google" }, | |
449 { "name": "google.md", "include_subdomains": true, "pins": "google" }, | |
450 { "name": "google.me", "include_subdomains": true, "pins": "google" }, | |
451 { "name": "google.mg", "include_subdomains": true, "pins": "google" }, | |
452 { "name": "google.mk", "include_subdomains": true, "pins": "google" }, | |
453 { "name": "google.ml", "include_subdomains": true, "pins": "google" }, | |
454 { "name": "google.mn", "include_subdomains": true, "pins": "google" }, | |
455 { "name": "google.ms", "include_subdomains": true, "pins": "google" }, | |
456 { "name": "google.mu", "include_subdomains": true, "pins": "google" }, | |
457 { "name": "google.mv", "include_subdomains": true, "pins": "google" }, | |
458 { "name": "google.mw", "include_subdomains": true, "pins": "google" }, | |
459 { "name": "google.ne", "include_subdomains": true, "pins": "google" }, | |
460 { "name": "google.ne.jp", "include_subdomains": true, "pins": "google" }, | |
461 { "name": "google.net", "include_subdomains": true, "pins": "google" }, | |
462 { "name": "google.nl", "include_subdomains": true, "pins": "google" }, | |
463 { "name": "google.no", "include_subdomains": true, "pins": "google" }, | |
464 { "name": "google.nr", "include_subdomains": true, "pins": "google" }, | |
465 { "name": "google.nu", "include_subdomains": true, "pins": "google" }, | |
466 { "name": "google.off.ai", "include_subdomains": true, "pins": "google" }, | |
467 { "name": "google.pk", "include_subdomains": true, "pins": "google" }, | |
468 { "name": "google.pl", "include_subdomains": true, "pins": "google" }, | |
469 { "name": "google.pn", "include_subdomains": true, "pins": "google" }, | |
470 { "name": "google.ps", "include_subdomains": true, "pins": "google" }, | |
471 { "name": "google.pt", "include_subdomains": true, "pins": "google" }, | |
472 { "name": "google.ro", "include_subdomains": true, "pins": "google" }, | |
473 { "name": "google.rs", "include_subdomains": true, "pins": "google" }, | |
474 { "name": "google.ru", "include_subdomains": true, "pins": "google" }, | |
475 { "name": "google.rw", "include_subdomains": true, "pins": "google" }, | |
476 { "name": "google.sc", "include_subdomains": true, "pins": "google" }, | |
477 { "name": "google.se", "include_subdomains": true, "pins": "google" }, | |
478 { "name": "google.sh", "include_subdomains": true, "pins": "google" }, | |
479 { "name": "google.si", "include_subdomains": true, "pins": "google" }, | |
480 { "name": "google.sk", "include_subdomains": true, "pins": "google" }, | |
481 { "name": "google.sm", "include_subdomains": true, "pins": "google" }, | |
482 { "name": "google.sn", "include_subdomains": true, "pins": "google" }, | |
483 { "name": "google.so", "include_subdomains": true, "pins": "google" }, | |
484 { "name": "google.st", "include_subdomains": true, "pins": "google" }, | |
485 { "name": "google.td", "include_subdomains": true, "pins": "google" }, | |
486 { "name": "google.tg", "include_subdomains": true, "pins": "google" }, | |
487 { "name": "google.tk", "include_subdomains": true, "pins": "google" }, | |
488 { "name": "google.tl", "include_subdomains": true, "pins": "google" }, | |
489 { "name": "google.tm", "include_subdomains": true, "pins": "google" }, | |
490 { "name": "google.tn", "include_subdomains": true, "pins": "google" }, | |
491 { "name": "google.to", "include_subdomains": true, "pins": "google" }, | |
492 { "name": "google.tt", "include_subdomains": true, "pins": "google" }, | |
493 { "name": "google.us", "include_subdomains": true, "pins": "google" }, | |
494 { "name": "google.uz", "include_subdomains": true, "pins": "google" }, | |
495 { "name": "google.vg", "include_subdomains": true, "pins": "google" }, | |
496 { "name": "google.vu", "include_subdomains": true, "pins": "google" }, | |
497 { "name": "google.ws", "include_subdomains": true, "pins": "google" }, | |
498 // Exclude the learn.doubleclick.net subdomain because it uses a different | |
499 // CA. | |
500 { "name": "learn.doubleclick.net", "include_subdomains": true }, | |
501 | |
502 // Force HTTPS for sites that have requested it. | |
503 { "name": "www.paypal.com", "mode": "force-https" }, | |
504 { "name": "paypal.com", "mode": "force-https" }, | |
505 { "name": "www.elanex.biz", "mode": "force-https" }, | |
506 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" }, | |
507 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, | |
508 { "name": "www.noisebridge.net", "mode": "force-https" }, | |
509 { "name": "neg9.org", "mode": "force-https" }, | |
510 { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" }, | |
511 { "name": "factor.cc", "mode": "force-https" }, | |
512 { "name": "members.mayfirst.org", "include_subdomains": true, "mode": "force
-https" }, | |
513 { "name": "support.mayfirst.org", "include_subdomains": true, "mode": "force
-https" }, | |
514 { "name": "id.mayfirst.org", "include_subdomains": true, "mode": "force-http
s" }, | |
515 { "name": "lists.mayfirst.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
516 { "name": "webmail.mayfirst.org", "include_subdomains": true, "mode": "force
-https" }, | |
517 { "name": "roundcube.mayfirst.org", "include_subdomains": true, "mode": "for
ce-https" }, | |
518 { "name": "aladdinschools.appspot.com", "mode": "force-https" }, | |
519 { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https"
}, | |
520 { "name": "www.paycheckrecords.com", "mode": "force-https" }, | |
521 { "name": "lastpass.com", "mode": "force-https" }, | |
522 { "name": "www.lastpass.com", "mode": "force-https" }, | |
523 { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https"
}, | |
524 { "name": "entropia.de", "mode": "force-https" }, | |
525 { "name": "www.entropia.de", "mode": "force-https" }, | |
526 { "name": "romab.com", "include_subdomains": true, "mode": "force-https" }, | |
527 { "name": "logentries.com", "mode": "force-https" }, | |
528 { "name": "www.logentries.com", "mode": "force-https" }, | |
529 { "name": "stripe.com", "include_subdomains": true, "mode": "force-https" }, | |
530 { "name": "cloudsecurityalliance.org", "include_subdomains": true, "mode": "
force-https" }, | |
531 { "name": "login.sapo.pt", "include_subdomains": true, "mode": "force-https"
}, | |
532 { "name": "mattmccutchen.net", "include_subdomains": true, "mode": "force-ht
tps" }, | |
533 { "name": "betnet.fr", "include_subdomains": true, "mode": "force-https" }, | |
534 { "name": "uprotect.it", "include_subdomains": true, "mode": "force-https" }
, | |
535 { "name": "squareup.com", "mode": "force-https" }, | |
536 { "name": "square.com", "include_subdomains": true, "mode": "force-https" }, | |
537 { "name": "cert.se", "include_subdomains": true, "mode": "force-https" }, | |
538 { "name": "crypto.is", "include_subdomains": true, "mode": "force-https" }, | |
539 { "name": "simon.butcher.name", "include_subdomains": true, "mode": "force-h
ttps" }, | |
540 { "name": "linx.net", "include_subdomains": true, "mode": "force-https" }, | |
541 { "name": "dropcam.com", "mode": "force-https" }, | |
542 { "name": "www.dropcam.com", "mode": "force-https" }, | |
543 { "name": "ebanking.indovinabank.com.vn", "include_subdomains": true, "mode"
: "force-https" }, | |
544 { "name": "epoxate.com", "mode": "force-https" }, | |
545 { "name": "torproject.org", "mode": "force-https", "pins": "tor" }, | |
546 { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-
https", "pins": "tor" }, | |
547 { "name": "check.torproject.org", "include_subdomains": true, "mode": "force
-https", "pins": "tor" }, | |
548 { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-h
ttps", "pins": "tor" }, | |
549 { "name": "dist.torproject.org", "include_subdomains": true, "mode": "force-
https", "pins": "tor" }, | |
550 { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force
-https" }, | |
551 { "name": "ledgerscope.net", "mode": "force-https" }, | |
552 { "name": "www.ledgerscope.net", "mode": "force-https" }, | |
553 { "name": "app.recurly.com", "include_subdomains": true, "mode": "force-http
s" }, | |
554 { "name": "api.recurly.com", "include_subdomains": true, "mode": "force-http
s" }, | |
555 { "name": "greplin.com", "mode": "force-https" }, | |
556 { "name": "www.greplin.com", "mode": "force-https" }, | |
557 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "
force-https" }, | |
558 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" }, | |
559 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" }, | |
560 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https"
}, | |
561 { "name": "mydigipass.com", "mode": "force-https" }, | |
562 { "name": "www.mydigipass.com", "mode": "force-https" }, | |
563 { "name": "developer.mydigipass.com", "mode": "force-https" }, | |
564 { "name": "www.developer.mydigipass.com", "mode": "force-https" }, | |
565 { "name": "sandbox.mydigipass.com", "mode": "force-https" }, | |
566 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" }, | |
567 { "name": "crypto.cat", "mode": "force-https" }, | |
568 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo
rce-https" }, | |
569 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, | |
570 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, | |
571 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http
s", "pins": "twitterCom" }, | |
572 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN
" }, | |
573 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC
om" }, | |
574 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter
Com" }, | |
575 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom
" }, | |
576 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt
erCom" }, | |
577 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt
erCDN" }, | |
578 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" }, | |
579 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force
-https" }, | |
580 { "name": "braintreepayments.com", "mode": "force-https" }, | |
581 { "name": "www.braintreepayments.com", "mode": "force-https" }, | |
582 { "name": "emailprivacytester.com", "mode": "force-https" }, | |
583 { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" }
, | |
584 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "fo
rce-https" }, | |
585 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https"
}, | |
586 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-
https" }, | |
587 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https"
}, | |
588 { "name": "jitsi.org", "mode": "force-https" }, | |
589 { "name": "www.jitsi.org", "mode": "force-https" }, | |
590 { "name": "download.jitsi.org", "mode": "force-https" }, | |
591 { "name": "sol.io", "include_subdomains": true, "mode": "force-https" }, | |
592 { "name": "irccloud.com", "mode": "force-https" }, | |
593 { "name": "www.irccloud.com", "mode": "force-https" }, | |
594 { "name": "alpha.irccloud.com", "mode": "force-https" }, | |
595 { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" }, | |
596 { "name": "browserid.org", "include_subdomains": true, "mode": "force-https"
}, | |
597 { "name": "login.persona.org", "include_subdomains": true, "mode": "force-ht
tps" }, | |
598 { "name": "neonisi.com", "mode": "force-https" }, | |
599 { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-http
s" }, | |
600 { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
601 { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-http
s" }, | |
602 { "name": "howrandom.org", "include_subdomains": true, "mode": "force-https"
}, | |
603 { "name": "intercom.io", "mode": "force-https" }, | |
604 { "name": "api.intercom.io", "mode": "force-https" }, | |
605 { "name": "www.intercom.io", "mode": "force-https" }, | |
606 { "name": "fatzebra.com.au", "include_subdomains": true, "mode": "force-http
s" }, | |
607 { "name": "csawctf.poly.edu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
608 { "name": "makeyourlaws.org", "include_subdomains": true, "mode": "force-htt
ps" }, | |
609 { "name": "www.makeyourlaws.org", "mode": "force-https" }, | |
610 { "name": "iop.intuit.com", "include_subdomains": true, "mode": "force-https
" }, | |
611 { "name": "surfeasy.com", "mode": "force-https" }, | |
612 { "name": "www.surfeasy.com", "mode": "force-https" }, | |
613 { "name": "packagist.org", "mode": "force-https" }, | |
614 { "name": "lookout.com", "mode": "force-https" }, | |
615 { "name": "www.lookout.com", "mode": "force-https" }, | |
616 { "name": "mylookout.com", "mode": "force-https" }, | |
617 { "name": "www.mylookout.com", "mode": "force-https" }, | |
618 { "name": "dm.lookout.com", "include_subdomains": true, "mode": "force-https
" }, | |
619 { "name": "business.lookout.com", "include_subdomains": true, "mode": "force
-https" }, | |
620 { "name": "blog.lookout.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
621 { "name": "faq.lookout.com", "include_subdomains": true, "mode": "force-http
s" }, | |
622 { "name": "platform.lookout.com", "include_subdomains": true, "mode": "force
-https" }, | |
623 { "name": "email.lookout.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
624 { "name": "app.lookout.com", "include_subdomains": true, "mode": "force-http
s" }, | |
625 { "name": "api.lookout.com", "include_subdomains": true, "mode": "force-http
s" }, | |
626 { "name": "keymaster.lookout.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
627 { "name": "mygadgetguardian.lookout.com", "include_subdomains": true, "mode"
: "force-https" }, | |
628 { "name": "discovery.lookout.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
629 { "name": "mobilethreat.net", "include_subdomains": true, "mode": "force-htt
ps" }, | |
630 { "name": "mobilethreatnetwork.net", "include_subdomains": true, "mode": "fo
rce-https" }, | |
631 { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https"
}, | |
632 { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https"
}, | |
633 { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force
-https" }, | |
634 { "name": "therapynotes.com", "mode": "force-https" }, | |
635 { "name": "www.therapynotes.com", "mode": "force-https" }, | |
636 { "name": "wiz.biz", "include_subdomains": true, "mode": "force-https" }, | |
637 { "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https"
}, | |
638 { "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-ht
tps" }, | |
639 { "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https"
}, | |
640 { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" }, | |
641 { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
642 { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-htt
ps" }, | |
643 { "name": "serverdensity.io", "include_subdomains": true, "mode": "force-htt
ps" }, | |
644 { "name": "my.alfresco.com", "include_subdomains": true, "mode": "force-http
s" }, | |
645 { "name": "webmail.gigahost.dk", "include_subdomains": true, "mode": "force-
https" }, | |
646 { "name": "paymill.com", "include_subdomains": true, "mode": "force-https" }
, | |
647 { "name": "paymill.de", "include_subdomains": true, "mode": "force-https" }, | |
648 { "name": "gocardless.com", "include_subdomains": true, "mode": "force-https
" }, | |
649 { "name": "espra.com", "include_subdomains": true, "mode": "force-https" }, | |
650 { "name": "zoo24.de", "include_subdomains": true, "mode": "force-https" }, | |
651 { "name": "mega.co.nz", "mode": "force-https" }, | |
652 { "name": "api.mega.co.nz", "include_subdomains": true, "mode": "force-https
" }, | |
653 { "name": "lockify.com", "include_subdomains": true, "mode": "force-https" }
, | |
654 { "name": "writeapp.me", "mode": "force-https" }, | |
655 { "name": "bugzilla.mozilla.org", "include_subdomains": true, "mode": "force
-https" }, | |
656 { "name": "members.nearlyfreespeech.net", "include_subdomains": true, "mode"
: "force-https" }, | |
657 { "name": "ssl.panoramio.com", "mode": "force-https" }, | |
658 { "name": "kiwiirc.com", "mode": "force-https" }, | |
659 { "name": "pay.gigahost.dk", "include_subdomains": true, "mode": "force-http
s" }, | |
660 { "name": "controlcenter.gigahost.dk", "include_subdomains": true, "mode": "
force-https" }, | |
661 { "name": "simple.com", "mode": "force-https" }, | |
662 { "name": "www.simple.com", "mode": "force-https" }, | |
663 { "name": "fj.simple.com", "mode": "force-https" }, | |
664 { "name": "api.simple.com", "mode": "force-https" }, | |
665 { "name": "bank.simple.com", "include_subdomains": true, "mode": "force-http
s" }, | |
666 { "name": "bassh.net", "include_subdomains": true, "mode": "force-https" }, | |
667 { "name": "sah3.net", "include_subdomains": true, "mode": "force-https" }, | |
668 { "name": "grc.com", "mode": "force-https" }, | |
669 { "name": "www.grc.com", "mode": "force-https" }, | |
670 { "name": "linode.com", "mode": "force-https" }, | |
671 { "name": "www.linode.com", "mode": "force-https" }, | |
672 { "name": "manager.linode.com", "mode": "force-https" }, | |
673 { "name": "blog.linode.com", "mode": "force-https" }, | |
674 { "name": "library.linode.com", "mode": "force-https" }, | |
675 { "name": "forum.linode.com", "mode": "force-https" }, | |
676 { "name": "p.linode.com", "mode": "force-https" }, | |
677 { "name": "paste.linode.com", "mode": "force-https" }, | |
678 { "name": "pastebin.linode.com", "mode": "force-https" }, | |
679 { "name": "inertianetworks.com", "include_subdomains": true, "mode": "force-
https" }, | |
680 { "name": "carezone.com", "mode": "force-https" }, | |
681 { "name": "conformal.com", "include_subdomains": true, "mode": "force-https"
}, | |
682 { "name": "cyphertite.com", "include_subdomains": true, "mode": "force-https
" }, | |
683 { "name": "logotype.se", "include_subdomains": true, "mode": "force-https" }
, | |
684 { "name": "bccx.com", "include_subdomains": true, "mode": "force-https" }, | |
685 { "name": "launchkey.com", "include_subdomains": true, "mode": "force-https"
}, | |
686 { "name": "carlolly.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
687 { "name": "www.cyveillance.com", "include_subdomains": true, "mode": "force-
https" }, | |
688 { "name": "blog.cyveillance.com", "include_subdomains": true, "mode": "force
-https" }, | |
689 { "name": "whonix.org", "include_subdomains": true, "mode": "force-https" }, | |
690 { "name": "shodan.io", "include_subdomains": true, "mode": "force-https" }, | |
691 { "name": "rapidresearch.me", "include_subdomains": true, "mode": "force-htt
ps" }, | |
692 { "name": "surkatty.org", "include_subdomains": true, "mode": "force-https"
}, | |
693 { "name": "securityheaders.com", "include_subdomains": true, "mode": "force-
https" }, | |
694 { "name": "haste.ch", "include_subdomains": true, "mode": "force-https" }, | |
695 { "name": "mudcrab.us", "include_subdomains": true, "mode": "force-https" }, | |
696 { "name": "mediacru.sh", "include_subdomains": true, "mode": "force-https" }
, | |
697 { "name": "lolicore.ch", "include_subdomains": true, "mode": "force-https" }
, | |
698 { "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https
" }, | |
699 { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
700 { "name": "bcrook.com", "mode": "force-https" }, | |
701 { "name": "wiki.python.org", "include_subdomains": true, "mode": "force-http
s" }, | |
702 { "name": "lumi.do", "mode": "force-https" }, | |
703 { "name": "appseccalifornia.org", "include_subdomains": true, "mode": "force
-https" }, | |
704 { "name": "crowdcurity.com", "include_subdomains": true, "mode": "force-http
s" }, | |
705 { "name": "saturngames.co.uk", "include_subdomains": true, "mode": "force-ht
tps" }, | |
706 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
707 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "fo
rce-https" }, | |
708 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
709 { "name": "bitbucket.org", "mode": "force-https" }, | |
710 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" }, | |
711 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" }, | |
712 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" }, | |
713 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" }
, | |
714 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
715 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" }
, | |
716 { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https
" }, | |
717 { "name": "kinsights.com", "mode": "force-https" }, | |
718 { "name": "simbolo.co.uk", "mode": "force-https" }, | |
719 { "name": "www.simbolo.co.uk", "mode": "force-https" }, | |
720 { "name": "zenpayroll.com", "mode": "force-https" }, | |
721 { "name": "www.zenpayroll.com", "mode": "force-https" }, | |
722 { "name": "get.zenpayroll.com", "mode": "force-https" }, | |
723 { "name": "errors.zenpayroll.com", "mode": "force-https" }, | |
724 { "name": "manage.zenpayroll.com", "mode": "force-https" }, | |
725 { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
726 { "name": "skydrive.live.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
727 { "name": "lifeguard.aecom.com", "include_subdomains": true, "mode": "force-
https" }, | |
728 { "name": "data.qld.gov.au", "mode": "force-https" }, | |
729 { "name": "publications.qld.gov.au", "mode": "force-https" }, | |
730 { "name": "go.xero.com", "include_subdomains": true, "mode": "force-https" }
, | |
731 { "name": "login.xero.com", "include_subdomains": true, "mode": "force-https
" }, | |
732 { "name": "my.xero.com", "include_subdomains": true, "mode": "force-https" }
, | |
733 { "name": "payroll.xero.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
734 { "name": "in.xero.com", "include_subdomains": true, "mode": "force-https" }
, | |
735 { "name": "api.xero.com", "include_subdomains": true, "mode": "force-https"
}, | |
736 { "name": "eff.org", "include_subdomains": true, "mode": "force-https" }, | |
737 { "name": "mail.de", "include_subdomains": true, "mode": "force-https" }, | |
738 { "name": "passport.yandex.ru", "mode": "force-https" }, | |
739 { "name": "passport.yandex.com", "mode": "force-https" }, | |
740 { "name": "passport.yandex.ua", "mode": "force-https" }, | |
741 { "name": "passport.yandex.by", "mode": "force-https" }, | |
742 { "name": "passport.yandex.kz", "mode": "force-https" }, | |
743 { "name": "passport.yandex.com.tr", "mode": "force-https" }, | |
744 { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" }, | |
745 { "name": "getcloak.com", "mode": "force-https" }, | |
746 { "name": "www.getcloak.com", "mode": "force-https" }, | |
747 { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
748 { "name": "opsmate.com", "mode": "force-https" }, | |
749 { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-http
s" }, | |
750 { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" }
, | |
751 { "name": "www.evernote.com", "mode": "force-https" }, | |
752 { "name": "app.yinxiang.com", "mode": "force-https" }, | |
753 { "name": "neilwynne.com", "mode": "force-https" }, | |
754 { "name": "calyxinstitute.org", "mode": "force-https" }, | |
755 { "name": "www.calyxinstitute.org", "mode": "force-https" }, | |
756 { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https"
}, | |
757 { "name": "boxcryptor.com", "include_subdomains": true, "mode": "force-https
" }, | |
758 { "name": "aclu.org", "mode": "force-https" }, | |
759 { "name": "www.aclu.org", "mode": "force-https" }, | |
760 { "name": "prodpad.com", "include_subdomains": true, "mode": "force-https" }
, | |
761 { "name": "mailbox.org", "include_subdomains": true, "mode": "force-https" }
, | |
762 { "name": "roddis.net", "include_subdomains": true, "mode": "force-https" }, | |
763 { "name": "fiken.no", "include_subdomains": true, "mode": "force-https" }, | |
764 { "name": "fairbill.com", "include_subdomains": true, "mode": "force-https"
}, | |
765 { "name": "nexth.net", "include_subdomains": true, "mode": "force-https" }, | |
766 { "name": "nexth.us", "include_subdomains": true, "mode": "force-https" }, | |
767 { "name": "nexth.de", "include_subdomains": true, "mode": "force-https" }, | |
768 { "name": "souyar.net", "include_subdomains": true, "mode": "force-https" }, | |
769 { "name": "souyar.de", "include_subdomains": true, "mode": "force-https" }, | |
770 { "name": "souyar.us", "include_subdomains": true, "mode": "force-https" }, | |
771 { "name": "www.banking.co.at", "mode": "force-https" }, | |
772 { "name": "mbp.banking.co.at", "mode": "force-https" }, | |
773 { "name": "feedbin.com", "mode": "force-https" }, | |
774 { "name": "heha.co", "include_subdomains": true, "mode": "force-https" }, | |
775 { "name": "passwordbox.com", "include_subdomains": true, "mode": "force-http
s" }, | |
776 { "name": "python.org", "mode": "force-https" }, | |
777 { "name": "pypi.python.org", "include_subdomains": true, "mode": "force-http
s" }, | |
778 { "name": "www.python.org", "include_subdomains": true, "mode": "force-https
" }, | |
779 { "name": "docs.python.org", "include_subdomains": true, "mode": "force-http
s" }, | |
780 { "name": "encircleapp.com", "include_subdomains": true, "mode": "force-http
s" }, | |
781 { "name": "onedrive.live.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
782 { "name": "onedrive.com", "include_subdomains": true, "mode": "force-https"
}, | |
783 { "name": "keepersecurity.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
784 { "name": "keeperapp.com", "include_subdomains": true, "mode": "force-https"
}, | |
785 { "name": "donmez.ws", "include_subdomains": true, "mode": "force-https" }, | |
786 { "name": "activiti.alfresco.com", "mode": "force-https" }, | |
787 { "name": "cloudcert.org", "include_subdomains": true, "mode": "force-https"
}, | |
788 { "name": "seifried.org", "include_subdomains": true, "mode": "force-https"
}, | |
789 { "name": "wepay.com", "mode": "force-https" }, | |
790 { "name": "www.wepay.com", "mode": "force-https" }, | |
791 { "name": "static.wepay.com", "mode": "force-https" }, | |
792 { "name": "stage.wepay.com", "mode": "force-https" }, | |
793 { "name": "vmoagents.com", "mode": "force-https" }, | |
794 { "name": "adsfund.org", "include_subdomains": true, "mode": "force-https" }
, | |
795 { "name": "pult.co", "mode": "force-https" }, | |
796 { "name": "dillonkorman.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
797 { "name": "edmodo.com", "include_subdomains": true, "mode": "force-https" }, | |
798 { "name": "www.eternalgoth.co.uk", "mode": "force-https" }, | |
799 { "name": "app.manilla.com", "include_subdomains": true, "mode": "force-http
s" }, | |
800 { "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https
" }, | |
801 { "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" }, | |
802 { "name": "noexpect.org", "include_subdomains": true, "mode": "force-https"
}, | |
803 { "name": "airbnb.com", "mode": "force-https" }, | |
804 { "name": "www.airbnb.com", "include_subdomains": true, "mode": "force-https
" }, | |
805 { "name": "usaa.com", "mode": "force-https" }, | |
806 { "name": "www.usaa.com", "mode": "force-https" }, | |
807 { "name": "mobile.usaa.com", "mode": "force-https" }, | |
808 { "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" }, | |
809 { "name": "detectify.com", "mode": "force-https" }, | |
810 { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" }, | |
811 { "name": "manageprojects.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
812 { "name": "tinfoilsecurity.com", "mode": "force-https" }, | |
813 { "name": "www.tinfoilsecurity.com", "mode": "force-https" }, | |
814 { "name": "imouto.my", "mode": "force-https" }, | |
815 { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" }
, | |
816 { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-http
s" }, | |
817 { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-htt
ps" }, | |
818 { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-http
s" }, | |
819 { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-ht
tps" }, | |
820 { "name": "www.capitainetrain.com", "mode": "force-https" }, | |
821 { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force
-https" }, | |
822 { "name": "z.ai", "include_subdomains": true, "mode": "force-https" }, | |
823 { "name": "wildbee.org", "include_subdomains": true, "mode": "force-https" }
, | |
824 { "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-h
ttps" }, | |
825 { "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" }, | |
826 { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-http
s", "pins": "dropbox" }, | |
827 { "name": "code-poets.co.uk", "include_subdomains": true, "mode": "force-htt
ps" }, | |
828 { "name": "jackyyf.com", "mode": "force-https" }, | |
829 { "name": "flynn.io", "include_subdomains": true, "mode": "force-https" }, | |
830 { "name": "hackerone.com", "include_subdomains": true, "mode": "force-https"
}, | |
831 { "name": "hackerone-user-content.com", "include_subdomains": true, "mode":
"force-https" }, | |
832 { "name": "gamesdepartment.co.uk", "mode": "force-https" }, | |
833 { "name": "www.gamesdepartment.co.uk", "include_subdomains": true, "mode": "
force-https" }, | |
834 { "name": "schokokeks.org", "mode": "force-https" }, | |
835 { "name": "www.schokokeks.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
836 { "name": "config.schokokeks.org", "include_subdomains": true, "mode": "forc
e-https" }, | |
837 { "name": "webmail.schokokeks.org", "include_subdomains": true, "mode": "for
ce-https" }, | |
838 { "name": "mwe.st", "include_subdomains": true, "mode": "force-https" }, | |
839 { "name": "ub3rk1tten.com", "include_subdomains": true, "mode": "force-https
" }, | |
840 { "name": "addvocate.com", "include_subdomains": true, "mode": "force-https"
}, | |
841 { "name": "alexsexton.com", "include_subdomains": true, "mode": "force-https
" }, | |
842 { "name": "azprep.us", "include_subdomains": true, "mode": "force-https" }, | |
843 { "name": "beneathvt.com", "include_subdomains": true, "mode": "force-https"
}, | |
844 { "name": "cloudup.com", "include_subdomains": true, "mode": "force-https" }
, | |
845 { "name": "cryptopartyatx.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
846 { "name": "cybershambles.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
847 { "name": "ed.gs", "include_subdomains": true, "mode": "force-https" }, | |
848 { "name": "forewordreviews.com", "include_subdomains": true, "mode": "force-
https" }, | |
849 { "name": "giacomopelagatti.it", "include_subdomains": true, "mode": "force-
https" }, | |
850 { "name": "helichat.de", "include_subdomains": true, "mode": "force-https" }
, | |
851 { "name": "hostinginnederland.nl", "include_subdomains": true, "mode": "forc
e-https" }, | |
852 { "name": "isitchristmas.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
853 { "name": "konklone.com", "include_subdomains": true, "mode": "force-https"
}, | |
854 { "name": "koop-bremen.de", "include_subdomains": true, "mode": "force-https
" }, | |
855 { "name": "kura.io", "include_subdomains": true, "mode": "force-https" }, | |
856 { "name": "markusueberallassetmanagement.de", "include_subdomains": true, "m
ode": "force-https" }, | |
857 { "name": "mikewest.org", "include_subdomains": true, "mode": "force-https"
}, | |
858 { "name": "miskatonic.org", "include_subdomains": true, "mode": "force-https
" }, | |
859 { "name": "optimus.io", "include_subdomains": true, "mode": "force-https" }, | |
860 { "name": "oversight.io", "include_subdomains": true, "mode": "force-https"
}, | |
861 { "name": "picksin.club", "include_subdomains": true, "mode": "force-https"
}, | |
862 { "name": "pressfreedomfoundation.org", "include_subdomains": true, "mode":
"force-https" }, | |
863 { "name": "projektzentrisch.de", "include_subdomains": true, "mode": "force-
https" }, | |
864 { "name": "rippleunion.com", "include_subdomains": true, "mode": "force-http
s" }, | |
865 { "name": "robteix.com", "include_subdomains": true, "mode": "force-https" }
, | |
866 { "name": "s-c.se", "include_subdomains": true, "mode": "force-https" }, | |
867 { "name": "security-carpet.com", "include_subdomains": true, "mode": "force-
https" }, | |
868 { "name": "sherbers.de", "include_subdomains": true, "mode": "force-https" }
, | |
869 { "name": "tittelbach.at", "include_subdomains": true, "mode": "force-https"
}, | |
870 { "name": "tomfisher.eu", "include_subdomains": true, "mode": "force-https"
}, | |
871 { "name": "wunderlist.com", "include_subdomains": true, "mode": "force-https
" }, | |
872 { "name": "zotero.org", "include_subdomains": true, "mode": "force-https" }, | |
873 { "name": "adamkostecki.de", "include_subdomains": true, "mode": "force-http
s" }, | |
874 { "name": "archlinux.de", "include_subdomains": true, "mode": "force-https"
}, | |
875 { "name": "auf-feindgebiet.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
876 { "name": "baruch.me", "include_subdomains": true, "mode": "force-https" }, | |
877 { "name": "bedeta.de", "include_subdomains": true, "mode": "force-https" }, | |
878 { "name": "benjamins.com", "include_subdomains": true, "mode": "force-https"
}, | |
879 { "name": "bl4ckb0x.com", "include_subdomains": true, "mode": "force-https"
}, | |
880 { "name": "bl4ckb0x.de", "include_subdomains": true, "mode": "force-https" }
, | |
881 { "name": "bl4ckb0x.info", "include_subdomains": true, "mode": "force-https"
}, | |
882 { "name": "bl4ckb0x.net", "include_subdomains": true, "mode": "force-https"
}, | |
883 { "name": "bl4ckb0x.org", "include_subdomains": true, "mode": "force-https"
}, | |
884 { "name": "blocksatz-medien.de", "include_subdomains": true, "mode": "force-
https" }, | |
885 { "name": "conrad-kostecki.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
886 { "name": "cube.de", "include_subdomains": true, "mode": "force-https" }, | |
887 { "name": "datenkeks.de", "include_subdomains": true, "mode": "force-https"
}, | |
888 { "name": "derhil.de", "include_subdomains": true, "mode": "force-https" }, | |
889 { "name": "energy-drink-magazin.de", "include_subdomains": true, "mode": "fo
rce-https" }, | |
890 { "name": "ferienhaus-polchow-ruegen.de", "include_subdomains": true, "mode"
: "force-https" }, | |
891 { "name": "fischer-its.com", "include_subdomains": true, "mode": "force-http
s" }, | |
892 { "name": "freeshell.de", "include_subdomains": true, "mode": "force-https"
}, | |
893 { "name": "greensolid.biz", "include_subdomains": true, "mode": "force-https
" }, | |
894 { "name": "hasilocke.de", "include_subdomains": true, "mode": "force-https"
}, | |
895 { "name": "hausverbrauch.de", "include_subdomains": true, "mode": "force-htt
ps" }, | |
896 { "name": "helpium.de", "include_subdomains": true, "mode": "force-https" }, | |
897 { "name": "hex2013.com", "include_subdomains": true, "mode": "force-https" }
, | |
898 { "name": "honeytracks.com", "include_subdomains": true, "mode": "force-http
s" }, | |
899 { "name": "ihrlotto.de", "include_subdomains": true, "mode": "force-https" }
, | |
900 { "name": "jonas-keidel.de", "include_subdomains": true, "mode": "force-http
s" }, | |
901 { "name": "jonaswitmer.ch", "include_subdomains": true, "mode": "force-https
" }, | |
902 { "name": "k-dev.de", "include_subdomains": true, "mode": "force-https" }, | |
903 { "name": "kraken.io", "include_subdomains": true, "mode": "force-https" }, | |
904 { "name": "lagerauftrag.info", "include_subdomains": true, "mode": "force-ht
tps" }, | |
905 { "name": "lavalite.de", "include_subdomains": true, "mode": "force-https" }
, | |
906 { "name": "loenshotel.de", "include_subdomains": true, "mode": "force-https"
}, | |
907 { "name": "loftboard.eu", "include_subdomains": true, "mode": "force-https"
}, | |
908 { "name": "mondwandler.de", "include_subdomains": true, "mode": "force-https
" }, | |
909 { "name": "mountainroseherbs.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
910 { "name": "movlib.org", "include_subdomains": true, "mode": "force-https" }, | |
911 { "name": "musicgamegalaxy.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
912 { "name": "mynigma.org", "include_subdomains": true, "mode": "force-https" }
, | |
913 { "name": "nachsenden.info", "include_subdomains": true, "mode": "force-http
s" }, | |
914 { "name": "netzbit.de", "include_subdomains": true, "mode": "force-https" }, | |
915 { "name": "pdf.yt", "include_subdomains": true, "mode": "force-https" }, | |
916 { "name": "pierre-schmitz.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
917 { "name": "promecon-gmbh.de", "include_subdomains": true, "mode": "force-htt
ps" }, | |
918 { "name": "prowhisky.de", "include_subdomains": true, "mode": "force-https"
}, | |
919 { "name": "pubkey.is", "include_subdomains": true, "mode": "force-https" }, | |
920 { "name": "qetesh.de", "include_subdomains": true, "mode": "force-https" }, | |
921 { "name": "riccy.org", "include_subdomains": true, "mode": "force-https" }, | |
922 { "name": "scrambl.is", "include_subdomains": true, "mode": "force-https" }, | |
923 { "name": "tageau.com", "include_subdomains": true, "mode": "force-https" }, | |
924 { "name": "ukrainians.ch", "include_subdomains": true, "mode": "force-https"
}, | |
925 { "name": "viennan.net", "include_subdomains": true, "mode": "force-https" }
, | |
926 { "name": "winhistory-forum.net", "include_subdomains": true, "mode": "force
-https" }, | |
927 { "name": "y-o-w.com", "include_subdomains": true, "mode": "force-https" }, | |
928 { "name": "explodie.org", "include_subdomains": true, "mode": "force-https"
}, | |
929 { "name": "aie.de", "include_subdomains": true, "mode": "force-https" }, | |
930 { "name": "baer.im", "include_subdomains": true, "mode": "force-https" }, | |
931 { "name": "bayrisch-fuer-anfaenger.de", "include_subdomains": true, "mode":
"force-https" }, | |
932 { "name": "beastowner.com", "include_subdomains": true, "mode": "force-https
" }, | |
933 { "name": "beastowner.li", "include_subdomains": true, "mode": "force-https"
}, | |
934 { "name": "best-wedding-quotes.com", "include_subdomains": true, "mode": "fo
rce-https" }, | |
935 { "name": "bitfactory.ws", "include_subdomains": true, "mode": "force-https"
}, | |
936 { "name": "bohramt.de", "include_subdomains": true, "mode": "force-https" }, | |
937 { "name": "buddhistische-weisheiten.org", "include_subdomains": true, "mode"
: "force-https" }, | |
938 { "name": "cartouche24.eu", "include_subdomains": true, "mode": "force-https
" }, | |
939 { "name": "cartucce24.it", "include_subdomains": true, "mode": "force-https"
}, | |
940 { "name": "celltek-server.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
941 { "name": "clapping-rhymes.com", "include_subdomains": true, "mode": "force-
https" }, | |
942 { "name": "die-besten-weisheiten.de", "include_subdomains": true, "mode": "f
orce-https" }, | |
943 { "name": "edyou.eu", "include_subdomains": true, "mode": "force-https" }, | |
944 { "name": "eurotramp.com", "include_subdomains": true, "mode": "force-https"
}, | |
945 { "name": "forodeespanol.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
946 { "name": "gemeinfreie-lieder.de", "include_subdomains": true, "mode": "forc
e-https" }, | |
947 { "name": "getdigitized.net", "include_subdomains": true, "mode": "force-htt
ps" }, | |
948 { "name": "globuli-info.de", "include_subdomains": true, "mode": "force-http
s" }, | |
949 { "name": "guphi.net", "include_subdomains": true, "mode": "force-https" }, | |
950 { "name": "guthabenkarten-billiger.de", "include_subdomains": true, "mode":
"force-https" }, | |
951 { "name": "haufschild.de", "include_subdomains": true, "mode": "force-https"
}, | |
952 { "name": "hoerbuecher-und-hoerspiele.de", "include_subdomains": true, "mode
": "force-https" }, | |
953 { "name": "iban.is", "include_subdomains": true, "mode": "force-https" }, | |
954 { "name": "irische-segenswuensche.info", "include_subdomains": true, "mode":
"force-https" }, | |
955 { "name": "it-schwerin.de", "include_subdomains": true, "mode": "force-https
" }, | |
956 { "name": "janus-engineering.de", "include_subdomains": true, "mode": "force
-https" }, | |
957 { "name": "jfreitag.de", "include_subdomains": true, "mode": "force-https" }
, | |
958 { "name": "julian-kipka.de", "include_subdomains": true, "mode": "force-http
s" }, | |
959 { "name": "kardize24.pl", "include_subdomains": true, "mode": "force-https"
}, | |
960 { "name": "kernel-error.de", "include_subdomains": true, "mode": "force-http
s" }, | |
961 { "name": "kinderbuecher-kostenlos.de", "include_subdomains": true, "mode":
"force-https" }, | |
962 { "name": "kitsta.com", "include_subdomains": true, "mode": "force-https" }, | |
963 { "name": "klatschreime.de", "include_subdomains": true, "mode": "force-http
s" }, | |
964 { "name": "kleidertauschpartys.de", "include_subdomains": true, "mode": "for
ce-https" }, | |
965 { "name": "koordinate.net", "include_subdomains": true, "mode": "force-https
" }, | |
966 { "name": "lasst-uns-beten.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
967 { "name": "lb-toner.de", "include_subdomains": true, "mode": "force-https" }
, | |
968 { "name": "mandala-ausmalbilder.de", "include_subdomains": true, "mode": "fo
rce-https" }, | |
969 { "name": "mathiasbynens.be", "include_subdomains": true, "mode": "force-htt
ps" }, | |
970 { "name": "klaxn.com", "include_subdomains": true, "mode": "force-https" }, | |
971 { "name": "mig5.net", "include_subdomains": true, "mode": "force-https" }, | |
972 { "name": "netzpolitik.org", "include_subdomains": true, "mode": "force-http
s" }, | |
973 { "name": "npw.net", "include_subdomains": true, "mode": "force-https" }, | |
974 { "name": "otakuworld.de", "include_subdomains": true, "mode": "force-https"
}, | |
975 { "name": "pajonzeck.de", "include_subdomains": true, "mode": "force-https"
}, | |
976 { "name": "rad-route.de", "include_subdomains": true, "mode": "force-https"
}, | |
977 { "name": "raiseyourflag.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
978 { "name": "redports.org", "include_subdomains": true, "mode": "force-https"
}, | |
979 { "name": "reserve-online.net", "include_subdomains": true, "mode": "force-h
ttps" }, | |
980 { "name": "riesenmagnete.de", "include_subdomains": true, "mode": "force-htt
ps" }, | |
981 { "name": "rosenkeller.org", "include_subdomains": true, "mode": "force-http
s" }, | |
982 { "name": "salaervergleich.com", "include_subdomains": true, "mode": "force-
https" }, | |
983 { "name": "schwarzer.it", "include_subdomains": true, "mode": "force-https"
}, | |
984 { "name": "secuvera.de", "include_subdomains": true, "mode": "force-https" }
, | |
985 { "name": "siammedia.co", "include_subdomains": true, "mode": "force-https"
}, | |
986 { "name": "simplystudio.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
987 { "name": "sprueche-zum-valentinstag.de", "include_subdomains": true, "mode"
: "force-https" }, | |
988 { "name": "sprueche-zur-geburt.info", "include_subdomains": true, "mode": "f
orce-https" }, | |
989 { "name": "sprueche-zur-hochzeit.de", "include_subdomains": true, "mode": "f
orce-https" }, | |
990 { "name": "sprueche-zur-konfirmation.de", "include_subdomains": true, "mode"
: "force-https" }, | |
991 { "name": "studydrive.net", "include_subdomains": true, "mode": "force-https
" }, | |
992 { "name": "supplies24.at", "include_subdomains": true, "mode": "force-https"
}, | |
993 { "name": "supplies24.es", "include_subdomains": true, "mode": "force-https"
}, | |
994 { "name": "tatort-fanpage.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
995 { "name": "tektoria.de", "include_subdomains": true, "mode": "force-https" }
, | |
996 { "name": "texte-zur-taufe.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
997 { "name": "tinte24.de", "include_subdomains": true, "mode": "force-https" }, | |
998 { "name": "tintenfix.net", "include_subdomains": true, "mode": "force-https"
}, | |
999 { "name": "tipps-fuer-den-haushalt.de", "include_subdomains": true, "mode":
"force-https" }, | |
1000 { "name": "toner24.at", "include_subdomains": true, "mode": "force-https" }, | |
1001 { "name": "toner24.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1002 { "name": "toner24.es", "include_subdomains": true, "mode": "force-https" }, | |
1003 { "name": "toner24.fr", "include_subdomains": true, "mode": "force-https" }, | |
1004 { "name": "toner24.it", "include_subdomains": true, "mode": "force-https" }, | |
1005 { "name": "toner24.nl", "include_subdomains": true, "mode": "force-https" }, | |
1006 { "name": "toner24.pl", "include_subdomains": true, "mode": "force-https" }, | |
1007 { "name": "tonerdepot.de", "include_subdomains": true, "mode": "force-https"
}, | |
1008 { "name": "tonerjet.at", "include_subdomains": true, "mode": "force-https" }
, | |
1009 { "name": "tonerjet.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1010 { "name": "tonerklick.de", "include_subdomains": true, "mode": "force-https"
}, | |
1011 { "name": "tonerkurier.de", "include_subdomains": true, "mode": "force-https
" }, | |
1012 { "name": "tonermaus.de", "include_subdomains": true, "mode": "force-https"
}, | |
1013 { "name": "tonermonster.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1014 { "name": "tonex.de", "include_subdomains": true, "mode": "force-https" }, | |
1015 { "name": "tonex.nl", "include_subdomains": true, "mode": "force-https" }, | |
1016 { "name": "trauertexte.info", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1017 { "name": "unterfrankenclan.de", "include_subdomains": true, "mode": "force-
https" }, | |
1018 { "name": "webandmore.de", "include_subdomains": true, "mode": "force-https"
}, | |
1019 { "name": "welches-kinderfahrrad.de", "include_subdomains": true, "mode": "f
orce-https" }, | |
1020 { "name": "apadvantage.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1021 { "name": "apn-einstellungen.de", "include_subdomains": true, "mode": "force
-https" }, | |
1022 { "name": "barcodeberlin.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1023 { "name": "certible.com", "include_subdomains": true, "mode": "force-https"
}, | |
1024 { "name": "data-abundance.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1025 { "name": "dedimax.de", "include_subdomains": true, "mode": "force-https" }, | |
1026 { "name": "hostix.de", "include_subdomains": true, "mode": "force-https" }, | |
1027 { "name": "janoberst.com", "include_subdomains": true, "mode": "force-https"
}, | |
1028 { "name": "jelmer.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1029 { "name": "jelmer.uk", "include_subdomains": true, "mode": "force-https" }, | |
1030 { "name": "munich-rage.de", "include_subdomains": true, "mode": "force-https
" }, | |
1031 { "name": "posteo.de", "include_subdomains": true, "mode": "force-https" }, | |
1032 { "name": "stationary-traveller.eu", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1033 { "name": "thepaymentscompany.com", "include_subdomains": true, "mode": "for
ce-https" }, | |
1034 { "name": "xps2pdf.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1035 { "name": "ansdell.net", "include_subdomains": true, "mode": "force-https" }
, | |
1036 { "name": "brunosouza.org", "include_subdomains": true, "mode": "force-https
" }, | |
1037 { "name": "bugzil.la", "include_subdomains": true, "mode": "force-https" }, | |
1038 { "name": "bytepark.de", "include_subdomains": true, "mode": "force-https" }
, | |
1039 { "name": "ethitter.com", "include_subdomains": true, "mode": "force-https"
}, | |
1040 { "name": "firemail.io", "include_subdomains": true, "mode": "force-https" }
, | |
1041 { "name": "gmantra.org", "include_subdomains": true, "mode": "force-https" }
, | |
1042 { "name": "mach-politik.ch", "include_subdomains": true, "mode": "force-http
s" }, | |
1043 { "name": "malnex.de", "include_subdomains": true, "mode": "force-https" }, | |
1044 { "name": "mutantmonkey.sexy", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1045 { "name": "ng-security.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1046 { "name": "palava.tv", "include_subdomains": true, "mode": "force-https" }, | |
1047 { "name": "reedloden.com", "include_subdomains": true, "mode": "force-https"
}, | |
1048 { "name": "rws-vertriebsportal.de", "include_subdomains": true, "mode": "for
ce-https" }, | |
1049 { "name": "sdsl-speedtest.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1050 { "name": "servethecity-karlsruhe.de", "include_subdomains": true, "mode": "
force-https" }, | |
1051 { "name": "tunebitfm.de", "include_subdomains": true, "mode": "force-https"
}, | |
1052 { "name": "websenat.de", "include_subdomains": true, "mode": "force-https" }
, | |
1053 { "name": "zeropush.com", "include_subdomains": true, "mode": "force-https"
}, | |
1054 { "name": "ludwig.im", "include_subdomains": true, "mode": "force-https" }, | |
1055 { "name": "gparent.org", "mode": "force-https" }, | |
1056 { "name": "blog.gparent.org", "mode": "force-https" }, | |
1057 { "name": "m.gparent.org", "mode": "force-https" }, | |
1058 { "name": "ca.gparent.org", "mode": "force-https" }, | |
1059 { "name": "simpletax.ca", "mode": "force-https" }, | |
1060 { "name": "help.simpletax.ca", "mode": "force-https" }, | |
1061 { "name": "app.simpletax.ca", "mode": "force-https" }, | |
1062 { "name": "daphne.informatik.uni-freiburg.de", "mode": "force-https" }, | |
1063 { "name": "bedreid.dk", "include_subdomains": true, "mode": "force-https" }, | |
1064 { "name": "cotonea.de", "include_subdomains": true, "mode": "force-https" }, | |
1065 { "name": "everhome.de", "include_subdomains": true, "mode": "force-https" }
, | |
1066 { "name": "fixingdns.com", "include_subdomains": true, "mode": "force-https"
}, | |
1067 { "name": "flamer-scene.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1068 { "name": "insouciant.org", "include_subdomains": true, "mode": "force-https
" }, | |
1069 { "name": "kaheim.de", "include_subdomains": true, "mode": "force-https" }, | |
1070 { "name": "kevincox.ca", "include_subdomains": true, "mode": "force-https" }
, | |
1071 { "name": "lingolia.com", "include_subdomains": true, "mode": "force-https"
}, | |
1072 { "name": "matatall.com", "include_subdomains": true, "mode": "force-https"
}, | |
1073 { "name": "net-safe.info", "include_subdomains": true, "mode": "force-https"
}, | |
1074 { "name": "okmx.de", "include_subdomains": true, "mode": "force-https" }, | |
1075 { "name": "osterkraenzchen.de", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1076 { "name": "parent5446.us", "include_subdomains": true, "mode": "force-https"
}, | |
1077 { "name": "patt.us", "include_subdomains": true, "mode": "force-https" }, | |
1078 { "name": "peercraft.com", "include_subdomains": true, "mode": "force-https"
}, | |
1079 { "name": "room-checkin24.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1080 { "name": "securify.nl", "include_subdomains": true, "mode": "force-https" }
, | |
1081 { "name": "shaaaaaaaaaaaaa.com", "include_subdomains": true, "mode": "force-
https" }, | |
1082 { "name": "shopontarget.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1083 { "name": "siraweb.org", "include_subdomains": true, "mode": "force-https" }
, | |
1084 { "name": "spdysync.com", "include_subdomains": true, "mode": "force-https"
}, | |
1085 { "name": "sylaps.com", "include_subdomains": true, "mode": "force-https" }, | |
1086 { "name": "sysctl.se", "include_subdomains": true, "mode": "force-https" }, | |
1087 { "name": "tauchkater.de", "include_subdomains": true, "mode": "force-https"
}, | |
1088 { "name": "theshadestore.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1089 { "name": "tomvote.com", "include_subdomains": true, "mode": "force-https" }
, | |
1090 { "name": "toshnix.com", "include_subdomains": true, "mode": "force-https" }
, | |
1091 { "name": "warrencreative.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1092 { "name": "zeplin.io", "include_subdomains": true, "mode": "force-https" }, | |
1093 { "name": "17hats.com", "include_subdomains": true, "mode": "force-https" }, | |
1094 { "name": "cdnb.co", "include_subdomains": true, "mode": "force-https" }, | |
1095 { "name": "github.com", "include_subdomains": true, "mode": "force-https" }, | |
1096 { "name": "id-co.in", "include_subdomains": true, "mode": "force-https" }, | |
1097 { "name": "ideaweb.de", "include_subdomains": true, "mode": "force-https" }, | |
1098 { "name": "man3s.jp", "include_subdomains": true, "mode": "force-https" }, | |
1099 { "name": "meinebo.it", "include_subdomains": true, "mode": "force-https" }, | |
1100 { "name": "nmctest.net", "include_subdomains": true, "mode": "force-https" }
, | |
1101 { "name": "partyvan.eu", "include_subdomains": true, "mode": "force-https" }
, | |
1102 { "name": "partyvan.it", "include_subdomains": true, "mode": "force-https" }
, | |
1103 { "name": "partyvan.nl", "include_subdomains": true, "mode": "force-https" }
, | |
1104 { "name": "partyvan.se", "include_subdomains": true, "mode": "force-https" }
, | |
1105 { "name": "regar42.fr", "include_subdomains": true, "mode": "force-https" }, | |
1106 { "name": "scotthelme.co.uk", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1107 { "name": "suite73.org", "include_subdomains": true, "mode": "force-https" }
, | |
1108 { "name": "wubthecaptain.eu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1109 { "name": "1a-diamantscheiben.de", "include_subdomains": true, "mode": "forc
e-https" }, | |
1110 { "name": "simplyfixit.co.uk", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1111 { "name": "1a-vermessung.at", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1112 { "name": "1a-werkstattgeraete.de", "include_subdomains": true, "mode": "for
ce-https" }, | |
1113 { "name": "annahmeschluss.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1114 { "name": "bautied.de", "include_subdomains": true, "mode": "force-https" }, | |
1115 { "name": "codepref.com", "include_subdomains": true, "mode": "force-https"
}, | |
1116 { "name": "encryptallthethings.net", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1117 { "name": "futos.de", "include_subdomains": true, "mode": "force-https" }, | |
1118 { "name": "jonnybarnes.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1119 { "name": "miasarafina.de", "include_subdomains": true, "mode": "force-https
" }, | |
1120 { "name": "mothereff.in", "include_subdomains": true, "mode": "force-https"
}, | |
1121 { "name": "mths.be", "include_subdomains": true, "mode": "force-https" }, | |
1122 { "name": "prefontaine.name", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1123 { "name": "redlatam.org", "include_subdomains": true, "mode": "force-https"
}, | |
1124 { "name": "schachburg.de", "include_subdomains": true, "mode": "force-https"
}, | |
1125 { "name": "schreiber-netzwerk.eu", "include_subdomains": true, "mode": "forc
e-https" }, | |
1126 { "name": "syss.de", "include_subdomains": true, "mode": "force-https" }, | |
1127 { "name": "terrax.berlin", "include_subdomains": true, "mode": "force-https"
}, | |
1128 { "name": "tollmanz.com", "include_subdomains": true, "mode": "force-https"
}, | |
1129 { "name": "tresorit.com", "include_subdomains": true, "mode": "force-https"
}, | |
1130 { "name": "vaddder.com", "include_subdomains": true, "mode": "force-https" }
, | |
1131 { "name": "wikidsystems.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1132 { "name": "wohnungsbau-ludwigsburg.de", "include_subdomains": true, "mode":
"force-https" }, | |
1133 { "name": "xtream-hosting.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1134 { "name": "xtream-hosting.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1135 { "name": "xtream-hosting.eu", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1136 { "name": "xtreamhosting.eu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1137 { "name": "honeybadger.io", "mode": "force-https" }, | |
1138 { "name": "www.honeybadger.io", "mode": "force-https" }, | |
1139 { "name": "amigogeek.net", "include_subdomains": true, "mode": "force-https"
}, | |
1140 { "name": "andreasbreitenlohner.de", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1141 { "name": "aprz.de", "include_subdomains": true, "mode": "force-https" }, | |
1142 { "name": "arlen.io", "include_subdomains": true, "mode": "force-https" }, | |
1143 { "name": "bitfarm-archiv.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1144 { "name": "bitfarm-archiv.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1145 { "name": "bulktrade.de", "include_subdomains": true, "mode": "force-https"
}, | |
1146 { "name": "buzzconcert.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1147 { "name": "chulado.com", "include_subdomains": true, "mode": "force-https" }
, | |
1148 { "name": "cimballa.com", "include_subdomains": true, "mode": "force-https"
}, | |
1149 { "name": "daylightcompany.com", "include_subdomains": true, "mode": "force-
https" }, | |
1150 { "name": "denh.am", "include_subdomains": true, "mode": "force-https" }, | |
1151 { "name": "devh.de", "include_subdomains": true, "mode": "force-https" }, | |
1152 { "name": "evstatus.com", "include_subdomains": true, "mode": "force-https"
}, | |
1153 { "name": "filedir.com", "include_subdomains": true, "mode": "force-https" }
, | |
1154 { "name": "frederik-braun.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1155 { "name": "gplintegratedit.com", "include_subdomains": true, "mode": "force-
https" }, | |
1156 { "name": "html5.org", "include_subdomains": true, "mode": "force-https" }, | |
1157 { "name": "ian.sh", "include_subdomains": true, "mode": "force-https" }, | |
1158 { "name": "ilikerainbows.co.uk", "include_subdomains": true, "mode": "force-
https" }, | |
1159 { "name": "ilmconpm.de", "include_subdomains": true, "mode": "force-https" }
, | |
1160 { "name": "inleaked.com", "include_subdomains": true, "mode": "force-https"
}, | |
1161 { "name": "klaxn.org", "include_subdomains": true, "mode": "force-https" }, | |
1162 { "name": "labina.com.tr", "include_subdomains": true, "mode": "force-https"
}, | |
1163 { "name": "liebel.org", "include_subdomains": true, "mode": "force-https" }, | |
1164 { "name": "luxus-russen.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1165 { "name": "matteomarescotti.it", "include_subdomains": true, "mode": "force-
https" }, | |
1166 { "name": "minikneet.com", "include_subdomains": true, "mode": "force-https"
}, | |
1167 { "name": "minikneet.nl", "include_subdomains": true, "mode": "force-https"
}, | |
1168 { "name": "mkcert.org", "include_subdomains": true, "mode": "force-https" }, | |
1169 { "name": "msc-seereisen.net", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1170 { "name": "mykreuzfahrt.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1171 { "name": "oscarvk.ch", "include_subdomains": true, "mode": "force-https" }, | |
1172 { "name": "plothost.com", "include_subdomains": true, "mode": "force-https"
}, | |
1173 { "name": "reishunger.de", "include_subdomains": true, "mode": "force-https"
}, | |
1174 { "name": "salserocafe.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1175 { "name": "samizdat.cz", "include_subdomains": true, "mode": "force-https" }
, | |
1176 { "name": "sslmate.com", "include_subdomains": true, "mode": "force-https" }
, | |
1177 { "name": "steventress.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1178 { "name": "tekshrek.com", "include_subdomains": true, "mode": "force-https"
}, | |
1179 { "name": "temehu.com", "include_subdomains": true, "mode": "force-https" }, | |
1180 { "name": "tobias-kluge.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1181 { "name": "vortexhobbies.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1182 { "name": "willnorris.com", "include_subdomains": true, "mode": "force-https
" }, | |
1183 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https" }
, | |
1184 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1185 { "name": "rme.li", "mode": "force-https" }, | |
1186 { "name": "www.rme.li", "mode": "force-https" }, | |
1187 { "name": "aiticon.com", "include_subdomains": true, "mode": "force-https" }
, | |
1188 { "name": "aiticon.de", "include_subdomains": true, "mode": "force-https" }, | |
1189 { "name": "anetaben.nl", "include_subdomains": true, "mode": "force-https" }
, | |
1190 { "name": "annevankesteren.com", "include_subdomains": true, "mode": "force-
https" }, | |
1191 { "name": "annevankesteren.nl", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1192 { "name": "annevankesteren.org", "include_subdomains": true, "mode": "force-
https" }, | |
1193 { "name": "barslecht.com", "include_subdomains": true, "mode": "force-https"
}, | |
1194 { "name": "barslecht.nl", "include_subdomains": true, "mode": "force-https"
}, | |
1195 { "name": "blessnet.jp", "include_subdomains": true, "mode": "force-https" }
, | |
1196 { "name": "cloudstoragemaus.com", "include_subdomains": true, "mode": "force
-https" }, | |
1197 { "name": "comdurav.com", "include_subdomains": true, "mode": "force-https"
}, | |
1198 { "name": "digitaldaddy.net", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1199 { "name": "elnutricionista.es", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1200 { "name": "fronteers.nl", "include_subdomains": true, "mode": "force-https"
}, | |
1201 { "name": "getssl.uz", "include_subdomains": true, "mode": "force-https" }, | |
1202 { "name": "gunnarhafdal.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1203 { "name": "heijblok.com", "include_subdomains": true, "mode": "force-https"
}, | |
1204 { "name": "kdex.de", "include_subdomains": true, "mode": "force-https" }, | |
1205 { "name": "limpid.nl", "include_subdomains": true, "mode": "force-https" }, | |
1206 { "name": "minez-nightswatch.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
1207 { "name": "pisidia.de", "include_subdomains": true, "mode": "force-https" }, | |
1208 { "name": "quuz.org", "include_subdomains": true, "mode": "force-https" }, | |
1209 { "name": "sale4ru.ru", "include_subdomains": true, "mode": "force-https" }, | |
1210 { "name": "shipard.com", "include_subdomains": true, "mode": "force-https" }
, | |
1211 { "name": "sro.center", "include_subdomains": true, "mode": "force-https" }, | |
1212 { "name": "standardssuck.org", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1213 { "name": "testsuite.org", "include_subdomains": true, "mode": "force-https"
}, | |
1214 { "name": "thecustomizewindows.com", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1215 { "name": "weggeweest.nl", "include_subdomains": true, "mode": "force-https"
}, | |
1216 { "name": "whatwg.org", "include_subdomains": true, "mode": "force-https" }, | |
1217 { "name": "when-release.ru", "include_subdomains": true, "mode": "force-http
s" }, | |
1218 { "name": "xn--maraa-rta.org", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1219 { "name": "otakurepublic.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1220 { "name": "mqas.net", "include_subdomains": true, "mode": "force-https" }, | |
1221 { "name": "dlc.viasinc.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1222 { "name": "www.viasinc.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1223 { "name": "viasinc.com", "mode": "force-https" }, | |
1224 { "name": "angularjs.org", "include_subdomains": true, "mode": "force-https"
}, | |
1225 { "name": "debtkit.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1226 { "name": "decibelios.li", "include_subdomains": true, "mode": "force-https"
}, | |
1227 { "name": "diamante.ro", "include_subdomains": true, "mode": "force-https" }
, | |
1228 { "name": "domaris.de", "include_subdomains": true, "mode": "force-https" }, | |
1229 { "name": "enorekcah.com", "include_subdomains": true, "mode": "force-https"
}, | |
1230 { "name": "fedorapeople.org", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1231 { "name": "gamercredo.com", "include_subdomains": true, "mode": "force-https
" }, | |
1232 { "name": "garron.net", "include_subdomains": true, "mode": "force-https" }, | |
1233 { "name": "gerardozamudio.mx", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1234 { "name": "gmcd.co", "include_subdomains": true, "mode": "force-https" }, | |
1235 { "name": "hack.li", "include_subdomains": true, "mode": "force-https" }, | |
1236 { "name": "hexony.com", "include_subdomains": true, "mode": "force-https" }, | |
1237 { "name": "horosho.in", "include_subdomains": true, "mode": "force-https" }, | |
1238 { "name": "howsmyssl.com", "include_subdomains": true, "mode": "force-https"
}, | |
1239 { "name": "howsmytls.com", "include_subdomains": true, "mode": "force-https"
}, | |
1240 { "name": "hpac-portal.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1241 { "name": "jwilsson.me", "include_subdomains": true, "mode": "force-https" }
, | |
1242 { "name": "khmath.com", "include_subdomains": true, "mode": "force-https" }, | |
1243 { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1244 { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" }, | |
1245 { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" }
, | |
1246 { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1247 { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1248 { "name": "password.codes", "include_subdomains": true, "mode": "force-https
" }, | |
1249 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1250 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" }
, | |
1251 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https"
}, | |
1252 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" }
, | |
1253 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https"
, "pins": "spideroak" }, | |
1254 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https
" }, | |
1255 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" }, | |
1256 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1257 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" }
, | |
1258 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" }
, | |
1259 | |
1260 { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1261 { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1262 { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1263 { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1264 { "name": "bi.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1265 { "name": "br.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1266 { "name": "ca.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1267 { "name": "cd.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1268 { "name": "cg.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1269 { "name": "chfr.search.yahoo.com", "include_subdomains": false, "mode": "for
ce-https" }, | |
1270 { "name": "chit.search.yahoo.com", "include_subdomains": false, "mode": "for
ce-https" }, | |
1271 { "name": "ch.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1272 { "name": "cl.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1273 { "name": "cn.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1274 { "name": "co.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1275 { "name": "cr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1276 { "name": "ct.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1277 { "name": "de.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1278 { "name": "dk.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1279 { "name": "do.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1280 { "name": "en-maktoob.search.yahoo.com", "include_subdomains": false, "mode"
: "force-https" }, | |
1281 { "name": "espanol.search.yahoo.com", "include_subdomains": false, "mode": "
force-https" }, | |
1282 { "name": "es.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1283 { "name": "fi.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1284 { "name": "fj.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1285 { "name": "fr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1286 { "name": "gl.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1287 { "name": "gm.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1288 { "name": "gr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1289 { "name": "hk.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1290 { "name": "hn.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1291 { "name": "hu.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1292 { "name": "id.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1293 { "name": "ie.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1294 { "name": "in.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1295 { "name": "it.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1296 { "name": "kr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1297 { "name": "kz.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1298 { "name": "li.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1299 { "name": "lt.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1300 { "name": "lu.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1301 { "name": "lv.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1302 { "name": "maktoob.search.yahoo.com", "include_subdomains": false, "mode": "
force-https" }, | |
1303 { "name": "malaysia.search.yahoo.com", "include_subdomains": false, "mode":
"force-https" }, | |
1304 { "name": "mt.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1305 { "name": "mu.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1306 { "name": "mw.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1307 { "name": "mx.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1308 { "name": "ni.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1309 { "name": "nl.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1310 { "name": "no.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1311 { "name": "np.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1312 { "name": "nz.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1313 { "name": "pa.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1314 { "name": "pe.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1315 { "name": "ph.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1316 { "name": "pk.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1317 { "name": "pl.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1318 { "name": "pr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1319 { "name": "py.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1320 { "name": "qc.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1321 { "name": "ro.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1322 { "name": "ru.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1323 { "name": "rw.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1324 { "name": "se.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1325 { "name": "sg.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1326 { "name": "sv.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1327 { "name": "th.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1328 { "name": "tr.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1329 { "name": "tv.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1330 { "name": "tw.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1331 { "name": "ua.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1332 { "name": "uk.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1333 { "name": "search.yahoo.com", "include_subdomains": false, "mode": "force-ht
tps" }, | |
1334 { "name": "uy.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1335 { "name": "uz.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1336 { "name": "ve.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1337 { "name": "vn.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1338 { "name": "xa.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1339 { "name": "za.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1340 { "name": "zh.search.yahoo.com", "include_subdomains": false, "mode": "force
-https" }, | |
1341 { "name": "login.yahoo.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1342 { "name": "mail.yahoo.com", "include_subdomains": false, "mode": "force-http
s" }, | |
1343 { "name": "edit.yahoo.com", "include_subdomains": true, "mode": "force-https
" }, | |
1344 { "name": "ahoyconference.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1345 { "name": "balcan-underground.net", "include_subdomains": true, "mode": "for
ce-https" }, | |
1346 { "name": "baldwinkoo.com", "include_subdomains": true, "mode": "force-https
" }, | |
1347 { "name": "bigbrownpromotions.com.au", "include_subdomains": true, "mode": "
force-https" }, | |
1348 { "name": "bodo-wolff.de", "include_subdomains": true, "mode": "force-https"
}, | |
1349 { "name": "calibreapp.com", "include_subdomains": true, "mode": "force-https
" }, | |
1350 { "name": "call.me", "include_subdomains": true, "mode": "force-https" }, | |
1351 { "name": "chrisjean.com", "include_subdomains": true, "mode": "force-https"
}, | |
1352 { "name": "cujanovic.com", "include_subdomains": true, "mode": "force-https"
}, | |
1353 { "name": "deadbeef.ninja", "include_subdomains": true, "mode": "force-https
" }, | |
1354 { "name": "esec.rs", "include_subdomains": true, "mode": "force-https" }, | |
1355 { "name": "floobits.com", "include_subdomains": true, "mode": "force-https"
}, | |
1356 { "name": "freenetproject.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1357 { "name": "fundingempire.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1358 { "name": "heid.ws", "include_subdomains": true, "mode": "force-https" }, | |
1359 { "name": "ironfistdesign.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1360 { "name": "kinogb.net", "include_subdomains": true, "mode": "force-https" }, | |
1361 { "name": "ljs.io", "include_subdomains": true, "mode": "force-https" }, | |
1362 { "name": "lovelycorral.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1363 { "name": "megashur.se", "include_subdomains": true, "mode": "force-https" }
, | |
1364 { "name": "minnesotadata.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1365 { "name": "mountainmusicpromotions.com", "include_subdomains": true, "mode":
"force-https" }, | |
1366 { "name": "newstarnootropics.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
1367 { "name": "onedot.nl", "include_subdomains": true, "mode": "force-https" }, | |
1368 { "name": "powerplannerapp.com", "include_subdomains": true, "mode": "force-
https" }, | |
1369 { "name": "ru-sprachstudio.ch", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1370 { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" }
, | |
1371 { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https
" }, | |
1372 { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-http
s" }, | |
1373 { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1374 { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1375 { "name": "wieninternational.at", "include_subdomains": true, "mode": "force
-https" }, | |
1376 { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https"
}, | |
1377 | |
1378 // Facebook would like to have pinning enforced on (*.)facebook.com and | |
1379 // HSTS enforced on specific names. We have the | |
1380 // "include_subdomains_for_pinning" flag that can do that, but it triggered
a | |
1381 // wave of pinning failures and so isn't used until that can be investigated
. | |
1382 { "name": "facebook.com", "mode": "force-https", "pins": "facebook" }, | |
1383 { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-htt
ps", "pins": "facebook" }, | |
1384 { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https
", "pins": "facebook" }, | |
1385 { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | |
1386 { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | |
1387 { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, | |
1388 { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "facebook" }, | |
1389 { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | |
1390 { "name": "developers.facebook.com", "include_subdomains": true, "mode": "fo
rce-https", "pins": "facebook" }, | |
1391 { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-h
ttps", "pins": "facebook" }, | |
1392 { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | |
1393 { "name": "code.facebook.com", "include_subdomains": true, "mode": "force-ht
tps", "pins": "facebook" }, | |
1394 { "name": "t.facebook.com", "include_subdomains": true, "mode": "force-https
", "pins": "facebook" }, | |
1395 { "name": "mtouch.facebook.com", "include_subdomains": true, "mode": "force-
https", "pins": "facebook" }, | |
1396 { "name": "business.facebook.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "facebook" }, | |
1397 { "name": "research.facebook.com", "include_subdomains": true, "mode": "forc
e-https", "pins": "facebook" }, | |
1398 | |
1399 { "name": "0x0a.net", "include_subdomains": true, "mode": "force-https" }, | |
1400 { "name": "animurecs.com", "include_subdomains": true, "mode": "force-https"
}, | |
1401 { "name": "arendburgers.nl", "include_subdomains": true, "mode": "force-http
s" }, | |
1402 { "name": "big-andy.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1403 { "name": "bitgo.com", "include_subdomains": true, "mode": "force-https" }, | |
1404 { "name": "buttercoin.com", "include_subdomains": true, "mode": "force-https
" }, | |
1405 { "name": "chainmonitor.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1406 { "name": "coinapult.com", "include_subdomains": true, "mode": "force-https"
}, | |
1407 { "name": "comssa.org.au", "include_subdomains": true, "mode": "force-https"
}, | |
1408 { "name": "coursella.com", "include_subdomains": true, "mode": "force-https"
}, | |
1409 { "name": "crowdjuris.com", "include_subdomains": true, "mode": "force-https
" }, | |
1410 { "name": "curlybracket.co.uk", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1411 { "name": "cyanogenmod.xxx", "include_subdomains": true, "mode": "force-http
s" }, | |
1412 { "name": "czbix.com", "include_subdomains": true, "mode": "force-https" }, | |
1413 { "name": "dealcruiser.nl", "include_subdomains": true, "mode": "force-https
" }, | |
1414 { "name": "derevtsov.com", "include_subdomains": true, "mode": "force-https"
}, | |
1415 { "name": "dzlibs.io", "include_subdomains": true, "mode": "force-https" }, | |
1416 { "name": "easysimplecrm.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1417 { "name": "fralef.me", "include_subdomains": true, "mode": "force-https" }, | |
1418 { "name": "glossopnorthendafc.co.uk", "include_subdomains": true, "mode": "f
orce-https" }, | |
1419 { "name": "gtraxapp.com", "include_subdomains": true, "mode": "force-https"
}, | |
1420 { "name": "hansvaneijsden.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1421 { "name": "horseboners.xxx", "include_subdomains": true, "mode": "force-http
s" }, | |
1422 { "name": "horza.org", "include_subdomains": true, "mode": "force-https" }, | |
1423 { "name": "iamcarrico.com", "include_subdomains": true, "mode": "force-https
" }, | |
1424 { "name": "kartonmodellbau.org", "include_subdomains": true, "mode": "force-
https" }, | |
1425 { "name": "keycdn.com", "include_subdomains": true, "mode": "force-https" }, | |
1426 { "name": "komandakovalchuk.com", "include_subdomains": true, "mode": "force
-https" }, | |
1427 { "name": "kryptera.se", "include_subdomains": true, "mode": "force-https" }
, | |
1428 { "name": "lukonet.com", "include_subdomains": true, "mode": "force-https" }
, | |
1429 { "name": "meetfinch.com", "include_subdomains": true, "mode": "force-https"
}, | |
1430 { "name": "megaxchange.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1431 { "name": "moriz.de", "include_subdomains": true, "mode": "force-https" }, | |
1432 { "name": "myplaceonline.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1433 { "name": "nectarleaf.com", "include_subdomains": true, "mode": "force-https
" }, | |
1434 { "name": "nos-oignons.net", "include_subdomains": true, "mode": "force-http
s" }, | |
1435 { "name": "phoenixlogan.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1436 { "name": "redteam-pentesting.de", "include_subdomains": true, "mode": "forc
e-https" }, | |
1437 { "name": "roland.io", "include_subdomains": true, "mode": "force-https" }, | |
1438 { "name": "servergno.me", "include_subdomains": true, "mode": "force-https"
}, | |
1439 { "name": "siriad.com", "include_subdomains": true, "mode": "force-https" }, | |
1440 { "name": "smartcoin.com.br", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1441 { "name": "spartantheatre.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1442 { "name": "spencerbaer.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1443 { "name": "stretchmyan.us", "include_subdomains": true, "mode": "force-https
" }, | |
1444 { "name": "taxsquirrel.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1445 { "name": "techhipster.net", "include_subdomains": true, "mode": "force-http
s" }, | |
1446 { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https"
}, | |
1447 { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" }, | |
1448 { "name": "triop.se", "include_subdomains": true, "mode": "force-https" }, | |
1449 { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "for
ce-https" }, | |
1450 { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1451 { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" }, | |
1452 { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" }
, | |
1453 { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1454 { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-http
s" }, | |
1455 { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" }, | |
1456 { "name": "www.etsy.com", "include_subdomains": true, "mode": "force-https"
}, | |
1457 { "name": "etsysecure.com", "include_subdomains": true, "mode": "force-https
" }, | |
1458 { "name": "18f.gsa.gov", "include_subdomains": true, "mode": "force-https" }
, | |
1459 { "name": "my.usa.gov", "include_subdomains": true, "mode": "force-https" }, | |
1460 { "name": "alexyang.me", "include_subdomains": true, "mode": "force-https" }
, | |
1461 { "name": "beamitapp.com", "include_subdomains": true, "mode": "force-https"
}, | |
1462 { "name": "bonigo.de", "include_subdomains": true, "mode": "force-https" }, | |
1463 { "name": "certly.io", "include_subdomains": true, "mode": "force-https" }, | |
1464 { "name": "chontalpa.pw", "include_subdomains": true, "mode": "force-https"
}, | |
1465 { "name": "cktennis.com", "include_subdomains": true, "mode": "force-https"
}, | |
1466 { "name": "clintwilson.technology", "include_subdomains": true, "mode": "for
ce-https" }, | |
1467 { "name": "cspbuilder.info", "include_subdomains": true, "mode": "force-http
s" }, | |
1468 { "name": "depechemode-live.com", "include_subdomains": true, "mode": "force
-https" }, | |
1469 { "name": "destinationbijoux.fr", "include_subdomains": true, "mode": "force
-https" }, | |
1470 { "name": "dinamoelektrik.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1471 { "name": "ethack.org", "include_subdomains": true, "mode": "force-https" }, | |
1472 { "name": "fabianfischer.de", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1473 { "name": "fastcomcorp.net", "include_subdomains": true, "mode": "force-http
s" }, | |
1474 { "name": "gizzo.sk", "include_subdomains": true, "mode": "force-https" }, | |
1475 { "name": "inkbunny.net", "include_subdomains": true, "mode": "force-https"
}, | |
1476 { "name": "itsamurai.ru", "include_subdomains": true, "mode": "force-https"
}, | |
1477 { "name": "itshost.ru", "include_subdomains": true, "mode": "force-https" }, | |
1478 { "name": "jmedved.com", "include_subdomains": true, "mode": "force-https" }
, | |
1479 { "name": "jwilsson.com", "include_subdomains": true, "mode": "force-https"
}, | |
1480 { "name": "keepclean.me", "include_subdomains": true, "mode": "force-https"
}, | |
1481 { "name": "klausbrinch.dk", "include_subdomains": true, "mode": "force-https
" }, | |
1482 { "name": "leonardcamacho.me", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1483 { "name": "mdfnet.se", "include_subdomains": true, "mode": "force-https" }, | |
1484 { "name": "michalspacek.cz", "include_subdomains": true, "mode": "force-http
s" }, | |
1485 { "name": "mike-bland.com", "include_subdomains": true, "mode": "force-https
" }, | |
1486 { "name": "mocloud.eu", "include_subdomains": true, "mode": "force-https" }, | |
1487 { "name": "oakslighting.co.uk", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1488 { "name": "onsitemassageco.com", "include_subdomains": true, "mode": "force-
https" }, | |
1489 { "name": "propagandism.org", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1490 { "name": "slevomat.cz", "include_subdomains": true, "mode": "force-https" }
, | |
1491 { "name": "sour.is", "include_subdomains": true, "mode": "force-https" }, | |
1492 { "name": "spongepowered.org", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1493 { "name": "staticanime.net", "include_subdomains": true, "mode": "force-http
s" }, | |
1494 { "name": "sunjaydhama.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1495 { "name": "swehack.org", "include_subdomains": true, "mode": "force-https" }
, | |
1496 { "name": "thusoy.com", "include_subdomains": true, "mode": "force-https" }, | |
1497 { "name": "tls.li", "include_subdomains": true, "mode": "force-https" }, | |
1498 { "name": "vhost.co.id", "include_subdomains": true, "mode": "force-https" }
, | |
1499 { "name": "webandwords.com.au", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1500 { "name": "webtiles.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1501 { "name": "yoursecondphone.co", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1502 { "name": "zlavomat.sk", "include_subdomains": true, "mode": "force-https" }
, | |
1503 { "name": "alainwolf.net", "include_subdomains": true, "mode": "force-https"
}, | |
1504 { "name": "arguggi.co.uk", "include_subdomains": true, "mode": "force-https"
}, | |
1505 { "name": "azabani.com", "include_subdomains": true, "mode": "force-https" }
, | |
1506 { "name": "bitmon.net", "include_subdomains": true, "mode": "force-https" }, | |
1507 { "name": "bjornjohansen.no", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1508 { "name": "bookingapp.nl", "include_subdomains": true, "mode": "force-https"
}, | |
1509 { "name": "cackette.com", "include_subdomains": true, "mode": "force-https"
}, | |
1510 { "name": "caremad.io", "include_subdomains": true, "mode": "force-https" }, | |
1511 { "name": "clerkendweller.uk", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1512 { "name": "cyon.ch", "include_subdomains": true, "mode": "force-https" }, | |
1513 { "name": "fakturoid.cz", "include_subdomains": true, "mode": "force-https"
}, | |
1514 { "name": "finn.io", "include_subdomains": true, "mode": "force-https" }, | |
1515 { "name": "fm83.nl", "include_subdomains": true, "mode": "force-https" }, | |
1516 { "name": "grandmascookieblog.com", "include_subdomains": true, "mode": "for
ce-https" }, | |
1517 { "name": "khanovaskola.cz", "include_subdomains": true, "mode": "force-http
s" }, | |
1518 { "name": "ki-on.net", "include_subdomains": true, "mode": "force-https" }, | |
1519 { "name": "kingmanhall.org", "include_subdomains": true, "mode": "force-http
s" }, | |
1520 { "name": "kpebetka.net", "include_subdomains": true, "mode": "force-https"
}, | |
1521 { "name": "mirindadomo.ru", "include_subdomains": true, "mode": "force-https
" }, | |
1522 { "name": "myvirtualserver.com", "include_subdomains": true, "mode": "force-
https" }, | |
1523 { "name": "neftaly.com", "include_subdomains": true, "mode": "force-https" }
, | |
1524 { "name": "nu3.at", "include_subdomains": true, "mode": "force-https" }, | |
1525 { "name": "nu3.ch", "include_subdomains": true, "mode": "force-https" }, | |
1526 { "name": "nu3.co.uk", "include_subdomains": true, "mode": "force-https" }, | |
1527 { "name": "nu3.com", "include_subdomains": true, "mode": "force-https" }, | |
1528 { "name": "nu3.de", "include_subdomains": true, "mode": "force-https" }, | |
1529 { "name": "nu3.dk", "include_subdomains": true, "mode": "force-https" }, | |
1530 { "name": "nu3.fi", "include_subdomains": true, "mode": "force-https" }, | |
1531 { "name": "nu3.fr", "include_subdomains": true, "mode": "force-https" }, | |
1532 { "name": "nu3.no", "include_subdomains": true, "mode": "force-https" }, | |
1533 { "name": "nu3.se", "include_subdomains": true, "mode": "force-https" }, | |
1534 { "name": "ovenapp.io", "include_subdomains": true, "mode": "force-https" }, | |
1535 { "name": "ruudkoot.nl", "include_subdomains": true, "mode": "force-https" }
, | |
1536 { "name": "seomobo.com", "include_subdomains": true, "mode": "force-https" }
, | |
1537 { "name": "seowarp.net", "include_subdomains": true, "mode": "force-https" }
, | |
1538 { "name": "shenyuqi.com", "include_subdomains": true, "mode": "force-https"
}, | |
1539 { "name": "souvik.me", "include_subdomains": true, "mode": "force-https" }, | |
1540 { "name": "topodin.com", "include_subdomains": true, "mode": "force-https" }
, | |
1541 { "name": "wpletter.de", "include_subdomains": true, "mode": "force-https" }
, | |
1542 { "name": "yahvehyireh.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1543 { "name": "anadoluefessporkulubu.org", "include_subdomains": true, "mode": "
force-https" }, | |
1544 { "name": "ankarakart.com.tr", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1545 { "name": "bgneuesheim.de", "include_subdomains": true, "mode": "force-https
" }, | |
1546 { "name": "bhatia.at", "include_subdomains": true, "mode": "force-https" }, | |
1547 { "name": "bitmex.com", "include_subdomains": true, "mode": "force-https" }, | |
1548 { "name": "blockchain.info", "include_subdomains": true, "mode": "force-http
s" }, | |
1549 { "name": "blubbablasen.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1550 { "name": "brage.info", "include_subdomains": true, "mode": "force-https" }, | |
1551 { "name": "chahub.com", "include_subdomains": true, "mode": "force-https" }, | |
1552 { "name": "cor-ser.es", "include_subdomains": true, "mode": "force-https" }, | |
1553 { "name": "darchoods.net", "include_subdomains": true, "mode": "force-https"
}, | |
1554 { "name": "electronic-ignition-system.com", "include_subdomains": true, "mod
e": "force-https" }, | |
1555 { "name": "fabhub.io", "include_subdomains": true, "mode": "force-https" }, | |
1556 { "name": "fant.dk", "include_subdomains": true, "mode": "force-https" }, | |
1557 { "name": "henriknoerr.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1558 { "name": "imaginary.ca", "include_subdomains": true, "mode": "force-https"
}, | |
1559 { "name": "inb4.us", "include_subdomains": true, "mode": "force-https" }, | |
1560 { "name": "kosho.org", "include_subdomains": true, "mode": "force-https" }, | |
1561 { "name": "lighting-centres.co.uk", "include_subdomains": true, "mode": "for
ce-https" }, | |
1562 { "name": "marshut.net", "include_subdomains": true, "mode": "force-https" }
, | |
1563 { "name": "meamod.com", "include_subdomains": true, "mode": "force-https" }, | |
1564 { "name": "movelaria.com.br", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1565 { "name": "myni.io", "include_subdomains": true, "mode": "force-https" }, | |
1566 { "name": "nameid.org", "include_subdomains": true, "mode": "force-https" }, | |
1567 { "name": "nginxnudes.com", "include_subdomains": true, "mode": "force-https
" }, | |
1568 { "name": "nouvelle-vague-saint-cast.fr", "include_subdomains": true, "mode"
: "force-https" }, | |
1569 { "name": "opendesk.cc", "include_subdomains": true, "mode": "force-https" }
, | |
1570 { "name": "pestici.de", "include_subdomains": true, "mode": "force-https" }, | |
1571 { "name": "petrolplus.ru", "include_subdomains": true, "mode": "force-https"
}, | |
1572 { "name": "proximato.com", "include_subdomains": true, "mode": "force-https"
}, | |
1573 { "name": "savetheinternet.eu", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1574 { "name": "shortdiary.me", "include_subdomains": true, "mode": "force-https"
}, | |
1575 { "name": "simplia.cz", "include_subdomains": true, "mode": "force-https" }, | |
1576 { "name": "tadigitalstore.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1577 { "name": "tapka.cz", "include_subdomains": true, "mode": "force-https" }, | |
1578 { "name": "tegelsensanitaironline.nl", "include_subdomains": true, "mode": "
force-https" }, | |
1579 { "name": "typingrevolution.com", "include_subdomains": true, "mode": "force
-https" }, | |
1580 { "name": "unison.com", "include_subdomains": true, "mode": "force-https" }, | |
1581 { "name": "uptrends.com", "include_subdomains": true, "mode": "force-https"
}, | |
1582 { "name": "visionless.me", "include_subdomains": true, "mode": "force-https"
}, | |
1583 { "name": "vrobert.fr", "include_subdomains": true, "mode": "force-https" }, | |
1584 { "name": "wbg-vs.de", "include_subdomains": true, "mode": "force-https" }, | |
1585 { "name": "hstspreload.appspot.com", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1586 { "name": "hg.python.org", "include_subdomains": true, "mode": "force-https"
}, | |
1587 { "name": "doc.python.org", "include_subdomains": true, "mode": "force-https
" }, | |
1588 { "name": "console.python.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1589 { "name": "mutantmonkey.in", "include_subdomains": true, "mode": "force-http
s" }, | |
1590 { "name": "mutantmonkey.info", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1591 { "name": "alecvannoten.be", "include_subdomains": true, "mode": "force-http
s" }, | |
1592 { "name": "anime.my", "include_subdomains": true, "mode": "force-https" }, | |
1593 { "name": "atavio.at", "include_subdomains": true, "mode": "force-https" }, | |
1594 { "name": "atavio.ch", "include_subdomains": true, "mode": "force-https" }, | |
1595 { "name": "atavio.de", "include_subdomains": true, "mode": "force-https" }, | |
1596 { "name": "balikonos.cz", "include_subdomains": true, "mode": "force-https"
}, | |
1597 { "name": "camolist.com", "include_subdomains": true, "mode": "force-https"
}, | |
1598 { "name": "chatbot.me", "include_subdomains": true, "mode": "force-https" }, | |
1599 { "name": "coffeeetc.co.uk", "include_subdomains": true, "mode": "force-http
s" }, | |
1600 { "name": "dee.pe", "include_subdomains": true, "mode": "force-https" }, | |
1601 { "name": "ecdn.cz", "include_subdomains": true, "mode": "force-https" }, | |
1602 { "name": "ef.gy", "include_subdomains": true, "mode": "force-https" }, | |
1603 { "name": "exiahost.com", "include_subdomains": true, "mode": "force-https"
}, | |
1604 { "name": "freethought.org.au", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1605 { "name": "golf-6.com", "include_subdomains": true, "mode": "force-https" }, | |
1606 { "name": "golf3.de", "include_subdomains": true, "mode": "force-https" }, | |
1607 { "name": "golf4.de", "include_subdomains": true, "mode": "force-https" }, | |
1608 { "name": "hrackydomino.cz", "include_subdomains": true, "mode": "force-http
s" }, | |
1609 { "name": "hsmr.cc", "include_subdomains": true, "mode": "force-https" }, | |
1610 { "name": "instasex.ch", "include_subdomains": true, "mode": "force-https" }
, | |
1611 { "name": "jakub-boucek.cz", "include_subdomains": true, "mode": "force-http
s" }, | |
1612 { "name": "koenvdheuvel.me", "include_subdomains": true, "mode": "force-http
s" }, | |
1613 { "name": "leadbook.ru", "include_subdomains": true, "mode": "force-https" }
, | |
1614 { "name": "lilpwny.com", "include_subdomains": true, "mode": "force-https" }
, | |
1615 { "name": "mirrorx.com", "include_subdomains": true, "mode": "force-https" }
, | |
1616 { "name": "pentesterlab.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1617 { "name": "pypa.io", "include_subdomains": true, "mode": "force-https" }, | |
1618 { "name": "r3s1stanc3.me", "include_subdomains": true, "mode": "force-https"
}, | |
1619 { "name": "residentsinsurance.co.uk", "include_subdomains": true, "mode": "f
orce-https" }, | |
1620 { "name": "rlalique.com", "include_subdomains": true, "mode": "force-https"
}, | |
1621 { "name": "scribe.systems", "include_subdomains": true, "mode": "force-https
" }, | |
1622 { "name": "securesuisse.ch", "include_subdomains": true, "mode": "force-http
s" }, | |
1623 { "name": "slack.com", "include_subdomains": true, "mode": "force-https" }, | |
1624 { "name": "smartlend.se", "include_subdomains": true, "mode": "force-https"
}, | |
1625 { "name": "webtrh.cz", "include_subdomains": true, "mode": "force-https" }, | |
1626 { "name": "yetii.net", "include_subdomains": true, "mode": "force-https" }, | |
1627 { "name": "login.ubuntu.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1628 { "name": "login.launchpad.net", "include_subdomains": true, "mode": "force-
https" }, | |
1629 { "name": "302.nyc", "include_subdomains": true, "mode": "force-https" }, | |
1630 { "name": "biathloncup.ru", "include_subdomains": true, "mode": "force-https
" }, | |
1631 { "name": "bitpod.de", "include_subdomains": true, "mode": "force-https" }, | |
1632 { "name": "brakemanpro.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1633 { "name": "daveoc64.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1634 { "name": "fewo-thueringer-wald.de", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1635 { "name": "filip-prochazka.com", "include_subdomains": true, "mode": "force-
https" }, | |
1636 { "name": "food4health.guide", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1637 { "name": "johners.me", "include_subdomains": true, "mode": "force-https" }, | |
1638 { "name": "kdyby.org", "include_subdomains": true, "mode": "force-https" }, | |
1639 { "name": "kupschke.net", "include_subdomains": true, "mode": "force-https"
}, | |
1640 { "name": "leibniz-remscheid.de", "include_subdomains": true, "mode": "force
-https" }, | |
1641 { "name": "manicode.com", "include_subdomains": true, "mode": "force-https"
}, | |
1642 { "name": "nwgh.org", "include_subdomains": true, "mode": "force-https" }, | |
1643 { "name": "ouvirmusica.com.br", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1644 { "name": "pharmaboard.de", "include_subdomains": true, "mode": "force-https
" }, | |
1645 { "name": "pieperhome.de", "include_subdomains": true, "mode": "force-https"
}, | |
1646 { "name": "raspass.me", "include_subdomains": true, "mode": "force-https" }, | |
1647 { "name": "romans-place.me.uk", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1648 { "name": "rudloff.pro", "include_subdomains": true, "mode": "force-https" }
, | |
1649 { "name": "seyahatsagliksigortalari.com", "include_subdomains": true, "mode"
: "force-https" }, | |
1650 { "name": "shakepeers.org", "include_subdomains": true, "mode": "force-https
" }, | |
1651 { "name": "smartcleaningcenter.nl", "include_subdomains": true, "mode": "for
ce-https" }, | |
1652 { "name": "snakehosting.dk", "include_subdomains": true, "mode": "force-http
s" }, | |
1653 { "name": "srevilak.net", "include_subdomains": true, "mode": "force-https"
}, | |
1654 { "name": "strasweb.fr", "include_subdomains": true, "mode": "force-https" }
, | |
1655 { "name": "tas2580.net", "include_subdomains": true, "mode": "force-https" }
, | |
1656 { "name": "todesschaf.org", "include_subdomains": true, "mode": "force-https
" }, | |
1657 { "name": "twisto.cz", "include_subdomains": true, "mode": "force-https" }, | |
1658 { "name": "webassadors.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1659 { "name": "wundi.net", "include_subdomains": true, "mode": "force-https" }, | |
1660 { "name": "cs50.harvard.edu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1661 { "name": "007sascha.de", "include_subdomains": true, "mode": "force-https"
}, | |
1662 { "name": "2048game.co.uk", "include_subdomains": true, "mode": "force-https
" }, | |
1663 { "name": "adorai.tk", "include_subdomains": true, "mode": "force-https" }, | |
1664 { "name": "afp548.com", "include_subdomains": true, "mode": "force-https" }, | |
1665 { "name": "atlassian.net", "include_subdomains": true, "mode": "force-https"
}, | |
1666 { "name": "atte.fi", "include_subdomains": true, "mode": "force-https" }, | |
1667 { "name": "bizon.sk", "include_subdomains": true, "mode": "force-https" }, | |
1668 { "name": "broeselei.at", "include_subdomains": true, "mode": "force-https"
}, | |
1669 { "name": "cordial-restaurant.com", "include_subdomains": true, "mode": "for
ce-https" }, | |
1670 { "name": "curiosity-driven.org", "include_subdomains": true, "mode": "force
-https" }, | |
1671 { "name": "egfl.org.uk", "include_subdomains": true, "mode": "force-https" }
, | |
1672 { "name": "eksisozluk.com", "include_subdomains": true, "mode": "force-https
" }, | |
1673 { "name": "firefart.at", "include_subdomains": true, "mode": "force-https" }
, | |
1674 { "name": "firstlook.org", "include_subdomains": true, "mode": "force-https"
}, | |
1675 { "name": "fonetiq.io", "include_subdomains": true, "mode": "force-https" }, | |
1676 { "name": "groetzner.net", "include_subdomains": true, "mode": "force-https"
}, | |
1677 { "name": "gw2treasures.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1678 { "name": "heartlandrentals.com", "include_subdomains": true, "mode": "force
-https" }, | |
1679 { "name": "hemlockhillscabinrentals.com", "include_subdomains": true, "mode"
: "force-https" }, | |
1680 { "name": "hstsfail.appspot.com", "include_subdomains": true, "mode": "force
-https" }, | |
1681 { "name": "i5y.co.uk", "include_subdomains": true, "mode": "force-https" }, | |
1682 { "name": "innophate-security.com", "include_subdomains": true, "mode": "for
ce-https" }, | |
1683 { "name": "innophate-security.nl", "include_subdomains": true, "mode": "forc
e-https" }, | |
1684 { "name": "iranianlawschool.com", "include_subdomains": true, "mode": "force
-https" }, | |
1685 { "name": "jettshome.org", "include_subdomains": true, "mode": "force-https"
}, | |
1686 { "name": "karmaspa.se", "include_subdomains": true, "mode": "force-https" }
, | |
1687 { "name": "keeleysam.com", "include_subdomains": true, "mode": "force-https"
}, | |
1688 { "name": "kirkforcongress.com", "include_subdomains": true, "mode": "force-
https" }, | |
1689 { "name": "kirkforsenate.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1690 { "name": "les-corsaires.net", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1691 { "name": "libraryfreedomproject.org", "include_subdomains": true, "mode": "
force-https" }, | |
1692 { "name": "linux-admin-california.com", "include_subdomains": true, "mode":
"force-https" }, | |
1693 { "name": "lobste.rs", "include_subdomains": true, "mode": "force-https" }, | |
1694 { "name": "luelistan.net", "include_subdomains": true, "mode": "force-https"
}, | |
1695 { "name": "makeitdynamic.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1696 { "name": "minecraftvoter.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1697 { "name": "mkw.st", "include_subdomains": true, "mode": "force-https" }, | |
1698 { "name": "mujadin.se", "include_subdomains": true, "mode": "force-https" }, | |
1699 { "name": "netztest.at", "include_subdomains": true, "mode": "force-https" }
, | |
1700 { "name": "null-sec.ru", "include_subdomains": true, "mode": "force-https" }
, | |
1701 { "name": "nutsandboltsmedia.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
1702 { "name": "ooonja.de", "include_subdomains": true, "mode": "force-https" }, | |
1703 { "name": "personaldatabasen.no", "include_subdomains": true, "mode": "force
-https" }, | |
1704 { "name": "phurl.de", "include_subdomains": true, "mode": "force-https" }, | |
1705 { "name": "privategiant.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1706 { "name": "progressiveplanning.com", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1707 { "name": "puac.de", "include_subdomains": true, "mode": "force-https" }, | |
1708 { "name": "rafaelcz.de", "include_subdomains": true, "mode": "force-https" }
, | |
1709 { "name": "rasing.me", "include_subdomains": true, "mode": "force-https" }, | |
1710 { "name": "reliable-mail.de", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1711 { "name": "riftnetwork.net", "include_subdomains": true, "mode": "force-http
s" }, | |
1712 { "name": "romulusapp.com", "include_subdomains": true, "mode": "force-https
" }, | |
1713 { "name": "samba.org", "include_subdomains": true, "mode": "force-https" }, | |
1714 { "name": "savvytime.com", "include_subdomains": true, "mode": "force-https"
}, | |
1715 { "name": "sitesten.com", "include_subdomains": true, "mode": "force-https"
}, | |
1716 { "name": "skhosting.eu", "include_subdomains": true, "mode": "force-https"
}, | |
1717 { "name": "skogsbruket.fi", "include_subdomains": true, "mode": "force-https
" }, | |
1718 { "name": "skogskultur.fi", "include_subdomains": true, "mode": "force-https
" }, | |
1719 { "name": "sorz.org", "include_subdomains": true, "mode": "force-https" }, | |
1720 { "name": "spawn.cz", "include_subdomains": true, "mode": "force-https" }, | |
1721 { "name": "spreed.me", "include_subdomains": true, "mode": "force-https" }, | |
1722 { "name": "studienportal.eu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1723 { "name": "tc-bonito.de", "include_subdomains": true, "mode": "force-https"
}, | |
1724 { "name": "thomasgriffin.io", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1725 { "name": "thyngster.com", "include_subdomains": true, "mode": "force-https"
}, | |
1726 { "name": "tid.jp", "include_subdomains": true, "mode": "force-https" }, | |
1727 { "name": "tonywebster.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1728 { "name": "tucuxi.org", "include_subdomains": true, "mode": "force-https" }, | |
1729 { "name": "firebaseio.com", "include_subdomains": true, "mode": "force-https
" }, | |
1730 { "name": "firebaseio-demo.com", "include_subdomains": true, "mode": "force-
https" }, | |
1731 { "name": "adlershop.ch", "include_subdomains": true, "mode": "force-https"
}, | |
1732 { "name": "ahwatukeefoothillsmontessori.com", "include_subdomains": true, "m
ode": "force-https" }, | |
1733 { "name": "authentication.io", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1734 { "name": "brainfork.ml", "include_subdomains": true, "mode": "force-https"
}, | |
1735 { "name": "brainvation.de", "include_subdomains": true, "mode": "force-https
" }, | |
1736 { "name": "brossmanit.com", "include_subdomains": true, "mode": "force-https
" }, | |
1737 { "name": "calomel.org", "include_subdomains": true, "mode": "force-https" }
, | |
1738 { "name": "chm.vn", "include_subdomains": true, "mode": "force-https" }, | |
1739 { "name": "clan-ww.com", "include_subdomains": true, "mode": "force-https" }
, | |
1740 { "name": "dixmag.com", "include_subdomains": true, "mode": "force-https" }, | |
1741 { "name": "dynaloop.net", "include_subdomains": true, "mode": "force-https"
}, | |
1742 { "name": "eduroam.no", "include_subdomains": true, "mode": "force-https" }, | |
1743 { "name": "egit.co", "include_subdomains": true, "mode": "force-https" }, | |
1744 { "name": "friendlink.jp", "include_subdomains": true, "mode": "force-https"
}, | |
1745 { "name": "gambitnash.co.uk", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1746 { "name": "gavick.com", "include_subdomains": true, "mode": "force-https" }, | |
1747 { "name": "hachre.de", "include_subdomains": true, "mode": "force-https" }, | |
1748 { "name": "herocentral.de", "include_subdomains": true, "mode": "force-https
" }, | |
1749 { "name": "hicoria.com", "include_subdomains": true, "mode": "force-https" }
, | |
1750 { "name": "id-conf.com", "include_subdomains": true, "mode": "force-https" }
, | |
1751 { "name": "ikkatsu-satei.jp", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1752 { "name": "iridiumbrowser.de", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1753 { "name": "jira.com", "include_subdomains": true, "mode": "force-https" }, | |
1754 { "name": "kirei.se", "include_subdomains": true, "mode": "force-https" }, | |
1755 { "name": "kuppingercole.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1756 { "name": "maff.scot", "include_subdomains": true, "mode": "force-https" }, | |
1757 { "name": "mpreserver.com", "include_subdomains": true, "mode": "force-https
" }, | |
1758 { "name": "mvno.io", "include_subdomains": true, "mode": "force-https" }, | |
1759 { "name": "namepros.com", "include_subdomains": true, "mode": "force-https"
}, | |
1760 { "name": "neko.li", "include_subdomains": true, "mode": "force-https" }, | |
1761 { "name": "netera.se", "include_subdomains": true, "mode": "force-https" }, | |
1762 { "name": "nieselregen.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1763 { "name": "pauladamsmith.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1764 { "name": "pwd.ovh", "include_subdomains": true, "mode": "force-https" }, | |
1765 { "name": "ragingserenity.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1766 { "name": "saintsrobotics.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1767 { "name": "samuelkeeley.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1768 { "name": "shellsec.pw", "include_subdomains": true, "mode": "force-https" }
, | |
1769 { "name": "suzukikenichi.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1770 { "name": "tbspace.de", "include_subdomains": true, "mode": "force-https" }, | |
1771 { "name": "the-sky-of-valkyries.com", "include_subdomains": true, "mode": "f
orce-https" }, | |
1772 { "name": "thomastimepieces.com.au", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1773 { "name": "uonstaffhub.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1774 { "name": "whd-guide.de", "include_subdomains": true, "mode": "force-https"
}, | |
1775 { "name": "whocalld.com", "include_subdomains": true, "mode": "force-https"
}, | |
1776 { "name": "wootton95.com", "include_subdomains": true, "mode": "force-https"
}, | |
1777 { "name": "fassadenverkleidung24.de", "include_subdomains": true, "mode": "f
orce-https" }, | |
1778 { "name": "uspsoig.gov", "include_subdomains": true, "mode": "force-https" }
, | |
1779 { "name": "notalone.gov", "include_subdomains": true, "mode": "force-https"
}, | |
1780 { "name": "aids.gov", "include_subdomains": true, "mode": "force-https" }, | |
1781 { "name": "itdashboard.gov", "include_subdomains": true, "mode": "force-http
s" }, | |
1782 { "name": "paymentaccuracy.gov", "include_subdomains": true, "mode": "force-
https" }, | |
1783 { "name": "cao.gov", "include_subdomains": true, "mode": "force-https" }, | |
1784 { "name": "cfo.gov", "include_subdomains": true, "mode": "force-https" }, | |
1785 { "name": "cio.gov", "include_subdomains": true, "mode": "force-https" }, | |
1786 { "name": "earmarks.gov", "include_subdomains": true, "mode": "force-https"
}, | |
1787 { "name": "bfelob.gov", "include_subdomains": true, "mode": "force-https" }, | |
1788 { "name": "max.gov", "include_subdomains": true, "mode": "force-https" }, | |
1789 { "name": "save.gov", "include_subdomains": true, "mode": "force-https" }, | |
1790 { "name": "saveaward.gov", "include_subdomains": true, "mode": "force-https"
}, | |
1791 { "name": "ustr.gov", "include_subdomains": true, "mode": "force-https" }, | |
1792 { "name": "airlea.com", "include_subdomains": true, "mode": "force-https" }, | |
1793 { "name": "atlantischild.hu", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1794 { "name": "benjamin.pe", "include_subdomains": true, "mode": "force-https" }
, | |
1795 { "name": "changelab.cc", "include_subdomains": true, "mode": "force-https"
}, | |
1796 { "name": "cryptobin.org", "include_subdomains": true, "mode": "force-https"
}, | |
1797 { "name": "csuw.net", "include_subdomains": true, "mode": "force-https" }, | |
1798 { "name": "dccode.gov", "include_subdomains": true, "mode": "force-https" }, | |
1799 { "name": "dreadbyte.com", "include_subdomains": true, "mode": "force-https"
}, | |
1800 { "name": "dylanscott.com.au", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1801 { "name": "e-kontakti.fi", "include_subdomains": true, "mode": "force-https"
}, | |
1802 { "name": "ecfs.link", "include_subdomains": true, "mode": "force-https" }, | |
1803 { "name": "expatads.com", "include_subdomains": true, "mode": "force-https"
}, | |
1804 { "name": "florianmitrea.uk", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1805 { "name": "gaytorrent.ru", "include_subdomains": true, "mode": "force-https"
}, | |
1806 { "name": "getable.com", "include_subdomains": true, "mode": "force-https" }
, | |
1807 { "name": "gpsfix.cz", "include_subdomains": true, "mode": "force-https" }, | |
1808 { "name": "guidetoiceland.is", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1809 { "name": "happylifestyle.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1810 { "name": "heppler.net", "include_subdomains": true, "mode": "force-https" }
, | |
1811 { "name": "httpswatch.com", "include_subdomains": true, "mode": "force-https
" }, | |
1812 { "name": "interserved.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1813 { "name": "izdiwho.com", "include_subdomains": true, "mode": "force-https" }
, | |
1814 { "name": "jimshaver.net", "include_subdomains": true, "mode": "force-https"
}, | |
1815 { "name": "jmdekker.it", "include_subdomains": true, "mode": "force-https" }
, | |
1816 { "name": "jonathan.ir", "include_subdomains": true, "mode": "force-https" }
, | |
1817 { "name": "klarmobil-empfehlen.de", "include_subdomains": true, "mode": "for
ce-https" }, | |
1818 { "name": "klingeletest.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1819 { "name": "lancejames.com", "include_subdomains": true, "mode": "force-https
" }, | |
1820 { "name": "leonklingele.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1821 { "name": "madars.org", "include_subdomains": true, "mode": "force-https" }, | |
1822 { "name": "magneticanvil.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1823 { "name": "mimeit.de", "include_subdomains": true, "mode": "force-https" }, | |
1824 { "name": "mobilcom-debitel-empfehlen.de", "include_subdomains": true, "mode
": "force-https" }, | |
1825 { "name": "morethanadream.lv", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1826 { "name": "narodniki.com", "include_subdomains": true, "mode": "force-https"
}, | |
1827 { "name": "netrider.net.au", "include_subdomains": true, "mode": "force-http
s" }, | |
1828 { "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" }, | |
1829 { "name": "noobs-r-us.co.uk", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1830 { "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" }, | |
1831 { "name": "perfectionis.me", "include_subdomains": true, "mode": "force-http
s" }, | |
1832 { "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https"
}, | |
1833 { "name": "polymathematician.com", "include_subdomains": true, "mode": "forc
e-https" }, | |
1834 { "name": "sanatfilan.com", "include_subdomains": true, "mode": "force-https
" }, | |
1835 { "name": "sikayetvar.com", "include_subdomains": true, "mode": "force-https
" }, | |
1836 { "name": "stulda.cz", "include_subdomains": true, "mode": "force-https" }, | |
1837 { "name": "sysdb.io", "include_subdomains": true, "mode": "force-https" }, | |
1838 { "name": "tallshoe.com", "include_subdomains": true, "mode": "force-https"
}, | |
1839 { "name": "thetomharling.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1840 { "name": "tracktivity.com.au", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1841 { "name": "twitteroauth.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1842 { "name": "vitrado.de", "include_subdomains": true, "mode": "force-https" }, | |
1843 { "name": "webtalis.nl", "include_subdomains": true, "mode": "force-https" }
, | |
1844 { "name": "wevahoo.com", "include_subdomains": true, "mode": "force-https" }
, | |
1845 { "name": "zentralwolke.de", "include_subdomains": true, "mode": "force-http
s" }, | |
1846 { "name": "zhovner.com", "include_subdomains": true, "mode": "force-https" }
, | |
1847 { "name": "acus.gov", "include_subdomains": true, "mode": "force-https" }, | |
1848 { "name": "agrimap.com", "include_subdomains": true, "mode": "force-https" }
, | |
1849 { "name": "ajouin.com", "include_subdomains": true, "mode": "force-https" }, | |
1850 { "name": "atishchenko.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1851 { "name": "bentertain.de", "include_subdomains": true, "mode": "force-https"
}, | |
1852 { "name": "bit.voyage", "include_subdomains": true, "mode": "force-https" }, | |
1853 { "name": "bzv-fr.eu", "include_subdomains": true, "mode": "force-https" }, | |
1854 { "name": "codepoints.net", "include_subdomains": true, "mode": "force-https
" }, | |
1855 { "name": "codepx.com", "include_subdomains": true, "mode": "force-https" }, | |
1856 { "name": "cs50.net", "include_subdomains": true, "mode": "force-https" }, | |
1857 { "name": "cyprus-company-service.com", "include_subdomains": true, "mode":
"force-https" }, | |
1858 { "name": "darkpony.ru", "include_subdomains": true, "mode": "force-https" }
, | |
1859 { "name": "darom.jp", "include_subdomains": true, "mode": "force-https" }, | |
1860 { "name": "davidnoren.com", "include_subdomains": true, "mode": "force-https
" }, | |
1861 { "name": "donotcall.gov", "include_subdomains": true, "mode": "force-https"
}, | |
1862 { "name": "e-aut.net", "include_subdomains": true, "mode": "force-https" }, | |
1863 { "name": "ecg.fr", "include_subdomains": true, "mode": "force-https" }, | |
1864 { "name": "exon.io", "include_subdomains": true, "mode": "force-https" }, | |
1865 { "name": "extendwings.com", "include_subdomains": true, "mode": "force-http
s" }, | |
1866 { "name": "federalregister.gov", "include_subdomains": true, "mode": "force-
https" }, | |
1867 { "name": "fedorahosted.org", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1868 { "name": "firma-offshore.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1869 { "name": "freesounding.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1870 { "name": "freesounding.ru", "include_subdomains": true, "mode": "force-http
s" }, | |
1871 { "name": "ftccomplaintassistant.gov", "include_subdomains": true, "mode": "
force-https" }, | |
1872 { "name": "getfedora.org", "include_subdomains": true, "mode": "force-https"
}, | |
1873 { "name": "getfittedstore.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1874 { "name": "hatoko.net", "include_subdomains": true, "mode": "force-https" }, | |
1875 { "name": "hda.me", "include_subdomains": true, "mode": "force-https" }, | |
1876 { "name": "helpadmin.net", "include_subdomains": true, "mode": "force-https"
}, | |
1877 { "name": "hsr.gov", "include_subdomains": true, "mode": "force-https" }, | |
1878 { "name": "iniiter.com", "include_subdomains": true, "mode": "force-https" }
, | |
1879 { "name": "ionas-law.ro", "include_subdomains": true, "mode": "force-https"
}, | |
1880 { "name": "keepa.com", "include_subdomains": true, "mode": "force-https" }, | |
1881 { "name": "knip.ch", "include_subdomains": true, "mode": "force-https" }, | |
1882 { "name": "laf.in.net", "include_subdomains": true, "mode": "force-https" }, | |
1883 { "name": "leifdreizler.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1884 { "name": "livej.am", "include_subdomains": true, "mode": "force-https" }, | |
1885 { "name": "m0wef.uk", "include_subdomains": true, "mode": "force-https" }, | |
1886 { "name": "mahamed91.pw", "include_subdomains": true, "mode": "force-https"
}, | |
1887 { "name": "massivum.de", "include_subdomains": true, "mode": "force-https" }
, | |
1888 { "name": "megaplan.cz", "include_subdomains": true, "mode": "force-https" }
, | |
1889 { "name": "megaplan.ru", "include_subdomains": true, "mode": "force-https" }
, | |
1890 { "name": "miketabor.com", "include_subdomains": true, "mode": "force-https"
}, | |
1891 { "name": "mineover.es", "include_subdomains": true, "mode": "force-https" }
, | |
1892 { "name": "mokote.com", "include_subdomains": true, "mode": "force-https" }, | |
1893 { "name": "mr-hosting.com", "include_subdomains": true, "mode": "force-https
" }, | |
1894 { "name": "msa-aesch.ch", "include_subdomains": true, "mode": "force-https"
}, | |
1895 { "name": "mutamatic.com", "include_subdomains": true, "mode": "force-https"
}, | |
1896 { "name": "nymphetomania.net", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1897 { "name": "offshore-firma.org", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1898 { "name": "openacademies.com", "include_subdomains": true, "mode": "force-ht
tps" }, | |
1899 { "name": "phoenix.dj", "include_subdomains": true, "mode": "force-https" }, | |
1900 { "name": "pmg-offshore-company.com", "include_subdomains": true, "mode": "f
orce-https" }, | |
1901 { "name": "pmg-purchase.com", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1902 { "name": "pmg-purchase.net", "include_subdomains": true, "mode": "force-htt
ps" }, | |
1903 { "name": "polypho.nyc", "include_subdomains": true, "mode": "force-https" }
, | |
1904 { "name": "puiterwijk.org", "include_subdomains": true, "mode": "force-https
" }, | |
1905 { "name": "redletter.link", "include_subdomains": true, "mode": "force-https
" }, | |
1906 { "name": "reg.ru", "include_subdomains": true, "mode": "force-https" }, | |
1907 { "name": "release-monitoring.org", "include_subdomains": true, "mode": "for
ce-https" }, | |
1908 { "name": "rika.me", "include_subdomains": true, "mode": "force-https" }, | |
1909 { "name": "scrambler.in", "include_subdomains": true, "mode": "force-https"
}, | |
1910 { "name": "sjoorm.com", "include_subdomains": true, "mode": "force-https" }, | |
1911 { "name": "survivalmonkey.com", "include_subdomains": true, "mode": "force-h
ttps" }, | |
1912 { "name": "sychov.pro", "include_subdomains": true, "mode": "force-https" }, | |
1913 { "name": "terrty.net", "include_subdomains": true, "mode": "force-https" }, | |
1914 { "name": "thebimhub.com", "include_subdomains": true, "mode": "force-https"
}, | |
1915 { "name": "tmtopup.com", "include_subdomains": true, "mode": "force-https" }
, | |
1916 { "name": "uae-company-service.com", "include_subdomains": true, "mode": "fo
rce-https" }, | |
1917 { "name": "wherephoto.com", "include_subdomains": true, "mode": "force-https
" }, | |
1918 { "name": "wills.co.tt", "include_subdomains": true, "mode": "force-https" }
, | |
1919 { "name": "wondershift.biz", "include_subdomains": true, "mode": "force-http
s" }, | |
1920 { "name": "wzrd.in", "include_subdomains": true, "mode": "force-https" }, | |
1921 { "name": "xplore-dna.net", "include_subdomains": true, "mode": "force-https
" }, | |
1922 { "name": "xuntier.ch", "include_subdomains": true, "mode": "force-https" }, | |
1923 { "name": "yanovich.net", "include_subdomains": true, "mode": "force-https"
}, | |
1924 { "name": "yaporn.tv", "include_subdomains": true, "mode": "force-https" }, | |
1925 { "name": "yorcom.nl", "include_subdomains": true, "mode": "force-https" } | |
1926 ], | |
1927 | |
1928 // |ReportUMAOnPinFailure| uses these to report which domain was associated | |
1929 // with the public key pinning failure. | |
1930 // | |
1931 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new | |
1932 // domains at the END of the array. | |
1933 "domain_ids": [ | |
1934 "NOT_PINNED", | |
1935 "GOOGLE_COM", | |
1936 "ANDROID_COM", | |
1937 "GOOGLE_ANALYTICS_COM", | |
1938 "GOOGLEPLEX_COM", | |
1939 "YTIMG_COM", | |
1940 "GOOGLEUSERCONTENT_COM", | |
1941 "YOUTUBE_COM", | |
1942 "GOOGLEAPIS_COM", | |
1943 "GOOGLEADSERVICES_COM", | |
1944 "GOOGLECODE_COM", | |
1945 "APPSPOT_COM", | |
1946 "GOOGLESYNDICATION_COM", | |
1947 "DOUBLECLICK_NET", | |
1948 "GSTATIC_COM", | |
1949 "GMAIL_COM", | |
1950 "GOOGLEMAIL_COM", | |
1951 "GOOGLEGROUPS_COM", | |
1952 "TORPROJECT_ORG", | |
1953 "TWITTER_COM", | |
1954 "TWIMG_COM", | |
1955 "AKAMAIHD_NET", | |
1956 "TOR2WEB_ORG", | |
1957 "YOUTU_BE", | |
1958 "GOOGLECOMMERCE_COM", | |
1959 "URCHIN_COM", | |
1960 "GOO_GL", | |
1961 "G_CO", | |
1962 "GOOGLE_AC", | |
1963 "GOOGLE_AD", | |
1964 "GOOGLE_AE", | |
1965 "GOOGLE_AF", | |
1966 "GOOGLE_AG", | |
1967 "GOOGLE_AM", | |
1968 "GOOGLE_AS", | |
1969 "GOOGLE_AT", | |
1970 "GOOGLE_AZ", | |
1971 "GOOGLE_BA", | |
1972 "GOOGLE_BE", | |
1973 "GOOGLE_BF", | |
1974 "GOOGLE_BG", | |
1975 "GOOGLE_BI", | |
1976 "GOOGLE_BJ", | |
1977 "GOOGLE_BS", | |
1978 "GOOGLE_BY", | |
1979 "GOOGLE_CA", | |
1980 "GOOGLE_CAT", | |
1981 "GOOGLE_CC", | |
1982 "GOOGLE_CD", | |
1983 "GOOGLE_CF", | |
1984 "GOOGLE_CG", | |
1985 "GOOGLE_CH", | |
1986 "GOOGLE_CI", | |
1987 "GOOGLE_CL", | |
1988 "GOOGLE_CM", | |
1989 "GOOGLE_CN", | |
1990 "CO_AO", | |
1991 "CO_BW", | |
1992 "CO_CK", | |
1993 "CO_CR", | |
1994 "CO_HU", | |
1995 "CO_ID", | |
1996 "CO_IL", | |
1997 "CO_IM", | |
1998 "CO_IN", | |
1999 "CO_JE", | |
2000 "CO_JP", | |
2001 "CO_KE", | |
2002 "CO_KR", | |
2003 "CO_LS", | |
2004 "CO_MA", | |
2005 "CO_MZ", | |
2006 "CO_NZ", | |
2007 "CO_TH", | |
2008 "CO_TZ", | |
2009 "CO_UG", | |
2010 "CO_UK", | |
2011 "CO_UZ", | |
2012 "CO_VE", | |
2013 "CO_VI", | |
2014 "CO_ZA", | |
2015 "CO_ZM", | |
2016 "CO_ZW", | |
2017 "COM_AF", | |
2018 "COM_AG", | |
2019 "COM_AI", | |
2020 "COM_AR", | |
2021 "COM_AU", | |
2022 "COM_BD", | |
2023 "COM_BH", | |
2024 "COM_BN", | |
2025 "COM_BO", | |
2026 "COM_BR", | |
2027 "COM_BY", | |
2028 "COM_BZ", | |
2029 "COM_CN", | |
2030 "COM_CO", | |
2031 "COM_CU", | |
2032 "COM_CY", | |
2033 "COM_DO", | |
2034 "COM_EC", | |
2035 "COM_EG", | |
2036 "COM_ET", | |
2037 "COM_FJ", | |
2038 "COM_GE", | |
2039 "COM_GH", | |
2040 "COM_GI", | |
2041 "COM_GR", | |
2042 "COM_GT", | |
2043 "COM_HK", | |
2044 "COM_IQ", | |
2045 "COM_JM", | |
2046 "COM_JO", | |
2047 "COM_KH", | |
2048 "COM_KW", | |
2049 "COM_LB", | |
2050 "COM_LY", | |
2051 "COM_MT", | |
2052 "COM_MX", | |
2053 "COM_MY", | |
2054 "COM_NA", | |
2055 "COM_NF", | |
2056 "COM_NG", | |
2057 "COM_NI", | |
2058 "COM_NP", | |
2059 "COM_NR", | |
2060 "COM_OM", | |
2061 "COM_PA", | |
2062 "COM_PE", | |
2063 "COM_PH", | |
2064 "COM_PK", | |
2065 "COM_PL", | |
2066 "COM_PR", | |
2067 "COM_PY", | |
2068 "COM_QA", | |
2069 "COM_RU", | |
2070 "COM_SA", | |
2071 "COM_SB", | |
2072 "COM_SG", | |
2073 "COM_SL", | |
2074 "COM_SV", | |
2075 "COM_TJ", | |
2076 "COM_TN", | |
2077 "COM_TR", | |
2078 "COM_TW", | |
2079 "COM_UA", | |
2080 "COM_UY", | |
2081 "COM_VC", | |
2082 "COM_VE", | |
2083 "COM_VN", | |
2084 "GOOGLE_CV", | |
2085 "GOOGLE_CZ", | |
2086 "GOOGLE_DE", | |
2087 "GOOGLE_DJ", | |
2088 "GOOGLE_DK", | |
2089 "GOOGLE_DM", | |
2090 "GOOGLE_DZ", | |
2091 "GOOGLE_EE", | |
2092 "GOOGLE_ES", | |
2093 "GOOGLE_FI", | |
2094 "GOOGLE_FM", | |
2095 "GOOGLE_FR", | |
2096 "GOOGLE_GA", | |
2097 "GOOGLE_GE", | |
2098 "GOOGLE_GG", | |
2099 "GOOGLE_GL", | |
2100 "GOOGLE_GM", | |
2101 "GOOGLE_GP", | |
2102 "GOOGLE_GR", | |
2103 "GOOGLE_GY", | |
2104 "GOOGLE_HK", | |
2105 "GOOGLE_HN", | |
2106 "GOOGLE_HR", | |
2107 "GOOGLE_HT", | |
2108 "GOOGLE_HU", | |
2109 "GOOGLE_IE", | |
2110 "GOOGLE_IM", | |
2111 "GOOGLE_INFO", | |
2112 "GOOGLE_IQ", | |
2113 "GOOGLE_IS", | |
2114 "GOOGLE_IT", | |
2115 "IT_AO", | |
2116 "GOOGLE_JE", | |
2117 "GOOGLE_JO", | |
2118 "GOOGLE_JOBS", | |
2119 "GOOGLE_JP", | |
2120 "GOOGLE_KG", | |
2121 "GOOGLE_KI", | |
2122 "GOOGLE_KZ", | |
2123 "GOOGLE_LA", | |
2124 "GOOGLE_LI", | |
2125 "GOOGLE_LK", | |
2126 "GOOGLE_LT", | |
2127 "GOOGLE_LU", | |
2128 "GOOGLE_LV", | |
2129 "GOOGLE_MD", | |
2130 "GOOGLE_ME", | |
2131 "GOOGLE_MG", | |
2132 "GOOGLE_MK", | |
2133 "GOOGLE_ML", | |
2134 "GOOGLE_MN", | |
2135 "GOOGLE_MS", | |
2136 "GOOGLE_MU", | |
2137 "GOOGLE_MV", | |
2138 "GOOGLE_MW", | |
2139 "GOOGLE_NE", | |
2140 "NE_JP", | |
2141 "GOOGLE_NET", | |
2142 "GOOGLE_NL", | |
2143 "GOOGLE_NO", | |
2144 "GOOGLE_NR", | |
2145 "GOOGLE_NU", | |
2146 "OFF_AI", | |
2147 "GOOGLE_PK", | |
2148 "GOOGLE_PL", | |
2149 "GOOGLE_PN", | |
2150 "GOOGLE_PS", | |
2151 "GOOGLE_PT", | |
2152 "GOOGLE_RO", | |
2153 "GOOGLE_RS", | |
2154 "GOOGLE_RU", | |
2155 "GOOGLE_RW", | |
2156 "GOOGLE_SC", | |
2157 "GOOGLE_SE", | |
2158 "GOOGLE_SH", | |
2159 "GOOGLE_SI", | |
2160 "GOOGLE_SK", | |
2161 "GOOGLE_SM", | |
2162 "GOOGLE_SN", | |
2163 "GOOGLE_SO", | |
2164 "GOOGLE_ST", | |
2165 "GOOGLE_TD", | |
2166 "GOOGLE_TG", | |
2167 "GOOGLE_TK", | |
2168 "GOOGLE_TL", | |
2169 "GOOGLE_TM", | |
2170 "GOOGLE_TN", | |
2171 "GOOGLE_TO", | |
2172 "GOOGLE_TP", | |
2173 "GOOGLE_TT", | |
2174 "GOOGLE_US", | |
2175 "GOOGLE_UZ", | |
2176 "GOOGLE_VG", | |
2177 "GOOGLE_VU", | |
2178 "GOOGLE_WS", | |
2179 "CHROMIUM_ORG", | |
2180 "CRYPTO_CAT", | |
2181 "LAVABIT_COM", | |
2182 "GOOGLETAGMANAGER_COM", | |
2183 "GOOGLETAGSERVICES_COM", | |
2184 "DROPBOX_COM", | |
2185 "YOUTUBE_NOCOOKIE_COM", | |
2186 "2MDN_NET", | |
2187 "FACEBOOK_COM", | |
2188 "SPIDEROAK_COM", | |
2189 "BLOGGER_COM" | |
2190 ] | |
2191 } | |
OLD | NEW |