summaryrefslogtreecommitdiffstats
path: root/net/http/transport_security_state_static.json
blob: e00675b1181fd84670ce5498e61aa7445be44b93 (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
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
// 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
//   report_uri: (optional string) the URI to send violation reports to;
//       reports will be in the format defined in RFC 7469
//
// 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
//   include_subdomains_for_pinning: (optional bool) whether subdomains
//       of |name| are also covered for pinning. |include_subdomains|
//       implies this.
//   mode: (optional string) "force-https" iff covered names should require
//       HTTPS
//   pins: (optional string) the |name| member of an object in |pinsets|

{
  "pinsets": [
    {
      "name": "test",
      "static_spki_hashes": [
        "TestSPKI"
      ]
    },
    {
      "name": "google",
      "static_spki_hashes": [
        "GoogleBackup2048",
        "GoogleG2",
        "GeoTrustGlobal"
      ],
      "report_uri": "http://clients3.google.com/cert_upload_json"
    },
    {
      "name": "tor",
      "static_spki_hashes": [
        "RapidSSL",
        "DigiCertEVRoot",
        "Tor1",
        "Tor2",
        "Tor3",
        "LetsEncryptAuthorityX1",
        "LetsEncryptAuthorityX2"
      ]
    },
    {
      "name": "twitterCom",
      "static_spki_hashes": [
        "VeriSignClass1",
        "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_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"
      ],
      "report_uri": "https://log.getdropbox.com/hpkp"
    },
    {
      "name": "facebook",
      "static_spki_hashes": [
        "SymantecClass3EVG3",
        "DigiCertECCSecureServerCA",
        "DigiCertEVRoot",
        "FacebookBackup"
      ]
    },
    {
      "name": "spideroak",
      "static_spki_hashes": [
        "GeoTrustGlobal",
        "DigiCertEVRoot",
        "SpiderOak2",
        "SpiderOak3"
      ]
    },
    {
      "name": "yahoo",
      "static_spki_hashes": [
         "VeriSignClass2_G2",
         "VeriSignClass2_G3",
         "VeriSignClass3_G3",
         "VeriSignClass3_G4",
         "VeriSignClass3_G5",
         "VeriSignUniversal",
         "GeoTrustGlobal",
         "GeoTrustPrimary",
         "GeoTrustPrimary_G2",
         "GeoTrustPrimary_G3",
         "GeoTrustUniversal",
         "DigiCertGlobalRoot",
         "DigiCertEVRoot",
         "YahooBackup1",
         "YahooBackup2"
      ]
    }
  ],

  "entries": [
    // Dummy entries to test certificate pinning.
    { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
    { "name": "pinning-test.badssl.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": "mail-settings.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": "hangouts.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" },
    { "name": "myaccount.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "contributor.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "fi.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "xn--7xa.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "pixel.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },

    // Other Google-related domains that must use HTTPS.
    { "name": "google", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "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": "gvt2.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "gvt3.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "withyoutube.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "withgoogle.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
    { "name": "g4w.co", "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": "ggpht.com", "include_subdomains": true, "pins": "google" },
    { "name": "blogspot.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", "include_subdomains_for_pinning": true, "pins": "dropbox" },
    { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" },
    { "name": "dropboxstatic.com", "include_subdomains_for_pinning": true, "pins": "dropbox" },
    { "name": "dropboxusercontent.com", "include_subdomains_for_pinning": true, "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", "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": "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", "pins": "yahoo" },
    { "name": "au.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "az.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "be.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "bi.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "br.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ca.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "cd.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "cg.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "chfr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "chit.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ch.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "cl.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "cn.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "co.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "cr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ct.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "de.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "dk.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "do.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "en-maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "espanol.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "es.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "fi.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "fj.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "fr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "gl.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "gm.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "gr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "hk.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "hn.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "hu.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "id.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ie.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "in.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "it.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "kr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "kz.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "li.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "lt.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "lu.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "lv.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "maktoob.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "malaysia.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "mt.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "mu.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "mw.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "mx.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ni.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "nl.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "no.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "np.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "nz.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "pa.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "pe.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ph.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "pk.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "pl.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "pr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "py.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "qc.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ro.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ru.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "rw.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "se.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "sg.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "sv.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "th.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "tr.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "tv.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "tw.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ua.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "uk.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "uy.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "uz.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "ve.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "vn.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "xa.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "za.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "zh.search.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "login.yahoo.com", "include_subdomains": true, "mode": "force-https", "pins": "yahoo" },
    { "name": "mail.yahoo.com", "include_subdomains": false, "mode": "force-https", "pins": "yahoo" },
    { "name": "edit.yahoo.com", "include_subdomains": true, "mode": "force-https", "pins": "yahoo" },
    { "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": "pay.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": false, "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": "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": "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": "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": "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": "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": "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": "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": "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": false, "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": "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" },
    { "name": "1000minds.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "1a-jva.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "300651.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "3do3dont.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "4g-server.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "aircomms.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alexgaynor.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "allinonecyprus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alphabit-secure.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "apple-watch-zubehoer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "baff.lu", "include_subdomains": true, "mode": "force-https" },
    { "name": "benchling.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bit-sentinel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitnet.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "buildkite.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "calvin.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "cklie.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ckliemann.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ckliemann.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "console.support", "include_subdomains": true, "mode": "force-https" },
    { "name": "crute.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "cycleluxembourg.lu", "include_subdomains": true, "mode": "force-https" },
    { "name": "dash-board.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "dekasan.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "doridian.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "doridian.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "doridian.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "doridian.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "drtroyhendrickson.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "edelsteincosmetic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "edge-cloud.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ellegaard.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "enigmail.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "enterdev.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "eru.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "ezimoeko.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "eztv.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "feedthebot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "feminists.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "festember.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fidelapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "floweslawncare.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "foxelbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "getcolor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "getsello.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gheorghesarcov.ga", "include_subdomains": true, "mode": "force-https" },
    { "name": "goldendata.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "golfscape.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gothamlimo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "grandcapital.id", "include_subdomains": true, "mode": "force-https" },
    { "name": "grandcapital.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "gurusupe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hash-list.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heavystresser.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hicn.gq", "include_subdomains": true, "mode": "force-https" },
    { "name": "hobbyspeed.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "holymoly.lu", "include_subdomains": true, "mode": "force-https" },
    { "name": "ilbuongiorno.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "imagr.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "infogrfx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "j-lsolutions.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jacobparry.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "jacuzziprozone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jahliveradio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jh-media.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "jondevin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "julianmeyer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kavovary-kava.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "khipu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kliemann.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "kredite24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "labaia.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "laukstein.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "leanclub.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lence.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "lmmtfy.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "mafamane.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mercuryamericas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobilux.lv", "include_subdomains": true, "mode": "force-https" },
    { "name": "musmann.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "nanderson.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "nerven.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "netrelay.email", "include_subdomains": true, "mode": "force-https" },
    { "name": "nijm.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "noob-box.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "northernmuscle.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "ownmovies.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "pactf.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pap.la", "include_subdomains": true, "mode": "force-https" },
    { "name": "phil.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "pi-supply.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pijuice.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "piratedb.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "piratedot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "prontolight.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "proxybay.club", "include_subdomains": true, "mode": "force-https" },
    { "name": "proxybay.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "quebecmailbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "refundo.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "refundo.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rischard.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "robtex.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rotunneling.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "rpy.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "sello.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sellocdn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sidium.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "slever.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "sourceway.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "stereo.lu", "include_subdomains": true, "mode": "force-https" },
    { "name": "sticklerjs.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "storedsafe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stuartbaxter.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "t23m-navi.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "tcgrepublic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "temp.pm", "include_subdomains": true, "mode": "force-https" },
    { "name": "terrax.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "terrax.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "thefrozenfire.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thepiratebay.al", "include_subdomains": true, "mode": "force-https" },
    { "name": "thumbtack.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "timmy.ws", "include_subdomains": true, "mode": "force-https" },
    { "name": "tipsyk.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "topshelfguild.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tormentedradio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tpbproxy.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "twolinepassbrewing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unbanthe.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "uow.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "upitnik.rs", "include_subdomains": true, "mode": "force-https" },
    { "name": "uscntalk.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "venicerealdeal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vomitb.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "vyplnto.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmaniabr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wettertoertchen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "williamsonshore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wtfismyip.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xpd.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "zbasenem.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "zifb.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "zlatosnadno.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "4sqsu.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "abecodes.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "abiapp.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "adambyers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aes256.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "akselimedia.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "alaninkenya.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "alethearose.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anakros.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "andrewimeson.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "antoniomarques.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "apachehaus.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "apibot.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "aponow.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "aranycsillag.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "arrayify.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "auszeit.bio", "include_subdomains": true, "mode": "force-https" },
    { "name": "av.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "azirevpn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bardiharborow.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "beach-inspector.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "biddl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bigdinosaur.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bownty.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "braineet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "branchtrack.com", "mode": "force-https" },
    { "name": "brks.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "businesshosting.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "bygningsregistrering.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "bysymphony.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cardoni.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "carlosalves.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "catnapstudios.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chippy.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "chriswarrick.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chroniclesofgeorge.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clevisto.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudpebble.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "coindam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "completionist.audio", "include_subdomains": true, "mode": "force-https" },
    { "name": "cpvmatch.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "d42.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "daknob.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "darkengine.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "dbgamestudio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "desmaakvanplanten.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "devklog.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dnmlab.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "dropboxer.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "drumbandesperanto.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "eduid.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "electromc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "erisrenee.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "expoundite.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "f2f.cash", "include_subdomains": true, "mode": "force-https" },
    { "name": "falconvintners.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fangs.ink", "include_subdomains": true, "mode": "force-https" },
    { "name": "fatherhood.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "feen.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "ffbans.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fiftyshadesofluca.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "flushstudios.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "foodwise.marketing", "include_subdomains": true, "mode": "force-https" },
    { "name": "foreignexchangeresource.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fretscha.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fruchthof24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "frusky.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "frusky.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "fteproxy.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "g2g.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gambitprint.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamercredo.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "genuxation.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "getnikola.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "github.party", "include_subdomains": true, "mode": "force-https" },
    { "name": "go-zh.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gopay.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "goshop.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "grigalanzsoftware.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "grimm-gastrobedarf.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "h2check.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "haircrazy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "happyteamlabs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "haveibeenpwned.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heftkaufen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "herzbotschaft.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hiv.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "hs-group.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "impex.com.bd", "include_subdomains": true, "mode": "force-https" },
    { "name": "informnapalm.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "iqualtech.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "isimonbrown.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ix8.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesbywater.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesbywater.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesbywater.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesbywater.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamielinux.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jogorama.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "juliansimioni.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "justlikethat.hosting", "include_subdomains": true, "mode": "force-https" },
    { "name": "kalevlamps.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "korinar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kpdyer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kredite.sale", "include_subdomains": true, "mode": "force-https" },
    { "name": "legoutdesplantes.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "lellyboi.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "leninalbertop.com.ve", "include_subdomains": true, "mode": "force-https" },
    { "name": "libfte.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "limitededitioncomputers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "limitededitionsolutions.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "linguaquote.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lloyd-day.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "luxwatch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lymia.moe", "include_subdomains": true, "mode": "force-https" },
    { "name": "lyst.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "mammaw.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "markprof.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "martijnvhoof.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "maximelouet.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "me.net.nz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mebio.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "medtehnika.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "meetingmanage.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "meetings2.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "meritz.rocks", "include_subdomains": true, "mode": "force-https" },
    { "name": "mertcangokgoz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mim.properties", "include_subdomains": true, "mode": "force-https" },
    { "name": "mjanja.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobobe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "modeldimension.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moriz.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mp3juices.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "mthode.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "multigamecard.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mygretchen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "naiharngym.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ndarville.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nella-project.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nellacms.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nellacms.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nellafw.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nextend.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "nmd.so", "include_subdomains": true, "mode": "force-https" },
    { "name": "null.tips", "include_subdomains": true, "mode": "force-https" },
    { "name": "ocrami.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "oguya.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "patechmasters.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "payments-reference.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pbprint.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "pieterhordijk.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "poedgirl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "poiema.com.sg", "include_subdomains": true, "mode": "force-https" },
    { "name": "posttigo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "presidentials2016.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "projectascension.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "prospo.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "purewebmasters.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "qualityhomesystems.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "quli.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "railgun.ac", "include_subdomains": true, "mode": "force-https" },
    { "name": "raydobe.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "redlink.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "report-uri.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "rmmanfredi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "roeper.party", "include_subdomains": true, "mode": "force-https" },
    { "name": "roosterpgplus.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "roquecenter.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ryan-goldstein.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "safescan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sarahlicity.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "schreibnacht.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "screenlight.tv", "include_subdomains": true, "mode": "force-https" },
    { "name": "search-one.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "securitysnobs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shamka.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "shanewadleigh.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shasso.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shoprose.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "sitesko.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sizzle.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "slope.haus", "include_subdomains": true, "mode": "force-https" },
    { "name": "snailing.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "snazel.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "sny.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "soccergif.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "soci.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "solihullcarnival.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "solihulllionsclub.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "soulfulglamour.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "spyroszarzonis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stablelib.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stereochro.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "stewartremodelingadvantage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "streamingmagazin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "talideon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tdelmas.ovh", "include_subdomains": true, "mode": "force-https" },
    { "name": "techhub.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "thecoffeehouse.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "theweilai.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonytan.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "topbargains.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "totem-eshop.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "tribaldos.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuxgeo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tzappa.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ubanquity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "uega.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ulabox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "univz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ust.space", "include_subdomains": true, "mode": "force-https" },
    { "name": "vbh2o.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "votocek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "votockova.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "vrtak-cz.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "vzk.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "wearvr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "webmarketingfestival.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "webogram.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "webswitch.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "wesecom.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "when-release.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "when.fm", "include_subdomains": true, "mode": "force-https" },
    { "name": "wilf1rst.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "williamsapiens.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wit.ai", "include_subdomains": true, "mode": "force-https" },
    { "name": "worldcubeassociation.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wurzelzwerg.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "xcoop.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "xho.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "xiaolvmu.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "yello.website", "include_subdomains": true, "mode": "force-https" },
    { "name": "yunzhu.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "yunzhu.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "zeitpunkt-kulturmagazin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "zentraler-kreditausschuss.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "zhang-hao.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "acorns.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "access-sofia.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "4mm.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ada.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "adviespuntklokkenluiders.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "abiturma.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "alocato.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "3473-wiki.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreasolsson.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "2bis10.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "abioniere.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "4eyes.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "adblockextreme.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "auditmatrix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alex-ross.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "akclinics.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "aktiv-naturheilmittel.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "belairsewvac.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ball.holdings", "include_subdomains": true, "mode": "force-https" },
    { "name": "artegusto.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "backschues.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "brianmwaters.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "aktiv-naturheilmittel.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "aktiv-naturheilmittel.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitvigor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "augustian-life.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "atlex.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "animesharp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bochs.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "atop.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "betaworx.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "betaworx.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "calgaryconstructionjobs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cheapgeekts.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bjornhelmersson.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "canyonshoa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cargobay.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "centralvacsunlimited.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "chiralsoftware.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bouncyball.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrisupjohn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "claimconnect.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "ccsys.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ass.org.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "bluetenmeer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "codepult.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cesal.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudimag.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "dealbanana.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "collabornation.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudflareonazure.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrismckee.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cobalt.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "dealbanana.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "cydia-search.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "dotsiam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clevertarget.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "connext.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "derp.army", "include_subdomains": true, "mode": "force-https" },
    { "name": "craftbeerbarn.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ebaymotorssucks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dymersion.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ctns.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "digitalskillswap.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "discoveringdocker.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dedeo.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "diablotine.rocks", "include_subdomains": true, "mode": "force-https" },
    { "name": "eckel.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "disorderboutique.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cesidianroot.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "exceltobarcode.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elvidence.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "fightr.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "eqorg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dsebastien.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "elitegameservers.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dorianmuthig.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ecrimex.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "experienceoz.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "flra.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "fabse.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "fotiu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "core.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "fidanza.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "foro.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "getspire.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gtmetrix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hashplex.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "footballmapped.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hafniatimes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "getdash.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "furkancaliskan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dynamicsnetwork.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "humblefinances.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "geblitzt.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "heh.ee", "include_subdomains": true, "mode": "force-https" },
    { "name": "friendica.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "freifunk-essen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "imbrian.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "hoshinplan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "heart.ge", "include_subdomains": true, "mode": "force-https" },
    { "name": "grandlinecsk.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "inbounder.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ijsclubtilburg.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "homa.website", "include_subdomains": true, "mode": "force-https" },
    { "name": "internetbugbounty.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "inmyarea.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iispeed.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "initq.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "immoverkauf24.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "immoverkauf24.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "glasgestaltung.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "icq-project.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "jakenbake.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jn1.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesbywater.me.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "johnguant.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "interviewpipeline.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gaptek.id", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipv6-handbuch.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "intim-uslugi-kazan.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "kingant.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "jeff393.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jurriaan.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamiemagee.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "kau-boys.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "junqtion.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "affinitysync.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kickass.al", "include_subdomains": true, "mode": "force-https" },
    { "name": "kantorosobisty.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "kdm-online.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "linguatrip.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "korobi.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "gipsamsfashion.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lachlankidson.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinderbasar-luhe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "konsertoversikt.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "kbit.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "locktheirphone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kschv-rdeck.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kau-boys.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kick-in.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "kreativstrecke.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "manage.cm", "include_subdomains": true, "mode": "force-https" },
    { "name": "mesvt.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mhx.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "liverewrite.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "leerliga.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mc-venture.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "lukasztkacz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "meta-db.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mblankhorst.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "muscleangels.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "modmountain.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mark-semmler.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "new-black-order.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mp3gratuiti.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "millistream.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mega.nz", "include_subdomains": true, "mode": "force-https" },
    { "name": "navycs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moula.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "mojapraca.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "minkondom.nu", "include_subdomains": true, "mode": "force-https" },
    { "name": "mercurystorm.co.za", "include_subdomains": true, "mode": "force-https" },
    { "name": "musicwear.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "nicky.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "mistacms.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "okonetwork.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "noname-ev.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "nuos.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "onewpst.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirxpilot.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "organic-superfood.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirlitu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "parsemail.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "ontimestamp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "playkh.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "portalplatform.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "poed.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "petrachuk.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "p8r.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pcfeuerwehr.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "patterson.mp", "include_subdomains": true, "mode": "force-https" },
    { "name": "poolvilla-margarita.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "pothe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "robertglastra.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "progg.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "pothe.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "qixxit.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "robtex.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "qvitoo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "richardwarrender.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "retroarms.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rugirlfriend.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rigolitch.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "rxbusiness.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "retroarms.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "scotthelme.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ronvandordt.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "radtke.bayern", "include_subdomains": true, "mode": "force-https" },
    { "name": "rambitteh.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "securityheaders.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "seele.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "schorel.ovh", "include_subdomains": true, "mode": "force-https" },
    { "name": "schorelweb.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "schoop.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "schlarp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "socialspirit.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "rohlik.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "shft.cl", "include_subdomains": true, "mode": "force-https" },
    { "name": "socialrank.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "slicketl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "searchbrothers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "manfredimatteo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sneakynote.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stemsims.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "liquorsanthe.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "seminariruum.ee", "include_subdomains": true, "mode": "force-https" },
    { "name": "syncappate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sonafe.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "system.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "stolkschepen.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "themarshallproject.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "scp-trens.notaires.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "tbarter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "syso.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "tonytan.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "throwpass.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "travador.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thom4s.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "thorgames.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "tpbcdn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tppleague.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "techvalue.gr", "include_subdomains": true, "mode": "force-https" },
    { "name": "vcsjones.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vanhoutte.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "sneberger.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "uniekglas.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "varden.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikidata.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "vapemania.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "vigo-krankenversicherung.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "xavierbarroso.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wachter.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "vbulletin-russia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vbulletinrussia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "webstudio-n.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wonderhost.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "winsec.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "vbhelp.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "xgclan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yetcore.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "wpmeetup-berlin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--u9jv84l7ea468b.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--knstler-n2a.tips", "include_subdomains": true, "mode": "force-https" },
    { "name": "zcarrot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zcarot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zorntt.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "ztan.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "asm-x.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ccblog.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "smiatek.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "korni22.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "student.andover.edu", "include_subdomains": true, "mode": "force-https" },
    { "name": "0.me.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "agilebits.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "alenan.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "amisharingstuff.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "amunoz.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "appuro.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "askfit.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "axado.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "bebesurdoue.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "burnworks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "canadalife.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "chaosdorf.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "cheerflow.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrisbrown.id.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "chromebooksforwork.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudmigrator365.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudpagesforwork.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clu-in.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cmc-versand.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "cnlic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cocoaheads.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "colorlib.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "corruption-mc.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "corruption-rsps.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "corruption-server.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "cthulhuden.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dateno1.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "democracy.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "democracychronicles.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "demuzere.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "deviltracks.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dietrich.cx", "include_subdomains": true, "mode": "force-https" },
    { "name": "dissimulo.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "dlscomputers.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "dogoodbehappyllc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dreid.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "e-deca2.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "elitehosting.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "empowerdb.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "endlesshorizon.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "entrepreneur.or.id", "include_subdomains": true, "mode": "force-https" },
    { "name": "eol34.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eroticen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eucl3d.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "firmapi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "freeweibo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "funchestra.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamenected.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamenected.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "getsport.mobi", "include_subdomains": true, "mode": "force-https" },
    { "name": "ghostblog.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "gmdu.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "grafitec.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "greatfire.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "greenroach.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "hablemosdetecnologia.com.ve", "include_subdomains": true, "mode": "force-https" },
    { "name": "hardh.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "haveeruexaminer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "helloacm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hurricanelabs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hyper-text.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "idndx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "im-c-shop.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "inbitcoin.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "inspiroinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "instant-hack.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iraqidinar.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "itsagadget.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ivancacic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "j0s.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamesmaurer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jinbo123.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "joshstroup.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "justyy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kasko.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "kawaii.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "kazandaemon.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "kbcequitas.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "keskeces.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lehighmathcircle.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lenzw.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "leon-jaekel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "linuxcommand.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "lognot.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "maclemon.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "maternalsafety.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "max-moeglich.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mclab.su", "include_subdomains": true, "mode": "force-https" },
    { "name": "mdek.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "meddelare.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "medexpress.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "mediawiki.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mikaela.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "milahendri.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moniquedekermadec.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "msebera.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mypagella.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "necesitodinero.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "obermeiers.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "ollning.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "omacostudio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ourbank.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "paysera.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "petersmark.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "phryneas.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pinesandneedles.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pmnts.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "qingxuan.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "raah.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "recon-networks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "renlong.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "reucon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ristioja.ee", "include_subdomains": true, "mode": "force-https" },
    { "name": "roberthurlbut.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rugstorene.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "shadowkitsune.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "shaundanielz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shellvatore.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "shipcloud.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplexsupport.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "slainvet.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartlocksmith.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "social-media-strategies.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "sparklingsparklers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sportifik.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tanzhijun.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tcao.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "teamblueridge.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "tecart-cloud.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tecart-system.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tecartcrm.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "techandtux.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "tehrabbitt.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thehiddenbay.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "ticketmates.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "tinyvpn.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tinyvpn.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "tls1914.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "topnewstoday.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "totalcarcheck.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "toxme.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "trueblueessentials.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tumutanzi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tuzaijidi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ubicv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "un-zero-un.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "unionstationapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "utonia.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "victorcanera.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vokeapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "waze.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whitehouse.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikibooks.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikimediafoundation.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikinews.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikiquote.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikisource.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikiversity.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikivoyage.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wiktionary.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "worcesterfestival.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "x.st", "include_subdomains": true, "mode": "force-https" },
    { "name": "x64architecture.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--datenrettung-mnchen-jbc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--hfk-allgu-schwaben-stb.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--mgbbh2a9fub.xn--ngbc5azd", "include_subdomains": true, "mode": "force-https" },
    { "name": "yippie.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "yu.gg", "include_subdomains": true, "mode": "force-https" },
    { "name": "zeno-system.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "track.plus", "include_subdomains": true, "mode": "force-https" },
    { "name": "blog.gov.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "clubmini.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "codingforspeed.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cradlepointecm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dobet.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "domainexpress.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ediscomp.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "edissecurity.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ewe2.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "fluxent.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fruitusers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gpsvideocanada.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gracedays.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "inksupply.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jhburton.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "odin.xxx", "include_subdomains": true, "mode": "force-https" },
    { "name": "pagure.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "pagure.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "silvergoldbull.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "silvergoldbull.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sunnyfruit.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "szaydon.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "tosecure.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "uploadbeta.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wholebites.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wikipedia.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "woresite.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "agonswim.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "appharbor.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "armory.consulting", "include_subdomains": true, "mode": "force-https" },
    { "name": "armory.supplies", "include_subdomains": true, "mode": "force-https" },
    { "name": "b2and.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bowlroll.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "bryanquigley.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cfcnexus.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "clipped4u.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coffeestrategies.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cvsoftub.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dailyenglishchallenge.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "derreichesack.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "devnsec.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "donateaday.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "dragon-chem.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "eelsden.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "elenag.ga", "include_subdomains": true, "mode": "force-https" },
    { "name": "emailhunter.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "expressvpn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "factorygw.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "flamingkeys.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "giveattheoffice.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "givingnexus.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "granth.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "happyfabric.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "happygadget.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "illorenese.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "imirhil.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipledgeonline.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "junethack.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mamaison.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "mca2017.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mnd.sc", "include_subdomains": true, "mode": "force-https" },
    { "name": "modemagazines.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "n-pix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "open-to-repair.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "panoti.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "philosophyguides.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pmctire.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "polis.or.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "quppa.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "rc4.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "rot47.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "rusl.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "satmep.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "secctexasgiving.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "secureideas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "simod.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplycharlottemason.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "skoda-clever-lead.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "skoda-im-dialog.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "skoda-nurdiebesten.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "slix.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "speed-mailer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "steelephys.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "stick2bike.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "swift-devedge.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "syntaxnightmare.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tbrss.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tokke.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "unapp.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "valopv.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "varvy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "videomail.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "welovemail.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whispeer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "wm-talk.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "xd.cm", "include_subdomains": true, "mode": "force-https" },
    { "name": "zaufanatrzeciastrona.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "zx6rninja.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "zachborboa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alt.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "badcronjob.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bankin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "boris.one", "include_subdomains": true, "mode": "force-https" },
    { "name": "brakstad.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bulldog-hosting.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "campus-finance.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cao.la", "include_subdomains": true, "mode": "force-https" },
    { "name": "cashlink.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ckleemann.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloud-project.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudwalk.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "coore.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "crackingking.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "davidgrudl.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "davisroi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "didacte.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dirkwolf.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dotadata.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "dronepit.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "duckduckstart.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "e-typ.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "eleicoes2016.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "engelundlicht.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "etaes.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "ethicaldata.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "floskelwolke.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "geekcast.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gmta.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "govtrack.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "guilde-vindicta.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "hisbrucker.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hledejlevne.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hookandloom.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hranicka.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hsts.date", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipv6-adresse.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "iqboxy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ivk.website", "include_subdomains": true, "mode": "force-https" },
    { "name": "jacekowski.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kermadec.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "latrine.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ldc.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "leominstercu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lmddgtfy.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "lmsptfy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "madrants.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "marktboten.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "melf.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "meteosky.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mirtes.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mitchellrenouf.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "munzee.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "musikkfondene.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "mydeos.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "myraytech.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "nethackwiki.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nette.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "only-roses.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "openkvk.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "phpfashion.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pleier-it.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pleier.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "recommended.reviews", "include_subdomains": true, "mode": "force-https" },
    { "name": "reddit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "remoteutilities.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rj.gg", "include_subdomains": true, "mode": "force-https" },
    { "name": "rtcx.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "runementors.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rusl.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sellme.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "shopapi.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "silentkernel.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "skimming.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "skoleniphp.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "smb445.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sobabox.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "soply.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sweetll.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "thedreamtravelgroup.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "thehotfix.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tiffnix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomli.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "vivendi.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "vsean.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "wesleycabus.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "wover.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "wpserp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "z0rro.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "zhihua-lai.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "1017scribes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anfsanchezo.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "bcvps.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "beautykat.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "bevapehappy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bouncyballs.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bvalle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cafe-scientifique.org.ec", "include_subdomains": true, "mode": "force-https" },
    { "name": "caveclan.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "chaletmanager.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "changetip.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ciscodude.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "crysadm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cuvva.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "de-spil.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "dolphin-cloud.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dolphin-hosting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dolphin-it.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "enquos.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "flipagram.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "gravity-net.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "gtanda.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "hannover-banditen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hdc.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "instacart.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "intarweb.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "kirkpatrickdavis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "maarten.nyc", "include_subdomains": true, "mode": "force-https" },
    { "name": "mantor.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "motionpicturesolutions.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "motocyklovedily.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "parasitologyclub.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "phongmay24h.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pilgermaske.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pol.in.th", "include_subdomains": true, "mode": "force-https" },
    { "name": "puyblanc.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "rantanda.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "redd.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "respice.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "rewardstock.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rr.in.th", "include_subdomains": true, "mode": "force-https" },
    { "name": "salserototal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "schallert.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "section.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "secureradio.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplelearner.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tlo.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "tlo.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "typewolf.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vorlif.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "xellos.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--4dbjwf8c.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--4dbjwf8c.ga", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--4dbjwf8c.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--4dbjwf8c.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--lgb3a8bcpn.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--lgb3a8bcpn.ga", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--lgb3a8bcpn.gq", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--lgb3a8bcpn.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--ls8hi7a.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "yyyy.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "zhaojin97.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.icann.org", "mode": "force-https" },
    { "name": "368mibn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "888sport.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "aevpn.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreigec.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "arnaudfeld.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "beneffy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "brrr.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "charge.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudspace-analytics.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "comiteshopping.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coreless-stretchfilm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crudysql.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "csgokings.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "dank.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "demuzere.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "demuzere.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "demuzere.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "docucopies.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elmermx.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "extreemhost.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "fabianasantiago.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamers-life.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "globalinstitutefortraining.org.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "graingert.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "greenvines.com.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "hao2taiwan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hollowrap.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hostanalyticsconsulting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hostingactive.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "humankode.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "immunicity.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "kahopoon.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "khetzal.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "koerperimpuls.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "lostinsecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mailinabox.email", "include_subdomains": true, "mode": "force-https" },
    { "name": "malash.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "masjidtawheed.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "newodesign.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nicolaelmer.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "ochsundjunior.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "onixcco.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "pctonic.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "photoblogverona.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pluga.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "prefis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "prepandgo-euro.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "production.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "raconconsulting.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rangde.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "remotestance.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "renuo.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "riskmitigation.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "sanhei.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "scaling.solutions", "include_subdomains": true, "mode": "force-https" },
    { "name": "sifls.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "smkn1lengkong.sch.id", "include_subdomains": true, "mode": "force-https" },
    { "name": "ssldecoder.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "startupsort.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sx3.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "tech-seminar.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "tncnanet.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomo.gr", "include_subdomains": true, "mode": "force-https" },
    { "name": "utilia.tools", "include_subdomains": true, "mode": "force-https" },
    { "name": "viewmyrecords.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.vino75.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "vmrdev.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vulnerability.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "xiaolan.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "xiaoxiao.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "hana.ondemand.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fastmail.com", "mode": "force-https" },
    { "name": "www.fastmail.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "3chit.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "777coin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "adhs-chaoten.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ageg.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "alpca.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "americanbio.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "amoory.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "appmobile.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "attotech.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aussiecable.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "avarty.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aylak.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "benny003.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "berthabailey.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bexit.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitminter.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blognone.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "borchers-media.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bqtoolbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "burningcrash.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "capriccio.to", "include_subdomains": true, "mode": "force-https" },
    { "name": "certifi.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "clycat.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "cogumelosmagicos.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "connect.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptobells.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "csfs.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cspvalidator.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cubewano.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "deepcovelabs.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "deliciisanatoase.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "dienstplan.one", "include_subdomains": true, "mode": "force-https" },
    { "name": "drbethanybarnes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eddmixpanel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ehipaa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ehipaadev.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "emanuelduss.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "enjen.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "envygeeks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "envygeeks.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "fayolle.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "flirchi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fuglede.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "gc-mc.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "gcs-ventures.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gerencianet.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "gfournier.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "gotech.com.eg", "include_subdomains": true, "mode": "force-https" },
    { "name": "gyboche.science", "include_subdomains": true, "mode": "force-https" },
    { "name": "hackenturet.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "harmoney.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "istheapplestoredown.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jayblock.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jgid.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "juergenhecht.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kpvpn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "labrador-retrievers.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "labradorpuppiesforsalebyregisteredlabradorbreeders.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "logement-saisonnier.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lovingearth.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mareklecian.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "maximilian-greger.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mb-is.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "mbdb.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "minecraftforum.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "mobile.eti.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "mosstier.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "motd.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "mysecretcase.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "namorico.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "natukusa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nekomimi.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "netprofile.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "numericacu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "oshayr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ourevents.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "overkillshop.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pantsu.cat", "include_subdomains": true, "mode": "force-https" },
    { "name": "paylike.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "peifi.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pennylane.me.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "petko.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "pfd-nz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirati.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "plirt.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "qgustavor.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "rentinsingapore.com.sg", "include_subdomains": true, "mode": "force-https" },
    { "name": "rideworks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "riesenweber.id.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "rivy.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "robi-net.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "rootservice.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "sanasport.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "si-benelux.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "simplednscrypt.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartmessages.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "smksi2.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "snapappointments.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "southernutahinfluencers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "staack.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stackptr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stinkytrashhound.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stugb.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sunflyer.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "swapadoodle.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "syncer.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "tannenhof-moelln.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "theintercept.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thinklikeanentrepreneur.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ulabox.cat", "include_subdomains": true, "mode": "force-https" },
    { "name": "ulabox.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "umgardi.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "upay.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "upstats.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "usgande.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vat-eu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "veblen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "viemeister.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "voliere-info.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "wait.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "wdesk.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wohnsitz-ausland.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "woima.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "wolfemg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wrldevelopment.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xiaody.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "xn--t8j4aa4nyhxa7duezbl49aqg5546e264d.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "xtremegaming.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "xunn.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "zdrojak.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "zera.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "0xfc.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "abrilect.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "adduono.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ahmerjamilkhan.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "akombakom.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "alainwolf.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "aulo.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "beier.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "bentrask.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bryn.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "cavac.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "cipherli.st", "include_subdomains": true, "mode": "force-https" },
    { "name": "claralabs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coolaj86.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "coralproject.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "crosscom.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "curroapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "daplie.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "darknebula.space", "include_subdomains": true, "mode": "force-https" },
    { "name": "datapun.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "datsound.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "devlux.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "ellsinger.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "excessamerica.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "express-vpn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "felixrr.pro", "include_subdomains": true, "mode": "force-https" },
    { "name": "filippo.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "flowlo.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "flukethoughts.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fraye.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "freedom.press", "include_subdomains": true, "mode": "force-https" },
    { "name": "fresh-hotel.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "goaltree.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "goldenhillsoftware.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "greenpeace-magazin.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "guineapigmustach.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "htaccessbook.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "isitup.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kaloix.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kiano.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "krypsys.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lainchan.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lazurit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lelongbank.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lexway.pk", "include_subdomains": true, "mode": "force-https" },
    { "name": "libertyrp.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "lustrumxi.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "maderwin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mypagella.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "mypagella.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "mysecretrewards.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nettopower.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "nicestresser.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "nsboston.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "o7.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onet.space", "include_subdomains": true, "mode": "force-https" },
    { "name": "oopsmycase.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "opennippon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "opennippon.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "perishablepress.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "planboardapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "plugin-planet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "qionglu.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "redb.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "rootforum.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "sambeso.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sarasturdivant.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "scourt.org.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "secure-games.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "selecadm.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "sirenslove.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "smm.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "stassi.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "stephenandburns.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sway-cdn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sway.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thinkindifferent.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tunnelblick.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "typing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ufotable.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "up1.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "vermontcareergateway.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "virtualsanity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whatsmychaincert.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wjglerum.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "wp-tao.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yoloprod.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "zzsec.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "my.swedbank.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "internetbank.swedbank.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "demo.swedbank.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "lana.swedbank.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "online.swedbank.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "33-km.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "42ms.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "abeestrada.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "accountradar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "adamradocz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aladdin.ie", "include_subdomains": true, "mode": "force-https" },
    { "name": "alarmsystemreviews.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "allthingswild.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "amerimarkdirect.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreypopp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankaraprofesyonelnakliyat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aojf.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "apachelounge.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "apstudynotes.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "areatrend.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "atgseed.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "atgseed.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "authint.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "basnoslovno.com.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "basnoslovno.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "beans-one.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bettrlifeapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "billninja.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bionicspirit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitlish.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blackburn.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "blazor.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "blechschmidt.saarland", "include_subdomains": true, "mode": "force-https" },
    { "name": "bugginslab.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "bwcscorecard.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "certcenter.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "cesobaly.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "checktype.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chloe.re", "include_subdomains": true, "mode": "force-https" },
    { "name": "chrst.ph", "include_subdomains": true, "mode": "force-https" },
    { "name": "coldhak.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "comarkinstruments.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "consciousandglamorous.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crestoncottage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crl-autos.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crossfitblackwater.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "csgodicegame.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cvmu.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "de-medici.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "decoder.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "depixion.agency", "include_subdomains": true, "mode": "force-https" },
    { "name": "devopps.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "dhautefeuille.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "droidwiki.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dubrovskiy.pro", "include_subdomains": true, "mode": "force-https" },
    { "name": "edakoe.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "edgereinvent.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elsitar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "espgg.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "etherpad.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "evomon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "expresshosting.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fig.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "finkelstein.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "flow.su", "include_subdomains": true, "mode": "force-https" },
    { "name": "fr33d0m.link", "include_subdomains": true, "mode": "force-https" },
    { "name": "getbox.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "ggp2.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gigacloud.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "globalexpert.co.nz", "include_subdomains": true, "mode": "force-https" },
    { "name": "grh.am", "include_subdomains": true, "mode": "force-https" },
    { "name": "hawkeyeinsight.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hencagon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hetmer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hilahdih.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hrbatypes.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hroschyk.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "ichronos.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "idaspis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ifleurs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iggprivate.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iggsoft.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "iggsoftware.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ihsbsd.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "illjinx.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "incparadise.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "institutolancaster.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "integrationinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipv6cloud.club", "include_subdomains": true, "mode": "force-https" },
    { "name": "joelj.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "kba-online.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "knygos.lt", "include_subdomains": true, "mode": "force-https" },
    { "name": "koukni.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "kpinvest.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "kristofferkoch.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kweddingplanning.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kylinj.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lagoza.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "latenitefilms.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "laylo.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "lentri.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "litespeed.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "loancompare.co.za", "include_subdomains": true, "mode": "force-https" },
    { "name": "lsky.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "lucamerega.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "makerstuff.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "malinator.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "marie-curie.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "markusehrlicher.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "marumagic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mcrn.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "meetscompany.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "meta.sc", "include_subdomains": true, "mode": "force-https" },
    { "name": "mnium.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparcraft.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparcraft.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparcraft.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparisthebest.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparisthebest.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparisthebest.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparisthebest.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparisthebest.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "moparscape.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "my-pawnshop.com.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "myfrm.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mygov.scot", "include_subdomains": true, "mode": "force-https" },
    { "name": "nagb.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "nagb.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "najedlo.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "newmediaone.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "nodetemple.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "noworrywp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "o6asan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "panthur.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "perfektesgewicht.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "perfektesgewicht.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "perplex.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "pettsy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "please-deny.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "pm13.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "postbox.life", "include_subdomains": true, "mode": "force-https" },
    { "name": "postscheduler.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "potbar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "potbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "privacy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "privacyinternational.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "publicsuffix.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "punchr-kamikazee.rhcloud.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "recyclingpromotions.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "reddiseals.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "regenerescence.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "repaxan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "robtex.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "roomhub.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "rsajeey.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "rubi-ka.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ryanhowell.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "ryansmithphotography.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "schnell-gold.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "segurosocial.gov", "include_subdomains": false, "mode": "force-https" },
    { "name": "selectel.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "sevsopr.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "silver-heart.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "slamix.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "smartpolicingplatform.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "socialsecurity.gov", "include_subdomains": false, "mode": "force-https" },
    { "name": "splikity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "square.gs", "include_subdomains": true, "mode": "force-https" },
    { "name": "ssa.gov", "include_subdomains": false, "mode": "force-https" },
    { "name": "ssl.rip", "include_subdomains": true, "mode": "force-https" },
    { "name": "stellenticket.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "subdimension.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "syezd.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "tafoma.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "takkaaaaa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "techcentric.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thebreakroom.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "thecloudmigrator.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thego2swatking.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thehackerblog.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "theitsage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "theyosh.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "tobiassachs.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "topnovini.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "trendberry.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "trybind.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "uberfunction.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ulrik.moe", "include_subdomains": true, "mode": "force-https" },
    { "name": "utopians.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "vanetv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "varunagw.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vistb.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "vyber-odhadce.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "webyazilimankara.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whyworldhot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "witae.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "withinsecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "woodlandschurch.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "woodlandsmetro.church", "include_subdomains": true, "mode": "force-https" },
    { "name": "wordsmart.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "workwithgo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yoloboatrentals.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yoloseo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zen-trader.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreas-kluge.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "andreaskluge.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "fastaim.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "matrip.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "reporturi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "reporturi.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "report-uri.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "18f.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "1co-jp.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "1password.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ad-notam.pt", "include_subdomains": true, "mode": "force-https" },
    { "name": "adblock.ovh", "include_subdomains": true, "mode": "force-https" },
    { "name": "admsel.ec", "include_subdomains": true, "mode": "force-https" },
    { "name": "alltheducks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alphassl.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "altedirect.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "altestore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankaraprofesyonelnakliyat.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankaraprofesyonelwebtasarim.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ankarauzmanlarnakliyat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "anzeiger.ag", "include_subdomains": true, "mode": "force-https" },
    { "name": "apnakliyat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aryasenna.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "askwhy.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "askwhy.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "atisoft.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "atisoft.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "atisoft.net.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "atisoft.web.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "balboa.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "bcsytv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "beholdthehurricane.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "beranovi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "betterhelp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "borysek.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "broadsheet.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "broersma.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "brownfieldstsc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bulmafox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "byrtz.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "callsigns.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "chimeratool.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "classicspublishing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clickandgo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "colognegaming.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "compucorner.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "concentrade.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "crepererum.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptoparty.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "dannyrohde.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "devdoodle.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "diasp.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "dime-staging.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "docket.news", "include_subdomains": true, "mode": "force-https" },
    { "name": "econsumer.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "elephpant.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "elimdengelen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elisa.ee", "include_subdomains": true, "mode": "force-https" },
    { "name": "entersynapse.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "epay.bg", "include_subdomains": true, "mode": "force-https" },
    { "name": "escalate.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "espci.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "ev-zertifikate.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "evdenevenakliyatankara.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "exfiles.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "expxkcd.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "eyyit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fandomservices.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fasdoutreach.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "fca-tools.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fetch.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "findmybottleshop.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "flamewall.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "freelance.boutique", "include_subdomains": true, "mode": "force-https" },
    { "name": "freifunk-luenen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "frtr.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "g-m-w.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "gamingzoneservers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "garbage-juice.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "getbutterfly.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "glws.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gmw-ingenieurbuero.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "granular.ag", "include_subdomains": true, "mode": "force-https" },
    { "name": "gsm-map.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "gyboche.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "harristony.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "harvester.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "haselsteiner.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "helgakristoffer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "helgakristoffer.wedding", "include_subdomains": true, "mode": "force-https" },
    { "name": "heutger.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hpkp-faq.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "imoni-blog.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "insideaudit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "instela.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "interisaudit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "intxt.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "itsg-faq.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "j3e.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "jakubboucek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "jennedebleser.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jhalderm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jirav.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "josefjanosec.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "klasfauseweh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "lashstuff.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "linux.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "linuxgeek.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "liquid.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "lukasunger.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mac-torrents.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "marlen.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "maveris.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "melted.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "mexicansbook.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "milanpala.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "missdream.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "moreapp.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "murraycoin.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "nakliyatsirketi.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "nbb.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "nder.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "netwarc.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "nikao-tech.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nikobradshaw.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nikolasbradshaw.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nomial.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "npmcdn.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nutritionculture.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "oasis.mobi", "include_subdomains": true, "mode": "force-https" },
    { "name": "offshoot.rentals", "include_subdomains": true, "mode": "force-https" },
    { "name": "opsbears.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "otchecker.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "penfold.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "pgmann.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "pier28.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "piligrimname.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "poleartschool.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "posterspy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "postn.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "powercloud.technology", "include_subdomains": true, "mode": "force-https" },
    { "name": "proos.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "psw-group.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "psw.academy", "include_subdomains": true, "mode": "force-https" },
    { "name": "psw.consulting", "include_subdomains": true, "mode": "force-https" },
    { "name": "psw.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "realcapoeira.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "ricki-z.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "right-to-love.name", "include_subdomains": true, "mode": "force-https" },
    { "name": "robandjanine.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "robspc.repair", "include_subdomains": true, "mode": "force-https" },
    { "name": "rodolfo.gs", "include_subdomains": true, "mode": "force-https" },
    { "name": "safematix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sanderdorigo.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "sandervankasteel.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "sdrobs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "securedevelop.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "shopbakersnook.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "signing-milter.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "simonkjellberg.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "simphony.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "snapappts.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "socialhead.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "sogutma.com.tr", "include_subdomains": true, "mode": "force-https" },
    { "name": "soporte.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "ssl-zertifikate.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sslzilla.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "steamdb.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "stupus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "taborsky.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "teampaddymurphy.ie", "include_subdomains": true, "mode": "force-https" },
    { "name": "teampoint.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "therewill.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "thomspooren.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "threelions.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "tm-solutions.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "tomasjacik.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "trainex.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "trinitycore.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "twaka.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "twist.party", "include_subdomains": true, "mode": "force-https" },
    { "name": "urandom.eu.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "vallis.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "viscopic.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "viva-french.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vyberodhadce.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "webtasarim.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "welldrake.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "werdeeintimo.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "wo2forum.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "wrara.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "wyeworks.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xetown.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "xss.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "yingyj.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zgrep.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "zortium.report", "include_subdomains": true, "mode": "force-https" },
    { "name": "0x90.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "alexwardweb.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "another.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "atolm.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "avastantivirus.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "beeksnetwork.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "bergstoneware.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "berst.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "bigbluedoor.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "binaryevolved.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bitcoinhk.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "blackdragoninc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bockenauer.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "brainster.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "c16t.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "cabarave.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cannyfoxx.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "cattivo.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "clmde.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "codeux.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "constructionjobs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "conversiones.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "converter.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "couragewhispers.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "dale-electric.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "danpiel.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "darioturchetti.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "datasharesystem.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "david.kitchen", "include_subdomains": true, "mode": "force-https" },
    { "name": "dden.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "deviltraxxx.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "diversityflags.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dnscrypt.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "docloh.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dolphincorp.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "domodedovo.travel", "include_subdomains": true, "mode": "force-https" },
    { "name": "doyoucheck.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dziekonski.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "easyhaul.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "easykonto.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "edpubs.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "eeqj.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "elitefishtank.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "endofnet.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "englerts.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "eugenekay.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "evasovova.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "eyasc.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "eydesignguidelines.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fedrtc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "fiilr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "frillip.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fsapubs.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "gfwsb.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "giftservices.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "goabonga.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "grace-wan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "greenteamtwente.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "gregmilton.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hackcraft.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "helix.am", "include_subdomains": true, "mode": "force-https" },
    { "name": "herpaderp.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hlavacek.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "hobby-gamerz-community.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hochhaus.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "holisticon.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "hopewellproperties.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "hostinghelp.guru", "include_subdomains": true, "mode": "force-https" },
    { "name": "ikk.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "indybay.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "itinsight.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "jacobhaug.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jaroslavtrsek.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "jav-collective.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jlkhosting.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "juniwalk.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "kiebel.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "kimmel.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kynaston.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "larrysalibra.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lateralsecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lemp.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "letras.mus.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "librelamp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "libsodium.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "linux.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "livedemo.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "lukasberan.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "lukasunger.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "macker.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "maco.org.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "makowitz.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "melcher.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "mercamaris.es", "include_subdomains": true, "mode": "force-https" },
    { "name": "micro-rain-systems.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mlpepilepsy.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "mnetworkingsolutions.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "mortgagecentersmo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mrs-shop.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "muguayuan.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "musthavesforreal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mybudget.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "myg21.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nagoya-kyuyo.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nametiles.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "neosolution.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "netbrief.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "nevadafiber.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "noima.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "noisetrap.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "onespiritinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "orderswift.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "otoy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "override.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "pacoda.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "paratlan.hu", "include_subdomains": true, "mode": "force-https" },
    { "name": "pcloud.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "peytonfarrar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "phpdorset.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "pimpmymac.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirateproxy.la", "include_subdomains": true, "mode": "force-https" },
    { "name": "pirateproxy.pl", "include_subdomains": true, "mode": "force-https" },
    { "name": "piwko.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "pjuu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "polis.to", "include_subdomains": true, "mode": "force-https" },
    { "name": "poon.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "poon.tech", "include_subdomains": true, "mode": "force-https" },
    { "name": "pr1sm.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "premierheart.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "pressrush.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "proxybay.la", "include_subdomains": true, "mode": "force-https" },
    { "name": "ptm.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "qlrace.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "qualityedgarsolutions.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ramon-c.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "realmofespionage.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ringh.am", "include_subdomains": true, "mode": "force-https" },
    { "name": "rmb.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "rngmeme.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "roeckx.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "roeitijd.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "roombase.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "ruxit.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ryanteck.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "safar.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "samegoal.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "samegoal.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "schwinabart.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "selfici.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "shiroki-k.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "skipfault.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "spdf.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "ss.lv", "include_subdomains": true, "mode": "force-https" },
    { "name": "stirlingpoon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stirlingpoon.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "stomt.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "talado.gr", "include_subdomains": true, "mode": "force-https" },
    { "name": "taskulu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tazemama.biz", "include_subdomains": true, "mode": "force-https" },
    { "name": "the-paddies.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "thepartywarehouse.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "thorbis.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tidycustoms.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tiens-ib.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "tucny.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ukas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ultros.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "unpr.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "utdsgda.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "valordolarblue.com.ar", "include_subdomains": true, "mode": "force-https" },
    { "name": "vanlaanen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "verizonguidelines.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vieclam24h.vn", "include_subdomains": true, "mode": "force-https" },
    { "name": "vm0.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "vnvisa.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "watersb.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "watertrails.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "westerhoud.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "whatsapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "whey-protein.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "wiire.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "williamfeely.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "workray.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yobst.tk", "include_subdomains": true, "mode": "force-https" },
    { "name": "yombo.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "zking.ga", "include_subdomains": true, "mode": "force-https" },
    { "name": "secure.advancepayroll.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "www.captaintrain.com", "mode": "force-https" },
    { "name": "0x1337.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "206rc.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "360gradus.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "adimaja.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "akhilindurti.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alcazaar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "alfredxing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "allcarepharmacy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "amdouglas.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "aniplus.gq", "include_subdomains": true, "mode": "force-https" },
    { "name": "apiomat.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "arnor.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "arrakis.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "artofwhere.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "asset-alive.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "asset-alive.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "avacariu.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "badkamergigant.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "badlink.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "bajic.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "bendechrai.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "besthost.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "bets.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "bigclassaction.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "blackpayment.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "blaise.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "bonobo.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "borrelioz.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "brandon.so", "include_subdomains": true, "mode": "force-https" },
    { "name": "brightstarkids.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "bsidessf.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bunbun.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "burtrum.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "buzzconf.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "byronwade.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "bytejail.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "caesreon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "calaborlawnews.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "carboneselectricosnettosl.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "carsforbackpackers.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cecipu.gob.cl", "include_subdomains": true, "mode": "force-https" },
    { "name": "centricweb.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "chcemvediet.sk", "include_subdomains": true, "mode": "force-https" },
    { "name": "christiaanconover.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "christianbro.gq", "include_subdomains": true, "mode": "force-https" },
    { "name": "cidbot.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cidr.ml", "include_subdomains": true, "mode": "force-https" },
    { "name": "cig-dem.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cirope.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clearviewwealthprojector.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "clickclickphish.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "clintonbloodworth.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloud.wtf", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudily.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "comparejewelleryprices.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "compucorner.com.mx", "include_subdomains": true, "mode": "force-https" },
    { "name": "cormilu.com.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "cortexitrecruitment.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "countermail.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "cqchome.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "crazydomains.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "crow.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptopartyutah.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "cryptoseb.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "ctoforhire.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "daemon.xin", "include_subdomains": true, "mode": "force-https" },
    { "name": "daniel-steuer.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dario.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "dark-x.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "dataretention.solutions", "include_subdomains": true, "mode": "force-https" },
    { "name": "datatekniikka.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "datatekniikka.fi", "include_subdomains": true, "mode": "force-https" },
    { "name": "dbmteam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "delfic.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "detector.exposed", "include_subdomains": true, "mode": "force-https" },
    { "name": "dgeex.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "dhauwer.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "die-partei-reutlingen.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dime.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "dinkum.online", "include_subdomains": true, "mode": "force-https" },
    { "name": "dise-online.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "dmxledlights.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "docemeldoces.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "doctorwho.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "domainstaff.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "dopost.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "dot.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "dyrenesverden.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "eagleyecs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "easy-rpg.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "eduvance.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "elementalrobotics.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "enteente.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "esg-abi2001.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "essoduke.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "expressfinance.co.za", "include_subdomains": true, "mode": "force-https" },
    { "name": "fahrenwal.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fahrenwalde.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "fatlossguide.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "fbox.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "firefall.rocks", "include_subdomains": true, "mode": "force-https" },
    { "name": "flamingcow.tv", "include_subdomains": true, "mode": "force-https" },
    { "name": "fliexer.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "floort.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "foray-jero.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "fordbydesign.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "fotofaerie.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "foxdev.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "free.com.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "fsfi.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "gehaowu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "genshiken.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "genyaa.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "geschwinder.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "gha.st", "include_subdomains": true, "mode": "force-https" },
    { "name": "gilly.berlin", "include_subdomains": true, "mode": "force-https" },
    { "name": "globalcomix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "globalperspectivescanada.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "goat.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "gotocloud.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "gpfclan.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "grandmasfridge.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "graymalk.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "gregmilton.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "gs-net.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "hack.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "hardfalcon.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "healtheffectsofasbestos.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "hejsupport.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "helpconnect.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "henrock.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "hompus.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "hoodoo.tech", "include_subdomains": true, "mode": "force-https" },
    { "name": "hoton.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "hymerscollege.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ideation-inc.co.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "idvl.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "iec.pe", "include_subdomains": true, "mode": "force-https" },
    { "name": "ifcfg.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "ifoss.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "imagescostumes.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "imrejonk.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "inboxen.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "infinitusgaming.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "infocommsociety.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "instant.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "involved-it.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipcfg.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "ipswitch.com.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "iready.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "istorrent.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "itfh.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "itpol.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "j-navi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jaba.hosting", "include_subdomains": true, "mode": "force-https" },
    { "name": "jackfahnestock.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jamonsilva.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "jonathandowning.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "joshi.su", "include_subdomains": true, "mode": "force-https" },
    { "name": "jrvar.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kamisama.xyz", "include_subdomains": true, "mode": "force-https" },
    { "name": "kaplatz.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "kbjorklu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "kindof.ninja", "include_subdomains": true, "mode": "force-https" },
    { "name": "kinnon.enterprises", "include_subdomains": true, "mode": "force-https" },
    { "name": "kleppe.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "konijntjes.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "kraft.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "kredietpaspoort.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "kurtmclester.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "labs.directory", "include_subdomains": true, "mode": "force-https" },
    { "name": "lambda-complex.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "leppis-it.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "liceserv.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "limpido.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "linuxbierwanderung.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "lmintlcx.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "locomore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "logfile.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "lusis.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "lusis.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "macgeneral.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "machbach.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mailgarant.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "management-companie.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "masa.li", "include_subdomains": true, "mode": "force-https" },
    { "name": "mathiasgarbe.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "matspar.se", "include_subdomains": true, "mode": "force-https" },
    { "name": "mavensecurity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "maximeferon.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "mchristopher.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "media-courses.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "megasslstore.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "melitopol.co.ua", "include_subdomains": true, "mode": "force-https" },
    { "name": "meozcraft.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mfcatalin.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "michalborka.cz", "include_subdomains": true, "mode": "force-https" },
    { "name": "mijailovic.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "mijnkredietpaspoort.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "monitman.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "monitman.solutions", "include_subdomains": true, "mode": "force-https" },
    { "name": "mpintaamalabanna.it", "include_subdomains": true, "mode": "force-https" },
    { "name": "muabannhanh.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "mycieokien.info", "include_subdomains": true, "mode": "force-https" },
    { "name": "myhostname.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "myiocc.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "n2x.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "nanogeneinc.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "naval.tf", "include_subdomains": true, "mode": "force-https" },
    { "name": "neel.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "netlocal.ru", "include_subdomains": true, "mode": "force-https" },
    { "name": "nicoborghuis.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "nidux.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "niho.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "nodebrewery.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "nope.website", "include_subdomains": true, "mode": "force-https" },
    { "name": "nystart.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "olliespage.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "online-casino.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "onlinecensorship.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "onlinelegalmarketing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onlinelegalmedia.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "onlinewetten.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "onlyshopstation.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "open-mesh.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "openstreetmap.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "osm.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "ossbinaries.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "ourcloud.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "owncloud.help", "include_subdomains": true, "mode": "force-https" },
    { "name": "paku.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "palationtrade.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "papayapythons.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "paragonie.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "parkingplus.co.il", "include_subdomains": true, "mode": "force-https" },
    { "name": "partirkyoto.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "partyvan.moe", "include_subdomains": true, "mode": "force-https" },
    { "name": "peissen.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "peterdavehello.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "phunehehe.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "pic.gov", "include_subdomains": true, "mode": "force-https" },
    { "name": "pileofgarbage.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "pm13.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "pointiswunderland.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "pokemori.jp", "include_subdomains": true, "mode": "force-https" },
    { "name": "post4me.at", "include_subdomains": true, "mode": "force-https" },
    { "name": "practicallabs.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "prayerrequest.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "preisser-it.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "priva.si", "include_subdomains": true, "mode": "force-https" },
    { "name": "pro-bike.ro", "include_subdomains": true, "mode": "force-https" },
    { "name": "profundr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "proxybay.al", "include_subdomains": true, "mode": "force-https" },
    { "name": "purplemoon.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "qiliang.wang", "include_subdomains": true, "mode": "force-https" },
    { "name": "quotehex.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "redshield.co", "include_subdomains": true, "mode": "force-https" },
    { "name": "responsibledisclosure.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "rewrite3.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rinobroer.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "rootrelativity.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "rsi.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "safemovescheme.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "saharalondon.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "sandor.wtf", "include_subdomains": true, "mode": "force-https" },
    { "name": "sb-group.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "scanpay.dk", "include_subdomains": true, "mode": "force-https" },
    { "name": "scooshonline.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "sebastianboegl.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "seo-nerd.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "seo.consulting", "include_subdomains": true, "mode": "force-https" },
    { "name": "sequencing.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "serized.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "seyr.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "shaitan.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "shan.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "sheilasdrivingschool.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "silkebaekken.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "skoda-service-team-cup.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sobie.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "square-gaming.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "squawk.cc", "include_subdomains": true, "mode": "force-https" },
    { "name": "sqzryang.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "srrr.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "sslpoint.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "stalkerhispano.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "star-citizen.wiki", "include_subdomains": true, "mode": "force-https" },
    { "name": "staticisnoise.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "statuscode.ch", "include_subdomains": true, "mode": "force-https" },
    { "name": "storycollective.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "stricted.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "strugee.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "sumoscout.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "sweetstreats.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "sykepleien.no", "include_subdomains": true, "mode": "force-https" },
    { "name": "synchtu.be", "include_subdomains": true, "mode": "force-https" },
    { "name": "tacticalsquare.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tazj.in", "include_subdomains": true, "mode": "force-https" },
    { "name": "tdelmas.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "technosavvyport.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "telekollektiv.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "teleogistic.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "telescam.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "textualapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "theater.cf", "include_subdomains": true, "mode": "force-https" },
    { "name": "thebigwave.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "thegraciousgourmet.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thehistory.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "thestagchorleywood.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "thorbiswebsitedesign.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tlo.network", "include_subdomains": true, "mode": "force-https" },
    { "name": "torprojects.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "torrent.is", "include_subdomains": true, "mode": "force-https" },
    { "name": "totalchecklist.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "tpe-edu.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "trollme.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "trufflemonkey.co.uk", "include_subdomains": true, "mode": "force-https" },
    { "name": "ttz.im", "include_subdomains": true, "mode": "force-https" },
    { "name": "tvtubeflix.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "twopif.net", "include_subdomains": true, "mode": "force-https" },
    { "name": "tyche.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "uasmi.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unblocked-networks.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "uni-games.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "unila.edu.br", "include_subdomains": true, "mode": "force-https" },
    { "name": "unitel2000.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "unixadm.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "unoccupyabq.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "unterschicht.tv", "include_subdomains": true, "mode": "force-https" },
    { "name": "unwiredbrain.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "uvarov.pw", "include_subdomains": true, "mode": "force-https" },
    { "name": "valentin-sundermann.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "veriny.tf", "include_subdomains": true, "mode": "force-https" },
    { "name": "vincentcox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vissanum.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "vsund.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "walkeryoung.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "wallpapers.pub", "include_subdomains": true, "mode": "force-https" },
    { "name": "wangqiliang.cn", "include_subdomains": true, "mode": "force-https" },
    { "name": "wangqiliang.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wartorngalaxy.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wealthprojector.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wealthprojector.com.au", "include_subdomains": true, "mode": "force-https" },
    { "name": "weathermyway.rocks", "include_subdomains": true, "mode": "force-https" },
    { "name": "web4all.fr", "include_subdomains": true, "mode": "force-https" },
    { "name": "webscale.nl", "include_subdomains": true, "mode": "force-https" },
    { "name": "webtorrent.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "weeblr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wettbuero.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "wetten.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "wetttipps.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wetttipps.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "whatsupgold.com.tw", "include_subdomains": true, "mode": "force-https" },
    { "name": "whocalled.us", "include_subdomains": true, "mode": "force-https" },
    { "name": "willosagiede.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "wodka-division.de", "include_subdomains": true, "mode": "force-https" },
    { "name": "wohlgemuth.rocks", "include_subdomains": true, "mode": "force-https" },
    { "name": "wrwg.ca", "include_subdomains": true, "mode": "force-https" },
    { "name": "xatr0z.org", "include_subdomains": true, "mode": "force-https" },
    { "name": "xng.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "yawnbox.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "yetzt.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "yplanapp.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zacarias.com.ar", "include_subdomains": true, "mode": "force-https" },
    { "name": "ze3kr.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "zett4.me", "include_subdomains": true, "mode": "force-https" },
    { "name": "zirtue.io", "include_subdomains": true, "mode": "force-https" },
    { "name": "zoneminder.com", "include_subdomains": true, "mode": "force-https" },
    { "name": "thundr.eu", "include_subdomains": true, "mode": "force-https" },
    { "name": "cloudflare.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "www.cloudflare.com", "include_subdomains": false, "mode": "force-https" },
    { "name": "api.cloudflare.com", "include_subdomains": false, "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",
    "GVT3_COM",
    "GVT2_COM",
    "GOOGLE",
    "GGPHT_COM",
    "BLOGSPOT_COM",
    "DROPBOXSTATIC_COM",
    "DROPBOXUSERCONTENT_COM",
    "WITHYOUTUBE_COM",
    "WITHGOOGLE_COM",
    "G4W_CO",
    "BADSSL_COM",
    "YAHOO_COM"
  ]
}