1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This file contains the HSTS preloaded list in a machine readable format.
7 // The top-level element is a dictionary with two keys: "pinsets" maps details
8 // of certificate pinning to a name and "entries" contains the HSTS details for
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
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.
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
26 // mode: (optional string) "force-https" iff covered names should require
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.
41 "static_spki_hashes": [
47 "static_spki_hashes": [
54 "static_spki_hashes": [
64 "static_spki_hashes": [
85 "DigiCertAssuredIDRoot",
91 "static_spki_hashes": [
106 "GeoTrustUniversal2",
108 "GeoTrustPrimary_G2",
109 "GeoTrustPrimary_G3",
110 "DigiCertGlobalRoot",
112 "DigiCertAssuredIDRoot",
119 "AAACertificateServices",
120 "AddTrustClass1CARoot",
121 "AddTrustExternalCARoot",
122 "AddTrustPublicCARoot",
123 "AddTrustQualifiedCARoot",
124 "COMODOCertificationAuthority",
125 "SecureCertificateServices",
126 "TrustedCertificateServices",
128 "UTNUSERFirstClientAuthenticationandEmail",
129 "UTNUSERFirstHardware",
130 "UTNUSERFirstObject",
131 "GTECyberTrustGlobalRoot",
132 "BaltimoreCyberTrustRoot",
134 "GlobalSignRootCA_R2",
135 "GlobalSignRootCA_R3"
140 "static_spki_hashes": [
147 "static_spki_hashes": [
154 "static_spki_hashes": [
160 "static_spki_hashes": [
161 "DigiCertAssuredIDRoot",
162 "DigiCertGlobalRoot",
169 "GeoTrustPrimary_G2",
170 "GeoTrustPrimary_G3",
172 "TheGoDaddyGroupClass2",
175 "ThawtePremiumServer",
176 "ThawtePrimaryRootCA_G2",
177 "ThawtePrimaryRootCA_G3",
178 "ThawtePrimaryRootCA"
184 // Dummy entry to test certificate pinning.
185 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
187 // (*.)google.com, iff using SSL, must use an acceptable certificate.
188 { "name": "google.com", "include_subdomains": true, "pins": "google" },
190 // Now we force HTTPS for subtrees of google.com.
191 { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
192 { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
193 { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
194 { "name": "docs.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
195 { "name": "sites.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
196 { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
197 { "name": "appengine.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
198 { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
199 { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
200 { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
201 { "name": "mail.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
202 { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
203 { "name": "talk.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
204 { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
205 { "name": "plus.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
206 { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
207 { "name": "script.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
208 { "name": "history.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
209 { "name": "security.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
210 { "name": "goto.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
211 { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
212 { "name": "glass.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
213 { "name": "admin.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
214 // play.google.com doesn't have include_subdomains because of crbug.com/327834.
215 { "name": "play.google.com", "mode": "force-https", "pins": "google" },
217 // Other Google-related domains that must use HTTPS.
218 { "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
219 { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
220 { "name": "drive.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
221 { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
222 { "name": "groups.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
223 { "name": "apis.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
224 { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
225 { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
226 { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
227 { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "force-https", "pins": "google" },
228 { "name": "code.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
229 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" },
230 { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
231 { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
233 { "name": "webfilings.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
234 { "name": "webfilings-mirror-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
235 { "name": "webfilings-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
236 { "name": "webfilings-eu-mirror.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
237 { "name": "wf-demo-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
238 { "name": "wf-demo-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
239 { "name": "wf-pentest.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
240 { "name": "wf-trial-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
241 { "name": "xbrlsuccess.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
242 { "name": "w-spotlight.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
243 { "name": "wf-training-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
244 { "name": "wf-bigsky-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
245 { "name": "wf-staging-hr.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
246 { "name": "wf-training-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
247 { "name": "wf-dogfood-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
249 // chart.apis.google.com is *not* HSTS because the certificate doesn't match
250 // and there are lots of links out there that still use the name. The correct
251 // hostname for this is chart.googleapis.com.
252 { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "google" },
254 // Other Google-related domains that must use an acceptable certificate
256 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
257 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "google" },
258 { "name": "youtube.com", "include_subdomains": true, "pins": "google" },
259 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
260 { "name": "googleadservices.com", "include_subdomains": true, "pins": "google" },
261 { "name": "appspot.com", "include_subdomains": true, "pins": "google" },
262 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "google" },
263 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" },
264 { "name": "gstatic.com", "include_subdomains": true, "pins": "google" },
265 { "name": "youtu.be", "include_subdomains": true, "pins": "google" },
266 { "name": "android.com", "include_subdomains": true, "pins": "google" },
267 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" },
268 { "name": "urchin.com", "include_subdomains": true, "pins": "google" },
269 { "name": "goo.gl", "include_subdomains": true, "pins": "google" },
270 { "name": "g.co", "include_subdomains": true, "pins": "google" },
271 { "name": "googletagmanager.com", "include_subdomains": true, "pins": "google" },
272 { "name": "googletagservices.com", "include_subdomains": true, "pins": "google" },
273 { "name": "google.ac", "include_subdomains": true, "pins": "google" },
274 { "name": "google.ad", "include_subdomains": true, "pins": "google" },
275 { "name": "google.ae", "include_subdomains": true, "pins": "google" },
276 { "name": "google.af", "include_subdomains": true, "pins": "google" },
277 { "name": "google.ag", "include_subdomains": true, "pins": "google" },
278 { "name": "google.am", "include_subdomains": true, "pins": "google" },
279 { "name": "google.as", "include_subdomains": true, "pins": "google" },
280 { "name": "google.at", "include_subdomains": true, "pins": "google" },
281 { "name": "google.az", "include_subdomains": true, "pins": "google" },
282 { "name": "google.ba", "include_subdomains": true, "pins": "google" },
283 { "name": "google.be", "include_subdomains": true, "pins": "google" },
284 { "name": "google.bf", "include_subdomains": true, "pins": "google" },
285 { "name": "google.bg", "include_subdomains": true, "pins": "google" },
286 { "name": "google.bi", "include_subdomains": true, "pins": "google" },
287 { "name": "google.bj", "include_subdomains": true, "pins": "google" },
288 { "name": "google.bs", "include_subdomains": true, "pins": "google" },
289 { "name": "google.by", "include_subdomains": true, "pins": "google" },
290 { "name": "google.ca", "include_subdomains": true, "pins": "google" },
291 { "name": "google.cat", "include_subdomains": true, "pins": "google" },
292 { "name": "google.cc", "include_subdomains": true, "pins": "google" },
293 { "name": "google.cd", "include_subdomains": true, "pins": "google" },
294 { "name": "google.cf", "include_subdomains": true, "pins": "google" },
295 { "name": "google.cg", "include_subdomains": true, "pins": "google" },
296 { "name": "google.ch", "include_subdomains": true, "pins": "google" },
297 { "name": "google.ci", "include_subdomains": true, "pins": "google" },
298 { "name": "google.cl", "include_subdomains": true, "pins": "google" },
299 { "name": "google.cm", "include_subdomains": true, "pins": "google" },
300 { "name": "google.cn", "include_subdomains": true, "pins": "google" },
301 { "name": "google.co.ao", "include_subdomains": true, "pins": "google" },
302 { "name": "google.co.bw", "include_subdomains": true, "pins": "google" },
303 { "name": "google.co.ck", "include_subdomains": true, "pins": "google" },
304 { "name": "google.co.cr", "include_subdomains": true, "pins": "google" },
305 { "name": "google.co.hu", "include_subdomains": true, "pins": "google" },
306 { "name": "google.co.id", "include_subdomains": true, "pins": "google" },
307 { "name": "google.co.il", "include_subdomains": true, "pins": "google" },
308 { "name": "google.co.im", "include_subdomains": true, "pins": "google" },
309 { "name": "google.co.in", "include_subdomains": true, "pins": "google" },
310 { "name": "google.co.je", "include_subdomains": true, "pins": "google" },
311 { "name": "google.co.jp", "include_subdomains": true, "pins": "google" },
312 { "name": "google.co.ke", "include_subdomains": true, "pins": "google" },
313 { "name": "google.co.kr", "include_subdomains": true, "pins": "google" },
314 { "name": "google.co.ls", "include_subdomains": true, "pins": "google" },
315 { "name": "google.co.ma", "include_subdomains": true, "pins": "google" },
316 { "name": "google.co.mz", "include_subdomains": true, "pins": "google" },
317 { "name": "google.co.nz", "include_subdomains": true, "pins": "google" },
318 { "name": "google.co.th", "include_subdomains": true, "pins": "google" },
319 { "name": "google.co.tz", "include_subdomains": true, "pins": "google" },
320 { "name": "google.co.ug", "include_subdomains": true, "pins": "google" },
321 { "name": "google.co.uk", "include_subdomains": true, "pins": "google" },
322 { "name": "google.co.uz", "include_subdomains": true, "pins": "google" },
323 { "name": "google.co.ve", "include_subdomains": true, "pins": "google" },
324 { "name": "google.co.vi", "include_subdomains": true, "pins": "google" },
325 { "name": "google.co.za", "include_subdomains": true, "pins": "google" },
326 { "name": "google.co.zm", "include_subdomains": true, "pins": "google" },
327 { "name": "google.co.zw", "include_subdomains": true, "pins": "google" },
328 { "name": "google.com.af", "include_subdomains": true, "pins": "google" },
329 { "name": "google.com.ag", "include_subdomains": true, "pins": "google" },
330 { "name": "google.com.ai", "include_subdomains": true, "pins": "google" },
331 { "name": "google.com.ar", "include_subdomains": true, "pins": "google" },
332 { "name": "google.com.au", "include_subdomains": true, "pins": "google" },
333 { "name": "google.com.bd", "include_subdomains": true, "pins": "google" },
334 { "name": "google.com.bh", "include_subdomains": true, "pins": "google" },
335 { "name": "google.com.bn", "include_subdomains": true, "pins": "google" },
336 { "name": "google.com.bo", "include_subdomains": true, "pins": "google" },
337 { "name": "google.com.br", "include_subdomains": true, "pins": "google" },
338 { "name": "google.com.by", "include_subdomains": true, "pins": "google" },
339 { "name": "google.com.bz", "include_subdomains": true, "pins": "google" },
340 { "name": "google.com.cn", "include_subdomains": true, "pins": "google" },
341 { "name": "google.com.co", "include_subdomains": true, "pins": "google" },
342 { "name": "google.com.cu", "include_subdomains": true, "pins": "google" },
343 { "name": "google.com.cy", "include_subdomains": true, "pins": "google" },
344 { "name": "google.com.do", "include_subdomains": true, "pins": "google" },
345 { "name": "google.com.ec", "include_subdomains": true, "pins": "google" },
346 { "name": "google.com.eg", "include_subdomains": true, "pins": "google" },
347 { "name": "google.com.et", "include_subdomains": true, "pins": "google" },
348 { "name": "google.com.fj", "include_subdomains": true, "pins": "google" },
349 { "name": "google.com.ge", "include_subdomains": true, "pins": "google" },
350 { "name": "google.com.gh", "include_subdomains": true, "pins": "google" },
351 { "name": "google.com.gi", "include_subdomains": true, "pins": "google" },
352 { "name": "google.com.gr", "include_subdomains": true, "pins": "google" },
353 { "name": "google.com.gt", "include_subdomains": true, "pins": "google" },
354 { "name": "google.com.hk", "include_subdomains": true, "pins": "google" },
355 { "name": "google.com.iq", "include_subdomains": true, "pins": "google" },
356 { "name": "google.com.jm", "include_subdomains": true, "pins": "google" },
357 { "name": "google.com.jo", "include_subdomains": true, "pins": "google" },
358 { "name": "google.com.kh", "include_subdomains": true, "pins": "google" },
359 { "name": "google.com.kw", "include_subdomains": true, "pins": "google" },
360 { "name": "google.com.lb", "include_subdomains": true, "pins": "google" },
361 { "name": "google.com.ly", "include_subdomains": true, "pins": "google" },
362 { "name": "google.com.mt", "include_subdomains": true, "pins": "google" },
363 { "name": "google.com.mx", "include_subdomains": true, "pins": "google" },
364 { "name": "google.com.my", "include_subdomains": true, "pins": "google" },
365 { "name": "google.com.na", "include_subdomains": true, "pins": "google" },
366 { "name": "google.com.nf", "include_subdomains": true, "pins": "google" },
367 { "name": "google.com.ng", "include_subdomains": true, "pins": "google" },
368 { "name": "google.com.ni", "include_subdomains": true, "pins": "google" },
369 { "name": "google.com.np", "include_subdomains": true, "pins": "google" },
370 { "name": "google.com.nr", "include_subdomains": true, "pins": "google" },
371 { "name": "google.com.om", "include_subdomains": true, "pins": "google" },
372 { "name": "google.com.pa", "include_subdomains": true, "pins": "google" },
373 { "name": "google.com.pe", "include_subdomains": true, "pins": "google" },
374 { "name": "google.com.ph", "include_subdomains": true, "pins": "google" },
375 { "name": "google.com.pk", "include_subdomains": true, "pins": "google" },
376 { "name": "google.com.pl", "include_subdomains": true, "pins": "google" },
377 { "name": "google.com.pr", "include_subdomains": true, "pins": "google" },
378 { "name": "google.com.py", "include_subdomains": true, "pins": "google" },
379 { "name": "google.com.qa", "include_subdomains": true, "pins": "google" },
380 { "name": "google.com.ru", "include_subdomains": true, "pins": "google" },
381 { "name": "google.com.sa", "include_subdomains": true, "pins": "google" },
382 { "name": "google.com.sb", "include_subdomains": true, "pins": "google" },
383 { "name": "google.com.sg", "include_subdomains": true, "pins": "google" },
384 { "name": "google.com.sl", "include_subdomains": true, "pins": "google" },
385 { "name": "google.com.sv", "include_subdomains": true, "pins": "google" },
386 { "name": "google.com.tj", "include_subdomains": true, "pins": "google" },
387 { "name": "google.com.tn", "include_subdomains": true, "pins": "google" },
388 { "name": "google.com.tr", "include_subdomains": true, "pins": "google" },
389 { "name": "google.com.tw", "include_subdomains": true, "pins": "google" },
390 { "name": "google.com.ua", "include_subdomains": true, "pins": "google" },
391 { "name": "google.com.uy", "include_subdomains": true, "pins": "google" },
392 { "name": "google.com.vc", "include_subdomains": true, "pins": "google" },
393 { "name": "google.com.ve", "include_subdomains": true, "pins": "google" },
394 { "name": "google.com.vn", "include_subdomains": true, "pins": "google" },
395 { "name": "google.cv", "include_subdomains": true, "pins": "google" },
396 { "name": "google.cz", "include_subdomains": true, "pins": "google" },
397 { "name": "google.de", "include_subdomains": true, "pins": "google" },
398 { "name": "google.dj", "include_subdomains": true, "pins": "google" },
399 { "name": "google.dk", "include_subdomains": true, "pins": "google" },
400 { "name": "google.dm", "include_subdomains": true, "pins": "google" },
401 { "name": "google.dz", "include_subdomains": true, "pins": "google" },
402 { "name": "google.ee", "include_subdomains": true, "pins": "google" },
403 { "name": "google.es", "include_subdomains": true, "pins": "google" },
404 { "name": "google.fi", "include_subdomains": true, "pins": "google" },
405 { "name": "google.fm", "include_subdomains": true, "pins": "google" },
406 { "name": "google.fr", "include_subdomains": true, "pins": "google" },
407 { "name": "google.ga", "include_subdomains": true, "pins": "google" },
408 { "name": "google.ge", "include_subdomains": true, "pins": "google" },
409 { "name": "google.gg", "include_subdomains": true, "pins": "google" },
410 { "name": "google.gl", "include_subdomains": true, "pins": "google" },
411 { "name": "google.gm", "include_subdomains": true, "pins": "google" },
412 { "name": "google.gp", "include_subdomains": true, "pins": "google" },
413 { "name": "google.gr", "include_subdomains": true, "pins": "google" },
414 { "name": "google.gy", "include_subdomains": true, "pins": "google" },
415 { "name": "google.hk", "include_subdomains": true, "pins": "google" },
416 { "name": "google.hn", "include_subdomains": true, "pins": "google" },
417 { "name": "google.hr", "include_subdomains": true, "pins": "google" },
418 { "name": "google.ht", "include_subdomains": true, "pins": "google" },
419 { "name": "google.hu", "include_subdomains": true, "pins": "google" },
420 { "name": "google.ie", "include_subdomains": true, "pins": "google" },
421 { "name": "google.im", "include_subdomains": true, "pins": "google" },
422 { "name": "google.info", "include_subdomains": true, "pins": "google" },
423 { "name": "google.iq", "include_subdomains": true, "pins": "google" },
424 { "name": "google.is", "include_subdomains": true, "pins": "google" },
425 { "name": "google.it", "include_subdomains": true, "pins": "google" },
426 { "name": "google.it.ao", "include_subdomains": true, "pins": "google" },
427 { "name": "google.je", "include_subdomains": true, "pins": "google" },
428 { "name": "google.jo", "include_subdomains": true, "pins": "google" },
429 { "name": "google.jobs", "include_subdomains": true, "pins": "google" },
430 { "name": "google.jp", "include_subdomains": true, "pins": "google" },
431 { "name": "google.kg", "include_subdomains": true, "pins": "google" },
432 { "name": "google.ki", "include_subdomains": true, "pins": "google" },
433 { "name": "google.kz", "include_subdomains": true, "pins": "google" },
434 { "name": "google.la", "include_subdomains": true, "pins": "google" },
435 { "name": "google.li", "include_subdomains": true, "pins": "google" },
436 { "name": "google.lk", "include_subdomains": true, "pins": "google" },
437 { "name": "google.lt", "include_subdomains": true, "pins": "google" },
438 { "name": "google.lu", "include_subdomains": true, "pins": "google" },
439 { "name": "google.lv", "include_subdomains": true, "pins": "google" },
440 { "name": "google.md", "include_subdomains": true, "pins": "google" },
441 { "name": "google.me", "include_subdomains": true, "pins": "google" },
442 { "name": "google.mg", "include_subdomains": true, "pins": "google" },
443 { "name": "google.mk", "include_subdomains": true, "pins": "google" },
444 { "name": "google.ml", "include_subdomains": true, "pins": "google" },
445 { "name": "google.mn", "include_subdomains": true, "pins": "google" },
446 { "name": "google.ms", "include_subdomains": true, "pins": "google" },
447 { "name": "google.mu", "include_subdomains": true, "pins": "google" },
448 { "name": "google.mv", "include_subdomains": true, "pins": "google" },
449 { "name": "google.mw", "include_subdomains": true, "pins": "google" },
450 { "name": "google.ne", "include_subdomains": true, "pins": "google" },
451 { "name": "google.ne.jp", "include_subdomains": true, "pins": "google" },
452 { "name": "google.net", "include_subdomains": true, "pins": "google" },
453 { "name": "google.nl", "include_subdomains": true, "pins": "google" },
454 { "name": "google.no", "include_subdomains": true, "pins": "google" },
455 { "name": "google.nr", "include_subdomains": true, "pins": "google" },
456 { "name": "google.nu", "include_subdomains": true, "pins": "google" },
457 { "name": "google.off.ai", "include_subdomains": true, "pins": "google" },
458 { "name": "google.pk", "include_subdomains": true, "pins": "google" },
459 { "name": "google.pl", "include_subdomains": true, "pins": "google" },
460 { "name": "google.pn", "include_subdomains": true, "pins": "google" },
461 { "name": "google.ps", "include_subdomains": true, "pins": "google" },
462 { "name": "google.pt", "include_subdomains": true, "pins": "google" },
463 { "name": "google.ro", "include_subdomains": true, "pins": "google" },
464 { "name": "google.rs", "include_subdomains": true, "pins": "google" },
465 { "name": "google.ru", "include_subdomains": true, "pins": "google" },
466 { "name": "google.rw", "include_subdomains": true, "pins": "google" },
467 { "name": "google.sc", "include_subdomains": true, "pins": "google" },
468 { "name": "google.se", "include_subdomains": true, "pins": "google" },
469 { "name": "google.sh", "include_subdomains": true, "pins": "google" },
470 { "name": "google.si", "include_subdomains": true, "pins": "google" },
471 { "name": "google.sk", "include_subdomains": true, "pins": "google" },
472 { "name": "google.sm", "include_subdomains": true, "pins": "google" },
473 { "name": "google.sn", "include_subdomains": true, "pins": "google" },
474 { "name": "google.so", "include_subdomains": true, "pins": "google" },
475 { "name": "google.st", "include_subdomains": true, "pins": "google" },
476 { "name": "google.td", "include_subdomains": true, "pins": "google" },
477 { "name": "google.tg", "include_subdomains": true, "pins": "google" },
478 { "name": "google.tk", "include_subdomains": true, "pins": "google" },
479 { "name": "google.tl", "include_subdomains": true, "pins": "google" },
480 { "name": "google.tm", "include_subdomains": true, "pins": "google" },
481 { "name": "google.tn", "include_subdomains": true, "pins": "google" },
482 { "name": "google.to", "include_subdomains": true, "pins": "google" },
483 { "name": "google.tt", "include_subdomains": true, "pins": "google" },
484 { "name": "google.us", "include_subdomains": true, "pins": "google" },
485 { "name": "google.uz", "include_subdomains": true, "pins": "google" },
486 { "name": "google.vg", "include_subdomains": true, "pins": "google" },
487 { "name": "google.vu", "include_subdomains": true, "pins": "google" },
488 { "name": "google.ws", "include_subdomains": true, "pins": "google" },
489 // Exclude the learn.doubleclick.net subdomain because it uses a different
491 { "name": "learn.doubleclick.net", "include_subdomains": true },
493 // Force HTTPS for sites that have requested it.
494 { "name": "www.paypal.com", "mode": "force-https" },
495 { "name": "paypal.com", "mode": "force-https" },
496 { "name": "www.elanex.biz", "mode": "force-https" },
497 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" },
498 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-https" },
499 { "name": "www.noisebridge.net", "mode": "force-https" },
500 { "name": "neg9.org", "mode": "force-https" },
501 { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" },
502 { "name": "factor.cc", "mode": "force-https" },
503 { "name": "members.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
504 { "name": "support.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
505 { "name": "id.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
506 { "name": "lists.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
507 { "name": "webmail.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
508 { "name": "roundcube.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
509 { "name": "aladdinschools.appspot.com", "mode": "force-https" },
510 { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https" },
511 { "name": "www.paycheckrecords.com", "mode": "force-https" },
512 { "name": "lastpass.com", "mode": "force-https" },
513 { "name": "www.lastpass.com", "mode": "force-https" },
514 { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https" },
515 { "name": "entropia.de", "mode": "force-https" },
516 { "name": "www.entropia.de", "mode": "force-https" },
517 { "name": "romab.com", "include_subdomains": true, "mode": "force-https" },
518 { "name": "logentries.com", "mode": "force-https" },
519 { "name": "www.logentries.com", "mode": "force-https" },
520 { "name": "stripe.com", "include_subdomains": true, "mode": "force-https" },
521 { "name": "cloudsecurityalliance.org", "include_subdomains": true, "mode": "force-https" },
522 { "name": "login.sapo.pt", "include_subdomains": true, "mode": "force-https" },
523 { "name": "mattmccutchen.net", "include_subdomains": true, "mode": "force-https" },
524 { "name": "betnet.fr", "include_subdomains": true, "mode": "force-https" },
525 { "name": "uprotect.it", "include_subdomains": true, "mode": "force-https" },
526 { "name": "squareup.com", "mode": "force-https" },
527 { "name": "square.com", "include_subdomains": true, "mode": "force-https" },
528 { "name": "cert.se", "include_subdomains": true, "mode": "force-https" },
529 { "name": "crypto.is", "include_subdomains": true, "mode": "force-https" },
530 { "name": "simon.butcher.name", "include_subdomains": true, "mode": "force-https" },
531 { "name": "linx.net", "include_subdomains": true, "mode": "force-https" },
532 { "name": "dropcam.com", "mode": "force-https" },
533 { "name": "www.dropcam.com", "mode": "force-https" },
534 { "name": "ebanking.indovinabank.com.vn", "include_subdomains": true, "mode": "force-https" },
535 { "name": "epoxate.com", "mode": "force-https" },
536 { "name": "torproject.org", "mode": "force-https", "pins": "tor" },
537 { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
538 { "name": "check.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
539 { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
540 { "name": "dist.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
541 { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force-https" },
542 { "name": "ledgerscope.net", "mode": "force-https" },
543 { "name": "www.ledgerscope.net", "mode": "force-https" },
544 { "name": "app.recurly.com", "include_subdomains": true, "mode": "force-https" },
545 { "name": "api.recurly.com", "include_subdomains": true, "mode": "force-https" },
546 { "name": "greplin.com", "mode": "force-https" },
547 { "name": "www.greplin.com", "mode": "force-https" },
548 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "force-https" },
549 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" },
550 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" },
551 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https" },
552 { "name": "mydigipass.com", "mode": "force-https" },
553 { "name": "www.mydigipass.com", "mode": "force-https" },
554 { "name": "developer.mydigipass.com", "mode": "force-https" },
555 { "name": "www.developer.mydigipass.com", "mode": "force-https" },
556 { "name": "sandbox.mydigipass.com", "mode": "force-https" },
557 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" },
558 { "name": "crypto.cat", "mode": "force-https", "pins": "cryptoCat" },
559 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "force-https" },
560 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" },
561 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" },
562 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-https", "pins": "twitterCom" },
563 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
564 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
565 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
566 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
567 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
568 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
569 { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" },
570 { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force-https" },
571 { "name": "braintreepayments.com", "mode": "force-https" },
572 { "name": "www.braintreepayments.com", "mode": "force-https" },
573 { "name": "emailprivacytester.com", "mode": "force-https" },
574 { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" },
575 { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "force-https" },
576 { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" },
577 { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-https" },
578 { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" },
579 { "name": "jitsi.org", "mode": "force-https" },
580 { "name": "www.jitsi.org", "mode": "force-https" },
581 { "name": "download.jitsi.org", "mode": "force-https" },
582 { "name": "sol.io", "include_subdomains": true, "mode": "force-https" },
583 { "name": "irccloud.com", "mode": "force-https" },
584 { "name": "www.irccloud.com", "mode": "force-https" },
585 { "name": "alpha.irccloud.com", "mode": "force-https" },
586 { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" },
587 { "name": "browserid.org", "include_subdomains": true, "mode": "force-https" },
588 { "name": "login.persona.org", "include_subdomains": true, "mode": "force-https" },
589 { "name": "neonisi.com", "mode": "force-https" },
590 { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-https" },
591 { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-https" },
592 { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-https" },
593 { "name": "howrandom.org", "include_subdomains": true, "mode": "force-https" },
594 { "name": "intercom.io", "mode": "force-https" },
595 { "name": "api.intercom.io", "mode": "force-https" },
596 { "name": "www.intercom.io", "mode": "force-https" },
597 { "name": "fatzebra.com.au", "include_subdomains": true, "mode": "force-https" },
598 { "name": "csawctf.poly.edu", "include_subdomains": true, "mode": "force-https" },
599 { "name": "makeyourlaws.org", "include_subdomains": true, "mode": "force-https" },
600 { "name": "www.makeyourlaws.org", "mode": "force-https" },
601 { "name": "iop.intuit.com", "include_subdomains": true, "mode": "force-https" },
602 { "name": "surfeasy.com", "mode": "force-https" },
603 { "name": "www.surfeasy.com", "mode": "force-https" },
604 { "name": "packagist.org", "mode": "force-https" },
605 { "name": "lookout.com", "mode": "force-https" },
606 { "name": "www.lookout.com", "mode": "force-https" },
607 { "name": "mylookout.com", "mode": "force-https" },
608 { "name": "www.mylookout.com", "mode": "force-https" },
609 { "name": "dm.lookout.com", "include_subdomains": true, "mode": "force-https" },
610 { "name": "business.lookout.com", "include_subdomains": true, "mode": "force-https" },
611 { "name": "blog.lookout.com", "include_subdomains": true, "mode": "force-https" },
612 { "name": "faq.lookout.com", "include_subdomains": true, "mode": "force-https" },
613 { "name": "platform.lookout.com", "include_subdomains": true, "mode": "force-https" },
614 { "name": "email.lookout.com", "include_subdomains": true, "mode": "force-https" },
615 { "name": "app.lookout.com", "include_subdomains": true, "mode": "force-https" },
616 { "name": "api.lookout.com", "include_subdomains": true, "mode": "force-https" },
617 { "name": "keymaster.lookout.com", "include_subdomains": true, "mode": "force-https" },
618 { "name": "discovery.lookout.com", "include_subdomains": true, "mode": "force-https" },
619 { "name": "mobilethreat.net", "include_subdomains": true, "mode": "force-https" },
620 { "name": "mobilethreatnetwork.net", "include_subdomains": true, "mode": "force-https" },
621 { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" },
622 { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https" },
623 { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force-https" },
624 { "name": "therapynotes.com", "mode": "force-https" },
625 { "name": "www.therapynotes.com", "mode": "force-https" },
626 { "name": "wiz.biz", "include_subdomains": true, "mode": "force-https" },
627 { "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https" },
628 { "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-https" },
629 { "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https" },
630 { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
631 { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
632 { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" },
633 { "name": "serverdensity.io", "include_subdomains": true, "mode": "force-https" },
634 { "name": "my.alfresco.com", "include_subdomains": true, "mode": "force-https" },
635 { "name": "webmail.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
636 { "name": "paymill.com", "include_subdomains": true, "mode": "force-https" },
637 { "name": "paymill.de", "include_subdomains": true, "mode": "force-https" },
638 { "name": "gocardless.com", "include_subdomains": true, "mode": "force-https" },
639 { "name": "espra.com", "include_subdomains": true, "mode": "force-https" },
640 { "name": "zoo24.de", "include_subdomains": true, "mode": "force-https" },
641 { "name": "mega.co.nz", "mode": "force-https" },
642 { "name": "api.mega.co.nz", "include_subdomains": true, "mode": "force-https" },
643 { "name": "lockify.com", "include_subdomains": true, "mode": "force-https" },
644 { "name": "writeapp.me", "mode": "force-https" },
645 { "name": "bugzilla.mozilla.org", "include_subdomains": true, "mode": "force-https" },
646 { "name": "members.nearlyfreespeech.net", "include_subdomains": true, "mode": "force-https" },
647 { "name": "ssl.panoramio.com", "mode": "force-https" },
648 { "name": "kiwiirc.com", "mode": "force-https" },
649 { "name": "pay.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
650 { "name": "controlcenter.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
651 { "name": "simple.com", "mode": "force-https" },
652 { "name": "www.simple.com", "mode": "force-https" },
653 { "name": "fj.simple.com", "mode": "force-https" },
654 { "name": "api.simple.com", "mode": "force-https" },
655 { "name": "bank.simple.com", "include_subdomains": true, "mode": "force-https" },
656 { "name": "bassh.net", "include_subdomains": true, "mode": "force-https" },
657 { "name": "sah3.net", "include_subdomains": true, "mode": "force-https" },
658 { "name": "grc.com", "mode": "force-https" },
659 { "name": "www.grc.com", "mode": "force-https" },
660 { "name": "linode.com", "mode": "force-https" },
661 { "name": "www.linode.com", "mode": "force-https" },
662 { "name": "manager.linode.com", "mode": "force-https" },
663 { "name": "blog.linode.com", "mode": "force-https" },
664 { "name": "library.linode.com", "mode": "force-https" },
665 { "name": "forum.linode.com", "mode": "force-https" },
666 { "name": "p.linode.com", "mode": "force-https" },
667 { "name": "paste.linode.com", "mode": "force-https" },
668 { "name": "pastebin.linode.com", "mode": "force-https" },
669 { "name": "inertianetworks.com", "include_subdomains": true, "mode": "force-https" },
670 { "name": "carezone.com", "mode": "force-https" },
671 { "name": "conformal.com", "include_subdomains": true, "mode": "force-https" },
672 { "name": "cyphertite.com", "include_subdomains": true, "mode": "force-https" },
673 { "name": "logotype.se", "include_subdomains": true, "mode": "force-https" },
674 { "name": "bccx.com", "include_subdomains": true, "mode": "force-https" },
675 { "name": "launchkey.com", "include_subdomains": true, "mode": "force-https" },
676 { "name": "carlolly.co.uk", "include_subdomains": true, "mode": "force-https" },
677 { "name": "www.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
678 { "name": "blog.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
679 { "name": "whonix.org", "include_subdomains": true, "mode": "force-https" },
680 { "name": "shodan.io", "include_subdomains": true, "mode": "force-https" },
681 { "name": "rapidresearch.me", "include_subdomains": true, "mode": "force-https" },
682 { "name": "surkatty.org", "include_subdomains": true, "mode": "force-https" },
683 { "name": "securityheaders.com", "include_subdomains": true, "mode": "force-https" },
684 { "name": "haste.ch", "include_subdomains": true, "mode": "force-https" },
685 { "name": "mudcrab.us", "include_subdomains": true, "mode": "force-https" },
686 { "name": "mediacru.sh", "include_subdomains": true, "mode": "force-https" },
687 { "name": "lolicore.ch", "include_subdomains": true, "mode": "force-https" },
688 { "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https" },
689 { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" },
690 { "name": "bcrook.com", "mode": "force-https" },
691 { "name": "wiki.python.org", "include_subdomains": true, "mode": "force-https" },
692 { "name": "lumi.do", "mode": "force-https" },
693 { "name": "appseccalifornia.org", "include_subdomains": true, "mode": "force-https" },
694 { "name": "crowdcurity.com", "include_subdomains": true, "mode": "force-https" },
695 { "name": "saturngames.co.uk", "include_subdomains": true, "mode": "force-https" },
696 { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "force-https" },
697 { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "force-https" },
698 { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-https" },
699 { "name": "bitbucket.org", "mode": "force-https" },
700 { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" },
701 { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" },
702 { "name": "tent.io", "include_subdomains": true, "mode": "force-https" },
703 { "name": "cybozu.com", "include_subdomains": true, "mode": "force-https" },
704 { "name": "davidlyness.com", "include_subdomains": true, "mode": "force-https" },
705 { "name": "medium.com", "include_subdomains": true, "mode": "force-https" },
706 { "name": "liberty.lavabit.com", "include_subdomains": true, "mode": "force-https", "pins": "lavabit" },
707 { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https" },
708 { "name": "kinsights.com", "mode": "force-https" },
709 { "name": "simbolo.co.uk", "mode": "force-https" },
710 { "name": "www.simbolo.co.uk", "mode": "force-https" },
711 { "name": "zenpayroll.com", "mode": "force-https" },
712 { "name": "www.zenpayroll.com", "mode": "force-https" },
713 { "name": "get.zenpayroll.com", "mode": "force-https" },
714 { "name": "errors.zenpayroll.com", "mode": "force-https" },
715 { "name": "manage.zenpayroll.com", "mode": "force-https" },
716 { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-https" },
717 { "name": "skydrive.live.com", "include_subdomains": true, "mode": "force-https" },
718 { "name": "lifeguard.aecom.com", "include_subdomains": true, "mode": "force-https" },
719 { "name": "data.qld.gov.au", "mode": "force-https" },
720 { "name": "publications.qld.gov.au", "mode": "force-https" },
721 { "name": "go.xero.com", "include_subdomains": true, "mode": "force-https" },
722 { "name": "login.xero.com", "include_subdomains": true, "mode": "force-https" },
723 { "name": "my.xero.com", "include_subdomains": true, "mode": "force-https" },
724 { "name": "payroll.xero.com", "include_subdomains": true, "mode": "force-https" },
725 { "name": "in.xero.com", "include_subdomains": true, "mode": "force-https" },
726 { "name": "api.xero.com", "include_subdomains": true, "mode": "force-https" },
727 { "name": "eff.org", "include_subdomains": true, "mode": "force-https" },
728 { "name": "mail.de", "include_subdomains": true, "mode": "force-https" },
729 { "name": "passport.yandex.ru", "mode": "force-https" },
730 { "name": "passport.yandex.com", "mode": "force-https" },
731 { "name": "passport.yandex.ua", "mode": "force-https" },
732 { "name": "passport.yandex.by", "mode": "force-https" },
733 { "name": "passport.yandex.kz", "mode": "force-https" },
734 { "name": "passport.yandex.com.tr", "mode": "force-https" },
735 { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" },
736 { "name": "getcloak.com", "mode": "force-https" },
737 { "name": "www.getcloak.com", "mode": "force-https" },
738 { "name": "matteomarescotti.name", "include_subdomains": true, "mode": "force-https" },
739 { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-https" },
740 { "name": "opsmate.com", "mode": "force-https" },
741 { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-https" },
742 { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" },
743 { "name": "www.evernote.com", "mode": "force-https" },
744 { "name": "app.yinxiang.com", "mode": "force-https" },
745 { "name": "neilwynne.com", "mode": "force-https" },
746 { "name": "calyxinstitute.org", "mode": "force-https" },
747 { "name": "www.calyxinstitute.org", "mode": "force-https" },
748 { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https" },
749 { "name": "boxcryptor.com", "include_subdomains": true, "mode": "force-https" },
750 { "name": "aclu.org", "mode": "force-https" },
751 { "name": "www.aclu.org", "mode": "force-https" },
752 { "name": "prodpad.com", "include_subdomains": true, "mode": "force-https" },
753 { "name": "mailbox.org", "include_subdomains": true, "mode": "force-https" },
754 { "name": "roddis.net", "mode": "force-https" },
755 { "name": "www.roddis.net", "mode": "force-https" },
756 { "name": "fiken.no", "include_subdomains": true, "mode": "force-https" },
757 { "name": "fairbill.com", "include_subdomains": true, "mode": "force-https" },
758 { "name": "nexth.net", "include_subdomains": true, "mode": "force-https" },
759 { "name": "nexth.us", "include_subdomains": true, "mode": "force-https" },
760 { "name": "nexth.de", "include_subdomains": true, "mode": "force-https" },
761 { "name": "souyar.net", "include_subdomains": true, "mode": "force-https" },
762 { "name": "souyar.de", "include_subdomains": true, "mode": "force-https" },
763 { "name": "souyar.us", "include_subdomains": true, "mode": "force-https" },
764 { "name": "www.banking.co.at", "mode": "force-https" },
765 { "name": "mbp.banking.co.at", "mode": "force-https" },
766 { "name": "feedbin.com", "mode": "force-https" },
767 { "name": "heha.co", "include_subdomains": true, "mode": "force-https" },
768 { "name": "passwordbox.com", "include_subdomains": true, "mode": "force-https" },
769 { "name": "python.org", "mode": "force-https" },
770 { "name": "pypi.python.org", "include_subdomains": true, "mode": "force-https" },
771 { "name": "www.python.org", "include_subdomains": true, "mode": "force-https" },
772 { "name": "docs.python.org", "include_subdomains": true, "mode": "force-https" },
773 { "name": "encircleapp.com", "include_subdomains": true, "mode": "force-https" },
774 { "name": "onedrive.live.com", "include_subdomains": true, "mode": "force-https" },
775 { "name": "onedrive.com", "include_subdomains": true, "mode": "force-https" },
776 { "name": "keepersecurity.com", "include_subdomains": true, "mode": "force-https" },
777 { "name": "keeperapp.com", "include_subdomains": true, "mode": "force-https" },
778 { "name": "donmez.ws", "include_subdomains": true, "mode": "force-https" },
779 { "name": "activiti.alfresco.com", "mode": "force-https" },
780 { "name": "cloudcert.org", "include_subdomains": true, "mode": "force-https" },
781 { "name": "seifried.org", "include_subdomains": true, "mode": "force-https" },
782 { "name": "wepay.com", "mode": "force-https" },
783 { "name": "www.wepay.com", "mode": "force-https" },
784 { "name": "static.wepay.com", "mode": "force-https" },
785 { "name": "stage.wepay.com", "mode": "force-https" },
786 { "name": "vmoagents.com", "mode": "force-https" },
787 { "name": "adsfund.org", "include_subdomains": true, "mode": "force-https" },
788 { "name": "pult.co", "mode": "force-https" },
789 { "name": "dillonkorman.com", "include_subdomains": true, "mode": "force-https" },
790 { "name": "edmodo.com", "include_subdomains": true, "mode": "force-https" },
791 { "name": "www.eternalgoth.co.uk", "mode": "force-https" },
792 { "name": "app.manilla.com", "include_subdomains": true, "mode": "force-https" },
793 { "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https" },
794 { "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" },
795 { "name": "noexpect.org", "include_subdomains": true, "mode": "force-https" },
796 { "name": "airbnb.com", "mode": "force-https" },
797 { "name": "www.airbnb.com", "include_subdomains": true, "mode": "force-https" },
798 { "name": "usaa.com", "mode": "force-https" },
799 { "name": "www.usaa.com", "mode": "force-https" },
800 { "name": "mobile.usaa.com", "mode": "force-https" },
801 { "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" },
802 { "name": "detectify.com", "mode": "force-https" },
803 { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" },
804 { "name": "manageprojects.com", "include_subdomains": true, "mode": "force-https" },
805 { "name": "tinfoilsecurity.com", "mode": "force-https" },
806 { "name": "www.tinfoilsecurity.com", "mode": "force-https" },
807 { "name": "imouto.my", "mode": "force-https" },
808 { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" },
809 { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-https" },
810 { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-https" },
811 { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-https" },
812 { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-https" },
813 { "name": "www.capitainetrain.com", "mode": "force-https" },
814 { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force-https" },
815 { "name": "z.ai", "include_subdomains": true, "mode": "force-https" },
816 { "name": "wildbee.org", "include_subdomains": true, "mode": "force-https" },
817 { "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-https" },
818 { "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" },
819 { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" },
820 { "name": "code-poets.co.uk", "include_subdomains": true, "mode": "force-https" },
821 { "name": "jackyyf.com", "mode": "force-https" },
822 { "name": "flynn.io", "include_subdomains": true, "mode": "force-https" },
824 // Entries that are only valid if the client supports SNI.
825 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
826 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionly": true },
827 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
828 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "snionly": true },
829 { "name": "google-analytics.com", "include_subdomains": true, "pins": "google", "snionly": true },
830 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true },
831 { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https", "snionly": true },
832 { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-https", "snionly": true }