summaryrefslogtreecommitdiffstats
path: root/net/http/transport_security_state_static.json
blob: ff403ec2863f2490e9f661e3e619ec498dbbdb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file contains the HSTS preloaded list in a machine readable format.

// The top-level element is a dictionary with two keys: "pinsets" maps details
// of certificate pinning to a name and "entries" contains the HSTS details for
// each host.
//
// "pinsets" is a list of objects. Each object has the following members:
//   name: (string) the name of the pinset
//   static_spki_hashes: (list of strings) the set of allowed SPKIs hashes
//   bad_static_spki_hashes: (optional list of strings) the set of forbidden
//       SPKIs hashes
//
// For a given pinset, a certificate is accepted if at least one of the
// "static_spki_hashes" SPKIs is found in the chain and none of the
// "bad_static_spki_hashes" SPKIs are. SPKIs are specified as names, which must
// match up with the file of certificates.
//
// "entries" is a list of objects. Each object has the following members:
//   name: (string) the DNS name of the host in question
//   include_subdomains: (optional bool) whether subdomains of |name| are also
//       covered
//   mode: (optional string) "force-https" iff covered names should require
//       HTTPS
//   pins: (optional string) the |name| member of an object in |pinsets|
//   snionly: (optional bool) if true then this entry is only enforced if TLS is
//       enabled because the site in question only serves the correct
//       certificate if SNI is sent. Note that this only covers the case where
//       TLS has been disabled by explicit configuration. If TLS was disabled
//       because of SSLv3 fallback, then the entry is still in force and a
//       fatal certificate error will result. Spurious certificate errors are
//       an unfortunate result of SSLv3 fallback.

{
  "pinsets": [
    {
      "name": "test",
      "static_spki_hashes": [
        "TestSPKI"
      ]
    },
    {
      "name": "google",
      "static_spki_hashes": [
        "GoogleBackup2048",
        "GoogleG2"
      ]
    },
    {
      "name": "tor",
      "static_spki_hashes": [
        "RapidSSL",
        "DigiCertEVRoot",
        "Tor1",
        "Tor2",
        "Tor3"
      ]
    },
    {
      "name": "twitterCom",
      "static_spki_hashes": [
        "VeriSignClass1",
        "VeriSignClass3",
        "VeriSignClass3_G4",
        "VeriSignClass4_G3",
        "VeriSignClass3_G3",
        "VeriSignClass1_G3",
        "VeriSignClass2_G3",
        "VeriSignClass3_G2",
        "VeriSignClass2_G2",
        "VeriSignClass3_G5",
        "VeriSignUniversal",
        "GeoTrustGlobal",
        "GeoTrustGlobal2",
        "GeoTrustUniversal",
        "GeoTrustUniversal2",
        "GeoTrustPrimary",
        "GeoTrustPrimary_G2",
        "GeoTrustPrimary_G3",
        "DigiCertGlobalRoot",
        "DigiCertEVRoot",
        "DigiCertAssuredIDRoot",
        "Twitter1"
      ]
    },
    {
      "name": "twitterCDN",
      "static_spki_hashes": [
        "VeriSignClass1",
        "VeriSignClass3",
        "VeriSignClass3_G4",
        "VeriSignClass4_G3",
        "VeriSignClass3_G3",
        "VeriSignClass1_G3",
        "VeriSignClass2_G3",
        "VeriSignClass3_G2",
        "VeriSignClass2_G2",
        "VeriSignClass3_G5",
        "VeriSignUniversal",
        "GeoTrustGlobal",
        "GeoTrustGlobal2",
        "GeoTrustUniversal",
        "GeoTrustUniversal2",
        "GeoTrustPrimary",
        "GeoTrustPrimary_G2",
        "GeoTrustPrimary_G3",
        "DigiCertGlobalRoot",
        "DigiCertEVRoot",
        "DigiCertAssuredIDRoot",
        "Twitter1",

        "Entrust_2048",
        "Entrust_EV",
        "Entrust_G2",
        "Entrust_SSL",
        "AAACertificateServices",
        "AddTrustClass1CARoot",
        "AddTrustExternalCARoot",
        "AddTrustPublicCARoot",
        "AddTrustQualifiedCARoot",
        "COMODOCertificationAuthority",
        "SecureCertificateServices",
        "TrustedCertificateServices",
        "UTNDATACorpSGC",
        "UTNUSERFirstClientAuthenticationandEmail",
        "UTNUSERFirstHardware",
        "UTNUSERFirstObject",
        "GTECyberTrustGlobalRoot",
        "BaltimoreCyberTrustRoot",
        "GlobalSignRootCA",
        "GlobalSignRootCA_R2",
        "GlobalSignRootCA_R3"
      ]
    },
    {
      "name": "dropbox",
      "static_spki_hashes": [
        "DigiCertAssuredIDRoot",
        "DigiCertGlobalRoot",
        "DigiCertEVRoot",
        "EntrustRootEC1",
        "Entrust_G2",
        "Entrust_EV",
        "Entrust_2048",
        "GeoTrustGlobal",
        "GeoTrustPrimary_G2",
        "GeoTrustPrimary_G3",
        "GeoTrustPrimary",
        "TheGoDaddyGroupClass2",
        "GoDaddyRoot_G2",
        "GoDaddySecure",
        "ThawtePremiumServer",
        "ThawtePrimaryRootCA_G2",
        "ThawtePrimaryRootCA_G3",
        "ThawtePrimaryRootCA"
      ]
    },
    {
      "name": "facebook",
      "static_spki_hashes": [
        "SymantecClass3EVG3",
        "DigiCertECCSecureServerCA",
        "DigiCertEVRoot",
        "FacebookBackup"
      ]
    },
    {
      "name": "spideroak",
      "static_spki_hashes": [
        "GeoTrustGlobal",
        "DigiCertEVRoot",
        "SpiderOak2",
        "SpiderOak3"
      ]
    }
  ],

  "entries": [
    // Dummy entry to test certificate pinning.
    { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },

    // (*.)google.com, iff using SSL, must use an acceptable certificate.
    { "name": "google.com", "include_subdomains": true, "pins": "google" },

    // Now we force HTTPS for subtrees of google.com.
    { "name": "wallet.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "docs.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "domains.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "sites.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "spreadsheets.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "appengine.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "encrypted.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "accounts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "profiles.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "mail.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "inbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "talkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "talk.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "hostedtalkgadget.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "plus.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "plus.sandbox.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "script.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "history.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "security.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "goto.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "glass.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "admin.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "login.corp.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "play.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "passwords.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },

    // Other Google-related domains that must use HTTPS.
    { "name": "gmail.com", "mode": "force-https", "pins": "google" },
    { "name": "googlemail.com", "mode": "force-https", "pins": "google" },
    { "name": "www.gmail.com", "mode": "force-https", "pins": "google" },
    { "name": "www.googlemail.com", "mode": "force-https", "pins": "google" },
    { "name": "chrome.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "ssl.google-analytics.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "drive.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "googleplex.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "groups.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "apis.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "chrome-devtools-frontend.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "codereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "code.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "googlecode.com", "include_subdomains": true, "pins": "google" },
    { "name": "dl.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "translate.googleapis.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },

    { "name": "webfilings.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "webfilings-mirror-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "webfilings-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "webfilings-eu-mirror.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-demo-eu.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-demo-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-pentest.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-trial-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "xbrlsuccess.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "w-spotlight.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-training-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-bigsky-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-staging-hr.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-training-master.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "wf-dogfood-hrd.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },

    // chart.apis.google.com is *not* HSTS because the certificate doesn't match
    // and there are lots of links out there that still use the name. The correct
    // hostname for this is chart.googleapis.com.
    { "name": "chart.apis.google.com", "include_subdomains": true, "pins": "google" },

    // Other Google-related domains that must use an acceptable certificate
    // iff using SSL.
    { "name": "blogger.com", "include_subdomains": true, "pins": "google" },
    { "name": "google-analytics.com", "include_subdomains": true, "pins": "google" },
    { "name": "googlegroups.com", "include_subdomains": true, "pins": "google" },
    { "name": "ytimg.com", "include_subdomains": true, "pins": "google" },
    { "name": "googleusercontent.com", "include_subdomains": true, "pins": "google" },
    { "name": "youtube.com", "include_subdomains": true, "pins": "google" },
    { "name": "youtube-nocookie.com", "include_subdomains": true, "pins": "google" },
    { "name": "googleapis.com", "include_subdomains": true, "pins": "google" },
    { "name": "googleadservices.com", "include_subdomains": true, "pins": "google" },
    { "name": "appspot.com", "include_subdomains": true, "pins": "google" },
    { "name": "googlesyndication.com", "include_subdomains": true, "pins": "google" },
    { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" },
    { "name": "2mdn.net", "include_subdomains": true, "pins": "google" },
    { "name": "gstatic.com", "include_subdomains": true, "pins": "google" },
    { "name": "youtu.be", "include_subdomains": true, "pins": "google" },
    { "name": "android.com", "include_subdomains": true, "pins": "google" },
    { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google" },
    { "name": "urchin.com", "include_subdomains": true, "pins": "google" },
    { "name": "goo.gl", "include_subdomains": true, "pins": "google" },
    { "name": "g.co", "include_subdomains": true, "pins": "google" },
    { "name": "googletagmanager.com", "include_subdomains": true, "pins": "google" },
    { "name": "googletagservices.com", "include_subdomains": true, "pins": "google" },
    { "name": "google.ac", "include_subdomains": true, "pins": "google" },
    { "name": "google.ad", "include_subdomains": true, "pins": "google" },
    { "name": "google.ae", "include_subdomains": true, "pins": "google" },
    { "name": "google.af", "include_subdomains": true, "pins": "google" },
    { "name": "google.ag", "include_subdomains": true, "pins": "google" },
    { "name": "google.am", "include_subdomains": true, "pins": "google" },
    { "name": "google.as", "include_subdomains": true, "pins": "google" },
    { "name": "google.at", "include_subdomains": true, "pins": "google" },
    { "name": "google.az", "include_subdomains": true, "pins": "google" },
    { "name": "google.ba", "include_subdomains": true, "pins": "google" },
    { "name": "google.be", "include_subdomains": true, "pins": "google" },
    { "name": "google.bf", "include_subdomains": true, "pins": "google" },
    { "name": "google.bg", "include_subdomains": true, "pins": "google" },
    { "name": "google.bi", "include_subdomains": true, "pins": "google" },
    { "name": "google.bj", "include_subdomains": true, "pins": "google" },
    { "name": "google.bs", "include_subdomains": true, "pins": "google" },
    { "name": "google.by", "include_subdomains": true, "pins": "google" },
    { "name": "google.ca", "include_subdomains": true, "pins": "google" },
    { "name": "google.cat", "include_subdomains": true, "pins": "google" },
    { "name": "google.cc", "include_subdomains": true, "pins": "google" },
    { "name": "google.cd", "include_subdomains": true, "pins": "google" },
    { "name": "google.cf", "include_subdomains": true, "pins": "google" },
    { "name": "google.cg", "include_subdomains": true, "pins": "google" },
    { "name": "google.ch", "include_subdomains": true, "pins": "google" },
    { "name": "google.ci", "include_subdomains": true, "pins": "google" },
    { "name": "google.cl", "include_subdomains": true, "pins": "google" },
    { "name": "google.cm", "include_subdomains": true, "pins": "google" },
    { "name": "google.cn", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ao", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.bw", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ck", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.cr", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.hu", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.id", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.il", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.im", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.in", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.je", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.jp", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ke", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.kr", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ls", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ma", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.mz", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.nz", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.th", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.tz", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ug", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.uk", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.uz", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.ve", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.vi", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.za", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.zm", "include_subdomains": true, "pins": "google" },
    { "name": "google.co.zw", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.af", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ag", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ai", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ar", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.au", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.bd", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.bh", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.bn", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.bo", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.br", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.by", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.bz", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.cn", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.co", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.cu", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.cy", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.do", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ec", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.eg", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.et", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.fj", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ge", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.gh", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.gi", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.gr", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.gt", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.hk", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.iq", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.jm", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.jo", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.kh", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.kw", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.lb", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ly", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.mt", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.mx", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.my", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.na", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.nf", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ng", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ni", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.np", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.nr", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.om", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.pa", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.pe", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ph", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.pk", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.pl", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.pr", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.py", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.qa", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ru", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.sa", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.sb", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.sg", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.sl", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.sv", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.tj", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.tn", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.tr", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.tw", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ua", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.uy", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.vc", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.ve", "include_subdomains": true, "pins": "google" },
    { "name": "google.com.vn", "include_subdomains": true, "pins": "google" },
    { "name": "google.cv", "include_subdomains": true, "pins": "google" },
    { "name": "google.cz", "include_subdomains": true, "pins": "google" },
    { "name": "google.de", "include_subdomains": true, "pins": "google" },
    { "name": "google.dj", "include_subdomains": true, "pins": "google" },
    { "name": "google.dk", "include_subdomains": true, "pins": "google" },
    { "name": "google.dm", "include_subdomains": true, "pins": "google" },
    { "name": "google.dz", "include_subdomains": true, "pins": "google" },
    { "name": "google.ee", "include_subdomains": true, "pins": "google" },
    { "name": "google.es", "include_subdomains": true, "pins": "google" },
    { "name": "google.fi", "include_subdomains": true, "pins": "google" },
    { "name": "google.fm", "include_subdomains": true, "pins": "google" },
    { "name": "google.fr", "include_subdomains": true, "pins": "google" },
    { "name": "google.ga", "include_subdomains": true, "pins": "google" },
    { "name": "google.ge", "include_subdomains": true, "pins": "google" },
    { "name": "google.gg", "include_subdomains": true, "pins": "google" },
    { "name": "google.gl", "include_subdomains": true, "pins": "google" },
    { "name": "google.gm", "include_subdomains": true, "pins": "google" },
    { "name": "google.gp", "include_subdomains": true, "pins": "google" },
    { "name": "google.gr", "include_subdomains": true, "pins": "google" },
    { "name": "google.gy", "include_subdomains": true, "pins": "google" },
    { "name": "google.hk", "include_subdomains": true, "pins": "google" },
    { "name": "google.hn", "include_subdomains": true, "pins": "google" },
    { "name": "google.hr", "include_subdomains": true, "pins": "google" },
    { "name": "google.ht", "include_subdomains": true, "pins": "google" },
    { "name": "google.hu", "include_subdomains": true, "pins": "google" },
    { "name": "google.ie", "include_subdomains": true, "pins": "google" },
    { "name": "google.im", "include_subdomains": true, "pins": "google" },
    { "name": "google.info", "include_subdomains": true, "pins": "google" },
    { "name": "google.iq", "include_subdomains": true, "pins": "google" },
    { "name": "google.is", "include_subdomains": true, "pins": "google" },
    { "name": "google.it", "include_subdomains": true, "pins": "google" },
    { "name": "google.it.ao", "include_subdomains": true, "pins": "google" },
    { "name": "google.je", "include_subdomains": true, "pins": "google" },
    { "name": "google.jo", "include_subdomains": true, "pins": "google" },
    { "name": "google.jobs", "include_subdomains": true, "pins": "google" },
    { "name": "google.jp", "include_subdomains": true, "pins": "google" },
    { "name": "google.kg", "include_subdomains": true, "pins": "google" },
    { "name": "google.ki", "include_subdomains": true, "pins": "google" },
    { "name": "google.kz", "include_subdomains": true, "pins": "google" },
    { "name": "google.la", "include_subdomains": true, "pins": "google" },
    { "name": "google.li", "include_subdomains": true, "pins": "google" },
    { "name": "google.lk", "include_subdomains": true, "pins": "google" },
    { "name": "google.lt", "include_subdomains": true, "pins": "google" },
    { "name": "google.lu", "include_subdomains": true, "pins": "google" },
    { "name": "google.lv", "include_subdomains": true, "pins": "google" },
    { "name": "google.md", "include_subdomains": true, "pins": "google" },
    { "name": "google.me", "include_subdomains": true, "pins": "google" },
    { "name": "google.mg", "include_subdomains": true, "pins": "google" },
    { "name": "google.mk", "include_subdomains": true, "pins": "google" },
    { "name": "google.ml", "include_subdomains": true, "pins": "google" },
    { "name": "google.mn", "include_subdomains": true, "pins": "google" },
    { "name": "google.ms", "include_subdomains": true, "pins": "google" },
    { "name": "google.mu", "include_subdomains": true, "pins": "google" },
    { "name": "google.mv", "include_subdomains": true, "pins": "google" },
    { "name": "google.mw", "include_subdomains": true, "pins": "google" },
    { "name": "google.ne", "include_subdomains": true, "pins": "google" },
    { "name": "google.ne.jp", "include_subdomains": true, "pins": "google" },
    { "name": "google.net", "include_subdomains": true, "pins": "google" },
    { "name": "google.nl", "include_subdomains": true, "pins": "google" },
    { "name": "google.no", "include_subdomains": true, "pins": "google" },
    { "name": "google.nr", "include_subdomains": true, "pins": "google" },
    { "name": "google.nu", "include_subdomains": true, "pins": "google" },
    { "name": "google.off.ai", "include_subdomains": true, "pins": "google" },
    { "name": "google.pk", "include_subdomains": true, "pins": "google" },
    { "name": "google.pl", "include_subdomains": true, "pins": "google" },
    { "name": "google.pn", "include_subdomains": true, "pins": "google" },
    { "name": "google.ps", "include_subdomains": true, "pins": "google" },
    { "name": "google.pt", "include_subdomains": true, "pins": "google" },
    { "name": "google.ro", "include_subdomains": true, "pins": "google" },
    { "name": "google.rs", "include_subdomains": true, "pins": "google" },
    { "name": "google.ru", "include_subdomains": true, "pins": "google" },
    { "name": "google.rw", "include_subdomains": true, "pins": "google" },
    { "name": "google.sc", "include_subdomains": true, "pins": "google" },
    { "name": "google.se", "include_subdomains": true, "pins": "google" },
    { "name": "google.sh", "include_subdomains": true, "pins": "google" },
    { "name": "google.si", "include_subdomains": true, "pins": "google" },
    { "name": "google.sk", "include_subdomains": true, "pins": "google" },
    { "name": "google.sm", "include_subdomains": true, "pins": "google" },
    { "name": "google.sn", "include_subdomains": true, "pins": "google" },
    { "name": "google.so", "include_subdomains": true, "pins": "google" },
    { "name": "google.st", "include_subdomains": true, "pins": "google" },
    { "name": "google.td", "include_subdomains": true, "pins": "google" },
    { "name": "google.tg", "include_subdomains": true, "pins": "google" },
    { "name": "google.tk", "include_subdomains": true, "pins": "google" },
    { "name": "google.tl", "include_subdomains": true, "pins": "google" },
    { "name": "google.tm", "include_subdomains": true, "pins": "google" },
    { "name": "google.tn", "include_subdomains": true, "pins": "google" },
    { "name": "google.to", "include_subdomains": true, "pins": "google" },
    { "name": "google.tt", "include_subdomains": true, "pins": "google" },
    { "name": "google.us", "include_subdomains": true, "pins": "google" },
    { "name": "google.uz", "include_subdomains": true, "pins": "google" },
    { "name": "google.vg", "include_subdomains": true, "pins": "google" },
    { "name": "google.vu", "include_subdomains": true, "pins": "google" },
    { "name": "google.ws", "include_subdomains": true, "pins": "google" },
    // Exclude the learn.doubleclick.net subdomain because it uses a different
    // CA.
    { "name": "learn.doubleclick.net", "include_subdomains": true },

    // Force HTTPS for sites that have requested it.
    { "name": "www.paypal.com", "mode": "force-https" },
    { "name": "paypal.com", "mode": "force-https" },
    { "name": "www.elanex.biz", "mode": "force-https" },
    { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.noisebridge.net", "mode": "force-https" },
    { "name": "neg9.org", "mode": "force-https" },
    { "name": "riseup.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "factor.cc", "mode": "force-https" },
    { "name": "members.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "support.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "id.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lists.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmail.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "roundcube.mayfirst.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "aladdinschools.appspot.com", "mode": "force-https" },
    { "name": "ottospora.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.paycheckrecords.com", "mode": "force-https" },
    { "name": "lastpass.com", "mode": "force-https" },
    { "name": "www.lastpass.com", "mode": "force-https" },
    { "name": "keyerror.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "entropia.de", "mode": "force-https" },
    { "name": "www.entropia.de", "mode": "force-https" },
    { "name": "romab.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "logentries.com", "mode": "force-https" },
    { "name": "www.logentries.com", "mode": "force-https" },
    { "name": "stripe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudsecurityalliance.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "login.sapo.pt", "include_subdomains": true, "mode": "force-https" },
    { "name": "mattmccutchen.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "betnet.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "uprotect.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "squareup.com", "mode": "force-https" },
    { "name": "square.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cert.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "crypto.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "simon.butcher.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "linx.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dropcam.com", "mode": "force-https" },
    { "name": "www.dropcam.com", "mode": "force-https" },
    { "name": "ebanking.indovinabank.com.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "epoxate.com", "mode": "force-https" },
    { "name": "torproject.org", "mode": "force-https", "pins": "tor" },
    { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
    { "name": "check.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
    { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
    { "name": "dist.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" },
    { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ledgerscope.net", "mode": "force-https" },
    { "name": "www.ledgerscope.net", "mode": "force-https" },
    { "name": "app.recurly.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "api.recurly.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "greplin.com", "mode": "force-https" },
    { "name": "www.greplin.com", "mode": "force-https" },
    { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "grepular.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mydigipass.com", "mode": "force-https" },
    { "name": "www.mydigipass.com", "mode": "force-https" },
    { "name": "developer.mydigipass.com", "mode": "force-https" },
    { "name": "www.developer.mydigipass.com", "mode": "force-https" },
    { "name": "sandbox.mydigipass.com", "mode": "force-https" },
    { "name": "www.sandbox.mydigipass.com", "mode": "force-https" },
    { "name": "crypto.cat", "mode": "force-https" },
    { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "crate.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" },
    { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-https", "pins": "twitterCom" },
    { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
    { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
    { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
    { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
    { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitterCom" },
    { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitterCDN" },
    { "name": "twimg.com", "include_subdomains": true, "pins": "twitterCDN" },
    { "name": "braintreegateway.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "braintreepayments.com", "mode": "force-https" },
    { "name": "www.braintreepayments.com", "mode": "force-https" },
    { "name": "emailprivacytester.com", "mode": "force-https" },
    { "name": "tor2web.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "business.medbank.com.mt", "include_subdomains": true, "mode": "force-https" },
    { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jitsi.org", "mode": "force-https" },
    { "name": "www.jitsi.org", "mode": "force-https" },
    { "name": "download.jitsi.org", "mode": "force-https" },
    { "name": "sol.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "irccloud.com", "mode": "force-https" },
    { "name": "www.irccloud.com", "mode": "force-https" },
    { "name": "alpha.irccloud.com", "mode": "force-https" },
    { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "browserid.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "login.persona.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "neonisi.com", "mode": "force-https" },
    { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "piratenlogin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "howrandom.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "intercom.io", "mode": "force-https" },
    { "name": "api.intercom.io", "mode": "force-https" },
    { "name": "www.intercom.io", "mode": "force-https" },
    { "name": "fatzebra.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "csawctf.poly.edu", "include_subdomains": true, "mode": "force-https" },
    { "name": "makeyourlaws.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.makeyourlaws.org", "mode": "force-https" },
    { "name": "iop.intuit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "surfeasy.com", "mode": "force-https" },
    { "name": "www.surfeasy.com", "mode": "force-https" },
    { "name": "packagist.org", "mode": "force-https" },
    { "name": "lookout.com", "mode": "force-https" },
    { "name": "www.lookout.com", "mode": "force-https" },
    { "name": "mylookout.com", "mode": "force-https" },
    { "name": "www.mylookout.com", "mode": "force-https" },
    { "name": "dm.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "business.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blog.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "faq.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "platform.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "email.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "app.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "api.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keymaster.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mygadgetguardian.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "discovery.lookout.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobilethreat.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobilethreatnetwork.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "therapynotes.com", "mode": "force-https" },
    { "name": "www.therapynotes.com", "mode": "force-https" },
    { "name": "wiz.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "serverdensity.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "my.alfresco.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmail.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "paymill.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "paymill.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "gocardless.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "espra.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zoo24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mega.co.nz", "mode": "force-https" },
    { "name": "api.mega.co.nz", "include_subdomains": true, "mode": "force-https" },
    { "name": "lockify.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "writeapp.me", "mode": "force-https" },
    { "name": "bugzilla.mozilla.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "members.nearlyfreespeech.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ssl.panoramio.com", "mode": "force-https" },
    { "name": "kiwiirc.com", "mode": "force-https" },
    { "name": "pay.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "controlcenter.gigahost.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "simple.com", "mode": "force-https" },
    { "name": "www.simple.com", "mode": "force-https" },
    { "name": "fj.simple.com", "mode": "force-https" },
    { "name": "api.simple.com", "mode": "force-https" },
    { "name": "bank.simple.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bassh.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sah3.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "grc.com", "mode": "force-https" },
    { "name": "www.grc.com", "mode": "force-https" },
    { "name": "linode.com", "mode": "force-https" },
    { "name": "www.linode.com", "mode": "force-https" },
    { "name": "manager.linode.com", "mode": "force-https" },
    { "name": "blog.linode.com", "mode": "force-https" },
    { "name": "library.linode.com", "mode": "force-https" },
    { "name": "forum.linode.com", "mode": "force-https" },
    { "name": "p.linode.com", "mode": "force-https" },
    { "name": "paste.linode.com", "mode": "force-https" },
    { "name": "pastebin.linode.com", "mode": "force-https" },
    { "name": "inertianetworks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "carezone.com", "mode": "force-https" },
    { "name": "conformal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cyphertite.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "logotype.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "bccx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "launchkey.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "carlolly.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blog.cyveillance.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whonix.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "shodan.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "rapidresearch.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "surkatty.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "securityheaders.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "haste.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "mudcrab.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "mediacru.sh", "include_subdomains": true, "mode": "force-https" },
    { "name": "lolicore.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bcrook.com", "mode": "force-https" },
    { "name": "wiki.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lumi.do", "mode": "force-https" },
    { "name": "appseccalifornia.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "crowdcurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "saturngames.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "strongest-privacy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecosystem.atlassian.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "id.atlassian.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitbucket.org", "mode": "force-https" },
    { "name": "cupcake.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "cupcake.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "tent.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "cybozu.com", "include_subdomains": true,  "mode": "force-https" },
    { "name": "davidlyness.com", "include_subdomains": true,  "mode": "force-https" },
    { "name": "medium.com", "include_subdomains": true,  "mode": "force-https" },
    { "name": "getlantern.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinsights.com", "mode": "force-https" },
    { "name": "simbolo.co.uk", "mode": "force-https" },
    { "name": "www.simbolo.co.uk", "mode": "force-https" },
    { "name": "zenpayroll.com", "mode": "force-https" },
    { "name": "www.zenpayroll.com", "mode": "force-https" },
    { "name": "get.zenpayroll.com", "mode": "force-https" },
    { "name": "errors.zenpayroll.com", "mode": "force-https" },
    { "name": "manage.zenpayroll.com", "mode": "force-https" },
    { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "skydrive.live.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lifeguard.aecom.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "data.qld.gov.au", "mode": "force-https" },
    { "name": "publications.qld.gov.au", "mode": "force-https" },
    { "name": "go.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "login.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "my.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "payroll.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "in.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "api.xero.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eff.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mail.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "passport.yandex.ru", "mode": "force-https" },
    { "name": "passport.yandex.com", "mode": "force-https" },
    { "name": "passport.yandex.ua", "mode": "force-https" },
    { "name": "passport.yandex.by", "mode": "force-https" },
    { "name": "passport.yandex.kz", "mode": "force-https" },
    { "name": "passport.yandex.com.tr", "mode": "force-https" },
    { "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "getcloak.com", "mode": "force-https" },
    { "name": "www.getcloak.com", "mode": "force-https" },
    { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "opsmate.com", "mode": "force-https" },
    { "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "f-droid.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.evernote.com", "mode": "force-https" },
    { "name": "app.yinxiang.com", "mode": "force-https" },
    { "name": "neilwynne.com", "mode": "force-https" },
    { "name": "calyxinstitute.org", "mode": "force-https" },
    { "name": "www.calyxinstitute.org", "mode": "force-https" },
    { "name": "blacklane.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "boxcryptor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aclu.org", "mode": "force-https" },
    { "name": "www.aclu.org", "mode": "force-https" },
    { "name": "prodpad.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mailbox.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "roddis.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "fiken.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "fairbill.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nexth.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "nexth.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "nexth.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "souyar.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "souyar.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "souyar.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.banking.co.at", "mode": "force-https" },
    { "name": "mbp.banking.co.at", "mode": "force-https" },
    { "name": "feedbin.com", "mode": "force-https" },
    { "name": "heha.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "passwordbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "python.org", "mode": "force-https" },
    { "name": "pypi.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "docs.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "encircleapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onedrive.live.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onedrive.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keepersecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keeperapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "donmez.ws", "include_subdomains": true, "mode": "force-https" },
    { "name": "activiti.alfresco.com", "mode": "force-https" },
    { "name": "cloudcert.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "seifried.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wepay.com", "mode": "force-https" },
    { "name": "www.wepay.com", "mode": "force-https" },
    { "name": "static.wepay.com", "mode": "force-https" },
    { "name": "stage.wepay.com", "mode": "force-https" },
    { "name": "vmoagents.com", "mode": "force-https" },
    { "name": "adsfund.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pult.co", "mode": "force-https" },
    { "name": "dillonkorman.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "edmodo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.eternalgoth.co.uk", "mode": "force-https" },
    { "name": "app.manilla.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "noexpect.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "airbnb.com", "mode": "force-https" },
    { "name": "www.airbnb.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "usaa.com", "mode": "force-https" },
    { "name": "www.usaa.com", "mode": "force-https" },
    { "name": "mobile.usaa.com", "mode": "force-https" },
    { "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "detectify.com", "mode": "force-https" },
    { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "manageprojects.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tinfoilsecurity.com", "mode": "force-https" },
    { "name": "www.tinfoilsecurity.com", "mode": "force-https" },
    { "name": "imouto.my", "mode": "force-https" },
    { "name": "vocaloid.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "sakaki.anime.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.capitainetrain.com", "mode": "force-https" },
    { "name": "accounts.firefox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "z.ai", "include_subdomains": true, "mode": "force-https" },
    { "name": "wildbee.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" },
    { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" },
    { "name": "code-poets.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "jackyyf.com", "mode": "force-https" },
    { "name": "flynn.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "hackerone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hackerone-user-content.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamesdepartment.co.uk", "mode": "force-https" },
    { "name": "www.gamesdepartment.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "schokokeks.org", "mode": "force-https" },
    { "name": "www.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "config.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmail.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mwe.st", "include_subdomains": true, "mode": "force-https" },
    { "name": "ub3rk1tten.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "addvocate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alexsexton.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "azprep.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "beneathvt.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudup.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptopartyatx.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cybershambles.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ed.gs", "include_subdomains": true, "mode": "force-https" },
    { "name": "forewordreviews.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "giacomopelagatti.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "helichat.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hostinginnederland.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "isitchristmas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "konklone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "koop-bremen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kura.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "markusueberallassetmanagement.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mikewest.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "miskatonic.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "optimus.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "oversight.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "picksin.club", "include_subdomains": true, "mode": "force-https" },
    { "name": "pressfreedomfoundation.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "projektzentrisch.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "rippleunion.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "robteix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "s-c.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "security-carpet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sherbers.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tittelbach.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomfisher.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "wunderlist.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zotero.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "adamkostecki.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "archlinux.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "auf-feindgebiet.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "baruch.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "bedeta.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "benjamins.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bl4ckb0x.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bl4ckb0x.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bl4ckb0x.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "bl4ckb0x.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "bl4ckb0x.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "blocksatz-medien.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "conrad-kostecki.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "cube.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "datenkeks.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "derhil.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "energy-drink-magazin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ferienhaus-polchow-ruegen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fischer-its.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freeshell.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "greensolid.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hasilocke.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hausverbrauch.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "helpium.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hex2013.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "honeytracks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ihrlotto.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonas-keidel.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonaswitmer.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "k-dev.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kraken.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "lagerauftrag.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "lavalite.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "loenshotel.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "loftboard.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "mondwandler.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mountainroseherbs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "movlib.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "musicgamegalaxy.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mynigma.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nachsenden.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "netzbit.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pdf.yt", "include_subdomains": true, "mode": "force-https" },
    { "name": "pierre-schmitz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "promecon-gmbh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "prowhisky.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pubkey.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "qetesh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "riccy.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "scrambl.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "tageau.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ukrainians.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "viennan.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "winhistory-forum.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "y-o-w.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "explodie.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "aie.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "baer.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "bayrisch-fuer-anfaenger.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "beastowner.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "beastowner.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "best-wedding-quotes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitfactory.ws", "include_subdomains": true, "mode": "force-https" },
    { "name": "bohramt.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "buddhistische-weisheiten.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cartouche24.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "cartucce24.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "celltek-server.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "clapping-rhymes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "die-besten-weisheiten.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "edyou.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "eurotramp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "forodeespanol.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gemeinfreie-lieder.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "getdigitized.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "globuli-info.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "guphi.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "guthabenkarten-billiger.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "haufschild.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hoerbuecher-und-hoerspiele.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "iban.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "irische-segenswuensche.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "it-schwerin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "janus-engineering.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jfreitag.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "julian-kipka.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kardize24.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "kernel-error.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinderbuecher-kostenlos.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kitsta.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "klatschreime.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kleidertauschpartys.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "koordinate.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "lasst-uns-beten.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "lb-toner.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mandala-ausmalbilder.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mathiasbynens.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "klaxn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mig5.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "netzpolitik.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "npw.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "otakuworld.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pajonzeck.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "rad-route.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "raiseyourflag.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "redports.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "reserve-online.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "riesenmagnete.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "rosenkeller.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "salaervergleich.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "schwarzer.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "secuvera.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "siammedia.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplystudio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sprueche-zum-valentinstag.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sprueche-zur-geburt.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "sprueche-zur-hochzeit.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sprueche-zur-konfirmation.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "studydrive.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "supplies24.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "supplies24.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "tatort-fanpage.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tektoria.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "texte-zur-taufe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tinte24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tintenfix.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tipps-fuer-den-haushalt.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "toner24.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonerdepot.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonerjet.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonerjet.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonerklick.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonerkurier.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonermaus.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonermonster.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonex.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonex.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "trauertexte.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "unterfrankenclan.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "webandmore.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "welches-kinderfahrrad.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "apadvantage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "apn-einstellungen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "barcodeberlin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "certible.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "data-abundance.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dedimax.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hostix.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "janoberst.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jelmer.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "jelmer.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "munich-rage.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "posteo.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "stationary-traveller.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "thepaymentscompany.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xps2pdf.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ansdell.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "brunosouza.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bugzil.la", "include_subdomains": true, "mode": "force-https" },
    { "name": "bytepark.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ethitter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "firemail.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "gmantra.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mach-politik.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "malnex.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mutantmonkey.sexy", "include_subdomains": true, "mode": "force-https" },
    { "name": "ng-security.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "palava.tv", "include_subdomains": true, "mode": "force-https" },
    { "name": "reedloden.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rws-vertriebsportal.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sdsl-speedtest.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "servethecity-karlsruhe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tunebitfm.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "websenat.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "zeropush.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ludwig.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "gparent.org", "mode": "force-https" },
    { "name": "blog.gparent.org", "mode": "force-https" },
    { "name": "m.gparent.org", "mode": "force-https" },
    { "name": "ca.gparent.org", "mode": "force-https" },
    { "name": "simpletax.ca", "mode": "force-https" },
    { "name": "help.simpletax.ca", "mode": "force-https" },
    { "name": "app.simpletax.ca", "mode": "force-https" },
    { "name": "daphne.informatik.uni-freiburg.de", "mode": "force-https" },
    { "name": "bedreid.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cotonea.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "everhome.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fixingdns.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "flamer-scene.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "insouciant.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kaheim.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kevincox.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "lingolia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "matatall.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "net-safe.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "okmx.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "osterkraenzchen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "parent5446.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "patt.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "peercraft.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "room-checkin24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "securify.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "shaaaaaaaaaaaaa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shopontarget.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "siraweb.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "spdysync.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sylaps.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sysctl.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "tauchkater.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "theshadestore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomvote.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "toshnix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "warrencreative.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zeplin.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "17hats.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cdnb.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "github.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "id-co.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "ideaweb.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "man3s.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "meinebo.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "nmctest.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "partyvan.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "partyvan.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "partyvan.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "partyvan.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "regar42.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "scotthelme.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "suite73.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wubthecaptain.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "1a-diamantscheiben.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplyfixit.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "1a-vermessung.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "1a-werkstattgeraete.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "annahmeschluss.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bautied.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "codepref.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "encryptallthethings.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "futos.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonnybarnes.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "miasarafina.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mothereff.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "mths.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "prefontaine.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "redlatam.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "schachburg.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "schreiber-netzwerk.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "syss.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "terrax.berlin", "include_subdomains": true, "mode": "force-https" },
    { "name": "tollmanz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tresorit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vaddder.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikidsystems.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wohnungsbau-ludwigsburg.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtream-hosting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtream-hosting.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtream-hosting.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtreamhosting.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "honeybadger.io", "mode": "force-https" },
    { "name": "www.honeybadger.io", "mode": "force-https" },
    { "name": "amigogeek.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreasbreitenlohner.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "aprz.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "arlen.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitfarm-archiv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitfarm-archiv.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bulktrade.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "buzzconcert.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chulado.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cimballa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "daylightcompany.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "denh.am", "include_subdomains": true, "mode": "force-https" },
    { "name": "devh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "evstatus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "filedir.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "frederik-braun.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gplintegratedit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "html5.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ian.sh", "include_subdomains": true, "mode": "force-https" },
    { "name": "ilikerainbows.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ilmconpm.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "inleaked.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "klaxn.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "labina.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "liebel.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "luxus-russen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "matteomarescotti.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "minikneet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "minikneet.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "mkcert.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "msc-seereisen.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mykreuzfahrt.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "oscarvk.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "plothost.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "reishunger.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "salserocafe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "samizdat.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "sslmate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "steventress.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tekshrek.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "temehu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tobias-kluge.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "vortexhobbies.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "willnorris.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mykolab.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "semenkovich.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rme.li", "mode": "force-https" },
    { "name": "www.rme.li", "mode": "force-https" },
    { "name": "aiticon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aiticon.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "anetaben.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "annevankesteren.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "annevankesteren.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "annevankesteren.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "barslecht.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "barslecht.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "blessnet.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudstoragemaus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "comdurav.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "digitaldaddy.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "elnutricionista.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "fronteers.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "getssl.uz", "include_subdomains": true, "mode": "force-https" },
    { "name": "gunnarhafdal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heijblok.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kdex.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "limpid.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "minez-nightswatch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pisidia.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "quuz.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "sale4ru.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "shipard.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sro.center", "include_subdomains": true, "mode": "force-https" },
    { "name": "standardssuck.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "testsuite.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "thecustomizewindows.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "weggeweest.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "whatwg.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "when-release.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--maraa-rta.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "otakurepublic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mqas.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dlc.viasinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.viasinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "viasinc.com", "mode": "force-https" },
    { "name": "angularjs.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "debtkit.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "decibelios.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "diamante.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "domaris.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "enorekcah.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fedorapeople.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamercredo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "garron.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gerardozamudio.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "gmcd.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "hack.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "hexony.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "horosho.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "howsmyssl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "howsmytls.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hpac-portal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jwilsson.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "khmath.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "knowledgehook.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lodash.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "md5file.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "omitech.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "orbograph-hrcm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "password.codes", "include_subdomains": true, "mode": "force-https" },
    { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https", "pins": "spideroak" },
    { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tno.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" },
    { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" },

    { "name": "at.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "bi.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "br.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ca.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "cd.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "cg.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "chfr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "chit.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ch.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "cl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "cn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "co.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "cr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ct.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "de.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "dk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "do.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "en-maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "espanol.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "es.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "fi.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "fj.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "fr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "gl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "gm.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "gr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "hk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "hn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "hu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "id.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ie.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "in.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "it.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "kr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "kz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "li.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "lt.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "lu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "lv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "malaysia.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "mt.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "mu.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "mw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "mx.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ni.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "nl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "no.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "np.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "nz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "pa.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "pe.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ph.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "pk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "pl.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "pr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "py.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "qc.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ro.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ru.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "rw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "se.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "sg.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "sv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "th.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "tr.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "tv.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "tw.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ua.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "uk.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "uy.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "uz.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "ve.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "vn.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "xa.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "za.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "zh.search.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "login.yahoo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mail.yahoo.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "edit.yahoo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ahoyconference.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "balcan-underground.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "baldwinkoo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bigbrownpromotions.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "bodo-wolff.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "calibreapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "call.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrisjean.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cujanovic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "deadbeef.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "esec.rs", "include_subdomains": true, "mode": "force-https" },
    { "name": "floobits.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freenetproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fundingempire.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heid.ws", "include_subdomains": true, "mode": "force-https" },
    { "name": "ironfistdesign.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinogb.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ljs.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "lovelycorral.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "megashur.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "minnesotadata.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mountainmusicpromotions.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "newstarnootropics.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onedot.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "powerplannerapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ru-sprachstudio.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "wieninternational.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https" },

    // Facebook would like to have pinning enforced on (*.)facebook.com and
    // HSTS enforced on specific names. We have the
    // "include_subdomains_for_pinning" flag that can do that, but it triggered a
    // wave of pinning failures and so isn't used until that can be investigated.
    { "name": "facebook.com", "mode": "force-https", "pins": "facebook" },
    { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "developers.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "code.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "t.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "mtouch.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "business.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },
    { "name": "research.facebook.com", "include_subdomains": true, "mode": "force-https", "pins": "facebook" },

    { "name": "0x0a.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "animurecs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "arendburgers.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "big-andy.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitgo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "buttercoin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chainmonitor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coinapult.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "comssa.org.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "coursella.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crowdjuris.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "curlybracket.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cyanogenmod.xxx", "include_subdomains": true, "mode": "force-https" },
    { "name": "czbix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dealcruiser.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "derevtsov.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dzlibs.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "easysimplecrm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fralef.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "glossopnorthendafc.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gtraxapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hansvaneijsden.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "horseboners.xxx", "include_subdomains": true, "mode": "force-https" },
    { "name": "horza.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "iamcarrico.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kartonmodellbau.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "keycdn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "komandakovalchuk.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kryptera.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "lukonet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "meetfinch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "megaxchange.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moriz.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "myplaceonline.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nectarleaf.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nos-oignons.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "phoenixlogan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "redteam-pentesting.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "roland.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "servergno.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "siriad.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartcoin.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "spartantheatre.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "spencerbaer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stretchmyan.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "taxsquirrel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "techhipster.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "triop.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.etsy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "etsysecure.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "18f.gsa.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "my.usa.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "alexyang.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "beamitapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bonigo.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "certly.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "chontalpa.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "cktennis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clintwilson.technology", "include_subdomains": true, "mode": "force-https" },
    { "name": "cspbuilder.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "depechemode-live.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "destinationbijoux.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "dinamoelektrik.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ethack.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fabianfischer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fastcomcorp.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gizzo.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "inkbunny.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "itsamurai.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "itshost.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "jmedved.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jwilsson.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keepclean.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "klausbrinch.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "leonardcamacho.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "mdfnet.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "michalspacek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mike-bland.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mocloud.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "oakslighting.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "onsitemassageco.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "propagandism.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "slevomat.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "sour.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "spongepowered.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "staticanime.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sunjaydhama.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "swehack.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "thusoy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tls.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "vhost.co.id", "include_subdomains": true, "mode": "force-https" },
    { "name": "webandwords.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "webtiles.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "yoursecondphone.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "zlavomat.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "alainwolf.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "arguggi.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "azabani.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitmon.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "bjornjohansen.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "bookingapp.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "cackette.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "caremad.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "clerkendweller.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cyon.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "fakturoid.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "finn.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "fm83.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "grandmascookieblog.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "khanovaskola.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ki-on.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "kingmanhall.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kpebetka.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mirindadomo.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "myvirtualserver.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "neftaly.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "nu3.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "ovenapp.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ruudkoot.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "seomobo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "seowarp.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "shenyuqi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "souvik.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "topodin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wpletter.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "yahvehyireh.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anadoluefessporkulubu.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankarakart.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "bgneuesheim.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bhatia.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitmex.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blockchain.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "blubbablasen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "brage.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "chahub.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cor-ser.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "darchoods.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "electronic-ignition-system.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fabhub.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "fant.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "henriknoerr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "imaginary.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "inb4.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "kosho.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lighting-centres.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "marshut.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "meamod.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "myni.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "nameid.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nginxnudes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nouvelle-vague-saint-cast.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "opendesk.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "pestici.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "petrolplus.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "proximato.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "savetheinternet.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "shortdiary.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplia.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "tadigitalstore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tapka.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "tegelsensanitaironline.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "typingrevolution.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unison.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "uptrends.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "visionless.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "vrobert.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "wbg-vs.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hstspreload.appspot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hg.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "doc.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "console.python.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mutantmonkey.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "mutantmonkey.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "alecvannoten.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "anime.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "atavio.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "atavio.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "atavio.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "balikonos.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "camolist.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chatbot.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "coffeeetc.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dee.pe", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecdn.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ef.gy", "include_subdomains": true, "mode": "force-https" },
    { "name": "exiahost.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freethought.org.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "hrackydomino.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hsmr.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "instasex.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "jakub-boucek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "koenvdheuvel.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "leadbook.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "lilpwny.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mirrorx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pentesterlab.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pypa.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "r3s1stanc3.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "residentsinsurance.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rlalique.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "scribe.systems", "include_subdomains": true, "mode": "force-https" },
    { "name": "securesuisse.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "slack.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartlend.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "webtrh.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "yetii.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "login.ubuntu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "login.launchpad.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "302.nyc", "include_subdomains": true, "mode": "force-https" },
    { "name": "biathloncup.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitpod.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "brakemanpro.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "daveoc64.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "fewo-thueringer-wald.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "filip-prochazka.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "food4health.guide", "include_subdomains": true, "mode": "force-https" },
    { "name": "johners.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "kdyby.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kupschke.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "leibniz-remscheid.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "manicode.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nwgh.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ouvirmusica.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "pharmaboard.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pieperhome.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "raspass.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "romans-place.me.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rudloff.pro", "include_subdomains": true, "mode": "force-https" },
    { "name": "seyahatsagliksigortalari.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shakepeers.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartcleaningcenter.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "snakehosting.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "srevilak.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "strasweb.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "tas2580.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "todesschaf.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "twisto.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "webassadors.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wundi.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "007sascha.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "2048game.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "adorai.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "afp548.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "atlassian.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "atte.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "bizon.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "broeselei.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "cordial-restaurant.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "curiosity-driven.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "egfl.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "eksisozluk.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "firefart.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "firstlook.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fonetiq.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "groetzner.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gw2treasures.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heartlandrentals.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hemlockhillscabinrentals.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hstsfail.appspot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "i5y.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "innophate-security.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "innophate-security.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "iranianlawschool.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jettshome.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "karmaspa.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "keeleysam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kirkforcongress.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kirkforsenate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "les-corsaires.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "libraryfreedomproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "linux-admin-california.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lobste.rs", "include_subdomains": true, "mode": "force-https" },
    { "name": "luelistan.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "makeitdynamic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "minecraftvoter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mkw.st", "include_subdomains": true, "mode": "force-https" },
    { "name": "mujadin.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "netztest.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "null-sec.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "nutsandboltsmedia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ooonja.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "personaldatabasen.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "phurl.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "privategiant.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "progressiveplanning.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "puac.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "rafaelcz.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "rasing.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "reliable-mail.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "romulusapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "samba.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "savvytime.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sitesten.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "skhosting.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "skogsbruket.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "skogskultur.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "sorz.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "spawn.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "spreed.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "studienportal.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "tc-bonito.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "thomasgriffin.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "thyngster.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tid.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonywebster.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tucuxi.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "firebaseio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "firebaseio-demo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "adlershop.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "ahwatukeefoothillsmontessori.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "authentication.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "brainfork.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "brainvation.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "brossmanit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "calomel.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "chm.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "clan-ww.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dixmag.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dynaloop.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "eduroam.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "egit.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "gambitnash.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gavick.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hachre.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "herocentral.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hicoria.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "id-conf.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ikkatsu-satei.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "iridiumbrowser.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jira.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kirei.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "kuppingercole.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "maff.scot", "include_subdomains": true, "mode": "force-https" },
    { "name": "mpreserver.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mvno.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "namepros.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "neko.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "netera.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "nieselregen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pauladamsmith.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pwd.ovh", "include_subdomains": true, "mode": "force-https" },
    { "name": "ragingserenity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "saintsrobotics.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "samuelkeeley.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shellsec.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "suzukikenichi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tbspace.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "the-sky-of-valkyries.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thomastimepieces.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "uonstaffhub.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whd-guide.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "whocalld.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wootton95.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fassadenverkleidung24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "uspsoig.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "notalone.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "aids.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "itdashboard.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "paymentaccuracy.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "cao.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "cfo.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "cio.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "earmarks.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "bfelob.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "max.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "save.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "saveaward.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "ustr.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "airlea.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "atlantischild.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "benjamin.pe", "include_subdomains": true, "mode": "force-https" },
    { "name": "changelab.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptobin.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "csuw.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dccode.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "dreadbyte.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dylanscott.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "e-kontakti.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecfs.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "expatads.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "florianmitrea.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gaytorrent.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "getable.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gpsfix.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "guidetoiceland.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "happylifestyle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heppler.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "httpswatch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "interserved.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "izdiwho.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jimshaver.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "jmdekker.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonathan.ir", "include_subdomains": true, "mode": "force-https" },
    { "name": "klarmobil-empfehlen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "klingeletest.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "lancejames.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "leonklingele.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "madars.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "magneticanvil.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mimeit.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobilcom-debitel-empfehlen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "morethanadream.lv", "include_subdomains": true, "mode": "force-https" },
    { "name": "narodniki.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "netrider.net.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "niloxy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "noobs-r-us.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nowhere.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "perfectionis.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "phryanjr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "polymathematician.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sanatfilan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sikayetvar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stulda.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "sysdb.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "tallshoe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thetomharling.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tracktivity.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "twitteroauth.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vitrado.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "webtalis.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "wevahoo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zentralwolke.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "zhovner.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "acus.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "agrimap.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ajouin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "atishchenko.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bentertain.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bit.voyage", "include_subdomains": true, "mode": "force-https" },
    { "name": "bzv-fr.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "codepoints.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "codepx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cyprus-company-service.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "darkpony.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "darom.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "davidnoren.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "donotcall.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "e-aut.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecg.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "exon.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "extendwings.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "federalregister.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "fedorahosted.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "firma-offshore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freesounding.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freesounding.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "ftccomplaintassistant.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "getfedora.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "getfittedstore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hatoko.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hda.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "helpadmin.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hsr.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "iniiter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ionas-law.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "keepa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "knip.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "laf.in.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "leifdreizler.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "livej.am", "include_subdomains": true, "mode": "force-https" },
    { "name": "m0wef.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "mahamed91.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "massivum.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "megaplan.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "megaplan.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "miketabor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mineover.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "mokote.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mr-hosting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "msa-aesch.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "mutamatic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nymphetomania.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "offshore-firma.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "openacademies.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "phoenix.dj", "include_subdomains": true, "mode": "force-https" },
    { "name": "pmg-offshore-company.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pmg-purchase.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pmg-purchase.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "polypho.nyc", "include_subdomains": true, "mode": "force-https" },
    { "name": "puiterwijk.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "redletter.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "reg.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "release-monitoring.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "rika.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "scrambler.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "sjoorm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "survivalmonkey.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sychov.pro", "include_subdomains": true, "mode": "force-https" },
    { "name": "terrty.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "thebimhub.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tmtopup.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "uae-company-service.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wherephoto.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wills.co.tt", "include_subdomains": true, "mode": "force-https" },
    { "name": "wondershift.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "wzrd.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "xplore-dna.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "xuntier.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "yanovich.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "yaporn.tv", "include_subdomains": true, "mode": "force-https" },
    { "name": "yorcom.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "admin.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "id.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kojipkgs.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "apps.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "badges.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ask.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "admin.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "apps.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ask.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "badges.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "darkserver.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "darkserver.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "geoip.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "geoip.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lists.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lists.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "qa.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "qa.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "redirect.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "redirect.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "taskotron.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "taskotron.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "translate.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "translate.stg.fedoraproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "landscape.canonical.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "auth.mail.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "e.mail.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "touch.mail.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "light.mail.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "m.mail.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "arty.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "7183.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "8ack.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "9point6.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "altmv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "andere-gedanken.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "andymartin.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "antipolygraph.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "areafiftylan.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "aroonchande.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "atc.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "auto4trade.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "bagelsbakery.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bcm.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "beercandle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "billigssl.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "bonitabrazilian.co.nz", "include_subdomains": true, "mode": "force-https" },
    { "name": "brandbuilderwebsites.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "breeswish.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bundaberg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bustimes.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "calories.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "capitaltg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chartstoffarm.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrisirwin.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "classdojo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "consumersentinel.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "cybozulive.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "darlo.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "datasnitch.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dn42.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "dnsman.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "dreamsforabetterworld.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "ectora.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elliquiy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "florian-lillpopp.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "florianlillpopp.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "geekandi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heute-kaufen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hushfile.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "interasistmen.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "johannes.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "kamikano.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kintone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "koen.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "koenrouwhorst.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "lillpopp.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "linx.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "lnx.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "madeitwor.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "mailmag.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mevs.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "miconcinemas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mindoktor.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "mister.hosting", "include_subdomains": true, "mode": "force-https" },
    { "name": "mtau.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "myprintcard.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "nationalpriorities.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nodari.com.ar", "include_subdomains": true, "mode": "force-https" },
    { "name": "nuvini.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nwa.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "paulschreiber.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "philosopherswool.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "preissler.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "proofwiki.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "rawstorieslondon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "reaconverter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "robinadr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rodosto.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rssr.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "rubendv.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "scoutdb.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "setuid.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "shadex.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sockeye.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "soulogic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "teamnorthgermany.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "terraelectronica.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "themoep.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "torquato.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "utleieplassen.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "vijos.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "vyncke.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "webeau.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wifirst.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "wisv.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "zapier.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "56ct.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "5apps.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "abmahnhelfer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "adamstas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "akselinurmio.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "al-shami.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "alanrickmanflipstable.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankakaak.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anonym-surfen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "apps-for-fishing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "arteseideias.com.pt", "include_subdomains": true, "mode": "force-https" },
    { "name": "athenelive.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aurainfosec.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aurainfosec.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "auraredeye.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "auraredshield.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "autoledky.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitchan.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitcoinx.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "blackberrycentral.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bloemendal.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "boypoint.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bran.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "burtrum.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "casa-su.casa", "include_subdomains": true, "mode": "force-https" },
    { "name": "cbhq.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "coinbase.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "commencepayments.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "courtlistener.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptopush.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "curtacircuitos.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "danskoferie.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "daylightpirates.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "deliverance.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "devinfo.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "disking.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dubrovskiy.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dyeager.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "edix.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "erotische-aanbiedingen.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "esoa.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "eva.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "evalesc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "faucetbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "froggstack.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fx5.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "gallery44.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gc.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gnetwork.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "gotowned.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gudini.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gugga.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "herbert.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ijohan.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "imgg.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "insighti.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipmimagazine.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "isogram.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "j0s.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "jbn.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "jeremyness.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jkb.pics", "include_subdomains": true, "mode": "force-https" },
    { "name": "jkbuster.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jrc9.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "kalmar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kanzashi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kaufberatung.community", "include_subdomains": true, "mode": "force-https" },
    { "name": "kissflow.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kollawat.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "lavval.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ledhouse.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "lichtspot.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mall.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mall.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "mall.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "mall.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "malwre.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "markayapilandirma.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "markhaehnel.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mattfin.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "mattsvensson.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mehmetince.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mh-bloemen.co.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "mimovrste.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mitell.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "mittenhacks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mnemotiv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "munuc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mustika.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "mvsecurity.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "nachsendeauftrag.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "nan.zone", "include_subdomains": true, "mode": "force-https" },
    { "name": "nbl.org.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "nctx.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nemovement.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "newkaliningrad.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "noemax.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nsboutique.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ohling.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "orcahq.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pasta-factory.co.il", "include_subdomains": true, "mode": "force-https" },
    { "name": "pclob.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "plzenskybarcamp.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ponythread.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "popcorntime.ws", "include_subdomains": true, "mode": "force-https" },
    { "name": "ptn.moscow", "include_subdomains": true, "mode": "force-https" },
    { "name": "radiormi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "renem.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "richiemail.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ricochet.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "roman-pavlik.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "roots.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "royalacademy.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rubecodeberg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sabahattin-gucukoglu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sagerus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sageth.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "samfunnet.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "saulchristie.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "secretserveronline.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "securedrop.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "sigterm.sh", "include_subdomains": true, "mode": "force-https" },
    { "name": "sleio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "snowflake.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "souki.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "speedcounter.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "stesti.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "stevegrav.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "stillyarts.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "svager.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "taglondon.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "tandarts-haarlem.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "tdrs.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "teachforcanada.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "techllage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "techloaner.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "theescapistswiki.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "therapyportal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tirex.media", "include_subdomains": true, "mode": "force-https" },
    { "name": "titties.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomharling.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomharling.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "toptexture.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tox.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "traas.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "trashnothing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuturulianda.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ucfirst.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "unitedadmins.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unknownphenomena.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "uptrends.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "utilityapi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "welpy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wesleyharris.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "resources.flowfinity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "2600hq.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "301.website", "include_subdomains": true, "mode": "force-https" },
    { "name": "alza.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "armytricka.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "astaxi.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "bradkovach.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crypto.graphics", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptography.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "danielalvarez.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "danonsecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "darknode.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "davidmcevoy.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "diedrich.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "domainkauf.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "emptypath.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eromixx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ezequiel-garzon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ezequiel-garzon.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "fa-works.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "flagspot.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "getmango.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gokmenguresci.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "goodwin43.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "gotspot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gra2.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hledejpravnika.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ilikerainbows.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "indiecert.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "irmag.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "johnmichel.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonpads.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keeleysam.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "krouzkyliduska.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "lapetition.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "maartenvandekamp.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "mcard.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "mccrypto.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mcnext.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "micropple.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "munki.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "netbox.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "olivierlemoal.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "petplum.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "picsto.re", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirateproxy.sx", "include_subdomains": true, "mode": "force-https" },
    { "name": "proxybay.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "red-t-shirt.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "siewert-kau.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "skeeley.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "soia.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "suos.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "syzygy-tables.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "todoist.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "twofactorauth.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "vox.vg", "include_subdomains": true, "mode": "force-https" },
    { "name": "walnutgaming.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "webrebels.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "widememory.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wideup.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "withustrading.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wvr-law.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "wzyboy.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "xenesisziarovky.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "xf-liam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yksityisyydensuoja.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "yokeepo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zravypapir.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "healthcare.gov", "mode": "force-https" },
    { "name": "www.healthcare.gov", "mode": "force-https" },
    { "name": "47ronin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "acuica.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "advanced-online.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "arbitrary.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "bidon.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "boiseonlinemall.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cake.care", "include_subdomains": true, "mode": "force-https" },
    { "name": "cdlcenter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "climaprecio.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "coding.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "covenantoftheriver.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "danw.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "defcon.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "digital1st.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dragons-of-highlands.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "enskat.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "enskatson-sippe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "eveshamglass.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "firebirdrangecookers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fitkram.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "gambit.pro", "include_subdomains": true, "mode": "force-https" },
    { "name": "gambitnash.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ge3k.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hboeck.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hozana.si", "include_subdomains": true, "mode": "force-https" },
    { "name": "indovinabank.com.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipomue.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipsec.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesdoylephoto.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jpbike.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "kaneo-gmbh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kedarastudios.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "livekaarten.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "lookzook.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "masters.black", "include_subdomains": true, "mode": "force-https" },
    { "name": "medallia.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "mijn-email.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mindcoding.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "mironet.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "miss-inventory.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nayahe.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "nicolaw.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nopex.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "passphrase.today", "include_subdomains": true, "mode": "force-https" },
    { "name": "pollpodium.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "rid-wan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "roan24.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "rusadmin.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "scotthel.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "smith.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "sneezry.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "subeesu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tempus-aquilae.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "terraweb.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "theamp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "theunitedstates.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomrichards.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuitle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuxplace.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "vechkasov.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "walnutgaming.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "yafuoku.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "youdowell.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "188trafalgar.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "314chan.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "aerolog.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "aeyoun.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "afp548.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "afrodigital.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "agrios.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "alza.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "alza.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "alzashop.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ben-energy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "buiko.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cdt.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cheesetart.my", "include_subdomains": true, "mode": "force-https" },
    { "name": "climateinteractive.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "costablancavoorjou.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cracker.in.th", "include_subdomains": true, "mode": "force-https" },
    { "name": "dohosting.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "donmez.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecake.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "ego4u.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ego4u.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "etoprekrasno.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "fish-hook.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "fniephaus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "forgix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fuzzing-project.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gameserver-sponsor.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "genuxtsg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "globalittech.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gregorytlee.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "grocock.me.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "groszek.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "guru-naradi.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "gwijaya.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "i10z.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "identitylabs.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ieval.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "influxus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iostips.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "jetaprices.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jwnotifier.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "karaoketonight.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "keeley.gq", "include_subdomains": true, "mode": "force-https" },
    { "name": "keeley.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "keybase.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "keycom.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinganywhere.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "ks-watch.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "leakedminecraft.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "leonax.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "linorman1997.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "metrobriefs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "minora.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "musi.cx", "include_subdomains": true, "mode": "force-https" },
    { "name": "mykontool.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "nostraforma.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nzb.cat", "include_subdomains": true, "mode": "force-https" },
    { "name": "orhideous.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "osquery.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ramsor-gaming.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "robertof.ovh", "include_subdomains": true, "mode": "force-https" },
    { "name": "robinsonyu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "scrap.tf", "include_subdomains": true, "mode": "force-https" },
    { "name": "sistemy48.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "slack-files.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "slse.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "starapple.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "stirling.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "stormhub.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "taken.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "teamupturn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "technotonic.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "thca.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "thouni.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "timotrans.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "timotrans.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "tollsjekk.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "tom.horse", "include_subdomains": true, "mode": "force-https" },
    { "name": "tradingcentre.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "ts3.consulting", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuamoronline.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unravel.ie", "include_subdomains": true, "mode": "force-https" },
    { "name": "wownmedia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtrim.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "yamaken.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "yenniferallulli.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yenniferallulli.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "yenniferallulli.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "yenniferallulli.moda", "include_subdomains": true, "mode": "force-https" },
    { "name": "yenniferallulli.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "akachanikuji.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "amaforums.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "amdouglas.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "anadoluefessk.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "axka.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitcoin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.com.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.hr", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.pt", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.rs", "include_subdomains": true, "mode": "force-https" },
    { "name": "blablacar.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "canhazip.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "carbonmade.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "collinmbarrett.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coloradocomputernetworking.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "copperhead.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "covoiturage.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "csacongress.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "czakey.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "czk.mk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dpsg-roden.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ducohosting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eatsleeprepeat.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ethercalc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ethercalc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fluxfingers.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "getbambu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "haber1903.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "initrd.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "integromat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lookyman.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "lore.azurewebsites.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "medovea.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "novacoast.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ohnemusik.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "patriksimek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "pcel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "postfinance.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "preloaded-hsts.badssl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "raymii.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "research.md", "include_subdomains": true, "mode": "force-https" },
    { "name": "rubyshop.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "sec.gd", "include_subdomains": true, "mode": "force-https" },
    { "name": "servertastic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sh-network.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sufix.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "tallr.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "thehiddenbay.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tinkertry.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vasanth.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "voicesuk.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "vserver-preis-vergleich.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "whitestagforge.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "x.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "zalan.do", "include_subdomains": true, "mode": "force-https" },
    { "name": "zarooba.com", "include_subdomains": true, "mode": "force-https" }
  ],

  // |ReportUMAOnPinFailure| uses these to report which domain was associated
  // with the public key pinning failure.
  //
  // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
  // domains at the END of the array.
  "domain_ids": [
    "NOT_PINNED",
    "GOOGLE_COM",
    "ANDROID_COM",
    "GOOGLE_ANALYTICS_COM",
    "GOOGLEPLEX_COM",
    "YTIMG_COM",
    "GOOGLEUSERCONTENT_COM",
    "YOUTUBE_COM",
    "GOOGLEAPIS_COM",
    "GOOGLEADSERVICES_COM",
    "GOOGLECODE_COM",
    "APPSPOT_COM",
    "GOOGLESYNDICATION_COM",
    "DOUBLECLICK_NET",
    "GSTATIC_COM",
    "GMAIL_COM",
    "GOOGLEMAIL_COM",
    "GOOGLEGROUPS_COM",
    "TORPROJECT_ORG",
    "TWITTER_COM",
    "TWIMG_COM",
    "AKAMAIHD_NET",
    "TOR2WEB_ORG",
    "YOUTU_BE",
    "GOOGLECOMMERCE_COM",
    "URCHIN_COM",
    "GOO_GL",
    "G_CO",
    "GOOGLE_AC",
    "GOOGLE_AD",
    "GOOGLE_AE",
    "GOOGLE_AF",
    "GOOGLE_AG",
    "GOOGLE_AM",
    "GOOGLE_AS",
    "GOOGLE_AT",
    "GOOGLE_AZ",
    "GOOGLE_BA",
    "GOOGLE_BE",
    "GOOGLE_BF",
    "GOOGLE_BG",
    "GOOGLE_BI",
    "GOOGLE_BJ",
    "GOOGLE_BS",
    "GOOGLE_BY",
    "GOOGLE_CA",
    "GOOGLE_CAT",
    "GOOGLE_CC",
    "GOOGLE_CD",
    "GOOGLE_CF",
    "GOOGLE_CG",
    "GOOGLE_CH",
    "GOOGLE_CI",
    "GOOGLE_CL",
    "GOOGLE_CM",
    "GOOGLE_CN",
    "CO_AO",
    "CO_BW",
    "CO_CK",
    "CO_CR",
    "CO_HU",
    "CO_ID",
    "CO_IL",
    "CO_IM",
    "CO_IN",
    "CO_JE",
    "CO_JP",
    "CO_KE",
    "CO_KR",
    "CO_LS",
    "CO_MA",
    "CO_MZ",
    "CO_NZ",
    "CO_TH",
    "CO_TZ",
    "CO_UG",
    "CO_UK",
    "CO_UZ",
    "CO_VE",
    "CO_VI",
    "CO_ZA",
    "CO_ZM",
    "CO_ZW",
    "COM_AF",
    "COM_AG",
    "COM_AI",
    "COM_AR",
    "COM_AU",
    "COM_BD",
    "COM_BH",
    "COM_BN",
    "COM_BO",
    "COM_BR",
    "COM_BY",
    "COM_BZ",
    "COM_CN",
    "COM_CO",
    "COM_CU",
    "COM_CY",
    "COM_DO",
    "COM_EC",
    "COM_EG",
    "COM_ET",
    "COM_FJ",
    "COM_GE",
    "COM_GH",
    "COM_GI",
    "COM_GR",
    "COM_GT",
    "COM_HK",
    "COM_IQ",
    "COM_JM",
    "COM_JO",
    "COM_KH",
    "COM_KW",
    "COM_LB",
    "COM_LY",
    "COM_MT",
    "COM_MX",
    "COM_MY",
    "COM_NA",
    "COM_NF",
    "COM_NG",
    "COM_NI",
    "COM_NP",
    "COM_NR",
    "COM_OM",
    "COM_PA",
    "COM_PE",
    "COM_PH",
    "COM_PK",
    "COM_PL",
    "COM_PR",
    "COM_PY",
    "COM_QA",
    "COM_RU",
    "COM_SA",
    "COM_SB",
    "COM_SG",
    "COM_SL",
    "COM_SV",
    "COM_TJ",
    "COM_TN",
    "COM_TR",
    "COM_TW",
    "COM_UA",
    "COM_UY",
    "COM_VC",
    "COM_VE",
    "COM_VN",
    "GOOGLE_CV",
    "GOOGLE_CZ",
    "GOOGLE_DE",
    "GOOGLE_DJ",
    "GOOGLE_DK",
    "GOOGLE_DM",
    "GOOGLE_DZ",
    "GOOGLE_EE",
    "GOOGLE_ES",
    "GOOGLE_FI",
    "GOOGLE_FM",
    "GOOGLE_FR",
    "GOOGLE_GA",
    "GOOGLE_GE",
    "GOOGLE_GG",
    "GOOGLE_GL",
    "GOOGLE_GM",
    "GOOGLE_GP",
    "GOOGLE_GR",
    "GOOGLE_GY",
    "GOOGLE_HK",
    "GOOGLE_HN",
    "GOOGLE_HR",
    "GOOGLE_HT",
    "GOOGLE_HU",
    "GOOGLE_IE",
    "GOOGLE_IM",
    "GOOGLE_INFO",
    "GOOGLE_IQ",
    "GOOGLE_IS",
    "GOOGLE_IT",
    "IT_AO",
    "GOOGLE_JE",
    "GOOGLE_JO",
    "GOOGLE_JOBS",
    "GOOGLE_JP",
    "GOOGLE_KG",
    "GOOGLE_KI",
    "GOOGLE_KZ",
    "GOOGLE_LA",
    "GOOGLE_LI",
    "GOOGLE_LK",
    "GOOGLE_LT",
    "GOOGLE_LU",
    "GOOGLE_LV",
    "GOOGLE_MD",
    "GOOGLE_ME",
    "GOOGLE_MG",
    "GOOGLE_MK",
    "GOOGLE_ML",
    "GOOGLE_MN",
    "GOOGLE_MS",
    "GOOGLE_MU",
    "GOOGLE_MV",
    "GOOGLE_MW",
    "GOOGLE_NE",
    "NE_JP",
    "GOOGLE_NET",
    "GOOGLE_NL",
    "GOOGLE_NO",
    "GOOGLE_NR",
    "GOOGLE_NU",
    "OFF_AI",
    "GOOGLE_PK",
    "GOOGLE_PL",
    "GOOGLE_PN",
    "GOOGLE_PS",
    "GOOGLE_PT",
    "GOOGLE_RO",
    "GOOGLE_RS",
    "GOOGLE_RU",
    "GOOGLE_RW",
    "GOOGLE_SC",
    "GOOGLE_SE",
    "GOOGLE_SH",
    "GOOGLE_SI",
    "GOOGLE_SK",
    "GOOGLE_SM",
    "GOOGLE_SN",
    "GOOGLE_SO",
    "GOOGLE_ST",
    "GOOGLE_TD",
    "GOOGLE_TG",
    "GOOGLE_TK",
    "GOOGLE_TL",
    "GOOGLE_TM",
    "GOOGLE_TN",
    "GOOGLE_TO",
    "GOOGLE_TP",
    "GOOGLE_TT",
    "GOOGLE_US",
    "GOOGLE_UZ",
    "GOOGLE_VG",
    "GOOGLE_VU",
    "GOOGLE_WS",
    "CHROMIUM_ORG",
    "CRYPTO_CAT",
    "LAVABIT_COM",
    "GOOGLETAGMANAGER_COM",
    "GOOGLETAGSERVICES_COM",
    "DROPBOX_COM",
    "YOUTUBE_NOCOOKIE_COM",
    "2MDN_NET",
    "FACEBOOK_COM",
    "SPIDEROAK_COM",
    "BLOGGER_COM",
    "CHROME_COM"
  ]
}