diff --git a/netwerk/dns/effective_tld_names.dat b/netwerk/dns/effective_tld_names.dat index 70e198aa3..c81c7f96f 100644 --- a/netwerk/dns/effective_tld_names.dat +++ b/netwerk/dns/effective_tld_names.dat @@ -7090,7 +7090,7 @@ org.zw // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-02-25T18:19:40Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-03-15T18:10:34Z // This list is auto-generated, don't edit it manually. // aaa : 2015-02-26 American Automobile Association, Inc. aaa @@ -7212,7 +7212,7 @@ alsace // alstom : 2015-07-30 ALSTOM alstom -// amazon : 2019-12-19 Amazon EU S.à r.l. +// amazon : 2019-12-19 Amazon Registry Services, Inc. amazon // americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc. @@ -10173,9 +10173,6 @@ visa // vision : 2013-12-05 Binky Moon, LLC vision -// vistaprint : 2014-09-18 Vistaprint Limited -vistaprint - // viva : 2014-11-07 Saudi Telecom Company viva @@ -10353,7 +10350,7 @@ xin // xn--45q11c : 2013-11-21 Zodiac Gemini Ltd 八卦 -// xn--4gbrim : 2013-10-04 Suhub Electronic Establishment +// xn--4gbrim : 2013-10-04 Fans TLD Limited موقع // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center @@ -10413,7 +10410,7 @@ xin // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc. ストア -// xn--cckwcxetd : 2019-12-19 Amazon EU S.à r.l. +// xn--cckwcxetd : 2019-12-19 Amazon Registry Services, Inc. アマゾン // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD @@ -10485,7 +10482,7 @@ xin // xn--j1aef : 2015-01-15 VeriSign Sarl ком -// xn--jlq480n2rg : 2019-12-19 Amazon EU S.à r.l. +// xn--jlq480n2rg : 2019-12-19 Amazon Registry Services, Inc. 亚马逊 // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation @@ -12968,6 +12965,11 @@ inc.hk virtualuser.de virtual-user.de +// urown.net : https://urown.net +// Submitted by Hostmaster +urown.cloud +dnsupdate.info + // .US // Submitted by Ed Moore lib.de.us @@ -13084,7 +13086,6 @@ bss.design // Submitted by Emil Stahl basicserver.io virtualserver.io -site.builder.nu enterprisecloud.nu // ===END PRIVATE DOMAINS=== diff --git a/security/manager/ssl/StaticHPKPins.h b/security/manager/ssl/StaticHPKPins.h index 50bf60b35..76b38c445 100644 --- a/security/manager/ssl/StaticHPKPins.h +++ b/security/manager/ssl/StaticHPKPins.h @@ -151,14 +151,6 @@ static const char kGOOGLE_PIN_GeoTrustGlobal2Fingerprint[] = static const char kGOOGLE_PIN_GoDaddySecureFingerprint[] = "MrZLZnJ6IGPkBm87lYywqu5Xal7O/ZUzmbuIdHMdlYc="; -/* GOOGLE_PIN_GoogleG2 */ -static const char kGOOGLE_PIN_GoogleG2Fingerprint[] = - "7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y="; - -/* GOOGLE_PIN_GoogleG3 */ -static const char kGOOGLE_PIN_GoogleG3Fingerprint[] = - "f8NnEFZxQ4ExFOhSN7EiFWtiudZQVD2oY60uauV/n78="; - /* GOOGLE_PIN_RapidSSL */ static const char kGOOGLE_PIN_RapidSSLFingerprint[] = "lT09gPUeQfbYrlxRtpsHrjDblj9Rpz+u7ajfCrg4qDM="; @@ -203,6 +195,22 @@ static const char kGOOGLE_PIN_VeriSignClass3_G2Fingerprint[] = static const char kGOOGLE_PIN_VeriSignClass4_G3Fingerprint[] = "VnuCEf0g09KD7gzXzgZyy52ZvFtIeljJ1U7Gf3fUqPU="; +/* GTS Root R1 */ +static const char kGTS_Root_R1Fingerprint[] = + "hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc="; + +/* GTS Root R2 */ +static const char kGTS_Root_R2Fingerprint[] = + "Vfd95BwDeSQo+NUYxVEEIlvkOlWY2SalKK1lPhzOx78="; + +/* GTS Root R3 */ +static const char kGTS_Root_R3Fingerprint[] = + "QXnt2YHvdHR3tJYmQIr0Paosp6t/nggsEGD4QJZ3Q0g="; + +/* GTS Root R4 */ +static const char kGTS_Root_R4Fingerprint[] = + "mEflZT5enoR1FuXLgYYGqnVEoZvmf9c2bVBpiOjYQ0c="; + /* GeoTrust Global CA */ static const char kGeoTrust_Global_CAFingerprint[] = "h6801m+z8v3zbgkRHpq6L29Esgfzhj89C1SyUCOQmqU="; @@ -459,11 +467,13 @@ static const StaticFingerprints kPinset_test = { }; static const char* const kPinset_google_Data[] = { - kGOOGLE_PIN_GoogleG2Fingerprint, kGoogleBackup2048Fingerprint, + kGTS_Root_R3Fingerprint, + kGTS_Root_R2Fingerprint, kGOOGLE_PIN_GTSCA1O1Fingerprint, - kGOOGLE_PIN_GoogleG3Fingerprint, + kGTS_Root_R1Fingerprint, kGlobalSign_Root_CA___R2Fingerprint, + kGTS_Root_R4Fingerprint, }; static const StaticFingerprints kPinset_google = { sizeof(kPinset_google_Data) / sizeof(const char*), @@ -1139,4 +1149,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1591623283609000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1593092173810000); diff --git a/security/manager/ssl/nsSTSPreloadList.inc b/security/manager/ssl/nsSTSPreloadList.inc index bdc45407e..efb0cf8fe 100644 --- a/security/manager/ssl/nsSTSPreloadList.inc +++ b/security/manager/ssl/nsSTSPreloadList.inc @@ -10,7 +10,7 @@ /* imported from ESR68 by TenFourFox conversion script */ #include -const PRTime gPreloadListExpirationTime = INT64_C(1594042462747000); +const PRTime gPreloadListExpirationTime = INT64_C(1595511346734000); class nsSTSPreload { @@ -24,9 +24,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0-1.party", true }, { "0-24.com", true }, { "0-24.net", true }, - { "00004048.com", true }, { "000321365.com", true }, - { "0007552.com", true }, + { "0007552.com", false }, { "000a1.com", true }, { "000a2.com", true }, { "000a3.com", true }, @@ -44,15 +43,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "00130013.net", true }, { "00140014.net", true }, { "00150015.net", true }, - { "0015d88.com", true }, { "00160016.net", true }, { "00168365.com", true }, - { "0017552.com", true }, + { "0017552.com", false }, { "0017d88.com", true }, { "00180018.net", true }, { "0018d88.com", true }, { "00190019.net", true }, { "001yapan.com", true }, + { "002.ro", true }, { "0020d88.com", true }, { "00220022.net", true }, { "00228.am", true }, @@ -75,32 +74,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "002d88.com", true }, { "002k8.com", true }, { "00365t.com", true }, - { "0037552.com", true }, + { "0037552.com", false }, { "003971.com", true }, { "003d88.com", true }, { "00440044.net", true }, - { "0047552.com", true }, + { "0047552.com", false }, { "004d88.com", true }, { "00550055.net", true }, - { "0057552.com", true }, + { "0057552.com", false }, { "005d88.com", true }, - { "0064427.com", true }, { "00660066.net", true }, - { "0067552.com", true }, + { "0067552.com", false }, { "006d88.com", true }, { "00770077.net", true }, - { "0077552.com", true }, + { "0077552.com", false }, { "007d88.com", true }, { "007kf.com", true }, { "008207.com", true }, { "008251.com", true }, { "008253.com", true }, { "008271.com", true }, - { "0087552.com", true }, + { "0087552.com", false }, { "00880088.net", true }, { "008d88.com", true }, { "009597.com", true }, - { "0097552.com", true }, + { "0097552.com", false }, { "00990099.net", false }, { "009d88.com", true }, { "009zl.com", true }, @@ -117,14 +115,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "010ks.net", true }, { "01100010011001010111001101110100.com", true }, { "01110000011100110111001001100111.com", true }, - { "0117552.com", true }, + { "0117552.com", false }, { "011ks.com", true }, - { "01234048.com", true }, { "012345678365.com", true }, { "0123456789365.com", true }, - { "0127552.com", true }, + { "0127552.com", false }, { "01365t.com", true }, - { "0137552.com", true }, + { "0137552.com", false }, { "0138365.com", false }, { "0139365.com", false }, { "013zl.com", true }, @@ -226,9 +223,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "038663.com", true }, { "038899.com", true }, { "0391315.com", true }, - { "0393gg.com", true }, + { "0393gg.com", false }, { "0393hh.com", true }, - { "0393ii.com", true }, + { "0393ii.com", false }, { "0399z6.com", true }, { "039ks.com", true }, { "03d88.com", true }, @@ -244,7 +241,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "049552.com", false }, { "04d.co", true }, { "04d88.com", true }, - { "04d88.net", true }, { "04dco.tk", true }, { "04sun.com", true }, { "050.ca", true }, @@ -263,6 +259,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0511z6.com", true }, { "0512z6.com", true }, { "0513z6.com", true }, + { "0514.chat", true }, { "051552.com", false }, { "0515z6.com", true }, { "0516z6.com", true }, @@ -274,12 +271,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "052ks.com", true }, { "0531z6.com", true }, { "0532z6.com", true }, - { "0533z6.com", true }, { "0535z6.com", true }, { "05365t.com", true }, { "0536z6.com", true }, { "0537z6.com", true }, - { "0538z6.com", true }, { "0539z6.com", true }, { "053ks.com", true }, { "054552.com", false }, @@ -359,27 +354,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "067361.com", true }, { "06804.com", true }, { "0681a.com", true }, - { "0681b.com", true }, { "0681c.com", true }, - { "0681d.com", true }, - { "0681e.com", true }, - { "0681f.com", true }, - { "0681g.com", true }, { "0681h.com", true }, - { "0681i.com", true }, - { "0681j.com", true }, - { "0681l.com", true }, - { "0681m.com", true }, - { "0681o.com", true }, - { "0681p.com", true }, - { "0681q.com", true }, - { "0681s.com", true }, - { "0681t.com", true }, - { "0681u.com", true }, - { "0681w.com", true }, - { "0681x.com", true }, - { "0681y.com", true }, - { "0681z.com", true }, { "068552.com", false }, { "068663.com", true }, { "068697.com", true }, @@ -390,7 +366,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0691ks.com", true }, { "06am8.com", true }, { "06d88.com", true }, - { "06d88.net", true }, { "06lc.net", true }, { "070136.com", true }, { "070167.com", true }, @@ -491,20 +466,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "087580.com", true }, { "0875z6.com", true }, { "0876z6.com", true }, - { "0877z6.com", true }, - { "08817a.com", true }, - { "08817c.com", true }, - { "08817d.com", true }, - { "08817e.com", true }, - { "08817f.com", true }, - { "08817g.com", true }, - { "08817h.com", true }, - { "08817j.com", true }, - { "08817k.com", true }, - { "08817m.com", true }, - { "08817w.com", true }, - { "08817y.com", true }, - { "08817z.com", true }, { "08845.cc", true }, { "0888z6.com", true }, { "08918.net", true }, @@ -535,6 +496,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0c3.de", true }, { "0cdn.ga", true }, { "0cdn.net", true }, + { "0chan.club", true }, { "0chan.pl", true }, { "0chanru.net", true }, { "0cp8778.com", true }, @@ -546,6 +508,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0ii0.cf", true }, { "0ik.de", true }, { "0iz.net", true }, + { "0km.top", true }, { "0knowledge.de", false }, { "0kun.net", true }, { "0lc8.com", true }, @@ -570,6 +533,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0x15.ca", true }, { "0x17.de", true }, { "0x22.de", true }, + { "0x2a.ninja", true }, { "0x378.net", true }, { "0x41.us", true }, { "0x52.net", true }, @@ -628,6 +592,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "100onrainkajino.com", true }, { "100pounds.co.uk", true }, { "100pppp.com", true }, + { "100pudov.tk", true }, { "100qqqq.com", true }, { "100rrrr.com", true }, { "100tttt.com", true }, @@ -1092,6 +1057,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "11zzyy.com", true }, { "120323.com", true }, { "120percent-inc.com", true }, + { "1211bet.com", true }, { "1212873467.rsc.cdn77.org", true }, { "1212z6.com", true }, { "1218641649.rsc.cdn77.org", true }, @@ -1176,7 +1142,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1234365x.com", true }, { "1234365y.com", true }, { "1234365z.com", true }, - { "12344048.com", true }, { "12345.lv", true }, { "12345678365.com", true }, { "123456789365.com", true }, @@ -1208,17 +1173,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "124633.com", true }, { "1248.ink", true }, { "125m125.de", true }, + { "1266bet.com", true }, { "127661.com", true }, + { "1277bet.com", true }, { "127ks.com", true }, { "1288366.com", true }, { "1288fc.com", true }, + { "1299bet.com", true }, { "12ag8.com", true }, { "12ca.com", true }, { "12l.nl", true }, { "12thmanrising.com", true }, { "12train.com", true }, { "12vpn.net", true }, - { "13-th.com", true }, { "130.ua", true }, { "1300cleaninggroup.com.au", true }, { "130kb.com", true }, @@ -1272,7 +1239,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "136774.com", true }, { "136814.com", true }, { "136824.com", true }, - { "136book.com", false }, + { "136book.com", true }, { "136k66.ag", true }, { "136k66.com", true }, { "136ks.com", true }, @@ -1505,7 +1472,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1620350.com", true }, { "162223.com", true }, { "162229.com", true }, - { "162231.com", true }, { "162361.com", true }, { "162632.com", true }, { "162be.com", true }, @@ -1578,6 +1544,30 @@ static const nsSTSPreload kSTSPreloadList[] = { { "170kb.com", true }, { "170ks.com", true }, { "171083.com", true }, + { "171365a.com", true }, + { "171365b.com", true }, + { "171365c.com", true }, + { "171365d.com", true }, + { "171365e.com", true }, + { "171365f.com", true }, + { "171365g.com", true }, + { "171365h.com", true }, + { "171365i.com", true }, + { "171365j.com", true }, + { "171365k.com", true }, + { "171365m.com", true }, + { "171365n.com", true }, + { "171365p.com", true }, + { "171365q.com", true }, + { "171365r.com", true }, + { "171365s.com", true }, + { "171365t.com", true }, + { "171365u.com", true }, + { "171365v.com", true }, + { "171365w.com", true }, + { "171365x.com", true }, + { "171365y.com", true }, + { "171365z.com", true }, { "17187q.com", true }, { "171ks.com", true }, { "1720301.com", true }, @@ -1627,8 +1617,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1720348.com", true }, { "1720349.com", true }, { "1720350.com", true }, - { "173940.com", false }, - { "173jsh.com", true }, { "173ks.com", true }, { "174.net.nz", true }, { "174343.com", true }, @@ -1640,7 +1628,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "176ks.net", true }, { "177603.com", true }, { "177ks.net", true }, - { "178jsh.com", true }, { "178kb.com", true }, { "178ks.net", true }, { "17xile.com", true }, @@ -1770,11 +1757,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1939365.com", true }, { "1941-45.ru", true }, { "1972969867.rsc.cdn77.org", true }, - { "197jjj.com", true }, { "197k8.com", true }, { "1981365.com", true }, { "1981612088.rsc.cdn77.org", true }, - { "198jjj.com", true }, { "198ks.net", true }, { "198wei.com", true }, { "1994.io", true }, @@ -1836,12 +1821,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1ag88.com", true }, { "1android.de", true }, { "1baks.tk", true }, - { "1bet86.com", true }, { "1bitcoinprice.com", true }, { "1blazing.cf", true }, { "1c-power.ru", true }, { "1cedibet.com", true }, { "1chan.pl", true }, + { "1clic1.com", true }, { "1codex.online", true }, { "1cover.co.nz", true }, { "1cover.com.au", true }, @@ -1909,6 +1894,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1stclassbouncycastles.co.uk", true }, { "1stforfun.co.uk", true }, { "1stpeninsulabouncers.co.uk", true }, + { "1ststop.co.uk", true }, { "1ticks.com", true }, { "1u0m.com", true }, { "1v1.xyz", true }, @@ -1976,28 +1962,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2030404.com", true }, { "2030411.com", true }, { "2033a.com", true }, - { "2033c.com", true }, - { "2033d.com", true }, - { "2033e.com", true }, - { "2033f.com", true }, - { "2033g.com", true }, - { "2033h.com", true }, - { "2033i.com", true }, - { "2033j.com", true }, - { "2033l.com", true }, - { "2033m.com", true }, - { "2033n.com", true }, - { "2033o.com", true }, - { "2033p.com", true }, - { "2033q.com", true }, - { "2033r.com", true }, - { "2033s.com", true }, - { "2033t.com", true }, - { "2033u.com", true }, - { "2033v.com", true }, - { "2033w.com", true }, - { "2033x.com", true }, - { "2033y.com", true }, { "2033z.com", true }, { "204504byse.info", true }, { "2048-spiel.de", true }, @@ -2013,16 +1977,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "20denier.com", true }, { "210k8.com", true }, { "211hh.com", true }, + { "2122bet.com", true }, { "2132-app.com", true }, - { "2132-vip.com", true }, { "2132app.com", true }, { "2132hb.com", true }, { "2132hd.com", true }, { "2132kf.com", true }, - { "2132vip.com", true }, - { "2138-vip.com", true }, { "2138kf.com", true }, - { "2138vip.com", true }, { "213k8.com", true }, { "2155hg.com", true }, { "21566365.com", false }, @@ -2038,7 +1999,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "22168365.com", true }, { "222001.com", true }, { "222111.cc", true }, - { "222138vip.com", true }, { "2222365t.com", true }, { "2222k8.com", true }, { "2222k8.net", true }, @@ -2047,7 +2007,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "22256j.com", true }, { "2226321.com", true }, { "2227035.com", true }, - { "2227552.com", true }, + { "2227552.com", false }, { "222b58.com", true }, { "222k8.com", true }, { "222k8.net", true }, @@ -2057,7 +2017,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "224918.com", true }, { "225485.com", true }, { "2255motion.com", true }, - { "2264707.ru", true }, { "2277bet.com", true }, { "228668.com", true }, { "22884.org", true }, @@ -2190,8 +2149,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "230110.com", true }, { "230beats.com", true }, { "232192.com", true }, + { "2322bet.com", true }, { "233.be", true }, + { "233.land", true }, { "233.ro", true }, + { "233.services", true }, { "2333.press", true }, { "23333.link", true }, { "2333666.xyz", true }, @@ -2207,6 +2169,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "233hub.net", true }, { "233hub.org", true }, { "233hugo.com", true }, + { "233image.land", true }, { "233now.com", true }, { "233ss.net", true }, { "233try.com", true }, @@ -2224,9 +2187,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "234lc.com", true }, { "235551.com", true }, { "235u.net", true }, + { "2366bet.com", true }, { "23732.com", true }, + { "2377bet.com", true }, { "2378.com", true }, { "238212.com", true }, + { "2399bet.com", true }, { "23ks.app", true }, { "23lhb.com", true }, { "24-7.jp", true }, @@ -2241,7 +2207,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "247a.co.uk", true }, { "247healthshop.com", true }, { "247medplan.com", true }, - { "247naijabuzz.com", true }, { "247xchanger.com", true }, { "2484811.com", true }, { "24848168.com", true }, @@ -2303,9 +2268,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "24ip.de", true }, { "24ip.fr", true }, { "24kbet.com", true }, - { "24onlinereview.com", true }, { "24seven.pk", true }, { "24timeravis.dk", true }, + { "24webservice.nl", true }, { "24zpravy.cz", true }, { "2502.net", true }, { "250708.com", true }, @@ -2349,7 +2314,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "266k66.com", true }, { "266z6.com", true }, { "267221.com", true }, - { "267661.com", true }, { "269196.com", true }, { "26bbc.com", true }, { "26ce.com", true }, @@ -2387,14 +2351,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "27728522.com", true }, { "2777z6.com", true }, { "277z6.com", true }, - { "27878.com", true }, { "27is.com", true }, { "28-industries.com", true }, { "281116.com", true }, { "281180.de", true }, { "281ks.com", true }, { "282ks.com", true }, - { "2831365.com", true }, + { "2831365.com", false }, { "28365cn-365.com", true }, { "28428.com", true }, { "284365.com", true }, @@ -2535,10 +2498,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "308xpj.com", false }, { "309422.com", true }, { "30bet365.com", true }, + { "30for30podcasts.com", true }, { "30hzcollective.com", true }, { "310422.com", true }, { "311186.com", false }, { "311191.com", true }, + { "3133bet.com", true }, { "313422.com", true }, { "313xpj.com", false }, { "314022.com", true }, @@ -2605,8 +2570,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3178yy.com", true }, { "3178yyy.com", true }, { "3178zzz.com", true }, - { "317jsh.com", true }, - { "318jsh.com", true }, { "318wns.com", true }, { "319422.com", true }, { "319k3.com", true }, @@ -2614,10 +2577,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "31du.cn", true }, { "31klabs.com", true }, { "320281.net", true }, + { "321098.com", true }, { "321132.com", true }, { "321666365.com", true }, { "321live.nl", true }, { "3222z6.com", true }, + { "3233bet.com", true }, { "323kkk.com", true }, { "324022.com", true }, { "324122.com", true }, @@ -2635,22 +2600,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "32h.de", true }, { "33-km.ru", true }, { "3311.com.cn", true }, - { "33123000.com", true }, - { "33123111.com", true }, - { "33123222.com", true }, - { "33123333.com", true }, - { "33123444.com", true }, - { "33123555.com", true }, - { "33123666.com", true }, - { "33123777.com", true }, - { "33123888.com", true }, - { "33123999.com", true }, { "33138app.com", true }, - { "33138vip.com", true }, { "33168365.com", true }, { "3322z6.com", true }, { "33321365.com", true }, - { "3332444.com", true }, { "333321365.com", true }, { "3333365t.com", true }, { "333365t.com", true }, @@ -2721,11 +2674,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "342922.com", true }, { "342933.com", true }, { "343022.com", true }, + { "3433bet.com", true }, { "343622.com", true }, { "34365t.com", true }, { "343722.com", true }, { "343922.com", true }, { "34536565.com", true }, + { "3455bet.com", true }, { "345666365.com", true }, { "345678365.com", true }, { "3456789365.com", true }, @@ -2738,10 +2693,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "346422.com", true }, { "346522.com", true }, { "346533.com", true }, + { "3466bet.com", true }, { "346722.com", true }, { "346922.com", true }, { "3473-wiki.de", true }, { "347552.com", true }, + { "3477bet.com", true }, { "348233.com", true }, { "348433.com", true }, { "348533.com", true }, @@ -2886,18 +2843,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "360woodworking.com", true }, { "361116.com", true }, { "361171.com", true }, - { "361183.com", true }, - { "361365.cc", true }, + { "361365.cc", false }, { "3615jacky.fr", true }, { "362590.com", true }, { "363331.com", true }, { "364553.com", true }, { "365.asia", true }, { "365.systems", true }, - { "3650607.com", true }, + { "3650607.com", false }, { "36506088.com", true }, { "36506099.com", true }, - { "3651143.com", true }, { "3651145.com", true }, { "3651146.com", true }, { "3651147.com", true }, @@ -2906,7 +2861,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3651202.com", true }, { "3651203.com", true }, { "3651204.com", true }, - { "3651205.com", true }, { "365123456.com", true }, { "3651267.com", false }, { "3652367.com", false }, @@ -2932,7 +2886,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "36533t.com", true }, { "36533u.com", true }, { "36533v.com", true }, - { "365361.cc", true }, + { "365361.cc", false }, { "365365.com", true }, { "3653650000.com", true }, { "3653651111.com", true }, @@ -2970,7 +2924,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3657654321.com", true }, { "3658200.com", true }, { "36587654321.com", true }, - { "36594.com", true }, { "36594a.com", true }, { "36594b.com", true }, { "36594c.com", true }, @@ -2978,11 +2931,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3659868.com", true }, { "3659869.com", true }, { "3659980.com", true }, + { "365a1.com", true }, { "365b58.com", true }, { "365beautyworld.com", true }, { "365cn-288.com", true }, { "365d88.com", true }, - { "365daysreview.com", true }, { "365eib.com", true }, { "365eif.com", true }, { "365eil.com", true }, @@ -3021,7 +2974,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3666ks.com", true }, { "366k66.com", true }, { "366z6.com", true }, - { "367556.com", true }, { "369ak.com", true }, { "369az.com", true }, { "369be.com", true }, @@ -3114,7 +3066,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "37987g.com", true }, { "37zk.com", true }, { "37zw.com", true }, - { "3800611.com", true }, + { "3800611.com", false }, { "380111000.com", true }, { "380111333.com", true }, { "380111444.com", true }, @@ -3172,7 +3124,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "383aaa.com", true }, { "387763.com", true }, { "3880p.com", true }, - { "3886aa.com", true }, { "38888msc.com", true }, { "388da.com", true }, { "388z6.com", true }, @@ -3216,7 +3167,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3957y.com", true }, { "3957z.com", true }, { "396228.com", true }, + { "396301.com", true }, + { "396302.com", true }, + { "396303.com", true }, + { "396304.com", true }, + { "396305.com", true }, { "3963aa.com", true }, + { "3963bb.com", true }, + { "3963cc.com", true }, + { "3963dd.com", true }, + { "3963ee.com", true }, + { "3963ff.com", true }, { "396422.com", true }, { "3970.me", true }, { "39708888.com", true }, @@ -3286,20 +3247,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "398kb.com", true }, { "399ks.com", true }, { "399z6.com", true }, + { "39news.tk", true }, { "39sihu.com", false }, { "39w66.com", true }, { "39w66.net", true }, + { "3aa365.com", true }, { "3aexpert.com.ua", true }, { "3ags.de", true }, { "3amtoolbox.se", true }, { "3ank.in", false }, { "3b.pm", true }, + { "3bb365.com", true }, { "3bet86.com", true }, { "3bigking.com", true }, { "3blazing.cf", true }, { "3c-d.de", true }, { "3candy.com", true }, { "3cbalance.pl", true }, + { "3cc365.com", true }, { "3countiescastlehire.co.uk", true }, { "3cs.ch", true }, { "3d-animator.net", true }, @@ -3308,6 +3273,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3d1t0r4.com", false }, { "3danimation.tk", true }, { "3dcollective.es", true }, + { "3dd365.com", true }, { "3de5.nl", true }, { "3deeplearner.com", true }, { "3deni.com", true }, @@ -3317,18 +3283,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3dm.audio", true }, { "3dmedium.de", true }, { "3dmusiclab.nl", true }, + { "3dnovedades.com", true }, { "3do3dont.com", true }, { "3dprintinggear.net", true }, { "3dprintsondemand.eu", true }, { "3dreactions.com", true }, { "3dsupplies.be", true }, - { "3dtootmine.ee", true }, + { "3ee365.com", true }, { "3elife.vn", true }, + { "3ff365.com", true }, { "3gdh.vip", true }, + { "3gg365.com", true }, { "3haeuserprojekt.org", true }, { "3haueserprojekt.org", true }, + { "3hh365.com", true }, { "3hl0.net", true }, + { "3ii365.com", true }, { "3james.com", true }, + { "3jj365.com", true }, { "3k188.com", true }, { "3k288.com", true }, { "3k788.com", true }, @@ -3341,7 +3313,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3n5b.com", true }, { "3news.com", true }, { "3niu1.com", true }, + { "3niu11.com", true }, + { "3niu12.com", true }, + { "3niu13.com", true }, + { "3niu15.com", true }, + { "3niu16.com", true }, + { "3niu168.com", true }, + { "3niu17.com", true }, + { "3niu178.com", true }, + { "3niu18.com", true }, + { "3niu19.com", true }, + { "3niu2.com", true }, + { "3niu3.com", true }, + { "3niu4.com", true }, { "3niu6.com", true }, + { "3niu66.com", true }, + { "3niu7.com", true }, + { "3niu8.com", true }, + { "3niu88.com", true }, + { "3niu9.com", true }, { "3niusurl.com", true }, { "3niuurl.com", true }, { "3os.ooo", true }, @@ -3374,6 +3364,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3w-solutions.fr", true }, { "3xbit.com.br", true }, { "3xx.link", true }, + { "3zzbet.com", true }, { "4-1-where.com", true }, { "4-it.de", true }, { "4000milestare.com", true }, @@ -3439,19 +3430,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4050601.com", true }, { "4050607.com", true }, { "4050620.com", true }, - { "40666888.com", false }, { "406811.com", true }, { "406833.com", true }, { "408663.com", true }, { "4096b.com", true }, { "4096bit.de", false }, { "40acts.org.uk", true }, + { "40daysforlifepensacola.com", true }, { "40percentpapermache.com", true }, { "41-where.com", true }, { "41199.com", true }, { "411film.com", true }, { "411movie.com", true }, { "411quest.com", true }, + { "4144bet.com", true }, { "414553.com", true }, { "4151365.com", true }, { "416365.com", true }, @@ -3489,6 +3481,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "42t.ru", true }, { "432666365.com", true }, { "432web.net", true }, + { "4344bet.com", true }, { "4345.me", true }, { "4351365.com", true }, { "436773.com", true }, @@ -3509,7 +3502,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "443887.com", true }, { "444321365.com", true }, { "4447035.com", true }, - { "4447552.com", true }, + { "4447552.com", false }, { "444887.com", true }, { "444b58.com", true }, { "4455bet.vip", true }, @@ -3519,6 +3512,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "451.ooo", true }, { "451365.com", true }, { "45365t.com", true }, + { "4544bet.com", true }, { "4551365.com", true }, { "455327.com", true }, { "455328.com", true }, @@ -3811,6 +3805,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4flex.info", true }, { "4freepress.com", true }, { "4g-server.eu", false }, + { "4garage.com.br", true }, { "4gnews.pt", true }, { "4hmediaproductions.com", true }, { "4host.ch", true }, @@ -3819,6 +3814,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4kpi.eu", true }, { "4kprojektory.cz", true }, { "4loc.us", true }, + { "4lock.com.br", true }, { "4mama.ua", true }, { "4mm.org", true }, { "4monar.com", true }, @@ -3874,6 +3870,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "500tttt.com", true }, { "500uuuu.com", true }, { "500vvvv.com", true }, + { "500wordessay.gq", true }, { "500xxxx.com", true }, { "500yyyy.com", true }, { "500zzzz.com", true }, @@ -3917,7 +3914,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "5132app.com", true }, { "5132hb.com", true }, { "5132hd.com", true }, - { "5132vip.com", true }, { "513651.com", true }, { "51365a.com", true }, { "51365aa.com", true }, @@ -3935,12 +3931,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "514622.com", true }, { "514922.com", true }, { "515422.com", true }, + { "5155bet.com", true }, { "516422.com", true }, { "516btt.com", true }, { "516btt.net", true }, { "516ks.com", true }, - { "517jjj.com", true }, - { "517jsh.com", true }, { "517vpn.cn", true }, { "518.com.tw", true }, { "51877.net", true }, @@ -4032,29 +4027,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "52051.com", true }, { "52051a.com", true }, { "5205365.com", false }, + { "52062a.com", true }, { "52062b.com", true }, { "52062c.com", true }, - { "52062d.com", true }, { "52062e.com", true }, - { "52062g.com", true }, + { "52062f.com", true }, { "52062h.com", true }, { "52062i.com", true }, - { "52062j.com", true }, - { "52062m.com", true }, + { "52062l.com", true }, { "52062n.com", true }, + { "52062o.com", true }, { "52062p.com", true }, { "52062r.com", true }, + { "52062s.com", true }, { "52062u.com", true }, { "52062v.com", true }, { "52062w.com", true }, + { "52062x.com", true }, { "52062y.com", true }, - { "52062z.com", true }, { "5206365.com", false }, { "5209365.com", false }, { "520xpjxpj.com", false }, { "5214889.com", true }, { "5219.ml", true }, - { "521jsh.com", true }, { "5225sf.com", true }, { "524022.com", true }, { "524622.com", true }, @@ -4093,20 +4088,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "53ningen.com", true }, { "540922.com", true }, { "541022.com", true }, - { "5414app.com", true }, - { "5414hd.com", true }, - { "5414vip.com", true }, { "541622.com", true }, { "541651.com", true }, { "541722.com", true }, { "541922.com", true }, - { "5424app.com", true }, - { "5424hd.com", true }, - { "5424vip.com", true }, { "5438xs.com", true }, { "5454app.com", true }, - { "5454hd.com", true }, - { "5454pk.com", true }, + { "5455bet.com", true }, { "545755.com", true }, { "545922.com", true }, { "546802.com", true }, @@ -4127,7 +4115,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "5555k8.net", true }, { "5556321.com", true }, { "5557035.com", true }, - { "5557552.com", true }, + { "5557552.com", false }, { "555b58.com", true }, { "555btt.com", true }, { "555k8.com", true }, @@ -4151,6 +4139,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "55k66.vip", true }, { "55ks.app", true }, { "55lc8.com", true }, + { "5611bet.com", true }, + { "5622bet.com", true }, + { "5633bet.com", true }, { "56365t.com", true }, { "565kb.com", true }, { "5663.cc", true }, @@ -4184,7 +4175,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "5795887.com", true }, { "5796.org", true }, { "5797.org", true }, - { "57wilkie.net", true }, { "581kb.com", true }, { "583422.com", true }, { "585380.com", true }, @@ -4267,7 +4257,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "5981x.com", true }, { "5981y.com", false }, { "5981z.com", true }, - { "598380.com", true }, { "598598598.net", true }, { "59859h.vip", true }, { "59859j.vip", true }, @@ -4305,7 +4294,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "5lc8.net", true }, { "5long88.com", true }, { "5percentperweek.com", true }, - { "5sba.ru", true }, { "5stars.tv", true }, { "5thchichesterscouts.org.uk", true }, { "5y.fi", true }, @@ -4346,20 +4334,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "608vets.com", true }, { "609422.com", true }, { "60n13.com", true }, - { "611121.com", true }, - { "611125.com", true }, + { "611121.com", false }, + { "611125.com", false }, { "611135.com", true }, { "611165.com", true }, { "611195.com", true }, { "6132-app.com", true }, { "6132-hd.com", true }, - { "6132-vip.com", true }, { "6132app.com", true }, { "6132hb.com", true }, { "6132hd.com", true }, { "6132kf.com", true }, { "6132pk.com", true }, - { "6132vip.com", true }, { "614022.com", true }, { "614322.com", true }, { "614922.com", true }, @@ -4690,7 +4676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "65131y.com", true }, { "65131z.com", true }, { "651422.com", true }, - { "6520265.com", true }, + { "6520265.com", false }, { "652422.com", true }, { "652kb.com", true }, { "6541166.com", true }, @@ -4774,6 +4760,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "663365x.com", true }, { "663365y.com", true }, { "663365z.com", true }, + { "663651.com", true }, + { "663657.com", true }, { "6639s.com", true }, { "663z6.com", true }, { "664048.com", true }, @@ -4958,11 +4946,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6729zz.com", true }, { "672bbb.com", true }, { "673422.com", true }, - { "673569.com", true }, { "673660.com", true }, { "673990.com", true }, { "673bbb.com", true }, - { "675990.com", true }, { "676422.com", true }, { "677314.com", true }, { "677340.com", true }, @@ -4983,7 +4969,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "679422.com", true }, { "679660.com", true }, { "67y7.com", true }, - { "680226.com", true }, { "680422.com", true }, { "6810app.com", true }, { "681vv.com", true }, @@ -5084,7 +5069,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "698kb.com", true }, { "698ks.com", true }, { "6997896.com", true }, - { "699jsh.com", true }, { "699z6.com", true }, { "69agks.com", true }, { "69butterfly.com", true }, @@ -5109,13 +5093,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6lo.zgora.pl", true }, { "6t-montjoye.org", true }, { "6thmarch.com", true }, - { "6u55ooxpo38mnikkxqvbmwfwauiiv35bsmm-2yj.com", true }, { "6upagent.com", true }, { "6wbz.com", true }, { "6yue.org", true }, { "700.az", true }, { "7004233.com", true }, - { "7007337.com", true }, { "700aaaa.com", true }, { "700bbbb.com", true }, { "700cccc.com", true }, @@ -5149,10 +5131,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "704633.com", true }, { "705994.com", true }, { "707wns.com", true }, - { "70872.com", true }, + { "70872.com", false }, { "709129.com", true }, { "70d88.com", true }, - { "70d88.net", true }, { "70mpg.org", true }, { "7111365.com", true }, { "712433.com", true }, @@ -5169,8 +5150,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "715433.com", true }, { "716176.com", true }, { "716227.com", true }, - { "716331.com", true }, - { "718113.com", true }, + { "7177bet.com", true }, { "718227.com", true }, { "7183.org", false }, { "718337.com", true }, @@ -5208,9 +5188,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "73365365.com", true }, { "7337006.com", true }, { "7337007.com", true }, - { "7337app.com", true }, - { "7337dh.com", true }, - { "7337dz.com", true }, { "733z6.com", true }, { "735433.com", true }, { "736371.com", true }, @@ -5346,16 +5323,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "743833.com", true }, { "74d88.com", true }, { "74th.jp", true }, - { "7552001.com", true }, - { "7552002.com", true }, - { "7552005.com", true }, - { "7552006.com", true }, - { "7552008.com", true }, - { "7552009.com", true }, - { "7552010.com", true }, - { "7552011.com", true }, - { "7552012.com", true }, - { "7552013.com", true }, + { "7552001.com", false }, + { "7552002.com", false }, + { "7552005.com", false }, + { "7552006.com", false }, + { "7552008.com", false }, + { "7552009.com", false }, + { "7552010.com", false }, + { "7552011.com", false }, + { "7552012.com", false }, + { "7552013.com", false }, { "755204.com", false }, { "755243.com", true }, { "755245.com", false }, @@ -5436,6 +5413,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "78365ee.com", true }, { "783lab.com", true }, { "787637.com", true }, + { "7877bet.com", true }, { "7878365.com", true }, { "787k3.com", true }, { "787kb.com", true }, @@ -5459,7 +5437,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "793ww.com", true }, { "797715.com", true }, { "798sss.com", true }, - { "799jsh.com", true }, { "799ks.com", true }, { "799z6.com", true }, { "79ch.com", true }, @@ -5483,7 +5460,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "7lc8.com", true }, { "7milesglobal.com", true }, { "7minutemiles.com", true }, - { "7ntbyme.com", true }, { "7nw.eu", true }, { "7pets.net", true }, { "7plus.com.au", true }, @@ -5499,8 +5475,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8003pay.com", true }, { "8006d.com", true }, { "8006d88.com", true }, - { "8007337.com", true }, - { "80078.com", true }, { "8007d.com", true }, { "8007d88.com", true }, { "8008d88.com", true }, @@ -6083,6 +6057,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8688fc.com", true }, { "868wns.com", true }, { "868z6.com", true }, + { "8699bet.com", true }, { "869kb.com", true }, { "86btt.com", true }, { "86kb88.com", true }, @@ -6114,6 +6089,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "878365mm.com", true }, { "878365nn.com", true }, { "878989.com", true }, + { "8799bet.com", true }, { "87ag9.com", true }, { "87kb88.com", true }, { "88-line.com", true }, @@ -6307,7 +6283,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "889w889.com", true }, { "889w889.net", true }, { "88agks.com", true }, - { "88btt.com", true }, { "88btt.net", true }, { "88caca.com", true }, { "88d.com", true }, @@ -6375,13 +6350,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "89386l.com", true }, { "8938885.com", true }, { "8951889.net", true }, + { "8966bet.com", true }, { "897774.com", true }, + { "8977bet.com", true }, { "8989k3.com", true }, { "898ks.com", true }, { "898wns.com", true }, { "8992088.com", true }, { "8992088.net", true }, - { "899jsh.com", true }, { "899ks.com", true }, { "89btt.com", true }, { "89ca.com", true }, @@ -6418,11 +6394,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8y.network", true }, { "8yabo.com", true }, { "8yun.cf", true }, - { "8yun.ga", true }, + { "8yun.ga", false }, { "9-11commission.gov", true }, { "9005424.com", true }, - { "9007337.com", true }, - { "900823.com", true }, { "9009019.com", true }, { "900aaaa.com", true }, { "900bbbb.com", true }, @@ -6450,6 +6424,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9090819.com", true }, { "90920.cn", true }, { "90r.jp", true }, + { "90splease.com", true }, { "91-freedom.com", true }, { "9108.fun", true }, { "910kj.com", true }, @@ -6468,7 +6443,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "915ers.com", false }, { "915kb.com", true }, { "917.moe", true }, - { "917jjj.com", true }, { "918.com", true }, { "9180.fun", true }, { "9180nn.com", true }, @@ -6733,6 +6707,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "91d99.com", true }, { "91dh.cc", true }, { "91fldz.com", true }, + { "91idy.com", true }, { "91milk.net", true }, { "91tianmi.com", false }, { "91travel.info", true }, @@ -6811,27 +6786,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "939394.org", true }, { "9397.com", false }, { "9397dh.com", false }, - { "9397e.com", false }, { "9397hb.com", true }, { "9397hd.com", false }, { "9397l.com", false }, { "9397mm.com", false }, - { "9397pp.com", true }, - { "9397qq.com", true }, - { "9397r.com", true }, - { "9397rr.com", true }, - { "9397s.com", true }, - { "9397ss.com", true }, - { "9397t.com", true }, - { "9397tt.com", true }, - { "9397u.com", true }, - { "9397uu.com", true }, - { "9397v.com", true }, - { "9397vv.com", true }, - { "9397w.com", true }, - { "9397ww.com", true }, - { "9397x.com", true }, - { "9397xx.com", true }, { "939wns.com", true }, { "93ag8.com", true }, { "93cq.com", true }, @@ -6928,6 +6886,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9617818.com", true }, { "9617818.net", true }, { "962312.com", true }, + { "96658.com", true }, + { "96658.la", true }, { "9666ks.com", true }, { "96678.com", true }, { "96685.com", true }, @@ -6944,31 +6904,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "96kb88.com", true }, { "96z66.com", true }, { "9721.com", false }, - { "9721a.com", true }, - { "9721aa.com", true }, - { "9721b.com", true }, - { "9721bb.com", true }, - { "9721c.com", true }, - { "9721cc.com", true }, - { "9721d.com", true }, - { "9721dd.com", false }, { "9721dh.com", false }, - { "9721e.com", true }, - { "9721ee.com", false }, - { "9721f.com", true }, - { "9721ff.com", true }, - { "9721g.com", false }, - { "9721gg.com", true }, { "9721h.com", true }, { "9721hd.com", false }, - { "9721hh.com", true }, - { "9721i.com", true }, { "9721j.com", true }, { "9721jj.com", true }, { "9721k.com", true }, - { "9721kk.com", true }, + { "9721kk.com", false }, { "9721l.com", true }, - { "9721ll.com", true }, { "9721m.com", true }, { "9721mm.com", false }, { "9721n.com", true }, @@ -7065,12 +7008,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "985ccc.com", true }, { "985kb.com", true }, { "986ccc.com", true }, + { "9877bet.com", true }, + { "988316.com", true }, { "988am8.com", true }, { "988am8.net", true }, { "988wh.com", true }, - { "989ccc.com", true }, { "98agks.com", true }, { "98d88.com", true }, + { "98e.site", true }, { "98kb88.com", true }, { "98ks.app", true }, { "98laba.com", false }, @@ -7079,7 +7024,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9906753.net", true }, { "99123j.com", true }, { "9918883.com", true }, - { "992z6.com", true }, { "99321365.com", true }, { "9933445.com", true }, { "99365t.com", true }, @@ -7095,7 +7039,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9968161.com", true }, { "9968202.com", true }, { "9968232.com", true }, - { "9968235.com", true }, + { "9968235.com", false }, { "9968285.com", true }, { "9968303.com", true }, { "9968321.com", true }, @@ -7110,7 +7054,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9968678.com", true }, { "9968787.com", true }, { "9968808.com", true }, - { "9968909.com", false }, + { "9968909.com", true }, { "9968989.com", true }, { "9968aaa.com", true }, { "9968good.com", true }, @@ -7149,6 +7093,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "999salon.com", true }, { "999zlong.com", true }, { "99agks.com", true }, + { "99billionaire.com", true }, { "99buffets.com", true }, { "99d88.com", true }, { "99kb88.com", true }, @@ -7392,7 +7337,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a2c-co.net", true }, { "a2ch.ru", true }, { "a2nutrition.com.au", true }, - { "a2os.xyz", true }, { "a30.tokyo", false }, { "a30365.com", true }, { "a36533.com", true }, @@ -7406,13 +7350,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a3mobile.com", true }, { "a3sys-elodie.fr", true }, { "a4sound.com", true }, - { "a50111.com", true }, - { "a50222.com", true }, - { "a50333.com", true }, - { "a50444.com", true }, - { "a50555.com", true }, - { "a50666.com", true }, - { "a50999.com", true }, { "a5197.co", true }, { "a632079.me", true }, { "a66.la", true }, @@ -7438,22 +7375,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a6729.co", true }, { "a6729.com", true }, { "a6957.co", true }, - { "a70222.com", true }, - { "a70333.com", true }, { "a7035.com", true }, - { "a70444.com", true }, - { "a70555.com", true }, - { "a70666.com", true }, - { "a70777.com", true }, - { "a70888.com", true }, - { "a70999.com", true }, { "a77018.com", true }, { "a7m2.me", true }, { "a81365.com", true }, { "a82365.com", true }, { "a88fc.com", true }, { "a899365.com", true }, - { "a8q.org", true }, { "a9297.co", true }, { "a9728.co", true }, { "aa-tour.ru", true }, @@ -7471,13 +7399,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aaa-racing.com", true }, { "aaa-racing.net", true }, { "aaa-racing.uk", true }, - { "aaainfosystems.com", true }, { "aaapl.com", true }, { "aaapo.com.br", true }, + { "aabanet.com.br", true }, { "aaben-bank.dk", true }, { "aabenbank.dk", true }, { "aabenjaminjewelry.com", true }, { "aacs-design.com", true }, + { "aadv.com.br", true }, { "aaex.uk", true }, { "aagetransport.no", true }, { "aalalbayt.com", true }, @@ -7533,6 +7462,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abacustech.co.jp", true }, { "abaev.uk", true }, { "abandonedmines.gov", true }, + { "abanilla.tk", true }, { "abasalehngo.com", true }, { "abashevo.ml", true }, { "abasky.net", true }, @@ -7610,6 +7540,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abilityone.gov", true }, { "abilma.com", true }, { "abilymp06.net", true }, + { "abilympics.org.au", true }, { "abimelec.com", true }, { "abinferis.com", true }, { "abinyah.com", true }, @@ -7638,6 +7569,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abogadoperu.com", true }, { "abogadoscav.com", true }, { "abogadosescobarysanchez.es", true }, + { "abogadosjaca.es", true }, { "abolicionistas.com", true }, { "abolition.net", true }, { "abolitionism.ca", true }, @@ -7668,13 +7600,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "about-bangladesh.tk", true }, { "about-ti.me", true }, { "aboutasia-trade.nl", true }, - { "aboutasia.nl", true }, { "aboutassistedliving.org", false }, { "abouthrm.nl", true }, { "aboutict.nl", true }, { "aboutlegal.nl", true }, { "aboutmedia.nl", true }, { "aboutmyproperty.ca", true }, + { "aboutpakistan.com", true }, { "aboutpublishers.nl", true }, { "aboutshakil.tk", true }, { "aboutspice.com", true }, @@ -7729,6 +7661,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abusive-host.tk", true }, { "abvent.net", true }, { "abvlbasketviganello.ch", false }, + { "abwatches.net", true }, { "abyssproject.net", true }, { "ac-admin.pl", true }, { "ac-cosmetics.nl", true }, @@ -7749,6 +7682,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "academus.io", true }, { "academy-awards.ml", true }, { "academytv.com.au", true }, + { "acampar.com.br", true }, { "acandroid.top", true }, { "acaonegocios.com.br", true }, { "acapadena.co", true }, @@ -7802,6 +7736,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "accpl.co", true }, { "accpodcast.com", true }, { "accreditamento.net", true }, + { "accretivetechno.com", true }, { "accrosoft.com", true }, { "accs.org.au", true }, { "accudraftpaintbooths.com", true }, @@ -7826,6 +7761,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acemobileforce.com", true }, { "acemypaper.com", true }, { "acen.eu", true }, + { "acendealuz.com.br", true }, { "acerentalandsales.com", true }, { "acerislaw.com", true }, { "aceshop702.com", true }, @@ -7845,6 +7781,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acheter-ethylotest.fr", true }, { "achieveinternet.com", true }, { "achiksongs.tk", true }, + { "achinsk.tk", true }, { "achmadfamily.com", true }, { "achmazstore.ir", true }, { "achromatisch.de", true }, @@ -7860,7 +7797,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aciksite.com", true }, { "acinq.co", true }, { "ackermann.ch", true }, - { "ackis.duckdns.org", true }, { "acl.gov", true }, { "aclandia.fr", true }, { "aclu.org", false }, @@ -7887,14 +7823,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acpinformatique.fr", true }, { "acprail.com.vn", true }, { "acquaparrucchieri.it", true }, - { "acquire.media", true }, { "acquisition.gov", true }, - { "acquistareviagragenericoitalia.net", false }, { "acrepairgeorgetown.com", true }, { "acrepairhutto.com", true }, { "acrepairroundrocktx.com", true }, - { "acrevalue.com", true }, { "acriticismlab.org", true }, + { "acrobatic.tk", true }, { "acronis.com", true }, { "acronis.org", true }, { "acronym24.com", true }, @@ -7943,7 +7877,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "activespacetech.com", true }, { "activiteithardenberg.nl", true }, { "activitesaintnicaise.org", true }, - { "activityeventhire.co.uk", true }, { "activityhub.cloud", true }, { "activityhub.xyz", true }, { "actom.cc", true }, @@ -8027,6 +7960,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adamricheimer.com", true }, { "adams.dk", true }, { "adamsasphaltpaving.com", true }, + { "adamscampcolorado.org", true }, { "adamstas.com", true }, { "adamwallington.co.uk", true }, { "adamyuan.xyz", true }, @@ -8041,6 +7975,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adaptivemechanics.edu.au", true }, { "adarixconsultores.com", true }, { "adarshcloud.in", true }, + { "adarshthapa.in", true }, { "adasbench.com", true }, { "adata.kz", true }, { "adativos.com.br", true }, @@ -8058,6 +7993,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "addeekt.com", true }, { "adderall.space", true }, { "addictedtolength.co.uk", true }, + { "addictedtotravel.pl", true }, { "addictic.fr", true }, { "addictionresource.com", true }, { "addictively.com", true }, @@ -8070,11 +8006,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "addon.watch", true }, { "addones.net", true }, { "addones.org", true }, + { "addr.space", true }, { "addstar.jp", false }, { "addtoany.com", true }, { "adduono.com", true }, { "addvalue-renovations.co.uk", true }, { "addydari.us", true }, + { "addyourlink.tk", true }, { "adec-emsa.ae", true }, { "adeccoquickmatch.fr", true }, { "adelaidecc.com.au", false }, @@ -8103,8 +8041,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adidas-2020-spring.com", true }, { "adidasrunningpartners.com", true }, { "adiehard.party", false }, + { "adimaja.com", true }, { "adimplere.com.br", true }, - { "adinariversloveschool.com", true }, { "adingenierie.fr", true }, { "adinternational.com.au", true }, { "adiprospero.it", true }, @@ -8147,6 +8085,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adoll.ml", true }, { "adollarseo.com", true }, { "adomani-italia.com", true }, + { "adomicilio.com.gt", true }, { "adonai.eti.br", true }, { "adonis.hosting", true }, { "adonis.media", true }, @@ -8161,11 +8100,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adorade.ro", true }, { "adorai.tk", true }, { "adorecricket.com", true }, + { "adorewe.com", true }, { "adorno-gymnasium.de", true }, { "adotta.me", true }, { "adoucisseur.shop", true }, { "adpkdsim.org", true }, - { "adpot.xyz", true }, { "adquisitio.co.uk", true }, { "adquisitio.es", true }, { "adquisitio.fr", true }, @@ -8179,6 +8118,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adrenalin.od.ua", true }, { "adrenalin.travel", true }, { "adrenaline-gaming.ru", true }, + { "adrian-riemer.tk", true }, { "adrian.web.id", true }, { "adrianajewelry.my", true }, { "adrianbechtold.de", true }, @@ -8195,8 +8135,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adrienjacquierbret.com", true }, { "adrienkohlbecker.com", true }, { "adriennesmiles.com", true }, + { "adrinet.tk", true }, { "adrup.com", true }, - { "adsamcik.com", true }, { "adsbouncycastles.co.uk", true }, { "adsbtc.org", true }, { "adsense-arbitrage.com", true }, @@ -8232,6 +8172,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advancedprotectionkey.com", true }, { "advancedprotectionsecuritykey.com", true }, { "advancedseotool.it", true }, + { "advancedsepticandpumping.com", true }, { "advancedsurgicalconsultantsllc.com", true }, { "advancedurologyswla.com", true }, { "advancedwriters.com", true }, @@ -8239,13 +8180,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advancis.net", true }, { "advantagehomeexteriors.com", true }, { "advantagemechanicalinc.com", true }, + { "advantageroofer.com", true }, { "advantis.tk", true }, { "advara.com", true }, + { "advasa.jp", true }, { "advatech-solutions.com", true }, { "advenacs.com", true }, { "advenacs.com.au", true }, { "advenapay.com", true }, { "advenirewealth.com", true }, + { "advens.com", true }, { "advens.fr", true }, { "adventaholdings.com", true }, { "adventistdeploy.org", true }, @@ -8283,6 +8227,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advst.uk", true }, { "advtran.com", true }, { "adware.pl", false }, + { "adwokatkosterka.pl", true }, { "adwokatzdunek.pl", true }, { "adws.io", true }, { "adxperience.com", true }, @@ -8357,7 +8302,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aeroalbrook.com", true }, { "aerobasegroup.com", true }, { "aerobotz.com", true }, - { "aeronautix.com", true }, { "aeronote.net", true }, { "aeropole.de", true }, { "aeropole.eu", true }, @@ -8366,7 +8310,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aerospace-schools.com", true }, { "aerotechcoatings.com", true }, { "aertel.ie", true }, - { "aes-freundeskreis.de", true }, + { "aessencia.com.br", true }, { "aestheticsplus.xyz", true }, { "aesthetikpiercing.de", true }, { "aesthetx.com", true }, @@ -8386,8 +8330,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "afadvantage.gov", true }, { "afashion.com.au", true }, { "afavre.io", true }, - { "afbeelding.im", true }, { "afbeeldinguploaden.nl", true }, + { "afbrtn.com", true }, { "afbrunswick.com", true }, { "afbtoto.com", true }, { "afc-capital.mx", true }, @@ -8400,6 +8344,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "affarsnatverk.nu", true }, { "affcoupon.com", true }, { "affektblog.de", true }, + { "affiliatemarketingplan4beginners.com", true }, { "affiliates.trade", true }, { "affiliatetest.azurewebsites.net", true }, { "affilie.de", true }, @@ -8410,7 +8355,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "affittacamere.roma.it", true }, { "affittialmare.it", true }, { "affittisalento.it", true }, - { "affordableazdivorce.com", false }, + { "affordableazdivorce.com", true }, { "affordableblindsexpress.com", true }, { "affordableenvironmental.net", true }, { "affordablehealthquotesforyou.com", true }, @@ -8422,7 +8367,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "affping.com", true }, { "affsquare.com", true }, { "affvps.net", true }, - { "afgaim.com", true }, + { "afganistan.cf", true }, { "afghan.dating", true }, { "afgn.com.ua", true }, { "afi-business-consulting.com", true }, @@ -8455,7 +8400,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "afrodigital.uk", true }, { "afscheidsportret.nl", true }, { "afslankspecialist.nl", true }, - { "after.digital", true }, + { "after40.co", true }, { "afterdwi.info", true }, { "afterhate.fr", true }, { "afterpay.com", true }, @@ -8499,6 +8444,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag1604.com", true }, { "ag1607.com", true }, { "ag166.com", true }, + { "ag173168.com", true }, { "ag18ks.com", true }, { "ag2.app", true }, { "ag2017.cc", true }, @@ -8583,15 +8529,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag66567.com", true }, { "ag666.vip", true }, { "ag66668.com", true }, - { "ag6675.com", true }, - { "ag6676.com", true }, { "ag6819.com", true }, { "ag6825.com", true }, { "ag686.com", true }, { "ag68ks.com", true }, { "ag69000.com", true }, { "ag698.com", true }, - { "ag6995.com", true }, { "ag7.app", true }, { "ag7.la", true }, { "ag700.com", true }, @@ -8785,6 +8728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agefriendlyri.org", true }, { "agelesscitizen.com", true }, { "agelesscitizens.com", true }, + { "agellonia.com", true }, { "agemfis.com", true }, { "agence-wazacom.fr", true }, { "agences-cegee.fr", true }, @@ -8840,6 +8784,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aging.gov", true }, { "agingstop.net", true }, { "aginion.net", true }, + { "agiosthomas.tk", true }, { "agiserv.fr", true }, { "agk.co.com", true }, { "agks0.com", true }, @@ -8950,7 +8895,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aglucky.com", true }, { "agm2525.com", true }, { "agm4545.com", true }, - { "agm8383.com", true }, { "agnesk.blog", true }, { "agonswim.com", true }, { "agonworks.com", true }, @@ -8997,7 +8941,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agroconsultoraplus.com", true }, { "agrodronechile.cl", true }, { "agrolab.dk", true }, - { "agroline.by", true }, { "agromotorsburzaco.com", true }, { "agroplas.cf", true }, { "agropotter.com.ua", true }, @@ -9037,14 +8980,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ahawkesrealtors.com", true }, { "ahcpr.gov", false }, { "ahd.com", false }, - { "ahegao.ca", true }, { "ahero4all.org", true }, { "ahfazahmed.net", true }, { "ahidta.gov", true }, { "ahj.no", true }, { "ahkubiak.ovh", false }, { "ahlaejaba.com", true }, - { "ahlstrom-filters.com", true }, { "ahlz.sk", true }, { "ahmad.works", true }, { "ahmedabadflowermall.com", true }, @@ -9066,6 +9007,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ai-media.tv", true }, { "ai-soft.co.jp", true }, { "ai.gov", true }, + { "ai.ls", true }, { "ai00.vip", true }, { "ai1989.com", true }, { "ai2-jp.com", true }, @@ -9126,7 +9068,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aimare-web.tk", true }, { "aimax.com", true }, { "aimd.tech", true }, - { "aimeeandalec.com", true }, { "aimgroup.co.tz", true }, { "aimi-salon.com", true }, { "aimotive.com", true }, @@ -9224,6 +9165,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "airconsalberton.co.za", true }, { "airconsfourways.co.za", true }, { "airconsmidrand.co.za", true }, + { "aircraftnoisemodel.org", true }, { "airductclean.com", false }, { "airductcleaninggrandprairie.com", true }, { "airductcleaningirving.com", true }, @@ -9240,6 +9182,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "airicy.com", true }, { "airikai.com", true }, { "airlibre-parachutisme.com", true }, + { "airlinefarescompare.com", true }, { "airlinesettlement.com", true }, { "airlinesreservation.org", true }, { "airmail.cc", false }, @@ -9267,7 +9210,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "airvpn.org", true }, { "airvuz.com", true }, { "airwaystorage.net", true }, - { "airweb.top", true }, { "airwolf.tk", true }, { "airwolfthemes.com", true }, { "airwrenchei.com", true }, @@ -9296,6 +9238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ajarope.com", true }, { "ajaxed.net", true }, { "ajaxtime.tk", true }, + { "ajbenet.com", true }, { "ajbouncycastles.co.uk", true }, { "ajces.com", true }, { "ajdiaz.me", true }, @@ -9309,6 +9252,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ajiaojr.net", true }, { "ajiboye.com", true }, { "ajl.io", true }, + { "ajman-realty.ga", true }, { "ajnah.net", true }, { "ajnasz.hu", true }, { "ajs5.com", true }, @@ -9354,7 +9298,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "akj.io", true }, { "akkade.be", true }, { "akkbouncycastles.co.uk", true }, - { "akmade.uk", false }, { "akmatrix.org", true }, { "akoch.net", true }, { "akostecki.de", true }, @@ -9372,7 +9315,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "akshay.in.eu.org", true }, { "akshi.in", true }, { "aktan.com.br", true }, - { "aktca.org", true }, { "aktin.cz", true }, { "aktin.sk", true }, { "aktion-vielfalt.ch", true }, @@ -9382,6 +9324,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aktivace.eu", true }, { "aktive-arbeitslose.at", true }, { "aktivierungscenter.de", true }, + { "aktuelleprospekte.at", true }, { "akuislam.com", true }, { "akukas.com", true }, { "akul.co.in", true }, @@ -9400,6 +9343,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alabamaag.gov", true }, { "alabamacoastalradiology.com", true }, { "alabamadebtrelief.org", true }, + { "alabn.com", true }, { "alaboard.com", true }, { "alabordage.fr", true }, { "alacriti.com", true }, @@ -9415,7 +9359,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alainwolf.net", true }, { "alair.cn", false }, { "alalivre.cf", true }, - { "alamancetv.com", true }, { "alamo-analytics.com", true }, { "alamowellnessalliance.com", true }, { "alan.moe", false }, @@ -9445,17 +9388,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alaundeil.xyz", true }, { "alaunus.com", true }, { "alb-flirt.de", true }, + { "albagamefishing.com", true }, { "albagora.nl", true }, { "albalat.cat", true }, { "albalat.info", true }, { "albalatedelarzobispo.tk", true }, { "albanesi.it", true }, + { "albaniaonline.tk", true }, { "albanycountydems.com", true }, - { "albareport.com", true }, { "albayan.ae", true }, { "albbounce.co.uk", true }, { "albergolafiorita.com", true }, - { "alberoraydolap.com", true }, { "albersdruck.de", true }, { "albert-yu.com", true }, { "albertathome.org", true }, @@ -9489,6 +9432,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alcouponest.com", true }, { "alcubillas.tk", true }, { "aldiabcs.com", true }, + { "aldien.com.br", true }, { "aldomedia.com", true }, { "aldorr.net", false }, { "aldous-huxley.com", true }, @@ -9513,6 +9457,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alertwire.com", true }, { "alesia-formation.fr", true }, { "alessandrobasi.it", true }, + { "alessandroonline.com.br", true }, { "alessandrotravel.com", true }, { "alessandroz.ddns.net", true }, { "aletm.it", true }, @@ -9522,6 +9467,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alex4386.us", true }, { "alex97000.de", true }, { "alexander-beck.eu", true }, + { "alexander-cameron.com", true }, { "alexanderb.info", true }, { "alexandercanton.com", true }, { "alexanderneng.de", true }, @@ -9571,6 +9517,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alexn.org", true }, { "alexpavel.com", true }, { "alexpnixon.com", true }, + { "alexpostnikov.by", true }, { "alexpotter.net", true }, { "alexs.de", true }, { "alexsandrasverden.cf", true }, @@ -9590,6 +9537,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alfacharlie.co", true }, { "alfadlmedical.com", true }, { "alfadlmedical.net", true }, + { "alfaei.com.br", true }, + { "alfaperfumes.com.br", true }, { "alfaproweb.fr", true }, { "alfastone.com.ua", true }, { "alfavit.cf", true }, @@ -9614,6 +9563,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "algoritmususpechu.cz", true }, { "algustionesa.com", true }, { "alhost.ml", true }, + { "alhs-archives.com", true }, { "aliacraft.net", true }, { "aliancapelobrasil.rio.br", true }, { "aliantsoft.pl", true }, @@ -9648,6 +9598,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alinasmusicstudio.com", true }, { "alinbu.net", true }, { "alineasatu.com", true }, + { "alinecordeiro.com.br", true }, { "alineonline.tk", true }, { "alinode.com", true }, { "aliorange.com", true }, @@ -9746,6 +9697,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allhard.org", true }, { "allhomemueble.com", true }, { "allhsa.com", true }, + { "alliaancebiotech.com", true }, { "alliance-clan.tk", true }, { "alliance-psychiatry.com", true }, { "allianceexpressmail.com", true }, @@ -9769,7 +9721,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allnoticebd.com", true }, { "allnovosibirsk.tk", true }, { "allns.fr", true }, - { "allo-credit.ch", false }, + { "allo-credit.ch", true }, { "allo-luxembourg.tk", true }, { "allofthestops.com", true }, { "allontanamentovolatili.it", true }, @@ -9842,6 +9794,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "almut-zielonka.de", true }, { "alnitech.com", false }, { "alocato.com", true }, + { "alodocuratelemensagem.com.br", true }, { "aloesoluciones.com.ar", true }, { "alohapartyevents.co.uk", true }, { "alonas.ml", true }, @@ -9861,6 +9814,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alpha-ag.ru", true }, { "alpha-assistant.com", true }, { "alpha-bet.com.ua", true }, + { "alpha-centauri.tk", true }, { "alpha-force.net", false }, { "alpha-premium.com", true }, { "alpha-shop.gr", true }, @@ -9871,17 +9825,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alphabetsigns.com", true }, { "alphabouncycastles.co.uk", true }, { "alphachat.net", true }, - { "alphaconsult.sk", true }, + { "alphaconsult.sk", false }, { "alphadefense.co.za", true }, { "alphadote.com", true }, { "alphaetomega3d.fr", true }, - { "alphafiduciaryservices.ch", false }, { "alphahunks.com", true }, { "alphainflatablehire.com", true }, { "alphaman.ooo", true }, { "alphamedphysicians.com", true }, { "alphanodes.com", true }, { "alphapengu.in", true }, + { "alphaperfumes.com.br", true }, { "alphapoker.ru", true }, { "alpharail.se", true }, { "alpharoofga.com", true }, @@ -9897,7 +9851,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alphipneux.fr", true }, { "alpine-holiday.de", true }, { "alpinechaletrental.com", true }, + { "alpinedentalhealth.com", true }, { "alpinehighlandrealty.com", true }, + { "alpineplanet.com", true }, { "alpineplumbingandrooter.com", true }, { "alpinepubliclibrary.org", true }, { "alpinestarmassage.com", true }, @@ -9927,15 +9883,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alteiria.fr", true }, { "alter-news.fr", true }, { "alteralife.eu", true }, - { "alteraro.com", true }, { "alteraro.org", true }, { "altered.network", true }, { "altered.si", true }, { "alteria.xyz", true }, + { "alternador.com.br", true }, { "alternative.bike", true }, { "alternative.hosting", true }, { "alternativebit.fr", true }, { "alternativedev.ca", true }, + { "alternativehosting.ca", true }, { "alternativehosting.com", true }, { "alternativeinternet.ca", true }, { "alternativet.party", true }, @@ -9960,6 +9917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "altopartners.com", true }, { "altopia.com", true }, { "altorise.com", true }, + { "altos.tk", true }, { "altospam.com", true }, { "altphotos.com", true }, { "altporn.xyz", true }, @@ -10007,15 +9965,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "am-globalgroup.com", true }, { "am-liaotian.com", true }, { "am156.com", true }, - { "am2288m.com", true }, { "am22i6xaf1m2a5m9k.xyz", true }, + { "am2digital.com", true }, { "am3.se", true }, { "am5.pl", true }, { "am5039.com", true }, { "am5188.com", true }, { "am5199.com", true }, { "am6118.com", true }, - { "am615.am", true }, { "am8.ag", true }, { "am8.com", true }, { "am8009.com", true }, @@ -10091,6 +10048,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amberglowleisure.co.uk", true }, { "amberlightleisure.com", true }, { "amberoad.tk", true }, + { "ambersoftware.co.uk", true }, { "amberwiz.com", true }, { "ambholding-usedcars.be", false }, { "ambicorprealestate.com", true }, @@ -10155,6 +10113,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ames.gq", true }, { "amesgen.de", true }, { "amesvacuumrepair.com", true }, + { "amethystbodyart.com", true }, { "amethystcards.co.uk", true }, { "amethystdevelopment.co.uk", true }, { "amethystwebsitedesign.com", true }, @@ -10174,6 +10133,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amica.it", true }, { "amicalecanyon.ch", false }, { "amiciperlatesta.it", true }, + { "amielle.com", true }, { "amifoundation.net", true }, { "amigosencanada.com", true }, { "amigucrochet.com", true }, @@ -10186,7 +10146,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aminullrouted.com", true }, { "amion.com.ua", true }, { "amionvpn.com", true }, - { "amir-heinisch.de", true }, { "amirasyraf.com", true }, { "amirautos.com", false }, { "amirmahdy.com", true }, @@ -10198,7 +10157,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amj74-informatique.fr", true }, { "amjinc.ca", true }, { "amleather.pl", true }, - { "amm6610.com", true }, { "amm6e.com", true }, { "ammanagingdirectors.com", true }, { "amministratore.biz", true }, @@ -10206,7 +10164,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amministratorecondominio.roma.it", true }, { "ammobrand.com", true }, { "amnesty-bf.org", true }, - { "amnesty-in-bewegung.de", true }, { "amnesty.org.au", true }, { "amnesy.fr", true }, { "amobileway.co.uk", true }, @@ -10240,7 +10197,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amrcla.com", true }, { "amrff.com", false }, { "amruta.org", true }, - { "ams-web-qa.azurewebsites.net", true }, { "ams.co.rs", true }, { "amsel305nc.ddnss.de", true }, { "amsfoodhk.com", true }, @@ -10279,7 +10235,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anaiscoachpersonal.es", true }, { "anaisfae.art", true }, { "anakin.ca", true }, - { "analangelsteen.com", true }, { "analgesia.net", true }, { "analisi-logica.it", true }, { "analisilaica.it", true }, @@ -10340,8 +10295,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "andersonpowerservices.com", true }, { "andersonshatch.com", true }, { "andesnevadotours.com", true }, - { "andicui.net", true }, - { "andicui.xyz", true }, { "andiplusben.com", true }, { "andisadhdspot.com", true }, { "andiscyber.space", true }, @@ -10396,9 +10349,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "andrewimeson.com", true }, { "andrewin.ru", true }, { "andrewisidoro.co.uk", true }, - { "andrewjphotography.com", true }, { "andrewlarson.org", true }, { "andrewletson.com", true }, + { "andrewmcfarlane.tk", true }, { "andrewmichaelsmith.com", true }, { "andrewmichaud.com", true }, { "andrewmichaud.me", true }, @@ -10527,7 +10480,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "animalz.tk", true }, { "animamega.tk", true }, { "animan.ca", true }, + { "animate.de", true }, { "anime-culture.com", true }, + { "anime-drift.tk", true }, { "anime-rg.com", true }, { "anime-tip.com", true }, { "anime.my", false }, @@ -10548,10 +10503,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "animem.es", true }, { "animemotivation.com", true }, { "animeone.me", true }, + { "animepahe.com", true }, { "animes-portal.info", true }, { "animesharp.com", true }, { "animetriad.com", true }, { "animojis.es", true }, + { "animorphsfanforum.com", true }, { "anipassion.com", false }, { "anirvalle.com", true }, { "anitaalbersen.nl", true }, @@ -10576,6 +10533,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ankitpati.in", true }, { "ankiuser.net", true }, { "ankiweb.net", true }, + { "ankureurope.co.uk", true }, { "ankya9.com", true }, { "anleitung-deutsch-lernen.de", true }, { "anleitung-zum-flechten.de", true }, @@ -10620,6 +10578,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "annunciationbvmchurch.org", true }, { "annynantasiri.com", true }, { "anodas.lt", true }, + { "anohana.org", true }, { "anojan.com", true }, { "anon-next.de", true }, { "anonaddy.com", true }, @@ -10633,7 +10592,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anonrea.ch", true }, { "anons.fr", false }, { "anonser.tk", true }, - { "anonukradio.org", true }, { "anonym-surfen.de", true }, { "anonym-surfen.online", true }, { "anonyme-spieler.at", true }, @@ -10647,6 +10605,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "another.ch", true }, { "anotherfatgeek.net", true }, { "anothermilan.net", true }, + { "anothermusic.tk", true }, { "anothervps.com", true }, { "anouncer.ga", true }, { "anowicki.pl", true }, @@ -10718,6 +10677,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antifilter.network", true }, { "antihistory.cf", true }, { "antihype.space", true }, + { "antijob.tk", true }, { "antik-trodelmarkt.de", true }, { "antikvarius.ro", true }, { "antilaserpriority.com", true }, @@ -10735,6 +10695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antistate.ch", true }, { "antivirusprotection.reviews", true }, { "antizon.net", true }, + { "antocom.com", true }, { "antocom.net", true }, { "antocom.ru", true }, { "antoga.eu", true }, @@ -10746,7 +10707,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antonimos.com.br", true }, { "antonin.one", true }, { "antonio-gartenbau.de", false }, - { "antoniogatti.ro", true }, { "antoniotirado.com", true }, { "antonjuulnaber.dk", true }, { "antonoff.tk", true }, @@ -10757,6 +10717,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antragsgruen.de", true }, { "antraxx.ee", true }, { "antroposboutique.it", true }, + { "antroposofica.com.br", true }, { "anttitenhunen.com", true }, { "antvklik.com", true }, { "antyblokada.pl", true }, @@ -10785,13 +10746,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anyprime.net", true }, { "anyquestions.govt.nz", true }, { "anystack.xyz", true }, - { "anythinggraphic.net", true }, + { "anytimesewerrepair.com", true }, { "anyways.at", true }, { "anzacparkeast.com", true }, { "anzeiger.ag", true }, { "anzheadachesociety.org", true }, { "ao-dev.com", true }, { "ao2.it", true }, + { "ao3fan.com", true }, + { "ao3fans.com", true }, + { "ao3unlock.xyz", true }, { "aoa.gov", true }, { "aoadatacommunity.us", true }, { "aoaprograms.net", true }, @@ -10950,14 +10914,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "app2138.com", true }, { "app2get.de", true }, { "app33138.com", true }, + { "app3w.nl", true }, { "app5132.com", true }, - { "app5414.com", true }, - { "app5424.com", true }, - { "app5454.com", true }, { "app6132.com", true }, { "app666365.com", true }, { "app6810.com", true }, - { "app7337.com", true }, { "app77018.com", true }, { "appagility.co.nz", true }, { "appapi.link", true }, @@ -10967,6 +10928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "appartementhaus-badria.de", true }, { "appartementmarsum.nl", true }, { "appassionata.ru", true }, + { "appbot.co", true }, { "appbydl.com", true }, { "appcuarium.com", true }, { "appdrinks.com", true }, @@ -10975,6 +10937,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "appelboomdefilm.nl", true }, { "appengine.google.com", true }, { "appers.co", true }, + { "appfarm.io", true }, { "appgeek.com.br", true }, { "appharbor.com", true }, { "appify.org", true }, @@ -11043,16 +11006,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aprendiendoforexhoy.com", true }, { "apretatuercas.es", true }, { "aprikaner.de", true }, + { "aprogend.com.br", true }, { "aproposcomputing.com", true }, { "aprovpn.com", true }, { "aprr.org", true }, { "aprsdroid.org", true }, { "aprz.de", true }, { "apsa.paris", true }, - { "apsscientific.com", true }, { "apstudynotes.org", true }, - { "apswater.com", true }, - { "apt-one.com", true }, { "aptekakolska.pl", true }, { "aptitude9.com", true }, { "aptitudetests.org", true }, @@ -11064,11 +11025,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apuyou.io", true }, { "apv-ollon.ch", true }, { "apviz.io", true }, - { "apwide.com", true }, { "apyha.com", true }, { "aqarategypt.com", true }, - { "aqdun.com", false }, + { "aqdun.com", true }, { "aqilacademy.com.au", true }, + { "aqlivia.com", true }, { "aqqrate.com", true }, { "aqsiq.net", true }, { "aqua-bucht.de", true }, @@ -11173,6 +11134,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "archival-services.gov.ge", true }, { "archive.gov.ge", true }, { "archivero.es", true }, + { "archives.gov", true }, { "archivesdelavieordinaire.ch", true }, { "archivium.biz", true }, { "archivosmercury.com", true }, @@ -11187,6 +11149,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arcismant.com.br", true }, { "arckr.com", true }, { "arclandholdings.com.au", true }, + { "arclookup.com", true }, { "arco.lu", true }, { "arcobalabs.ca", true }, { "arcogb.co", true }, @@ -11214,7 +11177,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "areafiftylan.nl", true }, { "areallyneatwebsite.com", true }, { "areatrend.com", true }, - { "areavipbrasil.com.br", true }, { "arefidgetspinnersgay.com", true }, { "areis.pt", true }, { "arekatieandchrisgettingmarried.com", true }, @@ -11232,7 +11194,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ares-trading.de", true }, { "aresanel.com", true }, { "arest.web.id", true }, - { "arethsu.se", true }, { "arex-corp.com", true }, { "arfad.ch", false }, { "argama-nature.com", true }, @@ -11325,13 +11286,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "armanozak.com", true }, { "armansfinejewellery.com", true }, { "armansfinejewellery.com.au", true }, + { "armarinhovirtual.com.br", true }, { "armazemdaminiatura.com.br", true }, { "armbrust.me", true }, { "armcar.ga", true }, { "armedpoet.com", true }, { "armenians.online", true }, { "armeniaweb.tk", true }, - { "armensc.com", true }, { "armeo.top", true }, { "armil.it", true }, { "armin-cme.de", true }, @@ -11346,6 +11307,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "armyprodej.cz", true }, { "arn0.cc", true }, { "arnakdanielian.com", true }, + { "arnaqueoufiable.com", true }, { "arnaudardans.com", true }, { "arnaudb.net", true }, { "arnaudfeld.de", true }, @@ -11412,6 +11374,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arrowheadflats.com", true }, { "arrowit.net", true }, { "arrowwebprojects.nl", true }, + { "arroyoins.com", true }, { "ars-online.pl", true }, { "arschkrebs.org", true }, { "arsicad.id", true }, @@ -11436,6 +11399,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artboja.com", true }, { "artc.at", true }, { "artcar24.ru", true }, + { "artcenter.tk", true }, { "artdeco-photo.com", false }, { "arte-soft.co", true }, { "artea.ga", true }, @@ -11445,9 +11409,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arteaga.tech", true }, { "arteaga.uk", true }, { "arteaga.xyz", true }, + { "artebel.com.br", true }, { "artecat.ch", true }, { "artedellavetrina.it", true }, { "artedona.com", true }, + { "artefakt.es", true }, + { "artefeita.com.br", true }, + { "artefeitaessencias.com.br", true }, { "arteinstudio.it", true }, { "artelt.com", true }, { "artemis.re", true }, @@ -11473,7 +11441,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arti-islam.tk", true }, { "articaexports.com", true }, { "articu.no", true }, - { "articulatedmedia.com", true }, { "artifact.spb.ru", true }, { "artifexnet.com", true }, { "artificethefilm.com", true }, @@ -11495,7 +11462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artisans-libres.com", false }, { "artisansoftaste.com", true }, { "artisavotins.com", true }, - { "artisense.de", true }, { "artistagenda.com", true }, { "artistcorporation.com", true }, { "artistedeparis.fr", true }, @@ -11581,7 +11547,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asakoh.co.jp", true }, { "asana.com", true }, { "asananutrition.co.uk", true }, - { "asandu.eu", true }, { "asanger.biz", true }, { "asaphomeinspect.com", true }, { "asart.bg", true }, @@ -11631,7 +11596,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ashleythouret.com", true }, { "ashlocklawgroup.com", true }, { "ashmportfolio.com", true }, - { "ashmyra.com", true }, { "ashridgetrees.co.uk", true }, { "ashtonbromleyceramics.co.uk", true }, { "ashtonc.ca", true }, @@ -11675,12 +11639,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "askvg.com", true }, { "askwhy.cz", true }, { "askwhy.eu", true }, + { "askyourdentist.com", true }, { "aslinfinity.com", true }, { "asm.io", true }, { "asmanyasgiven.com", true }, { "asmbsurvey.com", true }, { "asmdz.com", true }, { "asmeets.nl", true }, + { "asml.com", true }, { "asmood.net", true }, { "asmrbuluo.com", true }, { "asngear.biz", true }, @@ -11699,6 +11665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asperti.com", true }, { "aspformacion.com", true }, { "asphaltfruehling.de", true }, + { "asphyxia.su", true }, { "aspiescentral.com", true }, { "aspiradorasbaratas.net", true }, { "aspirantum.com", true }, @@ -11719,7 +11686,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asra.gr", true }, { "asral7.com", true }, { "asrob.eu", false }, - { "asryflorist.com", true }, { "assaabloygaragedoors.ca", true }, { "assdecoeur.org", true }, { "asseenfromthesidecar.org", true }, @@ -11750,6 +11716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "assodigitale.it", true }, { "asspinter.me", true }, { "assumptionpj.org", true }, + { "assured.se", true }, { "assuredspc.com", true }, { "asta-bar.de", false }, { "astal.rs", true }, @@ -11759,7 +11726,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "astarmathsandphysics.com", true }, { "astaxanthin-sport.de", true }, { "astaxanthin.de", true }, - { "astec-informatica.com", true }, { "astengox.com", true }, { "astenotarili.online", false }, { "astenretail.com", true }, @@ -11797,8 +11763,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asustreiber.de", true }, { "asvsa.ch", false }, { "asws.nl", true }, + { "asyikbelanja.com", true }, { "asylbarn.no", true }, { "asystent-dzierzawy.pl", true }, + { "aszurkolassport.com", true }, { "at.md", true }, { "at.search.yahoo.com", false }, { "at.vg", true }, @@ -11806,6 +11774,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "at7s.me", true }, { "atab.se", true }, { "ataber.pw", true }, + { "atacadocervejeiro.com.br", true }, + { "atacadodesandalias.com.br", true }, + { "atacarejovirtual.com.br", true }, { "atahualpa.com", true }, { "atallo.com", true }, { "atallo.es", true }, @@ -11830,6 +11801,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atelier-naruby.cz", true }, { "atelier-tecna.cz", true }, { "atelier-viennois-cannes.fr", true }, + { "atelieracbaby.com.br", true }, { "atelieraphelion.com", true }, { "atelierbw.com", true }, { "ateliercoquelicot.fr", true }, @@ -11862,7 +11834,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "athena-garage.co.uk", true }, { "athenadynamics.com", true }, { "athenaneuro.com", true }, - { "athens-limousines.com", true }, { "athenstn.gov", true }, { "atheoryofchange.com", true }, { "atherosense.ga", true }, @@ -11928,9 +11899,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atomic-bounce.com", true }, { "atomic.red", true }, { "atomicbounce.co.uk", true }, + { "atomictag.com", true }, { "atomism.com", true }, { "atomiumvn.com", true }, { "atomnetworks.ca", true }, + { "atorcidabrasileira.com.br", true }, { "atplonline.co", true }, { "atpnutrition.com", true }, { "atracaosexshop.com.br", true }, @@ -12055,7 +12028,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aulaschrank.gq", true }, { "aulasvirtualesperu.com", true }, { "aulica-conseil.com", true }, - { "aulo.in", false }, { "aumentada.net", true }, { "aumilieudumonde.gf", true }, { "aunali1.com", true }, @@ -12078,7 +12050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aurorarecordings.com", true }, { "aurorasa-coaching.com", true }, { "auroware.com", true }, - { "aus-ryugaku.info", true }, { "ausec.ch", false }, { "auskunftsbegehren.at", true }, { "ausmwoid.de", true }, @@ -12099,6 +12070,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "austinheap.com", false }, { "austinlockout.com", true }, { "austinmobilemechanics.net", false }, + { "austinmobilestorage.com", true }, { "austinsutphin.com", true }, { "austintxacrepairtoday.com", true }, { "austinuniversityhouse.com", true }, @@ -12106,9 +12078,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "australianairbrushedtattoos.com.au", true }, { "australianattractions.com.au", true }, { "australiancattle.dog", true }, + { "australianhimalayanfoundation.org.au", true }, { "australianimmigrationadvisors.com.au", true }, { "australianonlineappliances.ga", true }, - { "australianstrongmanalliance.com.au", true }, { "australiantemporarytattoos.com", true }, { "australiantemporarytattoos.com.au", true }, { "australien-tipps.info", true }, @@ -12116,6 +12088,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "auszeit-lanzarote.com", true }, { "auszeit-walsrode.de", true }, { "auszeit.bio", true }, + { "autenticoperfumes.com.br", true }, { "auth.adult", true }, { "auth.mail.ru", true }, { "authanet.ga", true }, @@ -12156,7 +12129,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autocadperfmon.azurewebsites.net", true }, { "autocartruck.com", true }, { "autoccaz.fr", true }, - { "autocmall.com", true }, { "autocontrol.online", true }, { "autocorner.com", true }, { "autocrypt.org", true }, @@ -12171,7 +12143,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autoelettricaperbambini.com", true }, { "autoentrepreneurinfo.com", true }, { "autoepc.ro", true }, - { "autoeshop.eu", true }, { "autofficina.roma.it", true }, { "autoglass.com.my", true }, { "autohomehub.com", true }, @@ -12187,13 +12158,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autolider.org", true }, { "automacity.com", true }, { "automagischeberegening.nl", true }, - { "automajor.by", true }, { "automatethis.com.au", true }, { "automatic.com", true }, { "automaticgrowth.com", true }, { "automationpro.me", true }, { "automationsmarthome.com", true }, - { "automekano.com", true }, + { "automekano.com", false }, { "automentesszolnok.hu", true }, { "automotivegroup-usedcars.be", false }, { "automotivemechanic.org", true }, @@ -12331,6 +12301,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avia-krasnoyarsk.ru", true }, { "avia-ufa.ru", true }, { "aviannahelise.com", true }, + { "aviapic.com", true }, + { "aviapic.eu", true }, + { "aviapic.fr", true }, + { "aviapic.info", true }, + { "aviapic.net", true }, + { "aviapic.org", true }, { "aviasalon.spb.ru", true }, { "aviationmilitaire.tk", true }, { "aviationstrategies.aero", true }, @@ -12373,6 +12349,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avtecmedia.com", true }, { "avtek.pl", true }, { "avticket.ru", false }, + { "avto-signal.gq", true }, { "avtobania.pro", true }, { "avtoforex.ru", true }, { "avtogara-isperih.com", true }, @@ -12403,9 +12380,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "awaygroundguide.com", true }, { "awbouncycastlehire.com", true }, { "awei.pub", true }, - { "awen.me", true }, { "awesome-coconut-software.fr", true }, { "awesomebouncycastles.co.uk", true }, + { "awesomelifedeals.today", true }, { "awesomenamegenerator.com", true }, { "awesomesit.es", true }, { "awf0.xyz", true }, @@ -12438,10 +12415,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "axel-fischer.science", true }, { "axel-voss.eu", false }, { "axelname.ru", true }, + { "axelr.me", true }, { "axelteichmann.net", true }, { "axelvoss.eu", false }, { "axiatancell.com", true }, - { "axin888.vip", true }, { "axiodl.com", true }, { "axiomeosteopathie.ca", true }, { "axiomer.com", true }, @@ -12451,7 +12428,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "axisins.com", true }, { "axispara-bg.com", true }, { "axom.online", true }, - { "axone-computers.fr", true }, + { "axone-computers.fr", false }, { "axonholdingse.eu", true }, { "axre.de", true }, { "axrec.de", true }, @@ -12472,7 +12449,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aylesburycastlehire.co.uk", true }, { "aymerick-dupouey.fr", true }, { "aymerick.fr", true }, - { "aymericlagier.com", true }, + { "aymericlagier.com", false }, { "ayon.group", true }, { "ayothemes.com", true }, { "ayporealestate.com", true }, @@ -12516,7 +12493,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "azl-app.be", true }, { "azlk-team.ru", true }, { "azlo.com", false }, - { "azlocalbusiness.com", true }, { "azmusica.biz", true }, { "aznews.site", true }, { "azora.cf", true }, @@ -12563,6 +12539,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b0000.co", true }, { "b00228.com", true }, { "b00de.ga", true }, + { "b0305.com", true }, + { "b0306.com", true }, + { "b0307.com", true }, + { "b0309.com", true }, + { "b03aa.com", true }, + { "b03bb.com", true }, + { "b03cc.com", true }, { "b0607.com", true }, { "b0618.com", true }, { "b0618.net", true }, @@ -12617,12 +12600,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b5197.co", true }, { "b5289.com", true }, { "b538.com", true }, - { "b5706.com", true }, - { "b5707.com", true }, - { "b5708.com", true }, - { "b5709.com", true }, - { "b57bb.com", true }, - { "b57cc.com", true }, + { "b5706.com", false }, + { "b5707.com", false }, + { "b5708.com", false }, + { "b5709.com", false }, + { "b57bb.com", false }, + { "b57cc.com", false }, { "b58365.com", true }, { "b58app.com", true }, { "b58appb58app.com", true }, @@ -12675,8 +12658,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b67703.com", true }, { "b67704.com", true }, { "b67705.com", true }, - { "b67772.com", true }, - { "b67773.com", true }, { "b67774.com", true }, { "b67775.com", true }, { "b67801.com", true }, @@ -12727,30 +12708,30 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b73dd.com", true }, { "b73ee.com", true }, { "b73ff.com", true }, - { "b7501.com", true }, + { "b7501.com", false }, { "b7502.com", true }, - { "b7503.com", true }, - { "b7506.com", true }, - { "b7507.com", true }, + { "b7503.com", false }, + { "b7506.com", false }, + { "b7507.com", false }, { "b7508.com", true }, - { "b7509.com", true }, + { "b7509.com", false }, { "b767.net", true }, { "b77018.com", true }, { "b789.co", true }, { "b81365.com", true }, { "b82365.com", true }, - { "b83.tv", true }, - { "b83aa.com", true }, - { "b83bb.com", true }, - { "b83cc.com", true }, - { "b83dd.com", true }, + { "b83.tv", false }, + { "b83aa.com", false }, + { "b83bb.com", false }, + { "b83cc.com", false }, + { "b83dd.com", false }, { "b83ee.com", true }, - { "b83ff.com", true }, - { "b83gg.com", true }, - { "b83hh.com", true }, - { "b83ii.com", true }, - { "b83jj.com", true }, - { "b83kk.com", true }, + { "b83ff.com", false }, + { "b83gg.com", false }, + { "b83hh.com", false }, + { "b83ii.com", false }, + { "b83jj.com", false }, + { "b83kk.com", false }, { "b8591.com", true }, { "b8591.net", true }, { "b86255.com", true }, @@ -12822,6 +12803,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b95888.net", true }, { "b9589.net", true }, { "b9598.net", true }, + { "b960.com", true }, { "b9618.com", true }, { "b9658.net", true }, { "b96899.com", true }, @@ -12829,6 +12811,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b9758.com", true }, { "b9758.net", true }, { "b979333.com", true }, + { "b979365.cn", true }, + { "b979365.com", true }, + { "b979365.vip", true }, { "b979555.com", true }, { "b979666.com", true }, { "b979999.com", true }, @@ -12937,16 +12922,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "babybedding.com", true }, { "babyboom.pl", true }, { "babybuddah.ga", true }, - { "babycamapp.com", true }, { "babyfotograf-schweiz.ch", true }, { "babymasaze.cz", true }, { "babyphototime.com", true }, { "babypibu.com", true }, { "babyshoprimini.com", true }, + { "babyvillagegt.com", true }, { "bacaneriahlg.com", true }, { "bacanora.tk", true }, { "bacgrouppublishing.com", true }, { "bachata.info", true }, + { "bachelorampel.de", true }, { "baches-piscines.com", true }, { "bachmannyachts.com", true }, { "bachmatt-baar.ch", true }, @@ -12970,6 +12956,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "backpacker.dating", true }, { "backpackingtours.com", true }, { "backpainandsciaticahouston.com", true }, + { "backporchartists.com", true }, { "backscattering.de", false }, { "backschues.com", true }, { "backschues.de", true }, @@ -13003,7 +12990,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "badblock.fr", true }, { "badboyzclub.de", true }, { "badcreditcarsfinance.co.uk", true }, - { "badedesign.no", true }, + { "badedesign.no", false }, { "badf00d.de", true }, { "badge.rs", true }, { "badgersystems.de", true }, @@ -13101,6 +13088,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baladecommune.ch", false }, { "balafon.cloud", true }, { "balaganlimited.cf", true }, + { "balakovo-news.tk", true }, + { "balancascia.com.br", true }, { "balance7.jp", true }, { "balanceado.com", true }, { "balancedbrawl.net", true }, @@ -13126,6 +13115,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "balkenbushmechanical.com", true }, { "balkonien.org", true }, { "ball-bizarr.de", true }, + { "ball3d.es", true }, { "ballarin.cc", true }, { "ballast.tk", true }, { "ballbusting-cbt.com", true }, @@ -13183,6 +13173,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bandagastrica.es", true }, { "bandally.net", true }, { "bandarifamily.com", true }, + { "bandeira1.com.br", true }, { "bandeiraimoveisitu.com.br", true }, { "bandeirasnacionais.com", true }, { "banderas-mundo.es", true }, @@ -13210,6 +13201,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bangzhu88.com", true }, { "banham.co.uk", false }, { "banham.com", true }, + { "banimarket.by", true }, { "banjostringiz.com", true }, { "bank", true }, { "bank-yahav.co.il", true }, @@ -13261,7 +13253,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baofengtech.com", true }, { "baogiathicongnoithat.com", true }, { "baokhangfood.com", true }, - { "baopublishing.it", true }, { "baosuckhoedoisong.net", true }, { "baoxue1.com", true }, { "baoxue2.com", true }, @@ -13276,11 +13267,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baptiste-peugnez.fr", true }, { "baptisteplanckaert.tk", true }, { "bar-harcourt.com", true }, - { "bar.pl", true }, { "barabrume.fr", true }, { "barakayu.com", true }, { "baranmovie.tk", true }, - { "barans2239.com", true }, { "baranyavar.hu", true }, { "barao.tk", true }, { "baraxolka.ru", true }, @@ -13330,7 +13319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "barlamane.com", true }, { "barlex.pl", true }, { "barlotta.net", true }, - { "barmayoon.ir", true }, { "barnabycolby.io", true }, { "barnakstudio.com", true }, { "barnakstudio.ir", true }, @@ -13340,7 +13328,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "barnfotografistockholm.se", true }, { "barnhardt4berks.com", true }, { "barnrats.com", true }, - { "barnstead-water.com", true }, { "barnvets.co.uk", true }, { "baroloboys.de", true }, { "baron14.be", true }, @@ -13355,6 +13342,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "barrioitalia.com", true }, { "barrydenicola.com", true }, { "bars.kh.ua", true }, + { "barsashop.com.br", true }, { "barsgroup.com", true }, { "barslecht.com", true }, { "barss.io", true }, @@ -13375,6 +13363,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baruch.me", true }, { "barwave.com", true }, { "bas.co.jp", true }, + { "basamadco.ir", true }, { "basculasconfiables.com", true }, { "base-autonome-durable.com", false }, { "base-n.ru", true }, @@ -13390,12 +13379,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "basement961.co.nz", true }, { "basementdoctor.com", false }, { "basementdoctornorthwest.com", true }, + { "basementdoctorwestvirginia.com", true }, + { "basementdoctorwv.com", true }, { "basementfinishingohio.com", true }, { "basementwaterproofingdesmoines.com", true }, { "basementwaterproofingsaintlouis.com", true }, { "basementwaterproofingwi.com", true }, { "baserverz.ga", true }, - { "baseweb.design", true }, + { "baseweb.design", false }, { "bashc.at", true }, { "bashing-battlecats.com", true }, { "bashkirlife.tk", true }, @@ -13427,6 +13418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bassys.com.co", true }, { "bastadigital.com", false }, { "bastardandpoors.com", true }, + { "bastawholesale.com", true }, { "bastelzauberwelt.de", true }, { "bastiaanbosch.com", true }, { "bastide-viens.com", true }, @@ -13450,6 +13442,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "batiburrillo.net", true }, { "batipresta.ch", false }, { "batiskaf.ua", true }, + { "batistareisfloresonline.com.br", true }, { "batitrakya.org", true }, { "batolis.com", true }, { "batook.org", true }, @@ -13472,7 +13465,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baugelitt.eu", true }, { "baugemeinschaftbernstein.de", true }, { "bauingenieur24.de", true }, + { "baukebies.nl", true }, { "baumannfabrice.com", true }, + { "baumfreund.ch", true }, { "baumkuchen-aus-dresden.de", true }, { "bausep.de", true }, { "bauthier-occasions.be", false }, @@ -13514,7 +13509,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bazaarbhaav.com", true }, { "bazaarcompass.com", true }, { "bazaclub.ru", true }, - { "bazarelregaloideal.com", true }, { "bazari.com.pl", true }, { "bazdell.com", true }, { "bazinga-events.nl", true }, @@ -13610,6 +13604,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bdbxml.net", true }, { "bdd.fi", true }, { "bdikaros-network.net", true }, + { "bdmusic25.us", true }, { "bdpachicago.tech", true }, { "bdpestsolutionsstlouis.com", true }, { "bdsmwiki.hu", true }, @@ -13660,8 +13655,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beans-one.com", false }, { "beansgalore.com.au", true }, { "bearcms.com", true }, + { "bearcreekcubschildcare.com", true }, { "bearded.sexy", true }, - { "beardedbearthegame.com", true }, { "bearden.io", true }, { "beardic.cn", true }, { "beardsome.me", true }, @@ -13692,6 +13687,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beautycarepack.com.ng", true }, { "beautycon.ir", true }, { "beautyevent.fr", true }, + { "beautyinweb.net", true }, { "beautyseasons.ru", true }, { "beaver-creek.ga", true }, { "beaverdamautos.com", true }, @@ -13701,6 +13697,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bebeautiful.business", true }, { "bebecar.com", true }, { "bebef.de", true }, + { "bebefofuxo.com.br", true }, { "bebemamae.com", true }, { "bebes.uno", true }, { "bebest.gov", true }, @@ -13712,6 +13709,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beccaanne.photography", true }, { "beccajoshwedding.com", true }, { "bech32.net", true }, + { "beckerantiques.com", true }, { "beckijayes.family", true }, { "becklove.cn", true }, { "becleverwithyourcash.com", true }, @@ -13731,7 +13729,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bedels.nl", true }, { "bedfordnissanparts.com", true }, { "bedlingtonterrier.com.br", true }, - { "bednar.co", true }, { "bedouille.com", true }, { "bedrijfsfotoreportages.nl", true }, { "bedrijfsportaal.nl", true }, @@ -13799,6 +13796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beezkneezcastles.co.uk", true }, { "beeznest.com", true }, { "befoodsafe.gov", true }, + { "beforesunrise.de", true }, { "beforeyoueatoc.com", true }, { "beframed.ch", false }, { "befreewifi.info", true }, @@ -13806,6 +13804,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bega-dc.gov", true }, { "begabungsfoerderung.info", true }, { "begbie.com", true }, + { "beggintime.com", true }, { "beginner.nl", true }, { "beginwp.top", true }, { "behamepresrdce.sk", true }, @@ -13826,7 +13825,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beimchristoph.de", true }, { "beinad.com", true }, { "beinad.ru", true }, - { "beisance.com", true }, { "beitmidrashrambam.com", true }, { "beizsley.com", true }, { "beizsoft.co.uk", true }, @@ -13853,6 +13851,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "belebey.city", true }, { "beleggingspanden-financiering.nl", true }, { "belegit.org", true }, + { "belevida.com.br", true }, + { "belezashopping.com.br", true }, { "belfastbounce.co.uk", true }, { "belfastlocks.com", true }, { "belfasttechservices.co.uk", true }, @@ -13938,6 +13938,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benefitsbookcase.com", true }, { "benefitshub.io", true }, { "benefitshub.xyz", true }, + { "benepiscinas.com.br", true }, { "benetcasablancas.tk", true }, { "benevisim.com", true }, { "benevita.bio", true }, @@ -13948,7 +13949,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benfairclough.com", true }, { "bengalurugifts.com", true }, { "bengisureklam.com", true }, - { "benhaney.com", true }, { "benhartmann.de", true }, { "benhavenarchives.org", true }, { "benjamin-hering.com", true }, @@ -14003,7 +14003,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benvds.com", true }, { "benz-hikaku.com", true }, { "benzi.io", true }, - { "benzina.cn", true }, { "benzou-space.com", true }, { "beoordelingen.be", true }, { "bep.gov", true }, @@ -14035,6 +14034,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bergman-gmbh.de", true }, { "bergmanbeachproperties.com", true }, { "bergstoneware.com", true }, + { "bergunabanget.com", true }, { "berichtsheft-vorlage.de", true }, { "berikod.ru", true }, { "beris.us", true }, @@ -14042,7 +14042,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beritatopbanten.com", true }, { "berkat-luqs.ddns.net", true }, { "berksabstract.com", true }, - { "berksarl.org", true }, { "berksnetworking.com", true }, { "berksteensmatter.org", true }, { "berlin-cuisine.com", true }, @@ -14095,6 +14094,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bertrand.bio", true }, { "bertrandkeller.info", true }, { "bertsmithvwparts.com", true }, + { "beryko.cz", true }, { "beryl.net", true }, { "berz.one", true }, { "berzkalne.co.uk", true }, @@ -14191,12 +14191,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestinver.es", false }, { "bestjumptrampolines.be", true }, { "bestkenmoredentists.com", true }, + { "bestlawyernear.com", true }, { "bestleftwild.com", true }, { "bestmedsmmj.com", true }, { "bestmodels.ua", true }, { "bestmotherfucking.website", true }, { "bestofbooks.gq", true }, - { "bestoffert.club", true }, { "bestoliveoils.com", true }, { "bestparking.xyz", true }, { "bestpartyhire.com", true }, @@ -14231,7 +14231,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet03vip.com", true }, { "bet04vip.com", true }, { "bet05vip.com", true }, + { "bet064.com", true }, { "bet06vip.com", true }, + { "bet074.com", true }, { "bet08vip.com", true }, { "bet09vip.com", true }, { "bet10vip.com", true }, @@ -14258,7 +14260,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet166yy.com", true }, { "bet168wy.com", true }, { "bet168wy.net", true }, - { "bet261.com", true }, + { "bet261.com", false }, { "bet333111.com", true }, { "bet333123.com", true }, { "bet333222.com", true }, @@ -14291,9 +14293,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet333y.com", true }, { "bet333z.com", true }, { "bet33app.com", true }, - { "bet3602.com", true }, - { "bet3607.com", true }, + { "bet3602.com", false }, + { "bet3607.com", false }, + { "bet3639.com", true }, { "bet365bc.net", true }, + { "bet365bet2020.com", true }, { "bet365cn-casino.com", true }, { "bet365cn-game.com", true }, { "bet365cn-keno.com", true }, @@ -14325,6 +14329,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet365u.com", true }, { "bet365vip1.com", true }, { "bet365vip2.com", true }, + { "bet365vip2020.com", true }, { "bet365vip3.com", true }, { "bet365vip4.com", true }, { "bet365vip5.com", true }, @@ -14338,7 +14343,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet365x6.com", true }, { "bet365x8.com", true }, { "bet365x9.com", true }, + { "bet391.com", true }, + { "bet392.com", true }, + { "bet397.com", true }, { "bet3app.com", true }, + { "bet3xx.com", true }, + { "bet3zz.com", true }, { "bet44401.com", true }, { "bet44402.com", true }, { "bet44403.com", true }, @@ -14382,13 +14392,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet5678f.com", true }, { "bet5678g.com", true }, { "bet571.com", true }, - { "bet572.com", true }, + { "bet572.com", false }, { "bet5757.com", true }, { "bet5868.com", true }, { "bet599.com", true }, { "bet66669999.com", true }, { "bet666888.vip", true }, - { "bet721.com", true }, + { "bet721.com", false }, { "bet7234.com", true }, { "bet819.com", true }, { "bet820.com", true }, @@ -14401,7 +14411,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet86gs.com", true }, { "bet86gx.com", true }, { "bet86gz.com", true }, - { "bet86hb.com", true }, { "bet86hlj.com", true }, { "bet86hn.com", true }, { "bet86jl.com", true }, @@ -14535,6 +14544,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bevinsco.org", true }, { "bevnut.com", true }, { "bewegigsruum.ch", true }, + { "bewegingdenk.nl", true }, { "bewegtes-lagern.at", true }, { "bewegtes-lagern.ch", true }, { "bewegtes-lagern.com", true }, @@ -14567,6 +14577,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beyondboxgifts.com", true }, { "beyondordinarylife.com", true }, { "beyondpricing.com", true }, + { "beyondthepitch.net", true }, { "beyondtodaymediagroup.com", true }, { "beyondweb.net", true }, { "beyours.be", true }, @@ -14619,7 +14630,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bhaweshkumar.com", true }, { "bhglamour.com", true }, { "bhi.consulting", true }, - { "bhimarmyofficial.com", true }, { "bhodisoft.com", true }, { "bhrenovations.com", true }, { "bhserralheria.com.br", true }, @@ -14707,11 +14717,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biftin.net", true }, { "big-andy.co.uk", true }, { "big-bounce.co.uk", true }, - { "big-office.lviv.ua", true }, { "big-tits-video.ru", true }, { "bigadcompany.com", true }, { "bigbank.ee", true }, - { "bigbendcoffeeroasters.com", true }, { "bigbendguide.com", true }, { "bigbluedoor.net", true }, { "bigboris.tk", true }, @@ -14728,8 +14736,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biggerpicture.agency", true }, { "biggles.io", true }, { "bighouse-events.co.uk", true }, - { "bight.ca", true }, + { "bight.ca", false }, { "bigideasnetwork.com", true }, + { "bigio.com.br", true }, { "biglagoonrentals.com", true }, { "biglou.com", false }, { "bigmoney.nu", true }, @@ -14756,6 +14765,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bijuteriicualint.ro", true }, { "bike-kurse.ch", true }, { "bike-shack.com", true }, + { "bikealways.com", true }, { "bikebay.it", true }, { "bikebristol.com", true }, { "bikehistory.org", true }, @@ -14841,7 +14851,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bim.physio", true }, { "bim0s.com", true }, { "bimacitizen.com", true }, - { "bimbo.com", false }, { "bimbo.com.ar", false }, { "bimbobakeriesusa.com", false }, { "bimbole.it", true }, @@ -14889,7 +14898,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bingo-wear.com", true }, { "bingo9.net", true }, { "bingobank.org", true }, + { "bingoela.com", true }, { "bingofriends.com", true }, + { "bingohalls.ca", true }, { "binhex.net", true }, { "binhp.com", true }, { "binimo.com", true }, @@ -14906,7 +14917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bintoca.com", true }, { "bintooshoots.com", true }, { "bio-disinfestazione.it", true }, - { "bio-feed.org", false }, + { "bio-feed.org", true }, { "bio-place.com", true }, { "bio24.si", true }, { "bioamtw.com", true }, @@ -14919,6 +14930,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biocrafting.net", true }, { "biodiagnostiki.clinic", true }, { "biodieseldata.com", true }, + { "biodobavki.tk", true }, { "biodots.at", true }, { "biodots.eu", true }, { "biodots.info", true }, @@ -14983,7 +14995,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biotechware.com", true }, { "biotecommunity.com", true }, { "bioteebook.com", true }, - { "biotera.cl", true }, { "biotin.ch", true }, { "biovalue.eu", true }, { "biowtage.gq", true }, @@ -15000,7 +15011,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "birdslabel.com", true }, { "birdsnow.com", true }, { "birdymanbestreviews.com", true }, - { "birgerschwarz.de", false }, { "birgit-rydlewski.de", true }, { "birgitandmerlin.com", true }, { "birkengarten.ch", true }, @@ -15026,6 +15036,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bishopp.com.au", true }, { "bishopscourt-hawarden.co.uk", true }, { "bishoptx.com", true }, + { "bisix.tk", true }, { "bismarck-tb.de", true }, { "biso.ga", true }, { "bisq.community", true }, @@ -15043,6 +15054,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bit.biz.tr", true }, { "bit8.com", true }, { "bitaccelerate.com", true }, + { "bitace.com", false }, { "bitbank.cc", true }, { "bitbeans.de", true }, { "bitbox.me", true }, @@ -15082,6 +15094,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitcoinheaders.org", true }, { "bitcoinindia.com", true }, { "bitcoinjpn.com", true }, + { "bitcoinmakesense.com", true }, { "bitcoinrealestate.com.au", true }, { "bitcoinrush.tk", true }, { "bitcoinseed.net", true }, @@ -15102,7 +15115,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitfinder.nl", true }, { "bitfuse.net", true }, { "bitgain-leverage.com", true }, - { "bitgild.com", true }, { "bitgo.com", true }, { "bitgrapes.com", true }, { "bitguerrilla.com", true }, @@ -15126,7 +15138,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitmarket.net", true }, { "bitmarket.pl", true }, { "bitmart.com", true }, - { "bitmask.me", true }, { "bitmessage.ch", true }, { "bitmexin.com", true }, { "bitmidi.com", true }, @@ -15136,6 +15147,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitpoll.de", true }, { "bitpoll.org", true }, { "bitpumpe.net", true }, + { "bitradius.com", true }, { "bitref.com", true }, { "bitrefill.com", true }, { "bitrefill.info", true }, @@ -15160,6 +15172,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bittervault.xyz", true }, { "bittextures.com", true }, { "bittylicious.com", true }, + { "bituptick.com", false }, + { "bitvegas.com", false }, { "bitvest.io", true }, { "bitvps.com", true }, { "bitwarden.com", true }, @@ -15171,6 +15185,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biurokarier.edu.pl", true }, { "biuropulawy.pl", true }, { "bixbydevelopers.com", true }, + { "bixelo.com", true }, { "bixservice.com", true }, { "biyori.moe", true }, { "biyou-homme.com", true }, @@ -15202,6 +15217,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bizzdesign.cloud", true }, { "bizzdesign.com", true }, { "bizzi.tv", true }, + { "bizzit.se", true }, { "bjarnerest.de", true }, { "bjfuli.com", true }, { "bjl5689.com", true }, @@ -15261,7 +15277,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blablacar.ro", true }, { "blablacar.rs", true }, { "blablacar.ru", true }, - { "black-cat-seo.com", true }, { "black-gay-porn.biz", true }, { "black-holes.org", true }, { "black-hornis.com", true }, @@ -15287,6 +15302,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackcatinformatics.ca", true }, { "blackcatinformatics.com", true }, { "blackcicada.com", true }, + { "blackdiam.net", true }, { "blackdotbrewery.com", true }, { "blackdown.de", true }, { "blackdragoninc.org", true }, @@ -15300,6 +15316,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackhelicopters.net", true }, { "blackhillsinfosec.com", true }, { "blackhost.org", true }, + { "blackishtv.com", true }, { "blackjackballroomcasino.info", true }, { "blackkeg.ca", true }, { "blackl.net", true }, @@ -15317,7 +15334,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackphoenix.de", true }, { "blackpi.dedyn.io", true }, { "blackroadphotography.de", true }, - { "blackroot.eu", true }, { "blackscytheconsulting.com", true }, { "blackseals.net", true }, { "blacksheepsw.com", true }, @@ -15495,6 +15511,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blogdimoda.com", true }, { "blogdimotori.it", true }, { "blogdolago.com.br", true }, + { "blogexpert.ca", true }, { "bloggermumofthreeboys.com", true }, { "blogging-life.com", true }, { "bloggingtipsfornewblogger.com", true }, @@ -15517,9 +15534,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blogthetindung.com", true }, { "blogtroterzy.pl", true }, { "bloguser.ru", true }, - { "blok56.nl", true }, { "blomberg.name", true }, - { "blondesguide.com", true }, { "blood4pets.tk", true }, { "bloodhunt.eu", true }, { "bloodhunt.pl", true }, @@ -15576,6 +15591,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bluenailsstudio.nl", true }, { "bluenote9.com", true }, { "blueoakart.com", true }, + { "bluepearl.tk", true }, { "blueperil.de", true }, { "bluepoint.me", true }, { "bluepostbox.de", true }, @@ -15638,10 +15654,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bmk-kramsach.at", true }, { "bmoattachments.org", true }, { "bmone.net", true }, + { "bmotorsports.com", true }, { "bmriv.com", true }, { "bmros.com.ar", true }, { "bmw-motorradclub-seefeld.de", true }, { "bmwcolors.com", true }, + { "bmyjacks.cn", false }, { "bn4t.me", true }, { "bnb-buddy.nl", true }, { "bnboy.cn", true }, @@ -15654,6 +15672,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bnstree.com", true }, { "bnty.net", true }, { "bnzblowermotors.com", true }, + { "bo-rad.de", true }, { "bo1689.com", false }, { "bo1689.net", true }, { "bo4tracker.com", true }, @@ -15696,6 +15715,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bobobox.net", true }, { "bobstenancycleaning.co.uk", true }, { "bobstronomie.fr", true }, + { "bocada.com", true }, { "bocamo.it", true }, { "bocawa.es", true }, { "boccabell.com", true }, @@ -15721,8 +15741,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bodyconshop.com", true }, { "bodygearguide.com", true }, { "bodymusclejournal.com", true }, + { "bodypainter.pl", true }, { "bodypainting.waw.pl", true }, { "bodyshopnews.net", true }, + { "bodyweb.com.br", true }, { "bodyworksautorebuild.com", true }, { "boeddhashop.nl", true }, { "boerdam.nl", true }, @@ -15769,6 +15791,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boliviasepusodemoda.com", true }, { "bologna-disinfestazioni.it", true }, { "bolovegna.it", true }, + { "bolsa.tk", true }, { "bolsashidrosolubles.com", true }, { "bolt.cm", false }, { "bolt.com", true }, @@ -15799,7 +15822,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bondank.com", true }, { "bondarenko.dn.ua", true }, { "bondingwithbaby.ca", true }, - { "bondlink.com", true }, { "bondpro.gov", true }, { "bondskampeerder.nl", true }, { "bonebunny.de", true }, @@ -15860,7 +15882,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bookofdenim.com", true }, { "bookourdjs.com", true }, { "bookreport.ga", true }, - { "books.co.ua", true }, { "bookshopofindia.com", true }, { "booksinthefridge.at", true }, { "booksjar.com", true }, @@ -15869,7 +15890,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "booktracker-org.appspot.com", true }, { "bookwave.art", true }, { "bookwormex.com", true }, - { "bookzaga.com", true }, { "bool.be", true }, { "boomersurf.com", true }, { "boomfestival.org", true }, @@ -15916,7 +15936,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boredhackers.com", true }, { "boredhousewifeconfessions.cf", true }, { "borein.cf", true }, - { "boren.shop", true }, { "boreo.si", true }, { "boresmail.ru", true }, { "borgmestervangen.xyz", true }, @@ -15936,6 +15955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "borriquillacuenca.tk", true }, { "borysek.net", true }, { "borysenko.se", true }, + { "borzaresearch.com", true }, { "bosabosa.org", true }, { "bosattondskap.tk", true }, { "boscbooks.com", true }, @@ -15965,9 +15985,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "botmanager.pl", true }, { "botmastery.com", true }, { "botmedia.cf", true }, - { "botnam.com", false }, + { "botnam.com", true }, { "botox.bz", true }, - { "bots.cat", true }, { "botserver.de", true }, { "botsiah.fail", true }, { "botsindiscord.me", true }, @@ -16105,11 +16124,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bourse-puericulture.org", false }, { "bourseauxservices.com", true }, { "boutique-giovanni.fr", true }, + { "boutiquedecanetas.com.br", true }, { "boutiqueguenaelleverdin.com", true }, { "boutoncoupdepoing.fr", true }, { "bouw.live", true }, { "bouwbedrijfvandortbv.nl", true }, - { "bouwplaatscheckin.nl", true }, { "bouzouada.com", true }, { "bouzouks.net", true }, { "bovenwebdesign.nl", true }, @@ -16142,6 +16161,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bozdoz.com", true }, { "bozhok.tk", true }, { "bozit.com.au", true }, + { "bp-wahl.at", true }, { "bpa.gov", true }, { "bpadvisors.eu", true }, { "bpaste.net", true }, @@ -16150,7 +16170,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bpisites.eu", true }, { "bpo.ovh", true }, { "bpol-forum.de", true }, + { "bpreguica.com.br", true }, { "bps.vc", true }, + { "bpsis.fr", true }, { "bpvboekje.nl", true }, { "bpvr.ddns.net", true }, { "bqcp.net", true }, @@ -16162,6 +16184,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "br1334shop.com.br", true }, { "br3in.nl", false }, { "br7.ru", true }, + { "br8.pl", true }, { "braams.nl", true }, { "braathe.no", true }, { "brabank.no", true }, @@ -16234,7 +16257,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brandingcoapps.com", true }, { "brando753.xyz", true }, { "brandondivorcelawyer.com", true }, - { "brandonforce.com", true }, { "brandongomez.me", true }, { "brandonhaynesmd.com", true }, { "brandonhubbard.com", true }, @@ -16247,6 +16269,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brandpit.nl", true }, { "brandrocket.dk", true }, { "brandstead.com", true }, + { "brandtechdesign.co.uk", true }, { "brandtrapselfie.nl", true }, { "brandweerbarboek.nl", true }, { "brandweerfraneker.nl", true }, @@ -16263,6 +16286,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brashear.me", true }, { "brasildxn.com.br", true }, { "brasileiro.ca", false }, + { "brasiltopnews.tk", true }, + { "brasilwear.biz", true }, { "brasserie-mino.fr", true }, { "brasserie-twins.be", true }, { "brasserie-twins.com", true }, @@ -16290,6 +16315,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brazilian.dating", true }, { "brazilianbikinishop.com", true }, { "braziliex.com", true }, + { "brazillens.com", true }, { "brazoriabar.org", true }, { "brb.city", true }, { "brck.nl", true }, @@ -16340,8 +16366,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brentacampbell.com", true }, { "brentnewbury.com", true }, { "breonart.com", true }, + { "breshka.be", true }, { "bressier.fr", true }, { "brest-news.tk", true }, + { "brestnews.tk", true }, { "bretcarmichael.com", true }, { "bretech.net", true }, { "brettabel.com", true }, @@ -16413,6 +16441,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bridgement.com", true }, { "bridgeout.com", true }, { "bridgercanyonfiremt.gov", true }, + { "bridgesinbelize.org", true }, { "bridgetroll.org", true }, { "bridholm.se", true }, { "bridltaceng.com", true }, @@ -16449,6 +16478,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brimspark.com", true }, { "brimspark.systems", true }, { "brindesgrafica.com.br", true }, + { "brindespegassus.com.br", true }, { "brindice.com.br", true }, { "bring-heaven.com", true }, { "bringingbackthesweatervest.com", true }, @@ -16463,14 +16493,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brisbaneflamenco.com.au", true }, { "brisbanelogistics.com.au", true }, { "brisignshop.com.au", true }, - { "brisq.design", true }, { "bristebein.com", true }, { "bristolandwestonsuperbounce.com", true }, { "brit-thoracic.org.uk", true }, + { "britania.tk", true }, { "britanniacateringyeovil.co.uk", true }, { "britanniapandi.com", true }, { "britelocate.com", true }, - { "britishacademy.us", true }, { "britishbeef.com", true }, { "britishbookmakers.co.uk", true }, { "britishchronicles.com", true }, @@ -16482,6 +16511,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "britishsfaward.org", true }, { "britishsnoring.co.uk", true }, { "britneyclause.com", true }, + { "britofootball.com", true }, { "brittanyferriesnewsroom.com", true }, { "britton-photography.com", true }, { "brizawen.com", true }, @@ -16508,13 +16538,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "broersma.com", true }, { "broerweb.nl", true }, { "broeselei.at", true }, + { "broilertrade.com", true }, { "brojagraphics.de", true }, { "brokenhands.io", true }, { "brokernet.ie", false }, { "brokernotes.co", true }, + { "brokerstalk.com", true }, + { "brolic.com", false }, { "brols.eu", true }, { "bromo.cf", true }, { "brompton-cocktail.com", true }, + { "bronetb2b.com.br", true }, { "bronevichok.ru", true }, { "bronwynlewis.com", true }, { "broodbesteld.nl", true }, @@ -16553,6 +16587,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bru6.de", true }, { "brubank.com", true }, { "brubankv1-staging.azurewebsites.net", true }, + { "bruce-springsteen.tk", true }, { "brucebenes.com", true }, { "brucekovner.com", true }, { "brucemartin.net", true }, @@ -16574,8 +16609,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brunetderochebrune.com", false }, { "brunick.de", false }, { "brunn.email", true }, + { "brunnenhof-welze.de", true }, { "brunner.ninja", true }, { "brunoamaral.eu", true }, + { "brunoarruda.com.br", true }, { "brunodomingos.com", true }, { "brunohenc.from.hr", true }, { "brunolt.nl", true }, @@ -16610,8 +16647,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bs.sb", true }, { "bs.to", true }, { "bs12v.ru", true }, + { "bs3xy.com", true }, { "bsa157.org", true }, - { "bsaft.ml", true }, { "bsalyzer.com", true }, { "bsapack564.org", true }, { "bsatroop794.org", true }, @@ -16632,10 +16669,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bserved.de", true }, { "bsg.ro", false }, { "bsgamanet.ro", false }, + { "bsgcredit.ro", true }, { "bsidesf.com", true }, { "bsidesf.org", true }, { "bsidessf.com", true }, - { "bsimyanmar.com", true }, { "bsktweetup.info", true }, { "bslim-e-boutique.com", true }, { "bsmn.ga", true }, @@ -16649,7 +16686,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bsuess.de", true }, { "bsuru.xyz", true }, { "bsw-solution.de", true }, + { "bsystem.net", true }, { "bszoft.hu", true }, + { "bt121.com", true }, + { "bt121.org", true }, { "bt123.xyz", true }, { "bt3655.com", true }, { "bt3657.com", true }, @@ -16670,13 +16710,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "btcpop.co", true }, { "btdays.com", true }, { "btddd.com", true }, - { "bte365app.com", true }, - { "bteapp.com", true }, + { "bte365app.com", false }, + { "bteapp.com", false }, { "bthub.site", true }, { "bthub.xyz", true }, { "btine.tk", true }, { "btio.pw", false }, { "btku.org", true }, + { "btmstore.com.br", true }, { "btnissanparts.com", true }, { "btopc.jp", true }, { "btorrent.xyz", true }, @@ -16879,8 +16920,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bug.blue", true }, { "bug.ee", true }, { "bugcrowd.com", true }, + { "bugfender.com", true }, { "bugginslab.co.uk", true }, - { "buggmedia.com", true }, { "buggshop.com", true }, { "bugs.chromium.org", true }, { "bugsmashed.com", true }, @@ -16926,6 +16967,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bulbgenie.com", true }, { "buldogueingles.com.br", true }, { "bulgarianwine.com", true }, + { "bulgariya.cf", true }, { "bulkcandystore.com", true }, { "bulkowespacerkowo.nl", true }, { "bulktshirtsjohannesburg.co.za", true }, @@ -16954,7 +16996,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bundesverband-krisenintervention.de", true }, { "bundesverbandkrisenintervention.de", true }, { "bundito.com", true }, - { "bungabuket.com", true }, { "bungee.pw", true }, { "bungus.space", true }, { "bunkyo-life.com", true }, @@ -16984,6 +17025,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bureaugoodwork.nl", true }, { "burg-hohnstein.com", true }, { "burgawnc.gov", true }, + { "burgerbites.be", true }, { "burgernet.nl", true }, { "burgers.io", true }, { "burghardt.pl", true }, @@ -17023,7 +17065,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "busanhs.bid", true }, { "buscandolosmejores.com", true }, { "buscasimple.com", true }, - { "buscoterapia.com.br", true }, { "buselefante.tk", true }, { "buserror.cn", true }, { "bushbaby.com", true }, @@ -17068,10 +17109,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "butikvip.ru", true }, { "butlercountyhistory.org", true }, { "butlerfm.dk", true }, + { "butlist.com", true }, { "butt.repair", true }, { "butter.horse", true }, { "butteramotors.com", true }, - { "butterflycare.co", true }, + { "butterhost.ga", true }, { "buttermilk.cf", true }, { "buttgun-tattoo.de", true }, { "buttoned.io", true }, @@ -17222,7 +17264,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bypass.kr", true }, { "bypass.sh", true }, { "bypetula.cz", true }, - { "byraje.com", true }, { "byrest.com", true }, { "byrko.cz", true }, { "byrko.sk", true }, @@ -17231,6 +17272,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "byronwade.com", false }, { "byrtz.de", true }, { "bysb.net", true }, + { "byskafasi.com", true }, { "bystryj-zajm.tk", true }, { "bytanchan.com", true }, { "byte-time.com", true }, @@ -17292,6 +17334,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "c16t.uk", true }, { "c2design.it", true }, { "c2lab.net", true }, + { "c2m-staging.com", true }, { "c2o2.xyz", true }, { "c3.pm", true }, { "c30365.com", true }, @@ -17334,6 +17377,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ca.search.yahoo.com", false }, { "ca5.de", true }, { "caai.cc", true }, + { "caalmn.org", true }, { "caaps.org.au", true }, { "caarecord.org", true }, { "caasd.org", true }, @@ -17360,6 +17404,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cacao-chocolate.com", true }, { "cacao.supply", true }, { "cacaolalina.com", true }, + { "cacaumidade.com.br", true }, { "caceis.bank", true }, { "cachacacha.com", true }, { "cachchoi138bet.com", true }, @@ -17526,7 +17571,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "callidus-vulpes.de", true }, { "callmewhatever.com", true }, { "callofdutybr.com", true }, - { "callqa.center", true }, { "callsigns.ca", true }, { "calltoar.ms", true }, { "calltothepen.com", true }, @@ -17586,7 +17630,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cameo.ee", true }, { "cameramark.nl", true }, { "cameraslyphotography.tk", true }, + { "cameraviva.com.br", true }, + { "cameroonlounge.com", true }, { "camerweb.es", true }, + { "camilastore.com.br", true }, { "camilomodzz.net", true }, { "camisetasmalwee.com.br", true }, { "camjackson.net", false }, @@ -17597,6 +17644,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "campaignlake.com", true }, { "campaignwiki.org", true }, { "campamentos.info", true }, + { "campanhamamypoko.com.br", true }, { "campbellapplianceheatingandair.com", true }, { "campcambodia.org", true }, { "campeonatoalemao.com.br", true }, @@ -17678,6 +17726,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "candlcastles.co.uk", true }, { "cando.eu", true }, { "candylion.rocks", true }, + { "candytip.ru", true }, { "canfazz.com", true }, { "canfield.gov", true }, { "cangku.in", true }, @@ -17702,6 +17751,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cannahealth.com", true }, { "cannarobotics.com", true }, { "cannoli.london", true }, + { "cannon.org.cn", true }, { "cannyfoxx.me", true }, { "canobag.es", true }, { "canoonic.se", true }, @@ -17735,6 +17785,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "caodo.cf", true }, { "caoliu.tech", true }, { "caoshan60.com", true }, + { "cap-adrenaline.com", true }, { "capachitos.cl", true }, { "capacitacionyautoempleo.com", true }, { "capacityproject.org", true }, @@ -17761,7 +17812,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "capitalonecardservice.com", true }, { "capitalp.jp", true }, { "capitalquadatv.org.nz", true }, - { "capitaoalden.com", true }, { "capitein.tk", true }, { "capitolpathways.org", true }, { "caplinbouncycastles.co.uk", true }, @@ -17774,7 +17824,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "capssouthafrica.co.za", true }, { "capstansecurity.co.uk", true }, { "capstansecurity.com", true }, - { "capstoneinsights.com", true }, { "capsulesubs.fr", true }, { "captain-dandelion.com", true }, { "captainark.net", true }, @@ -17792,6 +17841,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "caputodesign.com", true }, { "car-forums.com", true }, { "car-spaw-rac.fr", true }, + { "car-speed.tk", true }, { "car.info", true }, { "car24.de", true }, { "car24portal.de", true }, @@ -17809,7 +17859,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carbon.coop", true }, { "carbon12.org", true }, { "carbon12.software", true }, - { "carbonating.com", true }, { "carboneselectricosnettosl.info", false }, { "carbonmonoxidelawyer.net", true }, { "carbonnel.me", true }, @@ -17863,10 +17912,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "care-spot.org", true }, { "care-spot.us", true }, { "care4all.com", true }, - { "careeapp.com", true }, { "career.support", true }, { "careercapital.co.za", true }, - { "careerdirectionsltd.com", true }, { "careeroptionscoach.com", true }, { "careerpower.co.in", true }, { "careertransformed.com", true }, @@ -17897,6 +17944,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carezzaperu.com", true }, { "carfinancehelp.com", true }, { "carfinans.ru", true }, + { "carforme.gr", true }, { "carfraemill.co.uk", true }, { "cargobas.com", true }, { "cargobay.net", true }, @@ -17967,6 +18015,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "caroffer.ch", true }, { "carol-lambert.com", true }, { "carolcappelletti.com", true }, + { "carolcestas.com", true }, { "caroletolila.com", true }, { "caroli.biz", true }, { "caroli.com", true }, @@ -18010,12 +18059,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carseatchecks.ca", true }, { "carshippingcarriers.com", true }, { "carsinsuranceis.com", true }, + { "carson-aviation-adventures.com", true }, { "carson-matthews.co.uk", true }, { "carsoug.com", true }, { "carspneu.cz", true }, { "cartale.ru", true }, { "cartaodigi.com", true }, { "cartegrise.xyz", true }, + { "carteirasedistintivos.com.br", true }, { "cartelloni.roma.it", true }, { "carterdan.net", true }, { "carterorland.com", true }, @@ -18023,6 +18074,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cartertonscouts.org.nz", true }, { "cartes-voyance.fr", true }, { "cartesentreprises-unicef.fr", true }, + { "cartfilm.tk", true }, { "carthedral.com", true }, { "cartierplan.ga", false }, { "carto.la", true }, @@ -18034,6 +18086,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carusorealestate.com", true }, { "carwashdruten.nl", true }, { "carwellness-hinkelmann.de", true }, + { "caryl2twenty.info", true }, { "cas-chauxdefonds.ch", true }, { "casa-app.de", true }, { "casa-due-pur.com", true }, @@ -18051,16 +18104,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casacochecurro.com", true }, { "casadasportasejanelas.com", true }, { "casadeladiabetescali.com", true }, + { "casadoarbitro.com.br", true }, { "casadopulpo.com", true }, + { "casadowifi.com.br", true }, { "casalborgo.it", true }, { "casalindamex.com", true }, { "casalinghedisperate.ga", true }, { "casalribeiro.com", true }, { "casalunchbreak.de", true }, { "casamariposaspi.com", true }, + { "casamarrom.com.br", true }, { "casamentos.com.br", true }, { "casamiento.com.uy", true }, { "casamientos.com.ar", true }, + { "casapalla.com.br", true }, { "casasparaperross.com", true }, { "casasuara.com", true }, { "casasuleletrodomesticos.com.br", true }, @@ -18081,7 +18138,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cases.lu", true }, { "caseycapitalpartners.com", true }, { "casgp.com", false }, - { "cash-4x4.com", true }, { "cash.me", true }, { "cash.nyc", true }, { "cashati.com", true }, @@ -18150,13 +18206,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "castelnuovo.xyz", true }, { "castiana.xyz", true }, { "castible.de", true }, - { "castillocontabilidades.cl", true }, + { "castlabs.com", true }, { "castle-engine.io", true }, { "castle.network", true }, { "castlecapers.com.au", true }, { "castleking.net", true }, { "castlekingdomstockport.co.uk", true }, { "castlekingkent.co.uk", true }, + { "castleoblivion.tk", true }, { "castlepointanime.com", true }, { "castles-in-the-sky.co.uk", true }, { "castles4kidz.com", true }, @@ -18180,7 +18237,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catbold.space", true }, { "catbox.moe", true }, { "catbull.com", true }, - { "catchcrabs.com", true }, { "catchers.cc", true }, { "catchhimandkeephim.com", true }, { "catchief.com", true }, @@ -18231,10 +18287,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catram.org", true }, { "catsmagic.pp.ua", true }, { "catsnow.com", true }, + { "catsoft.me", true }, { "catuniverse.org", true }, { "catus.moe", true }, { "catveteran.com", true }, { "catvsmice.com", true }, + { "caucasusandmercury.com", true }, { "caudo.net", true }, { "caudohay.com", true }, { "caughtredhanded.co.nz", true }, @@ -18251,6 +18309,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cavecreekaz.gov", true }, { "cavenderhill.com", true }, { "cavern.tv", true }, + { "cavisson.com", true }, { "cavzodiaco.com.br", true }, { "caxalt.com", true }, { "caycehouse.com", true }, @@ -18263,7 +18322,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cb1588.com", true }, { "cbbank.com", true }, { "cbc-hire.co.uk", true }, - { "cbcf.info", true }, + { "cbcf.info", false }, { "cbd-oil.shop", true }, { "cbd.casa", true }, { "cbd.supply", true }, @@ -18272,6 +18331,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cbdev.de", true }, { "cbdmarket.space", true }, { "cbdoilcures.co", true }, + { "cbdoils.llc", true }, { "cbecrft.net", true }, { "cbhq.net", true }, { "cbi-epa.gov", true }, @@ -18344,8 +18404,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cdeck.net", true }, { "cdepot.eu", true }, { "cdf.wiki", true }, + { "cdfnature2019.fr", true }, { "cdigitale.com", true }, - { "cdireland.com", true }, { "cdkeykopen.com", true }, { "cdkeyprices.com", true }, { "cdkeyworld.de", true }, @@ -18403,7 +18463,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "celcomhomefibre.com.my", true }, { "cele.bi", true }, { "celebmasta.com", true }, - { "celebphotos.blog", true }, { "celebrasianconference.com", true }, { "celebrityhealthcritic.com", true }, { "celebrityphotos.blog", true }, @@ -18415,15 +18474,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "celec.gob.ec", false }, { "celectro-pro.com", true }, { "celestebonito.pt", true }, + { "celestialdental.com", true }, { "celestialenergies.com.au", true }, { "celestialisms.com", true }, { "celiac.com", true }, { "celiendev.ch", false }, { "celine-patisserie.fr", true }, { "cell-lookup.com", true }, - { "cellartracker.com", true }, { "cellebrite.com", true }, { "celliberate.co.uk", true }, + { "cellohealth.com", true }, { "celltek-server.de", false }, { "celltesequ.com", true }, { "celltick.com", true }, @@ -18463,6 +18523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "centos.tips", true }, { "central4.me", true }, { "centralconvergence.com", true }, + { "centraldoencanador.com.br", true }, { "centrale-vapeur.pro", true }, { "centralebigmat.eu", true }, { "centralegedimat.eu", true }, @@ -18531,6 +18592,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cerberusinformatica.it", true }, { "cerebelo.info", true }, { "cerebrosano.gov", true }, + { "cerecup.com", true }, { "ceredowv.gov", true }, { "cerena-silver.ru", true }, { "ceres-corp.org", true }, @@ -18575,12 +18637,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ceskepivnisety.cz", true }, { "ceso-saco.com", true }, { "cesobaly.cz", true }, + { "cestasedelicias.com.br", true }, { "cestunmetier.ch", true }, { "cetamol.com", true }, { "ceu.edu", false }, { "ceverett.io", true }, { "cevin.at", true }, { "cevo.com.hr", true }, + { "ceyhanmolla.com", true }, { "cezdent.com", true }, { "cf-ide.de", true }, { "cf-tm.net", true }, @@ -18601,7 +18665,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cfsh.tk", true }, { "cftc.gov", true }, { "cftcarouge.com", false }, - { "cfttt.com", false }, { "cfurl.cf", true }, { "cfxdesign.com", true }, { "cg-goerlitz.de", true }, @@ -18634,7 +18697,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chabaudparfum.com", true }, { "chabert-provence.fr", true }, { "chabik.com", true }, - { "chaboisseau.net", true }, { "chad.ch", true }, { "chadlenz.ca", true }, { "chadpugsley.com", true }, @@ -18658,6 +18720,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "challenges.gov", true }, { "challengeskins.com", true }, { "challstrom.com", true }, + { "chalu.ru", true }, { "chalupalokovka.cz", true }, { "chambion.ch", false }, { "chameleon-ents.co.uk", true }, @@ -18699,14 +18762,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "channellife.co.nz", true }, { "channellife.com.au", true }, { "channelsurf.tv", false }, - { "channydraws.com", true }, { "chantalguggenbuhl.ch", false }, { "chanuwah.com", true }, { "chanz.com", true }, { "chaonengsou.com", true }, { "chaos-games.org", true }, { "chaos.run", true }, - { "chaoscastles.co.uk", true }, { "chaoschemnitz.de", true }, { "chaoscommunication.camp", true }, { "chaosdorf.de", true }, @@ -18717,6 +18778,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chaoswebs.net", true }, { "chaotichive.com", true }, { "chaouby.com", false }, + { "chaoxi.co", true }, { "chaoxi.in", true }, { "chaoxi.org", true }, { "chaoxi.tech", true }, @@ -18793,6 +18855,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chatbots.systems", true }, { "chateau-belvoir.com", true }, { "chateau-de-lisle.fr", true }, + { "chateauderoncourt.fr", true }, { "chateaudestrainchamps.com", false }, { "chateroids.com", true }, { "chatforskning.no", true }, @@ -18838,7 +18901,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cheap-colleges.com", true }, { "cheap-life-insurance-quote.com", true }, { "cheapautoinsuranceblog.com", true }, - { "cheapcaribbean.com", true }, { "cheapdesigners.website", true }, { "cheapessay.net", true }, { "cheapestgamecards.at", true }, @@ -18851,13 +18913,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cheapestgamecards.nl", true }, { "cheapestgamecards.no", true }, { "cheapestgamecards.se", true }, + { "cheapfarestouk.com", true }, { "cheapfarestousa.com", true }, { "cheapgeekts.com", false }, { "cheapgoa.com", true }, { "cheapiesystems.com", true }, { "cheapmarina.com", true }, - { "cheapsharedhost.com", true }, - { "cheapsharedhost.org", true }, { "cheapsmall.tk", true }, { "cheapsslsecurity.com.au", true }, { "cheapsslsecurity.com.ph", true }, @@ -18887,7 +18948,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "checkras.tk", true }, { "checkrente.nl", true }, { "checkspf.net", true }, - { "checktech.group", true }, { "checktype.com", true }, { "checkui.com", true }, { "checkwebsiteonline.com", true }, @@ -18958,6 +19018,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cherryonit.com", false }, { "cherrywoodtech.com", true }, { "chertseybouncycastles.co.uk", true }, + { "cherysunzhang.com", true }, { "chesapeakebaychristmas.com", true }, { "chess.com", true }, { "chessboardao.com", true }, @@ -18983,6 +19044,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chhlin.com", true }, { "chhory.com", true }, { "chhy.at", true }, + { "chiakhoakhoinghiep.vn", true }, { "chiangmaimontessori.com", true }, { "chianti2002.jp", true }, { "chiaraiuola.com", false }, @@ -18990,6 +19052,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chiaseeds24.com", true }, { "chiaseweb.net", true }, { "chiavistello.it", true }, + { "chibiotaku.com", true }, { "chiboard.co", true }, { "chiboost.net", true }, { "chibr.eu", true }, @@ -19049,6 +19112,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "china-online-news.tk", true }, { "chinacdn.org", true }, { "chinahighlights.ru", true }, + { "chinaicpower.org", true }, { "chinasa.net", true }, { "chinaspaceflight.com", true }, { "chinawhale.com", true }, @@ -19059,7 +19123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chinookdigital.ca", true }, { "chinookwebdesign.ca", true }, { "chint.ai", true }, - { "chinternet.xyz", true }, { "chinwag.im", true }, { "chinwag.org", true }, { "chip.pl", true }, @@ -19103,6 +19166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chnlib.com", true }, { "choc-o-lush.co.uk", true }, { "chocgu.com", true }, + { "chocodecor.com.br", true }, { "chocolah.com.au", false }, { "chocolat-suisse.ch", false }, { "chocolat.work", true }, @@ -19135,10 +19199,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chou-chinois.com", true }, { "chourishi-shigoto.com", true }, { "chovancova.sk", true }, + { "chowchowugo.com", true }, { "choyri.com", true }, { "chpwmedicare.org", true }, { "chr0me.sh", true }, { "chr1sbin.works", true }, + { "chrc-ccdp.gc.ca", true }, { "chris-edwards.net", true }, { "chris-siedler.at", true }, { "chrisahrweileryoga.com", true }, @@ -19210,11 +19276,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "christiesantiques.com", true }, { "christineandcie.fr", true }, { "christineblachford.com", true }, + { "christinecloma.com", true }, { "christineprayon.de", true }, { "christmascard.be", true }, { "christmaspartyhire.co.uk", true }, { "christoph-conrads.name", true }, { "christoph-gadow.de", true }, + { "christoph.media", true }, { "christophbartschat.com", true }, { "christophebarbezat.ch", true }, { "christopher-simon.de", true }, @@ -19237,6 +19305,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chriswells.io", true }, { "chriswilding.co.uk", true }, { "chrisx.xyz", true }, + { "chrixonline.tk", true }, { "chromaitaly.com", true }, { "chromaryu.net", false }, { "chromaxa.com", true }, @@ -19247,6 +19316,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chrome.google.com", true }, { "chromebookchart.com", true }, { "chromebooksforwork.com", true }, + { "chromefuchs.de", true }, { "chromereporting-pa.googleapis.com", true }, { "chromiumbugs.appspot.com", true }, { "chromiumcodereview.appspot.com", true }, @@ -19271,6 +19341,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chtsi.uk", true }, { "chukwunyere-chambers.org", true }, { "chun.pro", true }, + { "chun.si", true }, { "chunche.net", true }, { "chundelac.com", true }, { "chungsir.com.pa", true }, @@ -19287,6 +19358,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "churchwebcanada.ca", true }, { "churchwebsupport.com", true }, { "chus-plongee.fr", true }, + { "chuvashia.tk", true }, { "chwilrank.pl", true }, { "chytraauta.cz", true }, { "chziyue.com", true }, @@ -19304,6 +19376,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciansc.com", true }, { "ciat.no", false }, { "cibdol.com", true }, + { "cibdol.nl", true }, { "cibercactus.com", true }, { "cica.es", true }, { "cichlid-world.com", true }, @@ -19325,19 +19398,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cig-dem.com", false }, { "cigar-cartel.com", true }, { "cigarterminal.com", false }, + { "ciginsurance.com", true }, { "cigoteket.se", true }, { "cihar.com", true }, { "ciicutini.ro", true }, { "cikeblog.com", true }, { "cilacapnews.ml", true }, - { "ciliberto.org", true }, { "cilloc.be", true }, { "cima-idf.fr", true }, { "cimaflash.co", true }, { "cimbalino.org", true }, { "cimballa.com", true }, { "cimen.cc", true }, - { "cimen.club", true }, { "cimfax.com", true }, { "cimtools.net", true }, { "cinafilm.com", true }, @@ -19345,10 +19417,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cindey.io", true }, { "cindydudley.com", true }, { "cine-music.de", true }, + { "cinefilia.tk", true }, { "cinefilzonen.se", true }, { "cinefun.net", true }, { "cinema.paris", true }, { "cinemaclub.co", true }, + { "cinemadoma.tk", true }, { "cinemarxism.com", true }, { "cinemasetfree.com", true }, { "cinematherapy.org", true }, @@ -19358,6 +19432,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cineplex.my", true }, { "cineworld.co.in", true }, { "cinexmachina.com", true }, + { "cinicloud.com", true }, { "ciniticket.com", true }, { "cinkciarz.pl", true }, { "cinq-elements.com", false }, @@ -19370,6 +19445,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cio-cisointerchange.org", true }, { "cio.go.jp", false }, { "cio.gov", false }, + { "cioconference.co.nz", true }, { "cioscloud.com", true }, { "cipartyhire.co.uk", true }, { "cipher.team", true }, @@ -19399,7 +19475,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "circus-maximus.de", true }, { "cirfi.com", true }, { "cirruslab.ch", true }, + { "cirugiasplasticas.com.mx", true }, { "cirujanooral.com", true }, + { "cirurgicaexpress.com.br", true }, + { "cirurgicagervasio.com.br", true }, + { "cirurgicalucena.com.br", true }, + { "cirurgicavirtual.com.br", true }, { "cirvapp.com", true }, { "cisa.gov", true }, { "ciscodude.net", true }, @@ -19434,6 +19515,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "citrusui.me", true }, { "citsc.de", true }, { "cittadesign.com", false }, + { "citton.com.br", true }, { "city-forums.ml", true }, { "city-walks.info", true }, { "citybeat.de", true }, @@ -19464,7 +19546,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciuciucadou.ro", true }, { "ciudadanosbo.com", true }, { "civey.com", true }, - { "civicamente.cl", true }, { "civicforum.pl", true }, { "civics.us", true }, { "civicunicorn.com", true }, @@ -19523,12 +19604,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "claimconnect.com", true }, { "claimconnect.us", true }, { "claimflights.at", true }, - { "claimflights.co.uk", true }, - { "claimflights.com", true }, - { "claimflights.de", true }, - { "claimflights.it", true }, - { "claimflights.pl", true }, - { "claimflights.ro", true }, + { "claimflights.co.uk", false }, + { "claimflights.com", false }, + { "claimflights.de", false }, + { "claimflights.it", false }, + { "claimflights.pl", false }, + { "claimflights.ro", false }, { "claimjeidee.be", true }, { "claimnote.com", true }, { "claimspharmacy.services", true }, @@ -19537,6 +19618,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clairescastles.co.uk", true }, { "clairette-de-die-lantheaume.fr", true }, { "claitec.com", true }, + { "clam.network", true }, { "clan-hosting.tk", true }, { "clan-wars.ml", true }, { "clan-ww.com", true }, @@ -19620,7 +19702,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clearlinux.org", true }, { "clearpay.co.uk", true }, { "clearsense.com", true }, - { "clearspringhealthcare.com", true }, { "clearspringinsurance.com", true }, { "clearview-creative.com", true }, { "clearviewwealthprojector.com.au", true }, @@ -19635,6 +19716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clement-beaufils.fr", true }, { "clementfevrier.fr", true }, { "clemovementlaw.com", true }, + { "cleova.com", true }, { "cles-asso.fr", true }, { "cles.jp", true }, { "cleveille.com", true }, @@ -19656,7 +19738,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "click2order.co.uk", true }, { "clickalphaville.com.br", true }, { "clickbasin.co.uk", true }, - { "clickclickphish.com", true }, { "clickclock.cc", true }, { "clickempresarialgroup.com", true }, { "clickenergy.com.au", true }, @@ -19681,9 +19762,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clindoeilmontagne.com", false }, { "clingout.com", true }, { "clinicaarques.es", true }, + { "clinicadentalacacias.com", true }, { "clinicadentalados.com", true }, { "clinicadentalmunoz.es", true }, - { "clinicadentalvinateros.es", false }, { "clinicainfinitydental.com", true }, { "clinicalrehabilitation.info", true }, { "clinicaltrialpodcast.com", true }, @@ -19801,7 +19882,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloudsecuritycongress.net", true }, { "cloudsecuritycongress.org", true }, { "cloudservice.io", true }, - { "cloudservices.nz", false }, { "cloudsharp.io", true }, { "cloudsign.jp", true }, { "cloudspace-analytics.com", true }, @@ -19827,7 +19907,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloxy.com", true }, { "cloze.com", true }, { "clr3.com", true }, - { "clsfoundationrepairandwaterproofing.com", true }, { "clsimage.com", true }, { "clsoft.ch", true }, { "clu-in.org", true }, @@ -19883,6 +19962,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cm-loures.pt", true }, { "cm-pombal.pt", true }, { "cm-portimao.pt", true }, + { "cm-terrasdebouro.pt", true }, { "cm-vpaguiar.pt", true }, { "cmacacias.ch", true }, { "cmadeangelis.it", true }, @@ -19911,7 +19991,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cmrss.com", true }, { "cms-service24.de", true }, { "cms-weble.jp", true }, - { "cmshangu.com", true }, { "cmskakuyasu.info", true }, { "cmskeyholding.co.uk", true }, { "cmskeyholding.com", true }, @@ -19928,6 +20007,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cnam-idf.fr", true }, { "cnaprograms.online", true }, { "cnatraining.network", true }, + { "cnbibo.com", true }, { "cnbs.ch", true }, { "cnc-lehrgang.de", true }, { "cncado.net", true }, @@ -19957,6 +20037,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coaching-harmonique.fr", true }, { "coaching-impulse.ch", false }, { "coaching-park.fr", true }, + { "coachoutlettvb.net", true }, { "coachsystem.ru", true }, { "coalitionministries.org", true }, { "coalpointcottage.com", true }, @@ -20002,7 +20083,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cocoa-job.jp", true }, { "cocodroid.com", true }, { "coconutoil24.com", true }, - { "cocoricos.io", true }, { "cocoscastles.co.uk", true }, { "cocounty.org", true }, { "cocquyt-usedcars.be", false }, @@ -20048,7 +20128,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codein.ca", false }, { "codeine.co.uk", true }, { "codeit.guru", true }, - { "codeit.us", true }, { "codejots.com", true }, { "codejunkie.de", false }, { "codelei.fr", true }, @@ -20103,11 +20182,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codezenith.com", true }, { "codific.com", true }, { "codigodelbonusbet365.com", true }, + { "codigojose.com", true }, { "codigomillonario.com", true }, { "coding-minds.com", true }, { "coding.lv", true }, { "codingblog.org", true }, { "codingforspeed.com", true }, + { "codingfromhell.net", true }, { "codinginfinity.me", true }, { "codingrobots.com", true }, { "codista.com", true }, @@ -20132,7 +20213,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cogala.eu", true }, { "cogeneration-energy.com", true }, { "cogent.cc", true }, - { "cogilog.com", true }, { "cognicom-gaming.com", true }, { "cognitip.com", true }, { "cognitiveapplications.net", true }, @@ -20143,6 +20223,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coiffeurschnittstelle.ch", true }, { "coiffeurty.com", true }, { "coigach-assynt.org", true }, + { "coignieresentransition.fr", true }, { "coimmvest.com", true }, { "coin-exchange.cz", true }, { "coin-quest.net", true }, @@ -20158,7 +20239,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coincoele.com.br", true }, { "coincoin.eu.org", true }, { "coincolors.co", true }, - { "coinessa.com", true }, { "coinf.it", true }, { "coinflux.com", true }, { "coingate.com", true }, @@ -20189,7 +20269,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "colaborativa.tv", true }, { "colabug.com", true }, { "coladv.com", true }, - { "colantonio.homelinux.net", true }, { "colarelli.ch", true }, { "colchonesmoon.com", true }, { "colchonminicuna.com", false }, @@ -20235,6 +20314,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "collada.org", true }, { "collage.me", true }, { "collapsed.de", true }, + { "collard.tk", true }, { "collare.com.mx", true }, { "collare.mx", true }, { "collectdocs.com", true }, @@ -20243,6 +20323,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "collectorknives.net", true }, { "collectorsystems.com", true }, { "colleencornez.com", true }, + { "colleenfaulknernovels.com", true }, { "collegegirlhd.com", true }, { "collegenavigator.gov", true }, { "collegephysicsanswers.com", true }, @@ -20257,11 +20338,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "collinklippel.com", true }, { "collinmbarrett.com", true }, { "collins.kg", true }, + { "colloquy.mobi", true }, { "colmena.biz", true }, { "colo-tech.com", true }, { "colocation-rennes.com", true }, + { "cololi.moe", true }, { "colombiaemprendedora.org", true }, - { "colombiajeans.co", true }, { "colombian.dating", true }, { "colombianas.webcam", true }, { "colonialfurniturestripping.com", true }, @@ -20270,6 +20352,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "color01.net", true }, { "coloradobluebook.gov", true }, { "coloradolottery.com", true }, + { "coloradoroofingservice.com", true }, { "coloraid.net", true }, { "colorblindprogramming.com", true }, { "colorbrush.ru", true }, @@ -20284,7 +20367,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "colorpicker.fr", true }, { "colors3d.com", true }, { "colorsbycarin.com", true }, - { "colossal-events.co.uk", true }, { "colostral.com", true }, { "colotimes.com", true }, { "colourfulcastles.co.uk", true }, @@ -20341,6 +20423,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comeyegroup.com", true }, { "comff.net", true }, { "comfintouch.com", true }, + { "comflores.com.br", true }, { "comfortmastersinsulation.com", true }, { "comfortsolutionsair.com", true }, { "comfun.net", true }, @@ -20366,7 +20449,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "commercezen.com", true }, { "commercia.srl", true }, { "commercial-academy.fr", true }, - { "commercial.lviv.ua", true }, { "commercialcleaningbrisbane.com.au", true }, { "commeunamour.com", true }, { "commissaris-vraagbaak.nl", true }, @@ -20386,6 +20468,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "communist-party.tk", true }, { "community-pro.de", true }, { "community-pro.net", true }, + { "communityaligned.com", true }, { "communitychurchafrica.co.za", true }, { "communitycodeofconduct.com", true }, { "communityhealthservices.co.uk", true }, @@ -20475,6 +20558,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comprasegura.ml", true }, { "comprauncelular.com", true }, { "compreair.com", true }, + { "compreautomacao.com.br", true }, { "compree.com", true }, { "comprefitasadere.com.br", true }, { "comprehensiveihc.com", true }, @@ -20484,8 +20568,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comptu.com", true }, { "compubench.com", true }, { "compucorner.mx", true }, - { "compufreaks.com", false }, - { "compufreaks.nl", false }, { "compunetwor.com", true }, { "compuplast.cz", true }, { "compusolve.nl", true }, @@ -20493,6 +20575,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "computer-acquisti.com", true }, { "computer-menschen.de", true }, { "computer-science-schools.com", true }, + { "computeradvance.tk", true }, { "computerassistance.co.uk", true }, { "computerbas.nl", true }, { "computerbase.de", true }, @@ -20502,15 +20585,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "computerhilfe-feucht.de", true }, { "computerinfobits.com", true }, { "computernetwerkwestland.nl", true }, + { "computernetwork.be", true }, { "computersystems.guru", false }, { "computingsociety.co.uk", true }, { "computop.com", true }, { "computron.ga", true }, + { "comschool.com.br", true }, { "comtily.com", true }, { "comumlab.org", true }, { "comunal.co", true }, { "comunic.io", true }, { "comunicat.global", true }, + { "comuniclick.com.br", true }, { "comunidadciclismo.com", true }, { "comunidadmontepinar.es", true }, { "comuniondelucia.com", true }, @@ -20530,7 +20616,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "concetrabajos.cl", true }, { "conciencia.fit", true }, { "concierge.diet", true }, - { "concilio.com", true }, { "conciliumnotaire.ca", true }, { "conclave.global", true }, { "concordiagaming.com", true }, @@ -20542,6 +20627,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "concursos.com.br", true }, { "concursosabertos.com.br", true }, { "concursuri.biz", true }, + { "condecom.com.br", true }, { "condepenalba.com", false }, { "condesaelectronics.com", true }, { "condit.ml", true }, @@ -20572,6 +20658,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "conforama.es", true }, { "conforama.pt", true }, { "conformal.com", false }, + { "conformax.com.br", true }, { "conformist.jp", true }, { "confrerie-rp.fr", true }, { "conftree.com", true }, @@ -20583,6 +20670,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "congenio.de", true }, { "congineer.com", true }, { "congobunkering.com", false }, + { "conhecendocosmeticos.com.br", true }, { "conju.cat", true }, { "conjugacao.com.br", true }, { "conkret.ch", true }, @@ -20639,6 +20727,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "conradcartagena.com", true }, { "conradkostecki.de", true }, { "conradsautotransmissionrepair.com", true }, + { "conrail.blue", true }, { "conrazon.me", true }, { "consagracionamariasantisima.org", true }, { "consciente.ch", true }, @@ -20646,8 +20735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "consciente.ong", true }, { "consciouschoices.net", true }, { "consegnafioridomicilio.net", true }, - { "consegne.it", true }, - { "consejosdenutricion.com", true }, { "consensoprivacy.it", true }, { "consertodecelulares.com.br", true }, { "conservativenewsandviews.com", true }, @@ -20668,6 +20755,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "constinit.org", true }, { "constituenttracker.com", true }, { "constitution.website", true }, + { "constru-vegas.com.mx", true }, { "construct.net", true }, { "constructexpres.ro", true }, { "constructieve.nl", true }, @@ -20692,6 +20780,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "consultoriosodontologicos.com.br", true }, { "consultpetkov.com", true }, { "consulvation.com", true }, + { "consumera.com", true }, { "consumeraction.gov", true }, { "consumeractionlawgroup.com", true }, { "consumerfiles.com", true }, @@ -20728,6 +20817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "contratti.it", true }, { "contributor.google.com", true }, { "controlambientalbogota.com", true }, + { "controlautocom.com.br", true }, { "controlbooth.com", true }, { "controle.net", true }, { "controleer-maar-een-ander.nl", true }, @@ -20760,6 +20850,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cookieandkate.com", true }, { "cookiecorner.com", true }, { "cookiecrook.com", true }, + { "cookiepedia.co.uk", true }, { "cookiesoft.de", true }, { "cookiestudies.cf", true }, { "cooking-sun.com", true }, @@ -20787,8 +20878,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cooljv.com", true }, { "coolmath.cf", true }, { "coolmoda.com.ua", true }, + { "coolpi.nl", true }, { "coolprylar.se", true }, { "coolshirt.tk", true }, + { "coolspring8.com", true }, { "cooltang.ooo", true }, { "coolvox.com", true }, { "coomonte.tk", true }, @@ -20856,7 +20949,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coresolutions.ca", true }, { "coresos.com", true }, { "coreum.ca", true }, - { "coreup.de", true }, + { "coreup.de", false }, { "corevetconnect.co.uk", true }, { "coreyjmahler.com", true }, { "corgei.com", true }, @@ -20900,6 +20993,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "corporateclash.net", true }, { "corporatecomputingsolutions.com", true }, { "corporateinfluencers.com", true }, + { "corporatesubscriptions.com.au", false }, { "corporativoarval.info", true }, { "corpsepaint.life", true }, { "corpulant.coffee", true }, @@ -20942,7 +21036,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cosasque.com", true }, { "cosciamoos.com", true }, { "cosec.cn", true }, - { "cosentus.com", true }, { "cosirex.com", true }, { "coslinker.com", true }, { "cosmechic.fr", true }, @@ -20955,12 +21048,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cosmiatria.pe", true }, { "cosmic-os.org", true }, { "cosmicnavigator.com", true }, + { "cosmicworlds.mobi", true }, { "cosmodacollection.com", true }, { "cosmofunnel.com", true }, { "cosmohit.ua", true }, { "cosmos-software.tk", true }, { "cosmundi.de", true }, { "cosni.co", true }, + { "cospi.net", true }, { "cosplayer.com", true }, { "cospol.ch", false }, { "costablanca.villas", true }, @@ -21025,9 +21120,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coursables.com", true }, { "course.rs", true }, { "courseconfidence.com", true }, + { "coursehunter.net", true }, { "coursera.org", true }, { "courses.nl", true }, { "courseworkbank.info", true }, + { "courtneybearse.com", true }, { "couscous.recipes", true }, { "couvreur-hinault.fr", true }, { "covbounce.co.uk", true }, @@ -21036,7 +21133,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "covermytrip.com.au", true }, { "covershousing.nl", true }, { "covert.sh", true }, - { "covoiturage.fr", true }, { "covuro.com", true }, { "covve.com", false }, { "covybrat.cz", true }, @@ -21205,6 +21301,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crea.bg", true }, { "crea.me", true }, { "creacioneslri.com", true }, + { "creadoc.fr", true }, { "creadstudy.com", true }, { "creafitchile.cl", true }, { "crealogix-online.com", true }, @@ -21245,7 +21342,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "creativelaw.eu", true }, { "creativeliquid.com", true }, { "creativesectors.tk", true }, - { "creativesprite.com", true }, { "creativesurvey.com", true }, { "creativeweb.biz", true }, { "creativewolf.net", true }, @@ -21259,7 +21355,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crebita.de", true }, { "crecips.com", true }, { "crecman.fr", true }, - { "credential.eu", true }, { "credex.bg", true }, { "credigo.se", true }, { "credit-10.com", true }, @@ -21374,7 +21469,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cross.lol", true }, { "crossborderreturns.com", true }, { "crosscom.ch", true }, - { "crossconnected.co.uk", true }, { "crossedwires.net", true }, { "crossfiremovies.tk", true }, { "crossfitblackwater.com", true }, @@ -21425,8 +21519,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cruicky.uk", true }, { "cruisemoab.com", true }, { "crumbcontrol.com", true }, + { "crumobr.com", true }, { "crunchrapps.com", true }, { "crunchy.rocks", true }, + { "crushthelsatexam.com", true }, + { "crushthepmexam.com", true }, { "crustytoothpaste.net", true }, { "crute.me", true }, { "cruzadobalcazarabogados.com", true }, @@ -21471,10 +21568,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryptojacks.io", true }, { "cryptojourney.com", true }, { "cryptoki.fr", true }, + { "cryptolocalatm.com", true }, { "cryptology.ch", true }, { "cryptomail.nl", true }, { "cryptomaniaks.com", true }, { "cryptomkt.com", true }, + { "crypton.asia", true }, { "cryptonom.org", true }, { "cryptonx.io", true }, { "cryptonym.com", true }, @@ -21512,6 +21611,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryz.ru", true }, { "cs-algeria.tk", true }, { "cs-colorscreed-betongulve.dk", true }, + { "cs-dreambox.com", true }, { "cs-kurnik.pl", true }, { "cs.money", true }, { "cs2016.ch", true }, @@ -21525,13 +21625,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "csadc.org", true }, { "csasummit.net", true }, { "csasummit.org", true }, - { "csbuilder.io", true }, { "csca.me", true }, { "cscau.com", true }, { "cscdn.net", true }, { "csci571.com", true }, { "csd-sevnica.si", true }, { "csd-slovenije.si", true }, + { "csdcareerday.com", true }, { "csehnyelv.hu", true }, { "cselzer.com", true }, { "csengle.de", true }, @@ -21565,6 +21665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "csosa.gov", true }, { "csp.ch", false }, { "cspeti.hu", true }, + { "csps-efpc.gc.ca", true }, { "cspvalidator.org", true }, { "csrichter.com", true }, { "csru.net", true }, @@ -21574,6 +21675,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "css.net", true }, { "cssai.eu", true }, { "cssaunion.com", true }, + { "csszamotuly.pl", true }, { "cst188.cc", true }, { "cstanley.net", true }, { "cstb.ch", false }, @@ -21641,6 +21743,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cubeperformancecentre.com.au", true }, { "cubesugar.info", true }, { "cubetech.co.jp", true }, + { "cubia.com", true }, { "cubia.de", true }, { "cubia3.com", true }, { "cubia4.com", true }, @@ -21650,17 +21753,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cubile.xyz", true }, { "cubing.net", true }, { "cublick.com", true }, + { "cubocell.com", true }, { "cubos.io", true }, { "cubsbestteaminbaseball.com", true }, { "cubua.com", true }, { "cubyhome.com", true }, + { "cucaracha.tk", true }, { "cuchichi.es", true }, { "cuckmysock.com", true }, { "cuckoo.ee", true }, - { "cuckoopalace.cn", true }, { "cuddlecat.io", true }, + { "cuddlecomfort.com", true }, { "cuddlingyaks.com", true }, { "cudoo.de", true }, + { "cueca.com.br", true }, + { "cuecasonline.com.br", true }, { "cuegee.com", true }, { "cuentamecomopaso.es", true }, { "cuentasmutualamr.org.ar", true }, @@ -21683,7 +21790,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "culturelivresque.fr", true }, { "culturerain.com", true }, { "cultureroll.com", true }, - { "cultureshift.co", true }, { "culturesouthwest.org.uk", true }, { "culturess.com", true }, { "culturoquiz.com", true }, @@ -21696,6 +21802,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cumseface.eu", true }, { "cumshots-video.ru", true }, { "cumtd.com", true }, + { "cumulogranite.fr", true }, { "cumulus.photo", true }, { "cunha.be", true }, { "cuntflaps.me", true }, @@ -21761,7 +21868,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "custodiamobili.roma.it", true }, { "custodian.nl", true }, { "custodyxchange.com", true }, - { "customcontract.network", true }, { "customdissertation.com", true }, { "customerfocus.co.za", true }, { "customessaystation.gq", true }, @@ -21783,7 +21889,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "custosd.net", true }, { "custosd.org", true }, { "cutephil.com", true }, - { "cuteselfie.com", true }, { "cutieland.to", true }, { "cutienautica.com", true }, { "cutimbo.ovh", true }, @@ -21821,6 +21926,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cvo-group.com", true }, { "cvr.dk", true }, { "cvtemplatemaster.com", true }, + { "cvtshop.com.br", true }, { "cvursache.com", false }, { "cvutdecin.cz", true }, { "cvv.cn", true }, @@ -21849,6 +21955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cwwise.com", true }, { "cx100.io", true }, { "cy.ax", true }, + { "cy.technology", true }, { "cyanghost.com", true }, { "cyanhexagon.com", true }, { "cybbh.space", true }, @@ -21863,6 +21970,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cybercareers.gov", true }, { "cybercat-tver.tk", true }, { "cybercave.tk", true }, + { "cybercloud.cc", true }, { "cybercrew.cc", true }, { "cybercrew.rocks", true }, { "cybercrime-forschung.de", true }, @@ -21883,7 +21991,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cybergroup.cf", true }, { "cyberguerrilla.info", true }, { "cyberguerrilla.org", true }, - { "cyberhazard.eu", true }, { "cyberhipsters.nl", true }, { "cyberianhusky.com", false }, { "cyberium-planet.cf", true }, @@ -21944,6 +22051,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cyclonedesign.ca", true }, { "cyclop-editorial.fr", true }, { "cyclowiz.com", true }, + { "cydetec.com", true }, { "cyelint.com", true }, { "cyfly.org", true }, { "cygnaltech.com", true }, @@ -22002,7 +22110,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "czzs.org", true }, { "d-20.fr", true }, { "d-consultant.ru", true }, - { "d-designerin.de", true }, { "d-eisenbahn.com", true }, { "d-loop.de", true }, { "d-macindustries.com", true }, @@ -22021,7 +22128,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "d0xq.com", true }, { "d0xq.net", true }, { "d166.net", true }, - { "d1ownqs4tcx37f.cloudfront.net", true }, { "d1qvlbepn0kduz.cloudfront.net", true }, { "d2.gg", true }, { "d2ph.com", true }, @@ -22034,18 +22140,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "d3dev.cf", true }, { "d3lab.net", true }, { "d3x.pw", true }, - { "d3xt3r01.tk", true }, { "d42.no", true }, { "d4b.in.ua", true }, { "d4done.com", true }, { "d4fx.de", true }, + { "d4h.live", true }, { "d4rkdeagle.tk", true }, { "d4wson.com", true }, { "d4x.de", true }, { "d5197.co", true }, { "d588.cc", true }, { "d64.nl", true }, - { "d66.ag", true }, { "d66.nl", true }, { "d6729.co", true }, { "d6729.com", true }, @@ -22086,7 +22191,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "d8819.com", true }, { "d882.app", true }, { "d8824.com", true }, - { "d88333.com", true }, { "d8834.com", true }, { "d883vip.com", true }, { "d8842.com", true }, @@ -22251,7 +22355,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dabasstacija.lv", true }, { "dabblegoat.com", true }, { "dabneydriveanimalhospital.com", true }, - { "dabstairs.com", true }, { "daceurope.co.uk", true }, { "dachb0den.net", true }, { "dachbleche24-shop.de", true }, @@ -22273,7 +22376,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dadrian.io", true }, { "dadstersgroup.com", true }, { "daduke.org", true }, - { "dadycandoit.com", true }, { "daemen.org", true }, { "daemon-hentai.tk", true }, { "daemon.xin", true }, @@ -22282,7 +22384,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daevel.com", true }, { "daevel.fr", true }, { "daevel.net", true }, - { "dafassl.com", false }, { "dafe2021.ee", true }, { "dafont.com", true }, { "dafricapress.com", true }, @@ -22322,6 +22423,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dailyxenang.com", true }, { "daimafengzi.com", true }, { "daimonikos.com", true }, + { "dairikab.go.id", true }, { "dairyshrine.org", true }, { "daisakuikeda.org", true }, { "daisidaniels.co.uk", true }, @@ -22345,6 +22447,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daladubbeln.se", true }, { "dalaran.city", true }, { "dalb.in", true }, + { "dalbitresb.me", true }, { "dalcomseo.com", true }, { "dale-bancruz.tk", true }, { "dale-west.com", true }, @@ -22355,6 +22458,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dallas.gov", true }, { "dallaslu.com", true }, { "dallasmenshealth.com", true }, + { "dallastxdivorce.com", true }, { "dallemon.dk", true }, { "dalliard.ch", false }, { "dallinbryce.com", true }, @@ -22434,6 +22538,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daniel.sb", true }, { "danielalvarez.net", true }, { "danielas.boutique", true }, + { "danieldavies.co.uk", true }, { "daniele.tech", true }, { "danielehniss.de", true }, { "danielepestilli.com", true }, @@ -22489,6 +22594,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "danielwildhaber.ch", true }, { "danielzuzevich.com", true }, { "danifabi.eu", true }, + { "daniilgeorge.com", true }, { "danilapisarev.com", true }, { "danilov-abrosimov.org.ua", true }, { "danjesensky.com", true }, @@ -22511,6 +22617,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dannyjota.tk", true }, { "dannyrohde.de", true }, { "dannystevens.co.uk", true }, + { "dannywall.com.au", true }, { "danonsecurity.com", true }, { "danotage.tv", true }, { "danoz.net", true }, @@ -22533,6 +22640,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dante.com", true }, { "dantelistan.com", true }, { "dantransports.fr", true }, + { "danux.co.uk", true }, { "danw.io", true }, { "danwin1210.me", true }, { "danwise.online", true }, @@ -22544,7 +22652,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daoro.net", false }, { "daphne.informatik.uni-freiburg.de", true }, { "daphnes-restaurant.co.uk", true }, - { "dapim.co.il", true }, { "daplie.com", true }, { "dapoxetinagenerico.cf", true }, { "dapperdom.net", true }, @@ -22617,6 +22724,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "darom.jp", true }, { "darrenby.design", true }, { "darrenellis.xyz", true }, + { "darrenlines.uk", true }, { "darrenm.net", true }, { "darshnam.com", true }, { "dart-tanke.com", true }, @@ -22637,7 +22745,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dashadmit123.com", true }, { "dashboard.run", true }, { "dashboard.yt", true }, - { "dashcloud.co", true }, { "dashdrive.net", true }, { "dashice.com", true }, { "dashlane.com", true }, @@ -22920,6 +23027,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dbmiller.org", true }, { "dbmteam.com", true }, { "dborcard.com", false }, + { "dbox.ga", true }, { "dbplanview.com", true }, { "dbq.com", true }, { "dbrand.com", true }, @@ -23012,7 +23120,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ddmeportal.com", true }, { "ddns-anbieter.de", true }, { "ddns-test.de", true }, - { "ddnsweb.com", false }, { "ddos-mitigation.co.uk", true }, { "ddos-mitigation.info", true }, { "ddosguard.cf", true }, @@ -23037,7 +23144,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "de.ls", true }, { "de.md", true }, { "de.search.yahoo.com", false }, - { "de8468.com", true }, { "dead-letter.email", true }, { "deadbeef.ninja", true }, { "deadc0de.re", true }, @@ -23147,6 +23253,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "decode.ga", true }, { "decodeanddestroy.com", true }, { "decofiori.com", true }, + { "decoinn.com.tw", true }, { "decologisticsgh.com", true }, { "decompiled.de", true }, { "deconsolas.tk", true }, @@ -23161,6 +23268,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "decorativeflooring.com", true }, { "decoratore.roma.it", true }, { "decoratrix.com", true }, + { "decorestilo.com.br", true }, { "decorincasa.com.br", true }, { "decormiernissanparts.com", true }, { "decorotti.com.tr", true }, @@ -23174,9 +23282,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dedg3.com", true }, { "dedge.org", true }, { "dedicatedtowomenobgyn.com", true }, + { "dedirten.com", true }, { "dedmoroz.ga", true }, { "dedmorozrzn.ru", false }, - { "dedoho.pw", false }, + { "dedoho.pw", true }, { "dedoles.at", true }, { "dedoles.com", true }, { "dedoles.cz", true }, @@ -23193,7 +23302,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deegeeinflatables.co.uk", true }, { "deejayladen.de", true }, { "deelmijnreis.nl", true }, - { "deelodge.art", true }, + { "deelodge.art", false }, { "deemlove.com", true }, { "deeonix.eu", true }, { "deep-chess.com", false }, @@ -23219,6 +23328,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deepvalley.tech", true }, { "deerfieldapartmentsstl.com", true }, { "deerwoodrvpark.com", true }, + { "deesylab.com", true }, { "deezeno.com", true }, { "def-pos.ru", true }, { "defamiliehagen.com", true }, @@ -23237,11 +23347,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "defero.io", true }, { "defesa.gov.br", true }, { "defesaaereanaval.com.br", true }, - { "deffo.com.au", true }, { "defi-metier.org", true }, { "defiant.com", true }, { "defiantrust.com", true }, { "defibrillateur.co", true }, + { "defifa.ga", true }, { "defimetier.fr", true }, { "define-atheism.com", true }, { "define-atheist.com", true }, @@ -23314,7 +23424,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "delam.site", true }, { "delawarenation-nsn.gov", true }, { "delbecqvo.be", false }, - { "delbrouck.ch", true }, { "delcopa.gov", true }, { "delduca.casa", true }, { "deleenheir.be", true }, @@ -23338,6 +23447,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "delirecetas.com", true }, { "delitto.top", true }, { "deliverability.guru", true }, + { "delivr.com", true }, { "delkniga42.ru", true }, { "dellacasapizzasemassas.com.br", true }, { "dellasano.com", true }, @@ -23368,12 +23478,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deltasigmachi.org", true }, { "deltav.ml", false }, { "deltava.org", true }, - { "deltawolf.tk", true }, { "deltna.com", true }, { "deluxe-dubai.com", true }, { "delvinoadegas.com.br", true }, { "delycate.com", true }, - { "demadryn.com", true }, { "demand.io", true }, { "demarle.ch", false }, { "demastglazenwasserij.nl", true }, @@ -23444,7 +23552,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "denkmalagentur.ch", true }, { "denkmalsetzung.at", true }, { "denkubator.de", true }, - { "dennhat.com", true }, + { "dennhat.com", false }, { "denninger.jp", true }, { "dennisang.com", true }, { "dennisdoes.net", false }, @@ -23490,6 +23598,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "depechemode-live.com", true }, { "deped.io", true }, { "deped.org", true }, + { "depedclick.ph", true }, { "depedclub.ph", true }, { "depedncr.com", true }, { "depedresources.ph", true }, @@ -23537,7 +23646,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "derbysound.com", true }, { "derbyware.com", true }, { "derchris.me", true }, - { "derco.com.co", true }, { "derdewereldrommelmarkt.nl", true }, { "dereddingsklos.nl", true }, { "dereferenced.net", true }, @@ -23591,6 +23699,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deseosvip.tk", true }, { "desertbloomplasticsurgery.com", true }, { "desertedisland.name", true }, + { "desertfiredesigns.com", true }, { "desertmedaesthetics.com", true }, { "desertsounds.org", true }, { "desgenst.ch", true }, @@ -23611,11 +23720,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "designgears.com", true }, { "designgraphic.fr", true }, { "designhuddle.com", true }, - { "designovus.com", true }, + { "designovus.com", false }, { "designrhome.com", true }, { "designs.codes", true }, { "designsbyjanith.com", true }, { "designskin.ch", false }, + { "designtrc.com", true }, { "designville.cz", true }, { "designville.sk", true }, { "desila.jp", true }, @@ -23730,7 +23840,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devconf.nl", true }, { "devcore.pl", true }, { "devcu.net", true }, - { "devdeb.com", true }, + { "devdeb.com", false }, { "devdesco.com", true }, { "devdoodle.net", true }, { "devel.cz", true }, @@ -23789,6 +23899,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devrim.io", true }, { "devsjournal.com", true }, { "devskiller.com", true }, + { "devslash.net", true }, { "devsrvr.ru", true }, { "devstaff.gr", true }, { "devstores.io", false }, @@ -23799,6 +23910,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devtoys.ru", true }, { "devtty.org", true }, { "devun.limited", true }, + { "devynfreet.com", true }, { "devzero.io", true }, { "dewaard.de", true }, { "dewalch.net", true }, @@ -23864,7 +23976,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dgtakano.co.jp", true }, { "dgx.io", true }, { "dh6729.com", true }, - { "dh7337.com", true }, { "dh9397.com", true }, { "dh9721.com", true }, { "dhakawebhost.com", true }, @@ -23895,6 +24006,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diabetessucks.net", true }, { "diabhal-staff.com", true }, { "diabhal-staff.it", true }, + { "diablo-2.net", true }, { "diablocarpet.com", true }, { "diablovalleytech.com", true }, { "diabolic.chat", true }, @@ -23917,6 +24029,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diamantovaburza.cz", true }, { "diamgroup.pl", true }, { "diamond-hairstyle.dk", true }, + { "diamondcontent.com", true }, { "diamondpkg.org", true }, { "diamondrose.co.za", false }, { "diamondsleepsolutions.com", true }, @@ -23926,6 +24039,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diamsmedia.ch", true }, { "dianadrive.com", true }, { "diananeves.pt", false }, + { "dianas.sk", true }, { "dianefriedli.ch", false }, { "dianurse.com", true }, { "diare-na-miru.cz", true }, @@ -24049,6 +24163,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diffnow.com", true }, { "diffuzehr.com.au", true }, { "difoosion.com", true }, + { "difusordeambientes.com.br", true }, { "digchip.com", true }, { "digchip.info", true }, { "digchip.net", true }, @@ -24088,6 +24203,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digital-insurance-engine.de", true }, { "digital-insurance-platform.com", true }, { "digital-insurance-platform.de", true }, + { "digital-insure.fr", true }, { "digital-liberal.ch", true }, { "digital-sculpture.org", true }, { "digital-sign.com.cn", true }, @@ -24135,6 +24251,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitalfury.co.uk", true }, { "digitalfuturenow.com", true }, { "digitalgeckos.com", true }, + { "digitalgeek.social", true }, { "digitalgov.gov", true }, { "digitalhealth.gov.au", true }, { "digitalhurricane.io", false }, @@ -24146,7 +24263,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitallive24.ir", true }, { "digitalmaniac.co.uk", true }, { "digitalmarketingindallas.com", true }, - { "digitalmarketingrocks.com", true }, { "digitalpiloten.org", true }, { "digitalposition.com", true }, { "digitalprimate.my", true }, @@ -24161,7 +24277,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitalspiders.pk", true }, { "digitalsurge.io", true }, { "digitaltcertifikat.dk", true }, - { "digitaltrust.ae", true }, + { "digitaltrust.ae", false }, { "digitec.ch", true }, { "digitecgalaxus.ch", true }, { "digitium.fr", true }, @@ -24191,8 +24307,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dimanss47.net", true }, { "dime-staging.com", true }, { "dime.io", true }, + { "dimeponline.com.br", true }, { "dimez.ru", true }, { "dimiskovska.de", true }, + { "dimism.eu", true }, { "dimitrihomes.com", true }, { "dimitrovi.tk", true }, { "dimmersagourahills.com", true }, @@ -24257,6 +24375,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "directed.ir", true }, { "directelectricalltd.co.uk", true }, { "directfinance.cz", true }, + { "directfitnesssolutions.com", true }, { "directhomeremodelinginc.com", true }, { "directlendingsolutions.com", true }, { "directlinkfunding.co.uk", true }, @@ -24272,7 +24391,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "directtwo.solutions", true }, { "directtwosolutions.org", false }, { "directvacations.com", true }, - { "directveilig.nl", true }, { "direktvermarktung-schmitzberger.at", true }, { "direwolfsoftware.ca", true }, { "diriya.lk", true }, @@ -24425,6 +24543,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "distracteddriving.gov", true }, { "distraction.gov", true }, { "distratus.com", true }, + { "distribuidoracristal.com.br", true }, + { "distribuidoradecierres.com", true }, { "distribuidoraplus.com", true }, { "distribuidorveterinario.es", true }, { "distributednya.com", true }, @@ -24435,6 +24555,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "distro.fr", true }, { "distro.re", false }, { "ditch.ch", true }, + { "ditdot.hr", true }, { "ditec.sk", true }, { "ditemanggung.com", true }, { "diti.me", true }, @@ -24472,6 +24593,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "divistart.online", true }, { "divisuite.com", true }, { "divjak.at", true }, + { "divorciosmurcia.com", true }, { "divup.com", true }, { "diwei.vip", true }, { "dixibox.com", true }, @@ -24521,6 +24643,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "djl63001.com", true }, { "djleon.net", true }, { "djlinux.cz", true }, + { "djlive.pl", true }, { "djlnetworks.co.uk", true }, { "djlove.tk", true }, { "djmarian.com", true }, @@ -24542,7 +24665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dk1818.cc", true }, { "dkcomputers.com.au", true }, { "dkds.us", true }, - { "dkn.go.id", false }, + { "dkn.go.id", true }, { "dko-steiermark.ml", true }, { "dkravchenko.su", false }, { "dkstage.com", true }, @@ -24606,6 +24729,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dmx.xyz", true }, { "dmxledlights.com", true }, { "dmzlab.se", true }, + { "dn-inc.biz", true }, { "dn3s.me", true }, { "dn42.us", true }, { "dna.li", true }, @@ -24634,8 +24758,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dnscrypt.info", true }, { "dnscrypt.nl", true }, { "dnscurve.io", true }, - { "dnsge.org", true }, { "dnshallinta.fi", true }, + { "dnsinfo.ml", true }, { "dnsipv6.srv.br", true }, { "dnskeep.com", true }, { "dnskeeper.com", true }, @@ -24648,11 +24772,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dnssecandipv6.se", true }, { "dnstats.io", true }, { "dnstwister.report", true }, + { "do-do.tk", true }, { "do-pro.net", true }, { "do-prod.com", false }, { "do.gd", true }, { "do.search.yahoo.com", false }, { "do13.net", true }, + { "do168.net", true }, { "do67.de", true }, { "do67.net", true }, { "dobbshvac.com", true }, @@ -24672,7 +24798,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "docbox.ch", true }, { "docdoc.ru", true }, { "docemeldoces.com", true }, - { "doceo.com", true }, { "dochimera.com", true }, { "dochub.com", true }, { "dockerbook.com", false }, @@ -24690,6 +24815,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "docs.google.com", true }, { "docs.python.org", true }, { "docs.tw", true }, + { "docsoc.org.uk", true }, { "doctabaila.com", true }, { "doctafit.com", true }, { "docteurcardin.com", false }, @@ -24730,7 +24856,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dogadayiz.net", true }, { "dogan.ch", false }, { "dogandoganay.com", true }, - { "dogcat.vn", true }, { "dogcontrol.ca", true }, { "dogcratereview.info", true }, { "doge.town", true }, @@ -24753,15 +24878,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dogsdailylife.com", true }, { "dogsnow.com", true }, { "dogurai.com", true }, - { "dogwalkeru.com", true }, + { "dogworld.com.br", true }, { "dohanews.co", true }, { "doi.org", true }, { "doihavetoputonpants.com", true }, { "doinaruscior.eu", true }, { "doitauto.de", true }, - { "doitexperience.com", true }, { "dojifish.space", true }, { "dojin.nagoya", true }, + { "dojocasts.com", true }, { "dojozendebourges.fr", true }, { "dokan-e.com", true }, { "dokee.cn", true }, @@ -24795,7 +24920,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dolphin-cloud.com", true }, { "dolphin-hosting.com", true }, { "dolphin-it.de", true }, - { "dolphinaris.com.br", true }, { "dom.blog", true }, { "doma.in", true }, { "domacikavarna.cz", true }, @@ -24820,6 +24944,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "domainspeicher.one", true }, { "domainstaff.com", true }, { "domainvoider.cf", true }, + { "domakidis.com", true }, { "domarkperu.com", true }, { "domashnij-pk.ru", true }, { "domashnijpk.ru", true }, @@ -24858,6 +24983,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "domizx.de", true }, { "domjh.com", true }, { "domlist.tk", true }, + { "dommascate.com.br", true }, { "domob.eu", true }, { "domodeco.fr", true }, { "domodedovo.travel", true }, @@ -24993,6 +25119,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dortmund.directory", true }, { "dorwartsgarage.com", true }, { "dos.cafe", true }, + { "dosei.net", true }, { "dosenbierrepublik.com", true }, { "dosenkiwi.at", true }, { "dosje.org", true }, @@ -25024,7 +25151,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dotesports.com", true }, { "dotgov.gov", true }, { "dothebangthingsalon.com", true }, - { "dothydesign.com", true }, { "dotjesper.com", true }, { "dotjesper.dk", true }, { "dotjesper.net", true }, @@ -25046,6 +25172,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dotsiam.in.th", true }, { "dottore.roma.it", true }, { "dottormarc.it", true }, + { "dotya.ml", true }, { "dotyk.me", true }, { "douai.me", true }, { "double20.gg", true }, @@ -25057,7 +25184,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "doublestat.me", true }, { "doubleup.com.au", true }, { "doubtaboutwill.org", true }, - { "douceurcarlet.com", true }, { "doucheba.gs", false }, { "doughseeker.com", true }, { "douglas-ma.gov", true }, @@ -25080,6 +25206,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dowellconsulting.com", true }, { "dowhatmakegood.de", true }, { "dowling.nz", true }, + { "down-load.dynu.net", true }, { "download-knigi.gq", true }, { "download.dk", true }, { "downloadaja.com", true }, @@ -25089,6 +25216,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "downloadhindimovie.com", true }, { "downloadhindimovie.net", true }, { "downloadhindimovies.net", true }, + { "downloadmoremousepad.ml", true }, { "downloads.zdnet.com", true }, { "downloadsoftwaregratisan.com", true }, { "downrightcute.com", true }, @@ -25139,6 +25267,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dpucarriersma.gov", true }, { "dpwsweeps.co.uk", true }, { "dr-becarelli-philippe.chirurgiens-dentistes.fr", true }, + { "dr-bodendorf.de", true }, { "dr-ermilov.com", true }, { "dr-knirr.de", true }, { "dr-marlen-nystroem.de", true }, @@ -25159,10 +25288,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drach.xyz", true }, { "drachenleder.de", true }, { "dracisvet.cz", true }, - { "dracoon.com", true }, - { "dracoon.de", true }, { "dracoon.team", true }, - { "dracox.com", false }, + { "dracox.com", true }, { "dracula.city", true }, { "draemar.com", true }, { "draftguru.com.au", true }, @@ -25241,6 +25368,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drainwllc.com", true }, { "drake.partners", true }, { "drakecommercial.com", true }, + { "drakeexcavating.com", true }, { "drakeluce.com", true }, { "drakenprospero.com", false }, { "drakenson.de", true }, @@ -25305,7 +25433,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dreamof.net", false }, { "dreamsforabetterworld.com.au", true }, { "dreamsinbits.com", true }, - { "dreamstream.nl", true }, { "dreamstream.tv", true }, { "dreamstream.video", true }, { "dreamstudio.com", true }, @@ -25313,7 +25440,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dreamsxxl.com", true }, { "dreamz-staging.zone", true }, { "dreamz.com", true }, - { "dreatho.com", false }, + { "dreatho.com", true }, { "dreax.win", true }, { "dreemurr.com", true }, { "drei01.com", true }, @@ -25396,7 +25523,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "driveforadtransport.com", true }, { "driveforartur.com", true }, { "drivemorganvanlines.com", true }, - { "driven2shine.eu", true }, { "drivenbyperspective.com", true }, { "drivenes.net", true }, { "driveoakleytransport.com", true }, @@ -25419,6 +25545,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drixn.net", true }, { "drizz.com.br", false }, { "drjacquesmalan.com", true }, + { "drjart.com", true }, + { "drjenafernandez.com", false }, { "drjoe.ca", true }, { "drjosebarrera.com", true }, { "drjulianneil.com", true }, @@ -25482,6 +25610,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drrr.chat", true }, { "drrr.com", true }, { "drrr.wiki", true }, + { "drryanstanton.com", true }, { "drsajjadian.com", true }, { "drsamuelkoo.com", true }, { "drsarah.net", true }, @@ -25501,6 +25630,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drtimothysteelvideos.com", true }, { "drtristanberry.com", true }, { "drtti.io", true }, + { "drubn.de", true }, { "druckerei-huesgen.de", true }, { "drugs.com", true }, { "drugstore4you.net", true }, @@ -25528,9 +25658,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drydrydry.com", true }, { "dryerventcleaningarlington.com", true }, { "dryerventcleaningcarrollton.com", true }, - { "dryjersey.com", true }, { "drymx.cn", true }, - { "dryudha.site", true }, { "drywallresponse.gov", true }, { "drywtea.com", true }, { "ds.lol", true }, @@ -25644,6 +25772,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "duchateaugyn.be", true }, { "duchyoffeann.com", true }, { "ducius.net", true }, + { "duckasylum.com", false }, { "duckbase.com", true }, { "duckblade.com", true }, { "duckcorp.org", true }, @@ -25732,11 +25861,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "durand.tf", true }, { "durangoenergyllc.com", true }, { "duranthon.eu", true }, - { "durastill-distiller.com", true }, { "durbanlocksmiths.co.za", true }, { "durcal.tk", true }, { "durchblick-shop.de", true }, { "durdle.com", true }, + { "duredo.com", true }, { "dureuil.info", true }, { "durexwinkel.nl", true }, { "durfteparticiperen.nl", true }, @@ -25777,6 +25906,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dutchweballiance.nl", true }, { "dutkoteam.com", true }, { "dutrac.co.id", true }, + { "duttur.com", true }, { "dutyfreeinformation.com", true }, { "duval.paris", true }, { "duvalo.eu", true }, @@ -25814,6 +25944,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dwz-solutions.com", true }, { "dx-revision.com", true }, { "dx2o.com", true }, + { "dx365.biz", true }, { "dxa.io", false }, { "dxgl.info", true }, { "dxgl.org", true }, @@ -25828,11 +25959,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dybuster.es", true }, { "dybuster.it", true }, { "dybuster.se", true }, - { "dycoa.com", true }, { "dyeager.org", true }, { "dyktig.as", true }, { "dyktig.no", true }, { "dylangattey.com", true }, + { "dylanhansch.net", true }, { "dylankatz.com", true }, { "dylanknoll.ca", true }, { "dylanscott.com.au", true }, @@ -25890,7 +26021,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dyz.pw", true }, { "dz6729.com", true }, { "dz6957.com", true }, - { "dz7337.com", true }, { "dzar.nsupdate.info", true }, { "dzeina.ch", false }, { "dzet.de", true }, @@ -25915,6 +26045,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dzyabchenko.com", true }, { "dzyszla.pl", true }, { "dzytdl.com", true }, + { "dzz.by", true }, { "e-account.by", true }, { "e-alink.com", true }, { "e-alive.com", true }, @@ -25930,6 +26061,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e-coexist.com", true }, { "e-cogni.com.br", false }, { "e-colle.info", true }, + { "e-cottage.com.br", true }, { "e-diabolo.tk", true }, { "e-emploi.be", true }, { "e-enterprise.gov", true }, @@ -25953,7 +26085,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e-ptn.com", true }, { "e-receta.cl", true }, { "e-referendum.cz", true }, - { "e-sa.com", true }, { "e-speak24.pl", true }, { "e-standardstore.org", true }, { "e-surety.net", true }, @@ -25980,6 +26111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e007.com", true }, { "e1488.com", true }, { "e15r.co", true }, + { "e2ebrindes.com.br", true }, { "e2feed.com", true }, { "e30.ee", true }, { "e30365.com", true }, @@ -26014,6 +26146,221 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e9728.co", true }, { "ea-lateleassistance.com", true }, { "ea2drocks.com", true }, + { "eac010.com", true }, + { "eac020.com", true }, + { "eac021.com", true }, + { "eac022.com", true }, + { "eac023.com", true }, + { "eac024.com", true }, + { "eac025.com", true }, + { "eac027.com", true }, + { "eac028.com", true }, + { "eac029.com", true }, + { "eac0310.com", true }, + { "eac0311.com", true }, + { "eac0312.com", true }, + { "eac0313.com", true }, + { "eac0314.com", true }, + { "eac0315.com", true }, + { "eac0316.com", true }, + { "eac0317.com", true }, + { "eac0318.com", true }, + { "eac0319.com", true }, + { "eac0335.com", true }, + { "eac0350.com", true }, + { "eac0351.com", true }, + { "eac0352.com", true }, + { "eac0353.com", true }, + { "eac0354.com", true }, + { "eac0355.com", true }, + { "eac0356.com", true }, + { "eac0357.com", true }, + { "eac0358.com", true }, + { "eac0359.com", true }, + { "eac0370.com", true }, + { "eac0371.com", true }, + { "eac0372.com", true }, + { "eac0373.com", true }, + { "eac0374.com", true }, + { "eac0375.com", true }, + { "eac0376.com", true }, + { "eac0377.com", true }, + { "eac0378.com", true }, + { "eac0379.com", true }, + { "eac0391.com", true }, + { "eac0392.com", true }, + { "eac0393.com", true }, + { "eac0394.com", true }, + { "eac0395.com", true }, + { "eac0396.com", true }, + { "eac0398.com", true }, + { "eac0410.com", true }, + { "eac0411.com", true }, + { "eac0412.com", true }, + { "eac0413.com", true }, + { "eac0414.com", true }, + { "eac0415.com", true }, + { "eac0416.com", true }, + { "eac0417.com", true }, + { "eac0418.com", true }, + { "eac0419.com", true }, + { "eac0421.com", true }, + { "eac0427.com", true }, + { "eac0429.com", true }, + { "eac0431.com", true }, + { "eac0432.com", true }, + { "eac0433.com", true }, + { "eac0434.com", true }, + { "eac0435.com", true }, + { "eac0436.com", true }, + { "eac0437.com", true }, + { "eac0438.com", true }, + { "eac0439.com", true }, + { "eac0440.com", true }, + { "eac0450.com", true }, + { "eac0451.com", true }, + { "eac0452.com", true }, + { "eac0453.com", true }, + { "eac0454.com", true }, + { "eac0455.com", true }, + { "eac0456.com", true }, + { "eac0457.com", true }, + { "eac0458.com", true }, + { "eac0459.com", true }, + { "eac0470.com", true }, + { "eac0471.com", true }, + { "eac0472.com", true }, + { "eac0473.com", true }, + { "eac0474.com", true }, + { "eac0475.com", true }, + { "eac0476.com", true }, + { "eac0477.com", true }, + { "eac0478.com", true }, + { "eac0479.com", true }, + { "eac0482.com", true }, + { "eac0483.com", true }, + { "eac0510.com", true }, + { "eac0511.com", true }, + { "eac0512.com", true }, + { "eac0513.com", true }, + { "eac0514.com", true }, + { "eac0515.com", true }, + { "eac0516.com", true }, + { "eac0517.com", true }, + { "eac0518.com", true }, + { "eac0519.com", true }, + { "eac0523.com", true }, + { "eac0530.com", true }, + { "eac0531.com", true }, + { "eac0532.com", true }, + { "eac0533.com", true }, + { "eac0534.com", true }, + { "eac0535.com", true }, + { "eac0536.com", true }, + { "eac0537.com", true }, + { "eac0538.com", true }, + { "eac0539.com", true }, + { "eac0550.com", true }, + { "eac0551.com", true }, + { "eac0552.com", true }, + { "eac0553.com", true }, + { "eac0554.com", true }, + { "eac0555.com", true }, + { "eac0556.com", true }, + { "eac0557.com", true }, + { "eac0558.com", true }, + { "eac0559.com", true }, + { "eac0561.com", true }, + { "eac0562.com", true }, + { "eac0563.com", true }, + { "eac0564.com", true }, + { "eac0565.com", true }, + { "eac0566.com", true }, + { "eac0570.com", true }, + { "eac0571.com", true }, + { "eac0572.com", true }, + { "eac0573.com", true }, + { "eac0574.com", true }, + { "eac0576.com", true }, + { "eac0577.com", true }, + { "eac0578.com", true }, + { "eac0579.com", true }, + { "eac0580.com", true }, + { "eac0591.com", true }, + { "eac0592.com", true }, + { "eac0593.com", true }, + { "eac0832.com", true }, + { "eac0833.com", true }, + { "eac0834.com", true }, + { "eac0835.com", true }, + { "eac0836.com", true }, + { "eac0837.com", true }, + { "eac0838.com", true }, + { "eac0839.com", true }, + { "eac0840.com", true }, + { "eac0851.com", true }, + { "eac0852.com", true }, + { "eac0853.com", true }, + { "eac0854.com", true }, + { "eac0855.com", true }, + { "eac0856.com", true }, + { "eac0857.com", true }, + { "eac0858.com", true }, + { "eac0859.com", true }, + { "eac0870.com", true }, + { "eac0871.com", true }, + { "eac0872.com", true }, + { "eac0873.com", true }, + { "eac0874.com", true }, + { "eac0875.com", true }, + { "eac0876.com", true }, + { "eac0877.com", true }, + { "eac0878.com", true }, + { "eac0879.com", true }, + { "eac0881.com", true }, + { "eac0883.com", true }, + { "eac0886.com", true }, + { "eac0887.com", true }, + { "eac0888.com", true }, + { "eac0890.com", true }, + { "eac0891.com", true }, + { "eac0898.com", true }, + { "eac0899.com", true }, + { "eac0910.com", true }, + { "eac0911.com", true }, + { "eac0912.com", true }, + { "eac0913.com", true }, + { "eac0914.com", true }, + { "eac0915.com", true }, + { "eac0916.com", true }, + { "eac0917.com", true }, + { "eac0930.com", true }, + { "eac0931.com", true }, + { "eac0932.com", true }, + { "eac0933.com", true }, + { "eac0934.com", true }, + { "eac0935.com", true }, + { "eac0936.com", true }, + { "eac0937.com", true }, + { "eac0938.com", true }, + { "eac0941.com", true }, + { "eac0943.com", true }, + { "eac0951.com", true }, + { "eac0952.com", true }, + { "eac0953.com", true }, + { "eac0954.com", true }, + { "eac0971.com", true }, + { "eac0972.com", true }, + { "eac0973.com", true }, + { "eac0974.com", true }, + { "eac0975.com", true }, + { "eac0976.com", true }, + { "eac0977.com", true }, + { "eac0991.com", true }, + { "eac222.com", true }, + { "eac333.com", true }, + { "eac444.com", true }, + { "eac555.com", true }, { "eacero.com", true }, { "ead-italia.it", true }, { "eagar.com.au", true }, @@ -26181,7 +26528,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ec-baran.de", true }, { "ec-current.com", true }, { "ec.mine.nu", true }, - { "ecalculator.org", true }, { "ecardoo.com", true }, { "ecardoo.de", true }, { "ecardoo.net", true }, @@ -26194,9 +26540,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecdahls.no", true }, { "ecdn.cz", true }, { "ecelembrou.ovh", true }, + { "ecfnorte.com.br", true }, { "ecfunstalls.com", true }, { "echarity.ae", true }, { "echarlascartas.es", true }, + { "echelle-escamotable.info", true }, { "echi.pw", true }, { "echidna-rocktools.eu", true }, { "echinus.solutions", true }, @@ -26237,7 +26585,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eclipseforum.tk", true }, { "ecliptic.cc", true }, { "eclypsium.io", false }, - { "ecmatching.com", true }, { "ecnetworker.com", true }, { "eco-derattizzazione.it", true }, { "eco-flowplumbing.com", true }, @@ -26298,7 +26645,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecos.srl", true }, { "ecoshare.info", true }, { "ecoskif.ru", true }, - { "ecosm.com.au", true }, { "ecosoftconsult.com", true }, { "ecosound.ch", false }, { "ecostruxureit.com", true }, @@ -26319,6 +26665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecrownoffire.com", true }, { "ecsupplyinc.com", true }, { "ectora.com", true }, + { "ecuaambato.com", true }, { "ecuadorbienesraices.com", true }, { "ecuadorextremo.com", true }, { "ecuapaginas.com", true }, @@ -26328,7 +26675,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ed-studios.tk", true }, { "ed.gs", true }, { "edailystar.com", true }, - { "edanni.io", true }, { "edapt.org.uk", true }, { "edas.info", false }, { "edcaptain.com", true }, @@ -26338,7 +26684,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eddmil.es", true }, { "eddokloosterman.com", true }, { "eddy-vh.com", true }, - { "eddy.ee", true }, { "eddyn.net", true }, { "edeals.co", true }, { "edeals.co.com", true }, @@ -26364,6 +26709,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edgefantasy.com", true }, { "edgeservices.co.uk", true }, { "edgetalk.net", true }, + { "edgezzz.com", true }, { "edh.email", true }, { "edhesive.com", true }, { "edholm.pub", true }, @@ -26371,7 +26717,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edi-gate.de", true }, { "edibarcode.com", true }, { "edicct.com", true }, - { "edify.space", false }, { "edilane.com", true }, { "edilane.de", true }, { "edilservizi.it", true }, @@ -26403,6 +26748,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edmoncu.com", true }, { "edmundcelis.com", true }, { "ednananniart.com.mx", true }, + { "edoss.co.za", true }, { "edp-collaborative.com", true }, { "edplan.io", true }, { "edragneainpuscarie.ro", true }, @@ -26468,6 +26814,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edyou.eu", true }, { "edyou.org", true }, { "edzilla.info", true }, + { "ee-koolitus.ee", true }, { "ee-terminals.com", true }, { "ee00228.com", true }, { "ee362.com", true }, @@ -26481,8 +26828,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ee575.com", true }, { "ee631.com", true }, { "ee632.com", true }, - { "ee651.com", true }, - { "ee652.com", true }, + { "ee651.com", false }, + { "ee652.com", false }, { "ee6729.co", true }, { "ee6729.com", true }, { "ee6957.co", true }, @@ -26501,6 +26848,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eelsden.net", true }, { "eelzak.nl", true }, { "eemcevn.com", true }, + { "een-eenvoudige-test-voor-de-maximum-lengte-van-een-nederlandse.nl", true }, { "eentertain.com.my", true }, { "eentweevijf.be", true }, { "eenvren.com", true }, @@ -26554,7 +26902,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eftcorp.biz", false }, { "eftelingcraft.net", true }, { "eftopia.org", true }, - { "efzh2so1cuskp9j3evlqa1m68id-m9p1tzb05zo.com", true }, { "eg7.co.jp", true }, { "egablo.black", true }, { "egarden.it", true }, @@ -26607,13 +26954,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "egweb.tv", true }, { "ehaccp.it", true }, { "ehazi.hu", true }, - { "ehb-sec-ward.be", true }, { "ehbsecuritydavy.be", true }, { "ehbssl.com", true }, + { "ehcommerce.com", true }, + { "ehcommerce.org", true }, { "ehealth.gov.au", true }, { "eheliche-disziplin.schule", true }, { "ehipaa.com", true }, - { "ehlacademy.org", true }, { "ehmsen.nu", true }, { "ehmtheblueline.com", true }, { "ehne.de", true }, @@ -26676,7 +27023,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eioperator.com", false }, { "eipione.com", true }, { "eirastudios.co.uk", false }, - { "eirb.fr", true }, { "eirik.eu", true }, { "eisaev.ru", true }, { "eisblau.org", true }, @@ -26735,6 +27081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "el-cell.com", true }, { "el-hossari.com", true }, { "el-news.de", true }, + { "el-soul.com", false }, { "elaboratefiction.com", true }, { "eladgames.com", true }, { "eladlak-ingatlan.com", true }, @@ -26753,7 +27100,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elb500ttl.nl", true }, { "elbaal.gov", true }, { "elbetech.net", true }, - { "elblogdegoyo.mx", true }, { "elbohlyart.com", true }, { "elboogieboutique.com", true }, { "elburgozagalicos.com", true }, @@ -26767,6 +27113,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elderjustice.gov", true }, { "eldertons.co.uk", true }, { "eldevo.com", true }, + { "eldiariodemof.com", true }, { "eldietista.es", true }, { "eldisagjapi.de", true }, { "eldoradocylinders.com", true }, @@ -26877,8 +27224,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "electroworld.cz", true }, { "electrum.org", true }, { "eled.io", true }, + { "elefantebrasil.com.br", true }, { "elefantevoador.com", true }, + { "elegance-lingerie.com", true }, { "elegance-sm.com", true }, + { "eleganceperfumes.com.br", true }, { "elegantlatex.tk", true }, { "eleicoes2014.com.br", true }, { "eleicoes2016.com.br", true }, @@ -26906,6 +27256,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elektrobusch.com", true }, { "elektrofinke.de", true }, { "elektrokarges.de", true }, + { "elektrolang.com", true }, { "elektrometz.de", true }, { "elektronickakancelar.cz", true }, { "elektronring.com", true }, @@ -26947,8 +27298,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elettrolinkimpianti.it", true }, { "eleusis-zur-verschwiegenheit.de", true }, { "elevateandprosper.com", true }, + { "elevatedconstructionltd.com", true }, { "elevationcreative.net", true }, - { "elevationfilms.net", true }, { "elevationtech.co.za", true }, { "elevator.ee", true }, { "elevatoraptitudetest.com", true }, @@ -26995,7 +27346,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elinevanhaaften.nl", true }, { "elinvention.ovh", true }, { "eliolita.com", true }, - { "eliott.be", true }, { "elipsyum.com", true }, { "elisa.ee", false }, { "elisabeth-kostecki.de", true }, @@ -27017,6 +27367,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elitel.nl", true }, { "elitelatinas.com", true }, { "elitepainmanagement.com", true }, + { "elitephysiotherapy.com.au", true }, { "elitsa.gr", true }, { "elixi.re", true }, { "elixir.bzh", true }, @@ -27079,6 +27430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elsagradocoran.org", true }, { "elsentech.com", true }, { "elsenzhafen.de", true }, + { "elsg.co.uk", true }, { "elshou.com", true }, { "elsignificadodesonar.com", true }, { "elskling.no", true }, @@ -27124,8 +27476,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emailing.alsace", true }, { "emailmeform.com", true }, { "emailprivacytester.com", true }, - { "emailtemporal.org", true }, - { "emailtools.io", true }, + { "emailtemporal.org", false }, + { "emailtools.io", false }, { "emaily.eu", true }, { "emalm.com", true }, { "emalm.ml", true }, @@ -27166,7 +27518,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emeraldcoasturgentcare.com", true }, { "emeraldislerealty.com", true }, { "emergency-federal-register.gov", true }, - { "emergencycommand.us", true }, { "emergencyshutoff.com", true }, { "emergesydney.com.au", true }, { "emero.de", true }, @@ -27181,6 +27532,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emil.click", true }, { "emil.one", true }, { "emilecourriel.com", true }, + { "emiliehouse.net", true }, { "emiliendevos.be", true }, { "emilio.media", true }, { "emiliops.com", true }, @@ -27202,6 +27554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emirichardson.com", true }, { "emisia.com", true }, { "emivauthey.com", true }, + { "emkanrecords.com", true }, { "emkode.pl", true }, { "emkrivoy.com", true }, { "emma-o.com", true }, @@ -27246,11 +27599,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "employer.gov", true }, { "employer.guru", true }, { "employer411.com", true }, + { "employersupport.co.uk", true }, { "employmax.co.za", true }, { "employmaxetd.co.za", true }, { "employment-applicant.com", true }, { "employmentlawworldview.com", true }, { "emporikonathenshotel.com", true }, + { "emporiodascalcinhas.com.br", true }, + { "emporiodosperfumes.com.br", true }, + { "emporioonline.com.br", true }, + { "emporiopatanegra.com.br", true }, { "emporioviverbem.com.br", false }, { "empower.net", true }, { "empowerdb.com", true }, @@ -27298,6 +27656,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "encd.life", true }, { "encfs.win", true }, { "encircleapp.com", true }, + { "encircled.org", true }, { "encode.host", true }, { "encode.training", true }, { "encodecloud.net", true }, @@ -27317,6 +27676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "encryptmy.site", true }, { "encryptmycard.com", true }, { "encryptmysite.net", true }, + { "encuentrabajo.net", true }, { "encuentraprecios.es", true }, { "encycarpedia.com", true }, { "endangeredwatch.com", true }, @@ -27338,7 +27698,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "endoftenancycleaninglondon.co.uk", true }, { "endoftennancycleaning.co.uk", true }, { "endohaus.us", true }, - { "endpointsystems.com", true }, { "endspamwith.us", true }, { "enduranceday.be", true }, { "endurogp.org", true }, @@ -27393,6 +27752,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "engelundlicht.ch", true }, { "engelwerbung.com", true }, { "engg.ca", true }, + { "enghero.com", true }, { "engi.fyi", true }, { "engie-laadpalen.nl", true }, { "engiedev.net", true }, @@ -27410,7 +27770,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "englishbulgaria.net", true }, { "englishcast.com.br", true }, { "englishdirectory.de", true }, - { "englishliterature.net", true }, + { "englishforums.com", true }, { "englishlol.com", true }, { "englishphonopass.com", true }, { "englishstudio.com", true }, @@ -27428,7 +27788,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enity.tk", true }, { "enixgaming.com", true }, { "eniziolab.com", true }, - { "enjin.io", true }, { "enjin.zone", true }, { "enjincoin.io", true }, { "enjinwallet.io", true }, @@ -27446,6 +27805,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enlyft.com", false }, { "ennea-mediation.fr", true }, { "enness.co.uk", true }, + { "ennioporrino.de", true }, { "ennori.jp", true }, { "enodais.gr", true }, { "enofmusic.com", true }, @@ -27456,13 +27816,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enot32.ru", true }, { "enotecastore.it", true }, { "enotefile.com", true }, + { "enotovil.ru", true }, { "enpalmademallorca.info", true }, { "enpasenerji.com.tr", true }, { "enquetebeteiligung.de", true }, { "enquos.com", true }, { "enrack.tk", true }, { "enrich.email", true }, - { "enrico-caruso.it", true }, { "enrique-monroy.tk", true }, { "enrique.wtf", true }, { "enriquepiraces.com", true }, @@ -27475,6 +27835,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enskatson-sippe.de", true }, { "ensley.tech", true }, { "ensons.de", true }, + { "enstroga.at", true }, { "ensured.com", true }, { "ensured.nl", true }, { "ensurtec.com", true }, @@ -27508,6 +27869,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "entrusted.io", true }, { "entryboss.cc", true }, { "entrypoint.sh", true }, + { "entryscape.com", true }, { "entwickler.land", true }, { "enuchi.jp", true }, { "enuygun.com", true }, @@ -27515,9 +27877,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enveloppenopmaat.nl", true }, { "envescent.com", true }, { "enviam.de", true }, - { "enviaya.com.mx", true }, { "envide.no", true }, { "enviro-umweltservice.de", true }, + { "envirobizcollective.com.au", true }, { "enviroli.co.uk", true }, { "enviroli.com", true }, { "enviroli.org.uk", true }, @@ -27564,6 +27926,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epaygateway.net", true }, { "epcreport.net", true }, { "epdeveloperchallenge.com", true }, + { "eperniagaan.com", true }, { "ephesusbreeze.com", true }, { "epi-lichtblick.de", true }, { "epi.one", false }, @@ -27586,7 +27949,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epicpages.com", true }, { "epicsecure.de", true }, { "epicserver.ru", true }, - { "epicsoft.de", true }, + { "epicsoft.de", false }, { "epicvistas.com", true }, { "epicvistas.de", true }, { "epicwalnutcreek.com", true }, @@ -27645,6 +28008,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eproceedings.com", true }, { "eprojectfreetv.com", true }, { "epsi.io", true }, + { "epsilon.dk", true }, { "epsilon.photography", true }, { "epsmil.it", true }, { "epspolymer.com", true }, @@ -27669,13 +28033,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "equinetherapy.ca", true }, { "equinox.io", true }, { "equip-test.com", true }, + { "equipandoloja.net.br", true }, { "equipedefrance.tv", false }, { "equipoweb.info", true }, { "equippers.de", true }, { "equisecu.com", true }, { "equityelevate.com", true }, { "equityflows.com", true }, - { "equk.co.uk", true }, { "er-mgmt.com", true }, { "er-music.com", true }, { "er.tl", true }, @@ -27706,8 +28070,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ergobyte.eu", true }, { "ergobyte.gr", true }, { "ergodark.com", true }, - { "ergonova.fr", true }, { "ergoterapeutas.lt", true }, + { "ergovita.com.br", true }, { "ergowish.com", true }, { "eriador.io", true }, { "ericabrahamsen.net", true }, @@ -27722,6 +28086,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ericksonvasquez.com", true }, { "ericleuthardt.com", true }, { "ericloud.tk", true }, + { "erico-hm.com", true }, { "ericoc.com", true }, { "erics.site", true }, { "ericsilva.org", true }, @@ -27756,7 +28121,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ernal.net", true }, { "ernearmetx.com", true }, { "ernest.ly", true }, - { "ernsteisprung.ch", true }, { "ero-video.net", true }, { "ero.ink", false }, { "erodvd.com", false }, @@ -27772,6 +28136,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erpband.ru", true }, { "erpcargo.com", false }, { "erpelstolz.at", true }, + { "erperium.com", true }, { "erperium.nl", true }, { "erpiv.com", true }, { "errietta.me", true }, @@ -27949,7 +28314,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "escortbee.com", true }, { "escortbruxelles.be", true }, { "escortdisplay.com", true }, - { "escortgigolo.com", true }, { "escortlareryaman.com", true }, { "escortlistings.ca", true }, { "escortlistings.eu", true }, @@ -27961,6 +28325,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "escortmantra.com", true }, { "escortsforu.com", true }, { "escortslittleblackbook.com", true }, + { "escortsontop.co.uk", true }, { "escovator-records.tk", true }, { "escritoriodearte.com", false }, { "escuelabiblica.com", true }, @@ -27976,6 +28341,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eservices-greece.com", true }, { "eseth.de", true }, { "esfiledecrypter.com", true }, + { "esforces.com", true }, { "esg-abi2001.de", true }, { "esgen.org", true }, { "esgr.in", true }, @@ -27985,6 +28351,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eshspotatoes.com", true }, { "eshtapay.com", true }, { "esibun.net", true }, + { "esiefektivs.lv", true }, { "esigmbh.de", true }, { "esigtorg.ru", true }, { "esim.cz", true }, @@ -28020,6 +28387,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "espacio-cultural.com", true }, { "espacioantiguo.com", true }, { "espaciosdelalma.com", true }, + { "espacioseideas.mx", true }, { "espanol.search.yahoo.com", false }, { "espci.fr", true }, { "especialistagoogleadwords.com.br", true }, @@ -28067,6 +28435,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "essentieleolie.info", true }, { "essentta.com", true }, { "esseriumani.com", true }, + { "essethon.xyz", true }, { "essex.cc", true }, { "essexcosmeticdentists.co.uk", false }, { "essextimbercraft.co.uk", true }, @@ -28076,7 +28445,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "essplusmed.org", true }, { "essteebee.ch", false }, { "est-it.de", true }, - { "est-keyman.de", true }, { "est8.ai", true }, { "establo.pro", true }, { "estada.ch", true }, @@ -28088,6 +28456,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "estalinas.com", true }, { "estallidodigital.cl", true }, { "estan.cn", true }, + { "estaryshop.com.br", true }, { "estate360.co.tz", true }, { "estateczech-eu.ru", true }, { "estcequejailaflemme.fr", false }, @@ -28099,10 +28468,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esteladigital.com", true }, { "esteriliza-me.org", true }, { "esterilizacion-perros.es", true }, + { "esteticanorte.com.br", true }, { "estetici.com", true }, { "estetista.net", true }, { "esthe-zukan.com", true }, { "estherlew.is", true }, + { "esthernariyoshi.com", true }, + { "estilopack-loja.com.br", true }, { "estimulantesbrasil.com", true }, { "estintori.roma.it", true }, { "estonia.net", true }, @@ -28119,6 +28491,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "estudiogarcia-rada.com", true }, { "estudosnacionais.com", true }, { "estufitas.com", true }, + { "estumarca.com", true }, { "esu.moe", true }, { "esu.wiki", true }, { "esu.zone", true }, @@ -28131,6 +28504,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eswap.cz", true }, { "esyoil.com", true }, { "esyume.com", true }, + { "et-buchholz.de", true }, { "et-inf.de", true }, { "eta.cz", true }, { "etaes.eu", true }, @@ -28180,6 +28554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "etherderbies.com", true }, { "ethereal.games", true }, { "etherium.org", true }, + { "ethernium.fun", true }, { "etheron.com", true }, { "etherpad.nl", true }, { "ethers.news", true }, @@ -28194,7 +28569,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ethil-faer.fr", true }, { "ethiobaba.com", true }, { "ethiopian.dating", true }, - { "ethiopiannews247.com", true }, { "ethitter.com", true }, { "ethosinfo.com", true }, { "etienne.cc", true }, @@ -28359,7 +28733,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evamachkova.cz", true }, { "evamathil.de", true }, { "evamira.com", true }, - { "evan.mn", true }, { "evanfiddes.com", true }, { "evange.co.jp", true }, { "evangelicalmagazine.com", true }, @@ -28379,7 +28752,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eve-online-com.ru", true }, { "eve-raynon.fr", true }, { "eve-ua.com", true }, - { "evearly.com", true }, { "evedanjailbreak.com", true }, { "eveil-et-savoirs.com", true }, { "evelienzorgt.nl", true }, @@ -28457,9 +28829,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eveswell.com", true }, { "evexia.xyz", true }, { "evhoeft.com", true }, + { "eviadc.com", true }, { "eviction.cf", true }, { "evidence-based.review", true }, { "evidencebased.net", true }, + { "evidenceusa.com.br", true }, { "evidencija.ba", true }, { "evil-empire.tk", true }, { "evilbeasts.ru", true }, @@ -28473,6 +28847,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evilsite.cf", true }, { "evion.nl", true }, { "evisa.us.com", true }, + { "evitacion.com", true }, { "evlann.com", false }, { "evlear.com", true }, { "evlorin.com", true }, @@ -28508,7 +28883,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evotec.xyz", true }, { "evoting-test.ch", true }, { "evoting.ch", true }, - { "evowrap.co.uk", true }, { "evpro.lt", true }, { "evrial.com", true }, { "evrica.me", true }, @@ -28530,7 +28904,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ewanm89.com", true }, { "ewanm89.uk", true }, { "ewanto.de", true }, - { "ewar.lt", false }, + { "ewar.lt", true }, { "ewc.co.jp", true }, { "ewcd.co.jp", true }, { "ewe2.ninja", true }, @@ -28587,6 +28961,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "excesssecurity.com", false }, { "exchangers.top", true }, { "exchaser.com", true }, + { "exciters.tk", true }, { "excitoninteractive.com", true }, { "exclusivebeautystudio.com.au", true }, { "exclusivebouncycastles.co.uk", true }, @@ -28605,7 +28980,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exemples-de-stands.com", true }, { "exerforge.com", true }, { "exerforge.net", true }, - { "exeria.de", true }, { "exexcarriers.com", true }, { "exeypanteleev.com", true }, { "exgaywatch.com", true }, @@ -28630,6 +29004,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exotic-bengal-cattery.ml", true }, { "exoticads.com", true }, { "exoticaz.to", true }, + { "exoticspecialist.com", true }, { "exousiakaidunamis.pw", true }, { "exozwiki.com", false }, { "exp.de", true }, @@ -28670,8 +29045,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "explicate.org", true }, { "explodie.org", true }, { "explodingcamera.com", true }, + { "exploflex.com.br", true }, { "exploit-db.com", true }, - { "exploit.cz", true }, + { "exploit.cz", false }, { "exploit.party", true }, { "exploit.ph", true }, { "exploited.cz", true }, @@ -28679,8 +29055,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exploitit.com.au", true }, { "exploodo.rocks", true }, { "exploravacations.in", true }, + { "explore-visions.com", true }, { "explorea1a.com", true }, { "explorebigideas.com", true }, + { "explorecams.com", true }, { "exploredouglascountyga.com", true }, { "exploremonero.com", true }, { "exploretsp.gov", true }, @@ -28750,7 +29128,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "extradiely.sk", true }, { "extradivers-worldwide.com", true }, { "extrapagetab.com", true }, - { "extratorrent.cool", true }, { "extrawdw.net", true }, { "extreemhost.nl", true }, { "extreme-gaming.de", true }, @@ -28761,6 +29138,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "extreme.co.th", true }, { "extremebros.com", true }, { "extrememanual.net", true }, + { "extrememusclepump.com", true }, { "extremeservicesandrestoration.com", true }, { "extremfrank.tk", true }, { "exvs.org", true }, @@ -28773,7 +29151,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exxpozed.de", true }, { "exxpozed.eu", true }, { "exxvip.com", true }, - { "exyplis.com", true }, + { "exyplis.com", false }, { "eyal-dvorkin.com", true }, { "eyasc.nl", true }, { "eye-encounters.com", true }, @@ -28784,6 +29162,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eyeglasses.com", false }, { "eyejobs.com.au", false }, { "eyelashconcept.com", true }, + { "eyemagic.net", true }, { "eyenote.gov", true }, { "eyeonid.com", true }, { "eyep.me", true }, @@ -28804,13 +29183,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ez3d.eu", true }, { "ezakazivanje.rs", true }, { "ezdog.press", true }, - { "ezequiel-garzon.net", false }, + { "ezequiel-garzon.net", true }, { "ezesec.com", true }, { "ezftrs.com", true }, { "ezgamble.com", true }, { "ezgif.com", true }, { "ezguamal.com", true }, - { "ezhik-din.ru", true }, { "ezik-ido.tk", true }, { "eziwine.com", true }, { "eznetworks.com.br", true }, @@ -28820,6 +29198,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eztvtorrent.com", true }, { "ezwritingservice.com", true }, { "ezzhole.net", true }, + { "f-csc.org", true }, { "f-droid.org", true }, { "f-hd.net", true }, { "f-thie.de", true }, @@ -28848,7 +29227,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "f43.me", true }, { "f51365.com", true }, { "f5197.co", true }, - { "f5la.com", true }, { "f5nu.com", true }, { "f6729.co", true }, { "f6729.com", true }, @@ -28965,9 +29343,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fabulouslyyouthfulskineyeserum.com", true }, { "fac.fi", true }, { "faca.gov", true }, - { "facadeforum.com", true }, { "facai666.cc", true }, { "facai888.cc", true }, + { "facanabota.com", true }, + { "facanabota.com.br", true }, { "facarospauls.com", true }, { "facchinaggio.milano.it", true }, { "facchinaggio.roma.it", true }, @@ -29003,6 +29382,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fachversand-hennes.de", true }, { "facialexercising.com", true }, { "facil.services", false }, + { "faciledireto.com.br", true }, { "facilities.fr", true }, { "facilitiessurvey.org", true }, { "facilitrak.com", true }, @@ -29040,6 +29420,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "faehler.de", true }, { "faelix.net", true }, { "faerb.it", true }, + { "faeriebabe.com", true }, { "faeriecakes.be", true }, { "faeservice.eu", true }, { "fafa018.com", true }, @@ -29047,6 +29428,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fafa106.com", true }, { "fafarishoptrading.com", true }, { "fafatiger.com", true }, + { "fafnd.org", true }, { "fafro.eu", true }, { "fafscloud.com", false }, { "fag.wtf", true }, @@ -29088,6 +29470,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "faithindemocracy.eu", true }, { "faithleaks.org", true }, { "faithwatch.org", true }, + { "faixaazul.com", true }, { "faizan.net", true }, { "faizan.xyz", true }, { "faizanullah.com", true }, @@ -29150,6 +29533,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fameus.fr", true }, { "fameuxhosting.co.uk", true }, { "famfi.co", true }, + { "famgdigital.com", true }, { "familiaperez.net", false }, { "familie-keil.de", true }, { "familie-kruithof.nl", true }, @@ -29163,6 +29547,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "familie-sprink.de", false }, { "familie-witzik.eu", true }, { "familiearchivaris.nl", true }, + { "familiebies.nl", true }, { "familieholme.de", true }, { "familiekiekjes.nl", true }, { "familienportal.de", true }, @@ -29171,6 +29556,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "familledessaint.fr", true }, { "familleseux.net", true }, { "familleshilton.com", true }, + { "familyframeworks.com", true }, { "familylawhotline.org", true }, { "familyparties.co.uk", true }, { "familyreal.ru", true }, @@ -29222,13 +29608,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fantasycastles.co.uk", true }, { "fantasycdn.com", true }, { "fantasyescortsbirmingham.co.uk", true }, + { "fantasyfoot.tk", true }, { "fantasymina.de", true }, { "fantasypartyhire.com.au", true }, { "fantasyprojections.com", true }, { "fantasyspectrum.com", true }, { "fantasysportsnews.org", true }, { "fantgames.com", true }, - { "fantopia.club", true }, { "fantraxhq.com", true }, { "fanvoice.com", true }, { "fanyina.cn", true }, @@ -29259,8 +29645,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "farberplasticsurgery.com", true }, { "farcecrew.de", true }, { "farces.com", false }, + { "fareinternational.com", true }, { "faretravel.co.uk", true }, { "faretrotter.com", true }, + { "farfallapets.com.br", true }, { "farfetchos.com", true }, { "fargtorget.se", true }, { "farhadexchange.com", true }, @@ -29342,6 +29730,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fastblit.com", true }, { "fastcash.com.br", true }, { "fastcomcorp.com", true }, + { "fastcommerce.org", true }, { "fastconfirm.com", true }, { "fastconv.com", true }, { "fastcp.top", true }, @@ -29373,6 +29762,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fatidique.com", true }, { "fatiguesyndrome.com", true }, { "fatihingemisi.com", true }, + { "fatimamoldes.com.br", true }, { "fatmixx.com", true }, { "fator25.com.br", true }, { "fatowltees.com", true }, @@ -29475,6 +29865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "featherweightlabs.com", true }, { "featuredmen.com", true }, { "feb.gov", true }, + { "febeditora.com.br", true }, { "fed-shashek.spb.ru", true }, { "fed51.com", true }, { "fedbizopps.gov", true }, @@ -29524,7 +29915,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feestbierfusten.nl", true }, { "feetek.net", true }, { "feetpa.ws", true }, - { "feezmodo.com", false }, + { "feezmodo.com", true }, { "fefelovalex.ru", true }, { "feg-wge.gc.ca", true }, { "fegame.eu", true }, @@ -29539,6 +29930,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feilen.de", true }, { "feilestrokestown.com", true }, { "feirlane.org", false }, + { "feiromo.com", true }, { "feisim.com", true }, { "feisim.org", true }, { "feistore.com.tw", true }, @@ -29572,6 +29964,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "felixseele.de", true }, { "felsing.net", true }, { "feltons.me", true }, + { "femarelle.is", true }, { "femastudios.com", true }, { "femdombbw.com", true }, { "femiluna.com", true }, @@ -29624,9 +30017,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feriespotter.dk", true }, { "ferlc.org", true }, { "ferm-rotterdam.nl", true }, + { "fermabel.com.br", true }, { "fermanacuratampaparts.com", true }, { "fermanaghomagh.com", true }, - { "fern.health", true }, { "fernandes.org", true }, { "fernandob.com", true }, { "fernandobarata.pt", true }, @@ -29680,7 +30073,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feuerwehr-gebirge.de", true }, { "feuerwehr-heiligenberg.de", true }, { "feuerwehr-illmensee.de", true }, - { "feuerwehr-mehring.de", true }, + { "feuerwehr-mehring.de", false }, { "feuerwehr-offenbach-bieber.de", false }, { "feuerwehr-vechta.de", true }, { "feuerwerksmanufaktur.de", true }, @@ -29690,7 +30083,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fewo-hafeninsel-stralsund.de", true }, { "fewo-thueringer-wald.de", true }, { "fewo32.de", true }, - { "fexiven.de", true }, { "feybiblia.com", true }, { "ff-bad-hoehenstadt.de", true }, { "ff-bg.xyz", true }, @@ -29708,6 +30100,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ff6729.com", true }, { "ff675.com", true }, { "ff6957.co", true }, + { "ff763.com", true }, { "ff769.com", true }, { "ff861.com", true }, { "ff916.com", true }, @@ -29781,6 +30174,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fichajes.com", true }, { "fichier-pdf.fr", true }, { "fickweiler.nl", true }, + { "fico.com", true }, { "ficus.io", true }, { "fid.to", true }, { "fidanza.eu", true }, @@ -29799,7 +30193,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fieldelite.com", true }, { "fieldexpert.eu", true }, { "fieldwork-paysage.com", false }, - { "fierlafijn.net", true }, { "fierman.eu", false }, { "fierman.net", false }, { "fierman.us", false }, @@ -29838,7 +30231,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fil-tec-rixen.com", true }, { "filamentia.nl", true }, { "filanthropystar.org", true }, - { "filarakia.eu", true }, { "filaretihairlove.gr", true }, { "file-cloud.eu", true }, { "file-pdf.it", true }, @@ -29929,7 +30321,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "findaffordablehousing.ca", true }, { "findapinball.com", true }, { "findautoloan.ml", true }, - { "findcheapmusic.com", true }, { "finde-kleinanzeigen.de", true }, { "findelahistoria.com", true }, { "findheim.at", true }, @@ -30005,6 +30396,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "finzy.com", true }, { "fionafuchs.de", true }, { "fionamcbride.com", true }, + { "fiorenzaperfumhome.com.br", true }, { "fioristionline.it", true }, { "fioristionline.net", true }, { "fioritic.com", true }, @@ -30038,6 +30430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "firemudfm.com", true }, { "firenews.cf", true }, { "firenza.org", true }, + { "firenze.net.br", true }, { "fireorbit.de", false }, { "fireplex.co.uk", true }, { "fireportal.cz", true }, @@ -30083,6 +30476,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "firstnetworksouth.com", true }, { "firstq.xyz", true }, { "firstrays.com", true }, + { "firstteam.com", true }, { "firstversionist.com", true }, { "firstwebring.tk", true }, { "firtreetechnology.co.uk", true }, @@ -30094,6 +30488,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fischers.it", true }, { "fischers.srv.br", true }, { "fiscoeconti.it", true }, + { "fiseon.com", true }, { "fish-hook.ru", true }, { "fish-n-chips.uk", true }, { "fish2.me", true }, @@ -30126,9 +30521,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fit365.jp", false }, { "fitandfightrijswijk.nl", true }, { "fitbase.fitness", true }, + { "fitcamp.fitness", true }, { "fitchconnect.com", true }, { "fite.family", true }, { "fitequilibrio.com.br", true }, + { "fitfocusau.com.au", true }, { "fitkram.cz", true }, { "fitness-challenge.co.uk", true }, { "fitness.gov", true }, @@ -30170,6 +30567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fiyatgrafik.com", true }, { "fizadvocaten.nl", true }, { "fiziktedavi.name.tr", true }, + { "fizjoterapia.uk", true }, { "fizyoterapi.name.tr", true }, { "fizz.buzz", false }, { "fizzgi.gs", true }, @@ -30186,6 +30584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fkbae.com", true }, { "fkcdn.de", true }, { "fkfev.de", true }, + { "fklegal.com", true }, { "fkosquad.moe", true }, { "fkraiem.org", true }, { "fktpm.ru", true }, @@ -30277,6 +30676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flets-ms.com", true }, { "fleurenplume.fr", true }, { "fleurette.me", true }, + { "fleursdesoleil.fr", false }, { "fleursdujour.ph", true }, { "fleuryfleury.com", true }, { "flexapplications.se", true }, @@ -30298,6 +30698,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flight.school", true }, { "flightdeckfriend.com", true }, { "flightmedx.com", true }, + { "flightscarhire.com", true }, { "flightschoolbooking.com", true }, { "flightschoolcandidates.gov", true }, { "flightschoolusa.com", true }, @@ -30321,7 +30722,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flirtee.net", true }, { "flirtfaces.de", true }, { "flirtportalcheck24.de", true }, - { "flixcheck.de", true }, { "flixflex.tk", true }, { "flixports.com", true }, { "flixstats.com", true }, @@ -30357,7 +30757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "florausa.net", true }, { "floravan.com", true }, { "floravino.de", true }, - { "florence.uk.net", true }, { "florenceapp.co.uk", true }, { "florenciasabio.com", true }, { "florent-tatard.fr", true }, @@ -30384,11 +30783,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "floridasexhealth.com", true }, { "floridawaterapparel.net", true }, { "floridaweightlossdoctors.com", true }, + { "florinlungu.it", true }, { "florismouwen.com", false }, { "floristik-online.com", true }, { "florisvdk.net", true }, { "floriswesterman.nl", true }, { "florlola.com", true }, + { "floryceblanchery.fr", true }, { "flosch.at", false }, { "floseed.fr", true }, { "floskelwolke.de", true }, @@ -30402,6 +30803,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flowdise.com", true }, { "flowersbylegacy.com", true }, { "flowersquito.com", true }, + { "flowinity.com", true }, { "flowinvoice.com", true }, { "flowreader.com", true }, { "flowscale.com", true }, @@ -30434,6 +30836,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flw365365.com", true }, { "fly-en-drive.nl", true }, { "fly.moe", true }, + { "flyabe.com", true }, { "flyadrenaline.com", true }, { "flyavantar.com", true }, { "flyawaybirds.ga", true }, @@ -30448,7 +30851,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flyingpackets.net", true }, { "flyingrub.me", true }, { "flyingspaghettimonsterdonationsfund.nl", true }, + { "flylvia.com", true }, { "flymns.fr", true }, + { "flyn43.com", true }, { "flynn.io", true }, { "flyp.me", true }, { "flypenge.dk", true }, @@ -30459,6 +30864,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flyt.online", true }, { "flytoadventures.com", true }, { "flywus.com", true }, + { "flyxll.com", true }, { "fm.ie", true }, { "fmapplication.com", true }, { "fmarchal.fr", true }, @@ -30469,6 +30875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fmeventcentre.com", true }, { "fmi.gov", true }, { "fminsight.net", true }, + { "fmjd64.org", true }, { "fmm-creative.com", true }, { "fmodoux.biz", false }, { "fmstr.ml", false }, @@ -30500,6 +30907,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fogway.net", true }, { "foia.gov", true }, { "foiaonline.gov", true }, + { "foiremobile.com", true }, { "foixet.com", true }, { "fojing.com", true }, { "fojt.cz", true }, @@ -30537,7 +30945,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fonline.tk", true }, { "fono.jp", true }, { "fonolo.com", true }, + { "fonseguin.ca", true }, { "font-converter.net", true }, + { "fontanaseiyo.jp", true }, { "fonte-trading.com", true }, { "fontein.de", true }, { "fontela.es", true }, @@ -30667,6 +31077,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forokd.com", true }, { "forologikidilosi.com.gr", true }, { "forrestheller.com", true }, + { "forrestwalkbarbershop.com.au", true }, { "forro.berlin", true }, { "forro.info", true }, { "forsakringsarkivet.se", true }, @@ -30691,7 +31102,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fortoglethorpega.gov", true }, { "fortress.no", true }, { "fortress.sk", true }, - { "fortressis.com", true }, { "fortresslinux.com", true }, { "fortresslinux.nl", true }, { "fortresslinux.org", true }, @@ -30707,6 +31117,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forum-batteries.com", true }, { "forum-bonn.de", true }, { "forum-egypte.tk", true }, + { "forum-gilee.cf", true }, { "forum-heg.ch", true }, { "forum-noginska.tk", true }, { "forum-tutorapide.ml", true }, @@ -30716,6 +31127,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forumotomobil.com", true }, { "forumpakistan.tk", true }, { "forumstandaardisatie.nl", true }, + { "forumvoordemocratie.nl", true }, { "forvisualdesign.com", false }, { "forward-fly-fishing.ch", false }, { "foryourhealthybody.com", true }, @@ -30760,6 +31172,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fotokomorkomania.pl", true }, { "fotoleitner.com", true }, { "fotoleitner.de", true }, + { "fotonza.ru", true }, { "fotopalacedigitalstudio.tk", true }, { "fotostravestisbr.com", true }, { "fotostudio-leitner.com", true }, @@ -30770,6 +31183,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foudufafa.de", false }, { "fougner.co", true }, { "found.website", true }, + { "foundationmaintenance.com", true }, { "foundationrepairnebraska.com", true }, { "foundationspecialisteast.com", true }, { "foundationspecialistmi.com", true }, @@ -30787,7 +31201,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fournarisopenday.com", true }, { "fournisseur-des-collectivites.com", true }, { "fourscore.ga", true }, - { "foursight.io", true }, + { "foursight.io", false }, { "fourwaysplumber24-7.co.za", true }, { "fourxone.com", true }, { "fowlervwparts.com", true }, @@ -30836,14 +31250,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fr33tux.org", true }, { "frack.nl", false }, { "fracreazioni.it", true }, + { "fractieplanner.nl", true }, { "fracturedperspective.com", true }, - { "fraesentest.de", true }, { "frag.works", true }, { "fragdenstaat.de", true }, { "fragmentspuren.de", true }, { "fragstore.net", true }, { "fraho.eu", true }, { "frail.gq", true }, + { "fralippolippi.tk", true }, { "framapiaf.org", false }, { "framboise314.fr", true }, { "framedpaws.com", true }, @@ -30907,13 +31322,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "franziska-pascal.de", true }, { "franziskaherbert.de", true }, { "franzknoll.de", true }, - { "franzt.de", false }, { "franzt.ovh", true }, { "fraplaster.com", true }, { "frappant.cc", true }, { "frappant.net", true }, { "frasch-umzuege.de", true }, { "fraselab.ru", true }, + { "fraserengineco.com", true }, { "frasesconemocion.com", true }, { "frasesdodia.com", true }, { "frasesdodia.net", true }, @@ -30948,7 +31363,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freakyawesome.ca", true }, { "freakyawesome.co", true }, { "freakyawesome.co.uk", true }, - { "freakyawesome.com", true }, { "freakyawesome.design", true }, { "freakyawesome.fm", true }, { "freakyawesome.in", true }, @@ -30969,7 +31383,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fredericcote.com", true }, { "frederickbourget.com", true }, { "frederickmd.gov", true }, - { "frederik-braun.com", false }, { "frederikschoell.de", false }, { "frederikshavn.net", true }, { "frederikvig.com", true }, @@ -30987,6 +31400,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "free-sex-sites.com", true }, { "free-ss.site", true }, { "free-traff.cf", true }, + { "free.ac.cn", true }, { "free.com.tw", true }, { "free8.xyz", true }, { "free8hd.com", true }, @@ -31008,6 +31422,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freecodezilla.com", true }, { "freecookies.nl", true }, { "freedev.cz", true }, + { "freedgb.com", true }, + { "freedom-substitute.fr", true }, { "freedom.nl", false }, { "freedom.press", true }, { "freedom35.org", false }, @@ -31048,7 +31464,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freelanceessaywriters.com", true }, { "freelancehunt.com", true }, { "freelancejobs.org.uk", true }, - { "freelancemw.com", true }, { "freelanceunited.co.uk", true }, { "freelanceunleashed.com", false }, { "freelauri.com", true }, @@ -31122,7 +31537,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freims.cc", true }, { "freitasul.com.br", true }, { "freitasul.io", true }, - { "freiwuppertal.de", true }, { "freiwurst.net", true }, { "freizeitbad-riff.de", true }, { "freizeitplaza.de", true }, @@ -31163,6 +31577,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frickenate.com", true }, { "fridarestaurantemexicano.com", true }, { "fridayfoucoud.ma", true }, + { "fridaypulse.com", true }, { "fridaysforfuture-bremen.de", true }, { "fridolinka.cz", true }, { "friedberg2020.de", true }, @@ -31170,6 +31585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "friederes.lu", true }, { "friederloch.de", true }, { "friedhelm-wolf.de", true }, + { "friedli.info", true }, { "friedrich-foto-art.de", true }, { "friedsamphotography.com", true }, { "friedstechnology.com", true }, @@ -31204,6 +31620,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frippz.se", false }, { "friseur-foerder.de", true }, { "friss.com", true }, + { "fritteli.ch", true }, { "fritz-koehne-schule.de", true }, { "fritzrepair.com", true }, { "frizo.com", true }, @@ -31238,6 +31655,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frontiers.nl", true }, { "frontline.cloud", true }, { "frontlinemessenger.com", true }, + { "froogo.co.uk", true }, { "fropky.com", true }, { "frosoku.com", true }, { "frostprotection.co.uk", true }, @@ -31376,6 +31794,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fujiwaraqol.com", true }, { "fujiwarashinzo.com", true }, { "fujiyakimono.com", true }, + { "fukakukeiba.com", true }, { "fukata.org", true }, { "fukikaeru.com", true }, { "fukt.ca", true }, @@ -31386,12 +31805,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fukushimacoffee.com", true }, { "fulfilmentcrowd.com", true }, { "fulgenzis.com", true }, - { "fulibyg.com", true }, - { "fulijiejie.com", true }, { "fuliwang.info", true }, { "fuliwang.us", true }, { "full-race.com", true }, { "full-stack.ninja", true }, + { "fullautomotivo.com.br", true }, { "fullbajamode.com", true }, { "fullbundle.com", true }, { "fullcirclestudio.nl", true }, @@ -31428,7 +31846,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fundacionfade.org", true }, { "fundacionfranciscofiasco.org", true }, { "fundamentalsofaccounting.org", true }, - { "fundamentt.com", true }, { "fundavi.jp", true }, { "fundayltd.com", true }, { "fundays.nl", true }, @@ -31528,6 +31945,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "funtransport.com", true }, { "funyirotraktor.hu", true }, { "fur.red", true }, + { "furancheiro.com", true }, { "furca.ca", true }, { "furcdn.net", true }, { "furcity.me", true }, @@ -31571,6 +31989,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fusiongaming.de", true }, { "fussball-xxl.de", true }, { "fussballpiraten.com", true }, + { "fussballtransfers.com", true }, { "fussell.io", true }, { "fuszara.eu", true }, { "futa.agency", true }, @@ -31604,7 +32023,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fuwafuwa.moe", true }, { "fuxwerk.de", true }, { "fuyu.moe", true }, - { "fuzenet.net", true }, { "fuzoku-sodan.com", true }, { "fuzoku.jp", true }, { "fuzzing-project.org", true }, @@ -31792,6 +32210,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gajas18.com", true }, { "gajda.cz", true }, { "gajowniczek.eu", true }, + { "gakdigital.com", true }, { "gakkainavi-epsilon.net", true }, { "gakki.photos", true }, { "gaku-architect.com", true }, @@ -31809,7 +32228,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "galaxus.de", true }, { "galaxus.eu", true }, { "galaxus.fr", true }, - { "galaxy-chat.eu", true }, { "galaxy.edu.pe", true }, { "galaxymimi.com", true }, { "galaxymusicpromo.com", true }, @@ -31821,6 +32239,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "galeriarr.pl", true }, { "galeriart.xyz", true }, { "galeries.photo", false }, + { "galexlee.com", true }, { "galganoboutique.com", true }, { "galgoafegao.com.br", true }, { "galgoingles.com.br", true }, @@ -31845,6 +32264,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gallmeyer-consulting.com", true }, { "gallun-shop.com", true }, { "galoserver.org", true }, + { "galpaoap.com.br", true }, { "galvincdn.com", true }, { "galvingao.com", true }, { "gamanlu.com", true }, @@ -31929,6 +32349,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gamesdepartment.co.uk", true }, { "gameserver-admin.ga", true }, { "gameserver-sponsor.me", true }, + { "gameshack.io", true }, { "gameshogun.xyz", true }, { "gameshowchallenge.ie", true }, { "gamesided.com", true }, @@ -31936,7 +32357,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gamesplanet.com", true }, { "gamesputnik.ru", true }, { "gameswitchers.uk", true }, - { "gametilt.com", true }, { "gametium.com", true }, { "gametium.es", true }, { "gametube.website", true }, @@ -32009,6 +32429,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "garbott.co.uk", true }, { "garcia-franco.com", true }, { "garciagerman.com", true }, + { "garciam.gt", true }, { "garda-see.mobi", true }, { "gardedenfantspourtous.fr", true }, { "garden-life.org", true }, @@ -32031,6 +32452,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "garotos.gq", true }, { "garron.net", true }, { "garrowmediallc.com", true }, + { "garryserver.de", true }, { "garsio.com", true }, { "garten-diy.de", true }, { "gartenbaur.de", true }, @@ -32039,6 +32461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "garycarmell.com", true }, { "garyjones.co.uk", true }, { "garyrh.com", true }, + { "garystallman.com", true }, { "garyswine.com", true }, { "garywhittington.com", true }, { "gasbarkenora.com", true }, @@ -32046,7 +32469,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gasinstallationsjohannesburg.co.za", true }, { "gasnews.net", true }, { "gaspapp.com", true }, - { "gass-transformatoren.de", true }, { "gasscc.id", true }, { "gassouthkenticoqa.azurewebsites.net", true }, { "gastauftritt.net", true }, @@ -32099,7 +32521,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gaymerx.org", true }, { "gaypirateassassins.com", true }, { "gaysexpositions.guide", true }, - { "gaysfisting.com", true }, { "gaytorrent.ru", true }, { "gayukai.net", true }, { "gayxsite.com", true }, @@ -32116,6 +32537,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gbl.selfip.net", true }, { "gboys.net", false }, { "gbs-uk.com", true }, + { "gbsmiedzyrzecz.pl", true }, { "gbthatcher.com", true }, { "gc-mc.de", true }, { "gc.de", true }, @@ -32252,7 +32674,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gelog-software.de", false }, { "gelonghui.com", true }, { "geloofindemocratie.nl", true }, - { "gelpinhos.pt", true }, { "gelsey.com", true }, { "geluidsstudio.com", true }, { "geluk.io", true }, @@ -32295,6 +32716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "general-anesthesia.com", true }, { "general-insurance.tk", true }, { "general-plast.com", true }, + { "generalcustomshop.com.br", true }, { "generali-worldwide.com", true }, { "generalinsuranceservices.com", true }, { "generationnext.pl", false }, @@ -32345,6 +32767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gensokyo.chat", false }, { "gensokyo.re", true }, { "gensonline.eu", true }, + { "gentapps.com", true }, { "gentcdn.com", true }, { "gentianes.ch", true }, { "gentledance.ch", true }, @@ -32502,7 +32925,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getcalc.com", true }, { "getcard.cc", true }, { "getcertified.pro", true }, - { "getcheapinsurancenow.info", true }, { "getcloak.com", false }, { "getcolq.com", true }, { "getcreditscore.com.au", true }, @@ -32526,13 +32948,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getgeek.pl", true }, { "getgeek.se", true }, { "gethome.ru", true }, - { "gethow.org", true }, { "gethttpsforfree.com", true }, { "geti2p.com", true }, { "getidmcc.com", true }, { "getimgs.com", true }, { "getinphase.com", true }, - { "getintopc.com", true }, { "getintra.org", true }, { "getitlive.de", true }, { "getitpeople.com", true }, @@ -32544,7 +32964,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getmerch.eu", true }, { "getmonero.cz", true }, { "getmovil.com", true }, - { "getmydashboard.in", true }, { "getnib.com", true }, { "getnikola.com", true }, { "getonyx.com", true }, @@ -32565,6 +32984,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getsport.mobi", true }, { "getstat.net", true }, { "getsubs.net", true }, + { "getsus.com", true }, { "getswadeshi.com", true }, { "getteamninja.com", true }, { "getthefriendsyouwant.com", true }, @@ -32606,7 +33026,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gfedating.com", true }, { "gfelite.de", true }, { "gfestival.fo", true }, - { "gfgmmarketing.com", true }, { "gfk-kunststoff-luebben.de", true }, { "gflame.de", true }, { "gfms.ru", true }, @@ -32640,6 +33059,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ggmmontascale.it", true }, { "ggobbo.com", true }, { "ggp2.com", true }, + { "ggradio.net", true }, { "ggs-marschallstrasse.de", true }, { "ggs.jp", true }, { "ggservers.com", true }, @@ -32652,8 +33072,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ghcoaching.mx", true }, { "ghcpl.in", true }, { "gheestore.in", true }, + { "gheorghesarcov.tk", true }, { "ghettonetflix.de", true }, { "ghfip.com.au", true }, + { "ghienlamdep.com", true }, { "ghini.com", true }, { "ghislainphu.fr", true }, { "ghkim.net", true }, @@ -32744,12 +33166,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gigtroll.eu", true }, { "gijsbertus.com", true }, { "gijswesterman.nl", true }, + { "gikovatelojavirtual.com.br", true }, { "gileadpac.com", true }, { "gilescountytn.gov", true }, { "giliamor.com", true }, { "gilium.com", true }, { "gillesmorelle.com", true }, - { "gillettepromociones.com", true }, { "gillfamily.de", true }, { "gillmanandsoame.co.uk", true }, { "gillyscastles.co.uk", true }, @@ -32817,7 +33239,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gitar.io", true }, { "gitecolombedesbois.com", true }, { "gitep.org.uk", true }, - { "gites-alizea.com", true }, { "gitesdeshautescourennes.com", true }, { "github.com", true }, { "githubapp.com", true }, @@ -32870,7 +33291,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gjung.com", false }, { "gkasper.de", true }, { "gkb2020.ch", true }, - { "gkimanyar.org", true }, { "gkoenig-innenausbau.de", true }, { "gkralik.eu", true }, { "gkstyle.net", true }, @@ -32896,6 +33316,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "glammybabes.com", true }, { "glamour4you.de", true }, { "glamourdaze.com", true }, + { "glamouria.com.br", true }, { "glamur-video.com", true }, { "glasdon.com", true }, { "glasen-hardt.de", true }, @@ -32938,10 +33359,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gliihc.net", true }, { "glimhome.com", true }, { "glit.sh", true }, - { "glitzafricafashionweek.com", true }, { "glitzerstuecke.de", true }, { "glixee.com", true }, - { "glk.partners", true }, { "glloq.org", false }, { "glnpo.gov", true }, { "gloalerts.com", true }, @@ -32982,8 +33401,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "globalnomadvintage.com", true }, { "globalonetechnology.com", true }, { "globalperspectivescanada.com", true }, + { "globalprojetores.com.br", true }, { "globalresearchcouncil.org", true }, { "globalresistancecorporation.com", true }, + { "globalshares.com", true }, { "globalshippinglimited.ga", true }, { "globaltennis.ca", true }, { "globaltiendat.com", true }, @@ -33114,7 +33535,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "go6.si", true }, { "go6lab.si", true }, { "go889w.com", true }, - { "goa8.com", true }, { "goa8.xyz", true }, { "goalbookapp.com", true }, { "goalie1998.duckdns.org", true }, @@ -33127,7 +33547,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goaudits.com", true }, { "gobarrelroll.com", true }, { "gobiernousa.gov", true }, - { "goblackcat.com", true }, + { "gobiz.com.my", true }, + { "goblackcat.com", false }, { "goblinsatwork.com", true }, { "goblintears.com", true }, { "gobouncy.co.uk", true }, @@ -33159,14 +33580,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "godruoyi.com", true }, { "godsofhell.com", true }, { "godsofhell.de", true }, - { "goeb.eu", true }, + { "goeb.eu", false }, { "goeb.org", false }, { "goededoelkerstkaarten.nl", true }, { "goedkoopstecartridges.nl", true }, { "goedkopecartridgeskopen.nl", true }, { "goedkopeonesies.nl", true }, { "goedkopetonerkopen.nl", true }, - { "goedverzekerd.net", true }, { "goehler-baumpflege.de", true }, { "goeikan.life", true }, { "goempyrean.com", true }, @@ -33180,6 +33600,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gofigure.fr", false }, { "goflo.net", true }, { "gofoiayourself.org", true }, + { "gofoodservice.com", true }, { "gogetssl.com", false }, { "gogle-analytics.com", true }, { "gogleapis.com", true }, @@ -33188,15 +33609,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gogracego.com", true }, { "gogroopie.com", true }, { "gogroopie.ie", true }, - { "gogrow.com", true }, { "gogs.ca", true }, { "gogsat.com", true }, { "gohon.org", true }, { "goingreen.com.au", true }, { "goiymua.com", true }, + { "gokazakhstan.com", true }, { "gokhana.com", true }, { "gokhankesici.com", true }, { "gokmenguresci.com", true }, + { "gokyrgyzstan.com", true }, { "golang.org", true }, { "golang.zone", true }, { "golangnews.com", true }, @@ -33222,10 +33644,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goldenyacca.co.uk", true }, { "goldfelt.com", true }, { "goldfmromania.ro", true }, - { "goldlevelmarketing.com", true }, - { "goldlevelprint.com", true }, { "goldmark.com.au", false }, - { "goldpetergood.top", true }, { "goldpreisfinder.at", true }, { "goldsecurity.com", true }, { "goldships.com", true }, @@ -33262,7 +33681,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gomelchat.com", true }, { "gomelphoto.com", true }, { "gometa.link", true }, - { "gomiblog.com", true }, { "gommista.roma.it", true }, { "gomods.link", true }, { "gomu.ca", true }, @@ -33270,6 +33688,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gondawa.com", true }, { "gondelvaartdwarsgracht.nl", true }, { "gondola-parkinson.com", true }, + { "gonepal.com", true }, { "gongjianwei.com", true }, { "gongjuhao.com", true }, { "gonkar.com", true }, @@ -33323,6 +33742,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goow.in", true }, { "goozp.com", true }, { "goparity.com", true }, + { "gopayz.com.my", true }, { "gopher.tk", false }, { "gophoto.it", true }, { "gopkg.link", true }, @@ -33338,9 +33758,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gordon-reid.com", true }, { "gordonchevy.com", true }, { "gordonscouts.com.au", true }, - { "gordy.fr", true }, { "gordyf.com", true }, - { "gordyforty.com", true }, { "gorealya.com", true }, { "gorf.chat", true }, { "gorf.club", true }, @@ -33378,6 +33796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goswak.com", true }, { "goszakupki.tk", true }, { "got-tty.de", true }, + { "gotajikistan.com", true }, { "goteborgsklassikern.se", true }, { "gotgenes.com", false }, { "gothamlimo.com", true }, @@ -33397,6 +33816,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gotscrapcar.com", true }, { "gottcar.com", true }, { "gottfridsberg.org", true }, + { "goturkmenistan.com", true }, { "goudenharynck.be", true }, { "goudenlaantje.nl", true }, { "goudt.nl", true }, @@ -33474,6 +33894,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gps.com.br", true }, { "gpsarena.ro", true }, { "gpsblackbox.com", true }, + { "gpselect.com.tw", true }, { "gpsfix.cz", true }, { "gpsolarpanels.com", true }, { "gpsvideocanada.com", true }, @@ -33481,6 +33902,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gpu.nu", false }, { "gpz500s.tk", true }, { "gqjx.fun", true }, + { "gqmstore.com.br", true }, { "gqyyy.cc", true }, { "gr.search.yahoo.com", false }, { "gr8engineer2b.com", true }, @@ -33494,6 +33916,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grace-wan.com", true }, { "gracebaking.com", false }, { "gracedays.org", true }, + { "graceful-project.eu", true }, { "gracethrufaith.com", true }, { "gracetini.com", true }, { "graddient.com", true }, @@ -33535,7 +33958,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gramati.com.br", true }, { "grammysgrid.com", true }, { "grancellconsulting.com", true }, - { "grand-city38.ru", true }, { "grand-sity.ru", true }, { "grandcafeatpark.nl", true }, { "grandcafecineac.nl", true }, @@ -33570,6 +33992,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grantplatform.com", true }, { "grantsmasters.com", true }, { "grantsplatform.com", true }, + { "graonatural.com.br", true }, { "grapee.jp", true }, { "grapeintentions.com", true }, { "grapevine.is", true }, @@ -33630,6 +34053,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "graz2020.com", true }, { "grazitti.com", true }, { "grc.com", false }, + { "grceurope.eu", true }, { "great.nagoya", true }, { "greatagain.gov", true }, { "greaterlowellpediatrics.com", true }, @@ -33645,13 +34069,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greatscott.media", true }, { "greatskillchecks.com", true }, { "greatwebdesign.uk", true }, - { "greboid.com", true }, + { "greavessports.com", true }, + { "greboid.co.uk", false }, + { "greboid.com", false }, { "greek-kitchen.co", true }, { "greek.dating", true }, { "greeklish.gr", true }, { "greekmusic.academy", true }, { "greeknewspapers.tk", true }, { "greeks.tk", true }, + { "green-adn.com", true }, { "green-anarchy.tk", true }, { "green-attitude.be", true }, { "green-aura.ru", true }, @@ -33668,9 +34095,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greencircleplantnursery.com.au", true }, { "greencircleplantnursery.net.au", true }, { "greenconn.ca", true }, + { "greenderma.in", true }, { "greendotgames.com", true }, { "greendrive.tk", true }, { "greendvorik.com.ua", true }, + { "greenearthlawns.com", true }, { "greenecountytn.gov", true }, { "greener.pl", true }, { "greenews.ga", true }, @@ -33740,6 +34169,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grendel.no", false }, { "grengine.ch", true }, { "grenlandkiropraktor.no", true }, + { "grenoblepartners.com", true }, { "grepmaste.rs", false }, { "grepular.com", true }, { "gresak.io", false }, @@ -33803,7 +34233,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "groben-itsolutions.de", true }, { "groenaquasolutions.nl", true }, { "groentebesteld.nl", true }, - { "groenteclub.nl", true }, + { "groenteclub.nl", false }, { "groentefruitzeep.com", true }, { "groentefruitzeep.nl", true }, { "groepjam-usedcars.be", false }, @@ -33864,19 +34294,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "growingsmiles.co.uk", true }, { "growit.events", true }, { "growth-rocket.com", true }, + { "growthinbusiness.com", true }, { "growthseedconsulting.com", true }, { "growwithdaylight.co.uk", true }, { "growy.ch", false }, { "grozter.se", true }, { "grrmmll.com", true }, { "grsecurity.net", true }, - { "gruble.de", true }, + { "gruber-software.com", true }, { "gruebebraeu.ch", true }, { "gruelang.org", true }, { "gruenderlehrstuhl.de", true }, { "gruenderwoche-dresden.de", true }, { "gruene-im-rvr.de", true }, { "gruene-wattenscheid.de", true }, + { "gruener-salon-bochum.de", true }, { "gruenes-wp.de", true }, { "gruenprint.de", true }, { "gruenstreifen-ev.de", true }, @@ -33955,7 +34387,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guadagnare.info", true }, { "guadalgrass.com", true }, { "guajars.cl", true }, - { "guancha.org", true }, { "guangjiangk.com", true }, { "guanyembadalona.org", true }, { "guanyu.ml", true }, @@ -33987,6 +34418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guffr.it", true }, { "gugaltika-ipb.org", false }, { "gugcstudentguild.com.au", true }, + { "guge.ch", true }, { "gugert.net", true }, { "gugs.tk", true }, { "guhei.net", true }, @@ -33995,8 +34427,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guiadamassagem.site", true }, { "guiaextra.com", true }, { "guiaswow.com", true }, - { "guichet-entreprises.fr", true }, - { "guichet-qualifications.fr", true }, { "guid2steamid.com", true }, { "guid2steamid.pw", true }, { "guide-peche-cantal.com", true }, @@ -34031,7 +34461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gulfstream.ru", true }, { "gulleyperformancecenter.com", true }, { "gullones.es", true }, - { "gulshankumar.net", true }, + { "gulshankumar.net", false }, { "gumbo-millennium.nl", true }, { "gumbo.nu", true }, { "gumeyamall.jp", true }, @@ -34093,6 +34523,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gutscheinemagic.de", true }, { "gutscheineplus.de", true }, { "gutscheingeiz.de", true }, + { "gutterguardcharlotte.com", true }, + { "guttershutter.biz", true }, { "gutuia.blue", true }, { "guus-thijssen.nl", true }, { "guvernalternativa.ro", true }, @@ -34141,7 +34573,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gxm5.com", true }, { "gxmyqy.net", true }, { "gxpconsultora.com", true }, - { "gyaou-ek1njb79xkfsyxemzmauhkvxszyua7v2t.com", true }, { "gyas.nl", true }, { "gybol.com", true }, { "gymagine.ch", true }, @@ -34154,6 +34585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gymnasium-farmsen.de", true }, { "gymnasium-hittfeld.de", true }, { "gymnastic.ga", true }, + { "gymnastikfitness.se", true }, { "gymnchod.cz", true }, { "gympap.de", true }, { "gympass.com", true }, @@ -34188,7 +34620,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "h24.org", true }, { "h2b.me", true }, { "h2cdn.cloud", true }, - { "h2office.jp", true }, { "h2rul.eu", true }, { "h2s-design.de", true }, { "h2ssafety.com", true }, @@ -34264,6 +34695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hackbeil.name", true }, { "hackbubble.me", true }, { "hackcraft.net", true }, + { "hackdown.tech", true }, { "hackendoz.com", true }, { "hackenkunjeleren.nl", true }, { "hackenturet.dk", true }, @@ -34321,6 +34753,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hadouk.in", true }, { "hadrons.org", true }, { "hady.fr", true }, + { "hae.sh", true }, { "haeckdesign.com", true }, { "haefligermedia.ch", true }, { "haehnel.xyz", true }, @@ -34366,6 +34799,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haiwaiyingyuan.net", true }, { "haixihui.cn", true }, { "haixingyun.com", true }, + { "haizrulamrie.com", true }, { "haizum.pro", true }, { "hajekdavid.cz", true }, { "hajekj.com", true }, @@ -34398,20 +34832,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "halihali.me", true }, { "halilweb.tk", true }, { "halilyagcioglu.tk", true }, + { "halitopuroprodutos.com.br", true }, { "halkidikitransfers.eu", true }, { "halkirkbouncycastles.co.uk", true }, { "halkyon.net", true }, { "hallaminternet.com", true }, { "hallcouture.com", true }, { "hallelujahsoftware.com", true }, + { "hallettxn.com", true }, { "hallhireforevents.co.uk", true }, - { "hallhuber.com", true }, + { "hallhuber.com", false }, { "halliday.work", true }, { "hallighof.de", true }, { "halligladen.de", true }, { "hallmarkestates.ca", true }, { "hallme.com", true }, - { "hallocsi.ga", true }, { "hallopstyling.com", true }, { "halls.hu", true }, { "hallspumpandwellservice.net", true }, @@ -34518,13 +34953,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hansonian.com", true }, { "hansvaneijsden.com", true }, { "hansvaneijsden.nl", true }, - { "hanteln-fitness.de", true }, { "hantse.com", true }, { "hanu.la", true }, { "hanxv.pw", true }, { "hanyibo.com", true }, { "hanying6.com", true }, - { "hanyingw.com", true }, { "hanys.xyz", true }, { "hanzcollection.online", true }, { "hanzubon.jp", true }, @@ -34578,7 +35011,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haraj.com.sa", true }, { "harald-d.dyndns.org", true }, { "harald-pfeiffer.de", true }, - { "haramainbd.com", true }, { "harapecorita.com", true }, { "harbor-light.net", true }, { "hardcoen.com", true }, @@ -34606,6 +35038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "harelmallac.com", true }, { "harelmallacglobal.com", true }, { "hargamobilmu.com", true }, + { "harianaceh.co.id", true }, { "haribilalic.com", true }, { "harilova.fr", true }, { "harington.fr", true }, @@ -34629,7 +35062,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "harp.gov", true }, { "harpersvilleal.gov", true }, { "harpoo.jp", false }, - { "harptechnologies.com", true }, { "harrcostl.com", true }, { "harringtonca.com", true }, { "harrisandharris.com.au", true }, @@ -34808,6 +35240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hbudd.com", true }, { "hbvip.com", true }, { "hbweb.io", true }, + { "hby.cx", true }, { "hcbj.io", true }, { "hcie.pl", false }, { "hco4.com", true }, @@ -34821,13 +35254,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hd2132.com", true }, { "hd5132.com", true }, { "hd5197.com", false }, - { "hd5414.com", true }, - { "hd5424.com", true }, { "hd5454.com", true }, { "hd6132.com", true }, { "hd6729.com", true }, { "hd6957.com", true }, - { "hd7337.com", true }, { "hd9397.com", true }, { "hd9721.com", true }, { "hdbits.org", true }, @@ -34894,13 +35324,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "healthy1lifestyle.com", true }, { "healthybeterlife.click", true }, { "healthyfitfood.com", true }, - { "healthyhomesofmichigan.com", true }, { "healthylifeelite.com", true }, { "healthypeople.gov", true }, { "healthyspirituality.org", true }, { "healthystyle.tk", true }, { "healthysuperhuman.com", true }, { "healthyteame.com", true }, + { "heap.zone", true }, { "heapkeeper.org", true }, { "heardcountyathletics.com", true }, { "hearfool.cc", true }, @@ -34910,7 +35340,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heartbeat24.de", true }, { "heartbound.wiki", true }, { "heartcomms.com.au", true }, - { "heartfelttokens.com", true }, { "heartgames.pl", true }, { "hearthstonehungary.hu", true }, { "heartlandbiomed.com", true }, @@ -34918,6 +35347,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heartsintrueharmony.com", true }, { "heartsucker.com", false }, { "hearttruth.gov", true }, + { "heartview.com.br", true }, { "heartwoodart.com", true }, { "hearty.blog", true }, { "hearty.edu.pl", true }, @@ -34962,6 +35392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hechizosymagianegra.es", true }, { "heckelektro.de", true }, { "heckerundknopp.de", true }, + { "heckmann.photos", true }, { "heddoun.com", true }, { "hedge.fi", true }, { "hedgeschool.ie", true }, @@ -34987,6 +35418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hegenshop.de", true }, { "heh.ee", true }, { "heha.co", false }, + { "hehaohan.com", true }, { "hehome.xyz", true }, { "heiaheia.com", true }, { "heid.ws", true }, @@ -35014,10 +35446,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heimonen.eu", true }, { "heimprofis.de", true }, { "heinemeier.dk", true }, - { "heinenhopman.ro", true }, { "heino-peters.de", true }, { "heinpost.nl", false }, - { "heinrich-kleyer-schule.de", true }, { "heinzelmann.co", true }, { "heiraten-gardasee.de", true }, { "heiraten-venedig.de", true }, @@ -35078,6 +35508,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hellomookie.com", true }, { "hellomouse.cf", true }, { "hellomouse.net", true }, + { "hellomouse.tk", true }, { "hellosalmon.com", true }, { "hellotandem.com", true }, { "hellothought.net", true }, @@ -35100,6 +35531,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "helpmij.cf", true }, { "helppc.com.ua", true }, { "helpscoutdocs.com", true }, + { "helpstarloja.com.br", true }, { "helptasker.com", true }, { "helptasker.net", true }, { "helptasker.ru", true }, @@ -35212,16 +35644,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "herminghaus24.de", true }, { "hermitant.fr", true }, { "hermiu.com", true }, + { "hermodesign.com", true }, { "herni-kupony.cz", true }, { "hernn.com", true }, { "herocentral.de", true }, { "heroco.xyz", true }, + { "heroesdelplaneta.com", true }, { "herofil.es", true }, + { "herogaming.net", true }, { "herohirehq.co.uk", true }, { "heroiclove.com", true }, { "heroicpixel.com", true }, { "heroku.com", true }, { "heroku.ga", true }, + { "herold.me", true }, + { "herold.space", true }, { "heromuster.com", true }, { "herpes-no.com", true }, { "herr-webdesign.de", true }, @@ -35257,6 +35694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hestia-systeme.fr", true }, { "hesyifei.com", true }, { "hetene.nl", true }, + { "hetfundament.team", true }, { "hethakhout.nl", true }, { "hethely.ch", true }, { "hetmeisjeachterpauw.nl", true }, @@ -35272,7 +35710,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hex.nl", true }, { "hexa.network", true }, { "hexacon.io", true }, - { "hexadecimal.tech", true }, { "hexagon-e.com", true }, { "hexapt.com", true }, { "hexclock.io", true }, @@ -35295,10 +35732,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heycms.com", false }, { "heyfringe.com", true }, { "heyjournal.com", true }, + { "heyrockerproductions.com", true }, { "heywood.cloud", true }, { "hf51-domeinen.nl", true }, { "hf51.nl", true }, { "hflsdev.org", false }, + { "hformachine.com", true }, { "hfox.org", true }, { "hfsctx.gov", true }, { "hg.gg", true }, @@ -35352,6 +35791,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hibanaworld.com", true }, { "hibari.moe", true }, { "hiccupsandjuice.co.uk", true }, + { "hickorywinecellar.com", true }, { "hicl.org", true }, { "hicoria.com", true }, { "hicts.nl", true }, @@ -35374,7 +35814,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hidedd.com", true }, { "hideouswebsite.com", true }, { "hidglobal.com", true }, - { "hidupnomad.com", false }, + { "hidroshop.com.br", true }, { "hieisuki.ga", true }, { "hielscher.com", true }, { "hierer.com", true }, @@ -35392,7 +35832,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "highdesertroboticsurgery.com", true }, { "highenergy.ro", true }, { "higherpress.org", true }, - { "highgatejoinery.co.uk", true }, { "highinthemid80s.com", true }, { "highkick.jp", true }, { "highland-webcams.com", true }, @@ -35403,7 +35842,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "highlegshop.com", true }, { "highlevelwoodlands.com", true }, { "highlnk.com", true }, - { "highpressuretech.com", true }, { "highriskpay.com", true }, { "highspeed-arnsberg.de", true }, { "highspeedinternet.my", true }, @@ -35416,6 +35854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "highwayzen.org", true }, { "higilopocht.li", true }, { "hik-cloud.com", true }, + { "hikagestudios.com", true }, { "hikawa.top", true }, { "hike.pics", true }, { "hikerone.com", true }, @@ -35450,7 +35889,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hiltonarubabeachservices.com", true }, { "hiltonhylandluxurycondos.com", true }, { "hiltonsydney.com.au", true }, - { "himalaya-cross.com", true }, { "himalaya-masala.at", true }, { "himalayanoutback.com", true }, { "himalayanyogashram.com", true }, @@ -35542,6 +35980,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hititgunesi-tr.com", true }, { "hitmanstat.us", true }, { "hitn.at", true }, + { "hitocom.net.br", true }, { "hitokoto-mania.com", true }, { "hitokoto.cn", true }, { "hitomecha.com", true }, @@ -35591,13 +36030,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hjelpemiddeldatabasen.no", true }, { "hjertingfysioterapi.dk", true }, { "hjes.com.ve", true }, + { "hjf.com.ar", true }, { "hjkbm.cn", true }, { "hjort.land", true }, - { "hjortland.org", true }, { "hjosh.com", true }, { "hjphoto.co.uk", true }, { "hjstudio.co", true }, { "hjtky.cn", true }, + { "hjwcarpentry.com.au", true }, { "hjyl.xn--fiqs8s", false }, { "hjyl1888.com", false }, { "hjyl1999.com", false }, @@ -35620,7 +36060,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hkmap.net", true }, { "hkno.it", true }, { "hkr.at", true }, - { "hks-ffm.de", true }, { "hks-projekt.at", true }, { "hks.pw", true }, { "hktech.com", true }, @@ -35662,6 +36101,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hnfertilizermachine.com", true }, { "hnn.net.br", true }, { "hnonline.sk", true }, + { "hnrk.io", true }, { "hnsseed.com", true }, { "hnyp.hu", true }, { "ho18.net", true }, @@ -35678,6 +36118,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hobby-drechselei.de", true }, { "hobby-freizeit.de", true }, { "hoberg.ch", true }, + { "hobindesign.com", true }, { "hochhaus.us", true }, { "hochoukikikiraku.com", true }, { "hochyi.com", true }, @@ -35709,6 +36150,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hofapp.de", true }, { "hofauer.de", true }, { "hoffmancorporation.com", true }, + { "hoffmann-fliesen-design.de", true }, { "hoffnungberlin.de", true }, { "hoffnungdeutschland.de", true }, { "hofiprojekt.cz", true }, @@ -35756,6 +36198,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hollywoodstars.tk", true }, { "hollywoodsurvey.org", true }, { "holmesian.org", true }, + { "holmesworkholding.co.uk", true }, { "holo.ovh", true }, { "holodeck.us", true }, { "holofono.com", true }, @@ -35807,7 +36250,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "homebasedsalons.com.au", true }, { "homebrewshop.be", true }, { "homecareassociatespa.com", true }, - { "homecareinterio.com", true }, { "homecaring.com.au", true }, { "homecheck.gr", true }, { "homecoming.city", true }, @@ -35870,6 +36312,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "honeybadger.io", false }, { "honeybrooklibrary.org", true }, { "honeycomb.com.vn", true }, + { "honeycombcreative.com", true }, { "honeycome-recruit.com", true }, { "honeycome.net", true }, { "honeycreeper.com", true }, @@ -35900,6 +36343,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hoogelandzorg.nl", true }, { "hoogeveen.nl", false }, { "hooghiemstrazelf.nl", true }, + { "hookahfoil.ru", true }, { "hookbin.com", true }, { "hookshotdesign.com", true }, { "hookupndate.com", true }, @@ -35908,6 +36352,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hoooc.com", true }, { "hooowl.com", true }, { "hoop.la", true }, + { "hooperlabs.xyz", true }, { "hoopertechnicalsolutions.com", true }, { "hooplessinseattle.com", true }, { "hoopshabit.com", true }, @@ -35979,6 +36424,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "horvatnyelvkonyv.hu", true }, { "hory.me", true }, { "horza.org", true }, + { "hoshimaq.com.br", true }, + { "hoshimaquinas.com.br", true }, { "hoshinplan.com", true }, { "hoshisato.com", true }, { "hosiery.tk", true }, @@ -35988,10 +36435,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hospitalhomelottery.org", true }, { "hospitality-colleges.com", true }, { "host4me.ml", true }, + { "host4us.cc", true }, { "host97.de", true }, { "hostadvice.com", true }, { "hostam.link", true }, { "hostarea51.com", true }, + { "hostathome.fr", true }, { "hostco.nl", true }, { "hostcoz.com", true }, { "hosteasy.nl", false }, @@ -36001,6 +36450,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostedghost.nl", true }, { "hostedghost.org", true }, { "hostedtalkgadget.google.com", true }, + { "hostelaciones.com", true }, { "hosteleriauno.es", true }, { "hosteons.com", true }, { "hostfission.com", true }, @@ -36017,6 +36467,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostinglogin.net", true }, { "hostingphp.ch", true }, { "hostingsolutions.cz", true }, + { "hostingsvizzera.com", true }, { "hostix.de", true }, { "hostma.ma", true }, { "hostmijnpagina.nl", true }, @@ -36024,6 +36475,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostmywebsite.online", true }, { "hostpoint.ch", true }, { "hostwinds.com", true }, + { "hosuto.nl", true }, { "hot-spa.ch", false }, { "hotartup.com", true }, { "hotcandlestick.com", true }, @@ -36047,6 +36499,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hotelconsulado.com.br", true }, { "hotelcorporate.codes", true }, { "hotelcorporatecodes.com", true }, + { "hoteldahu.it", true }, + { "hoteldimorae.it", true }, { "hotelelaphusabrac.com", true }, { "hoteles4you.com", true }, { "hotelesenpuertoescondido.com", true }, @@ -36071,6 +36525,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hotels-insolites.com", true }, { "hotels3d.com", true }, { "hotels4teams.com", true }, + { "hotelsfares.com", true }, { "hotelsinbuxton.com", true }, { "hotelsinformer.com", true }, { "hotelsinncoventry.com", true }, @@ -36113,6 +36568,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "houseofherbs.gr", true }, { "houseofhouston.com", true }, { "houseofpertijs.com", true }, + { "houseofpheromones.com", true }, { "houseofyee.com", true }, { "houser.lu", true }, { "housese.at", true }, @@ -36131,10 +36587,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "how-to-simply.com", true }, { "how2dev.tools", true }, { "how2fsbo.com", true }, + { "how2recycle.info", true }, { "howa-n.net", true }, { "howardscholars.org", false }, { "howbehealthy.com", true }, + { "howdybikes.com", true }, { "howellaccounts.co.uk", true }, + { "howesky.com", true }, { "howgoodwasmysex.com", true }, { "howieisawesome.com", true }, { "howlongtobeatsteam.com", true }, @@ -36182,11 +36641,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hpic.net", true }, { "hpisavageforum.com", true }, { "hpkp-faq.de", true }, + { "hplace.com.br", true }, { "hps.digital", true }, { "hps.hu", true }, { "hpsdigital.hu", true }, { "hpvtimmerwerken.nl", true }, { "hq77.ru", true }, + { "hqblog.cn", true }, { "hqon.com.br", true }, { "hqq.tv", true }, { "hqsmartpanel.com", true }, @@ -36248,7 +36709,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hsts.eu", true }, { "hsts.me", true }, { "hsts.ovh", true }, - { "hstsfail.appspot.com", true }, { "hstspreload.appspot.com", true }, { "hstspreload.com", true }, { "hstspreload.de", true }, @@ -36278,6 +36738,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "htmue.org", true }, { "htp2.top", true }, { "htsure.ma", false }, + { "htt.pe", true }, { "http-2.com", true }, { "http2.pro", true }, { "http3.ch", true }, @@ -36317,7 +36778,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "huagati.com", true }, { "huahinpropertylisting.com", true }, { "huai123.org", true }, - { "hualao.co", true }, { "huang-haitao.com", true }, { "huang.nu", true }, { "huangguancq.com", true }, @@ -36366,7 +36826,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hudebnibazarmixer.cz", true }, { "hudhaifahgoga.co.za", true }, { "hudobniny.net", true }, - { "hudognik.com", true }, { "hudrydum.cz", true }, { "hudsonfaceandeye.com", true }, { "hudsonwi.gov", true }, @@ -36429,7 +36888,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "humanidad.tk", true }, { "humanit.com.au", true }, { "humanity.com", true }, - { "humaniza.com.mx", true }, { "humanlocation.net", true }, { "humannaturelandscapes.com.au", true }, { "humans.io", false }, @@ -36464,7 +36922,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "humboldtcountynv.gov", true }, { "humboldthomeguide.com", true }, { "humboldtmfg.com", true }, - { "humdingersnj.com", true }, { "humeur.de", true }, { "humexe.com", true }, { "humio.com", true }, @@ -36538,6 +36995,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hv-huset.no", true }, { "hvdbox.de", true }, { "hvenetworks.cf", true }, + { "hvenetworks.net", true }, { "hveradistributions.com", true }, { "hverdagogkink.no", true }, { "hvgg.de", true }, @@ -36631,6 +37089,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hyperstack.org", true }, { "hyperthymia.com", true }, { "hyperv.fr", true }, + { "hyperverge.co", true }, { "hypevents.net", true }, { "hyphen.co.za", true }, { "hyphenpda.co.za", true }, @@ -36679,12 +37138,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "i-sports.cz", true }, { "i-stats.net", true }, { "i-verbi.it", true }, + { "i-volve.net", true }, { "i-voting.pl", true }, { "i00.eu", true }, { "i00228.com", true }, { "i0day.com", true }, { "i1314.gdn", true }, - { "i2b.ro", true }, { "i2gether.org.uk", true }, { "i2verify.com", true }, { "i30365.com", true }, @@ -36707,7 +37166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "i879.com", true }, { "i8cp.com", true }, { "i9297.co", true }, - { "i95.me", false }, + { "i95.me", true }, { "i9728.co", true }, { "i9s.in", true }, { "ia.cafe", true }, @@ -36736,7 +37195,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iaminashittymood.today", true }, { "iamjoshellis.com", true }, { "iamlife.com", true }, - { "iamlifeplan.com", true }, { "iamlizu.com", true }, { "iamtheib.me", true }, { "iamtonyarthur.com", true }, @@ -36802,7 +37260,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ibexcore.com", true }, { "ibhgospel.com", true }, { "ibi.mt", true }, - { "ibidyoupeace.com", true }, { "ibigawamizueco.com", true }, { "ibiki-boushi-makura.net", true }, { "ibin.co", true }, @@ -36815,6 +37272,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ibpegasus.tk", true }, { "ibps-recruitment.in", true }, { "ibpsrecruitment.co.in", true }, + { "ibq.life", true }, { "ibrainmedicine.org", true }, { "ibraphotography.com", true }, { "ibrom.eu", true }, @@ -36870,10 +37328,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ichbinein.org", true }, { "ichbinkeinreh.de", true }, { "ichglaubesbackt.de", true }, + { "ichibanfansub.com.br", true }, { "ichinghero.com", true }, { "ichitaso.com", true }, { "ickerseashop.com", true }, { "icl82.systems", true }, + { "iclart.com", true }, { "iclinic.ua", true }, { "icmhd.ch", false }, { "icmp2018.org", true }, @@ -36884,6 +37344,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iconomi.net", true }, { "icountnm.gov", true }, { "icowhitepapers.co", true }, + { "icpc.pp.ua", true }, { "icpc2016.in.th", true }, { "icq-project.net", true }, { "icsfinomornasco.gov.it", true }, @@ -36894,6 +37355,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ictbaneninnederland.nl", true }, { "ictbiz.com.au", true }, { "ictcareer.ch", true }, + { "icterra.com", true }, { "ictindia.in", true }, { "ictinforensics.org", true }, { "ictoniolopisa.it", true }, @@ -36977,6 +37439,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "idesoftinnovacion.es", true }, { "idev-hub.com", true }, { "idexxpublicationportal.com", true }, + { "idf64.org", true }, { "idfc.gov", true }, { "idgard.de", false }, { "idgateway.co.uk", true }, @@ -36984,7 +37447,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "idid.tk", true }, { "idinby.dk", true }, { "idiot.trade", true }, - { "idirect.com.ng", true }, { "idkidknow.com", true }, { "idleleo.com", true }, { "idlethoughtsandramblings.com", true }, @@ -37022,7 +37484,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iea-annex61.org", true }, { "iec.pe", true }, { "iechistore.com", true }, - { "iedcommunications.com", true }, { "iedison.vip", true }, { "ieeedeis.org", true }, { "ieeesb.nl", true }, @@ -37034,6 +37495,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iemb.tk", true }, { "iemsamex.com", true }, { "ienakanote.com", false }, + { "ienekolife.net", true }, { "ient.me", true }, { "ies-italia.it", false }, { "ies911.com", true }, @@ -37050,6 +37512,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ifan.ws", true }, { "ifangpei.cn", true }, { "ifangpei.com.cn", true }, + { "ifanqiang.net", true }, { "ifasec.de", false }, { "ifashionable.info", true }, { "ifbagro.in", true }, @@ -37114,11 +37577,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iglobus.cz", true }, { "iglosujemy.pl", true }, { "igmus.org", true }, + { "ignace72.eu", true }, { "ignacjanskiednimlodziezy.pl", true }, { "ignat-mag.com", true }, { "ignat.by", true }, { "ignatij.tk", true }, - { "ignation.me", true }, { "ignatovich.by", true }, { "ignatovich.me", true }, { "ignet.gov", true }, @@ -37141,8 +37604,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ih8sn0w.com", true }, { "iha6.com", true }, { "ihacker.ai", true }, - { "ihacker.cn", true }, - { "ihacker.net", true }, { "ihacklabs.com", false }, { "ihakkitekin.com", true }, { "ihasco.co.uk", true }, @@ -37165,6 +37626,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ihrhost.com", true }, { "ihtdenisjaccard.com", true }, { "ihuan.me", true }, + { "ihydra.net", true }, { "ii5197.co", true }, { "ii6729.co", true }, { "ii6729.com", true }, @@ -37204,7 +37666,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ikarate.ru", true }, { "ikari-san.tk", true }, { "ikaria.com.gr", true }, - { "ikarr.com", true }, { "ikeacareers.co.uk", true }, { "ikebuku.ro", true }, { "ikebukuro-shame.com", true }, @@ -37224,7 +37685,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ikkakujuku.work", false }, { "ikkatsu-satei.jp", true }, { "ikke-coach.nl", true }, - { "ikkev.de", true }, { "ikkoku.de", true }, { "iklive.org", false }, { "iknet.top", true }, @@ -37237,6 +37697,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ikumi.us", true }, { "ikvts.de", true }, { "ikx.me", true }, + { "ikymbo.com", true }, { "ikzoekeengoedkopeauto.nl", true }, { "ila.fi", true }, { "ilab.health", true }, @@ -37306,6 +37767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "illicitdigital.com", true }, { "illinoiscaselaw.com", true }, { "illjinx.info", true }, + { "illogical-gaming.at", true }, { "illorenese.fr", true }, { "illsley.org", true }, { "illumed.net", true }, @@ -37343,6 +37805,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ilrg.com", true }, { "iltec-prom.ru", true }, { "iltec.ru", true }, + { "iltisim.ch", false }, { "iltuogiardino.org", true }, { "ilug-ktm.tk", true }, { "ilumantio.tk", true }, @@ -37390,7 +37853,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imask.ml", true }, { "imawhale.com", true }, { "imaxinaria.org", true }, - { "imbdagency.com", true }, { "imbiancatura.milano.it", true }, { "imbianchino.roma.it", true }, { "imbrian.org", true }, @@ -37407,7 +37869,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imedi.it", true }, { "imedia.com.sg", true }, { "imediafly.com", true }, - { "imediasingapore.com", true }, { "imedikament.de", true }, { "imeds.pl", true }, { "imex-dtp.com", true }, @@ -37478,9 +37939,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "immortal.run", true }, { "immortec.com", true }, { "immovit.be", true }, + { "imoasis.cn", false }, { "imobile3.com", true }, { "imoe.ac.cn", false }, - { "imoe.xyz", true }, { "imokuri123.com", true }, { "imolights.com", true }, { "imolights.net", true }, @@ -37492,7 +37953,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imoveisavenda.rio.br", true }, { "impact-fluids.com", true }, { "impact.health.nz", true }, - { "impact7.net", true }, { "impactcalifornia.com", true }, { "impacter.eu", true }, { "impactingsports.com", true }, @@ -37522,6 +37982,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "importsagt.com", true }, { "importsign.com", true }, { "imposingoods.com", true }, + { "impossible.co", true }, { "impossible.org", true }, { "impossiblefitness.com", true }, { "impossiblehq.com", true }, @@ -37543,6 +38004,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "impresapulizie.firenze.it", true }, { "impresapulizie.it", true }, { "impresapuliziebergamo.it", true }, + { "impressivebison.eu", true }, { "imprezzor.com", true }, { "imprimante-3d-store.fr", true }, { "improfestival.ee", true }, @@ -37558,6 +38020,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "impyus.com", true }, { "imququ.com", true }, { "imreh.net", true }, + { "imro.ie", true }, { "imrunner.com", true }, { "imrunner.ru", true }, { "ims-sargans.ch", true }, @@ -37567,7 +38030,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imtikaib.ml", true }, { "imwjc.xyz", true }, { "imy.rs", true }, - { "imydl.com", true }, { "imydl.tech", true }, { "imyjy.cn", true }, { "imyrs.cn", true }, @@ -37638,7 +38100,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "index-games.com", true }, { "index-mp3.com", true }, { "indexcesmad.cz", true }, - { "indexer.net", true }, { "indexmarket.ml", true }, { "indexsalaire.be", true }, { "indexyz.me", true }, @@ -37657,7 +38118,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "indianhelpline.in", true }, { "indiansmartpanel.com", true }, { "indianvisa.online", true }, - { "indiapur.com", true }, { "indiatrademarkwatch.com", true }, { "indiawise.co.uk", true }, { "indie.dog", true }, @@ -37686,7 +38146,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "indochina.io", true }, { "indogermantrade.de", true }, { "indoittraining.com", true }, - { "indomebel.co.id", true }, { "indonesian-news.tk", true }, { "indoor-kletterwald.de", true }, { "indoorpaintball.co.uk", true }, @@ -37762,6 +38221,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inflatiecalculator.nl", true }, { "inflationstation.net", true }, { "inflexsys.com", true }, + { "inflowphysio.com.au", true }, { "influo.com", true }, { "influxus.com", false }, { "infmed.com", true }, @@ -37792,6 +38252,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "infofamouspeople.com", true }, { "infogram.com", true }, { "infographicsmania.com", true }, + { "infogrfx.com", true }, { "infogym.com", true }, { "infohub.com.ua", true }, { "infojeunes.fr", true }, @@ -37824,12 +38285,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "informnapalm.org", true }, { "informspb.tk", true }, { "inforumahgresik.com", true }, + { "infosactu.com", true }, { "infosec-handbook.eu", true }, { "infosec.ch", true }, { "infosec.exchange", false }, { "infosec.pizza", true }, { "infosec.wiki", true }, { "infosecchicago.com", true }, + { "infosecsw.ca", true }, { "infosectalks.com", true }, { "infosectekniques.com", true }, { "infosective.org", true }, @@ -37860,6 +38323,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "infraclip.com", true }, { "infracron.com", true }, { "infradart.com", true }, + { "infradeep.com", true }, { "infradio.am", true }, { "infradisk.com", true }, { "infradive.com", true }, @@ -37924,17 +38388,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ingatlanneked.hu", true }, { "ingber.com", true }, { "inge-r.nl", true }, - { "inge.ec", true }, { "ingeeibach.de", true }, { "ingeni.ink", true }, { "ingenias.es", true }, { "ingenius.ws", true }, + { "ingereck.net", true }, { "ingerhy.com", true }, { "ingermany.ml", true }, { "ingestion.life", true }, { "ingfreelancer.com", true }, { "ingjobs.ch", true }, { "inglebycakes.co.uk", true }, + { "inglesatutiempo.com", true }, { "inglesencanada.cf", true }, { "inglesnarede.com.br", true }, { "ingo-schlueter.de", true }, @@ -37964,7 +38429,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inkable.com.au", true }, { "inkandtonerni.co.uk", true }, { "inkbunny.net", true }, - { "inkdrop.co.za", true }, { "inkeliz.com", true }, { "inkerotic.com", true }, { "inkhor.se", true }, @@ -38068,7 +38532,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inscomers.net", false }, { "inscribe.ai", true }, { "inscripcionessena.com", true }, - { "insecret.co.ua", true }, { "insecret.com.ua", true }, { "insecret.trade", true }, { "insecure.org.je", true }, @@ -38077,6 +38540,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insertcoins.net", true }, { "inserzioniticino.ch", true }, { "insgesamt.net", true }, + { "inshapenutrition.com.br", true }, + { "insho.fashion", true }, { "inshop.hu", true }, { "insiberia.tk", true }, { "inside19.com", true }, @@ -38097,6 +38562,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insistel.com", true }, { "insolent.ch", true }, { "insolved.com", true }, + { "insomniac.ro", true }, { "insomniasec.com", true }, { "insouciant.org", true }, { "inspiratienodig.nl", true }, @@ -38217,6 +38683,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "intentanalytica.com", true }, { "inter-corporate.com", true }, { "interabbit.co", true }, + { "interactiveliterature.org", true }, { "interaffairs.com", true }, { "interaktiva.fi", true }, { "interallied.org", true }, @@ -38227,7 +38694,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "interesnyimir.com", true }, { "interessengemeinschaft-pregelstrasse.tk", true }, { "interessiert-uns.net", true }, + { "interferencias.tech", true }, { "interfloraservices.co.uk", true }, + { "interflores.com.br", true }, { "interfug.de", true }, { "intergenx.co.uk", true }, { "intergenx.com", true }, @@ -38278,6 +38747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "internetmarkets.net", true }, { "internetmedia.si", true }, { "internetmuseum.se", true }, + { "internetmusicexchange.com", true }, { "internetnz.nz", true }, { "internetofdon.gs", true }, { "internetoffensive.fail", true }, @@ -38339,7 +38809,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "introspectivemarketresearch.com", true }, { "introverted.ninja", true }, { "intrp.net", true }, - { "intsys.co.jp", true }, { "intune.life", true }, { "intux.be", false }, { "intvonline.com", true }, @@ -38397,6 +38866,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "investuji.net", true }, { "invetep.sk", true }, { "invidio.us", true }, + { "invincible.sg", true }, { "invinoaustria.com", true }, { "invinoaustria.cz", true }, { "invioinc.com", true }, @@ -38411,9 +38881,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "invkao.com", true }, { "invoiced.com", true }, { "involic.com", true }, + { "invuite.com", true }, { "invuite.com.au", true }, { "inwao.com", true }, - { "inwebo.com", true }, { "inwestcorp.se", true }, { "inyourcornerinsurance.com", true }, { "inyourowntime.info", true }, @@ -38451,6 +38921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ioover.net", true }, { "iop.intuit.com", false }, { "iopool.us", true }, + { "iorgroup.org", true }, { "ios11018.com", true }, { "iosartstudios.gr", true }, { "iosecurity.co.za", true }, @@ -38538,18 +39009,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ipschool.spb.ru", true }, { "ipsec.pl", true }, { "ipsecurelink.com", true }, - { "ipslsig.org", true }, { "ipso.paris", true }, { "ipssl.li", true }, { "ipstoragesolutions.com", true }, - { "ipstream.it", true }, { "ipsum.dk", true }, { "ipswitch.com.tw", true }, { "iptops.com", true }, { "iptvmaxx.com", true }, { "iptvzoom.xyz", true }, { "ipty.de", true }, - { "ipura.ch", true }, + { "ipura.ch", false }, { "ipuservicedesign.com", true }, { "ipv4.cf", true }, { "ipv4.co.il", true }, @@ -38561,7 +39030,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ipv6vpn.net", true }, { "ipv6wallofshame.com", true }, { "ipvbook.com", true }, + { "iqbalmauludy.com", true }, { "iqboxy.com", true }, + { "iqos.com.ua", true }, { "iqos.ru", true }, { "iqratunisie.com", true }, { "iqsecurity.eu", true }, @@ -38610,6 +39081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iriomote.com", true }, { "iris-design.info", true }, { "iris-insa.com", true }, + { "iris.gotdns.com", true }, { "irische-segenswuensche.info", true }, { "irisdesideratum.com", true }, { "irish.dating", true }, @@ -38664,7 +39136,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isaacpartnership.co.uk", true }, { "isaacphysics.org", true }, { "isaaczais.com", true }, - { "isab.top", true }, { "isabelaflores.com", true }, { "isabellavandijk.nl", true }, { "isabelle-delpech.com", true }, @@ -38695,11 +39166,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isfriday.com", true }, { "isg-tech.com", true }, { "isgp-studies.com", false }, + { "ishamf.com", true }, { "ishangirdhar.com", true }, { "ishet.al", true }, { "ishhaara.in", true }, { "ishigurodo.com", true }, - { "ishiharaken.com", true }, { "ishimen.co.jp", true }, { "ishland.com", true }, { "ishome.org", true }, @@ -38710,6 +39181,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isil.fi", true }, { "isimonbrown.co.uk", true }, { "isincheck.com", true }, + { "isis.cloud", true }, { "isisfighters.info", true }, { "isiso.com.tr", true }, { "isistomie.com", true }, @@ -38722,33 +39194,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iskanderbroere.nl", true }, { "iskaron.de", true }, { "iskaz.rs", true }, - { "iskconnews.org", true }, { "iskkk.com", true }, { "iskkk.net", true }, { "iskogen.nu", true }, - { "iskultur.com.tr", true }, { "islam.si", true }, { "islamabadcourt.tk", true }, { "islamicarchitecturalheritage.com", true }, { "islamicmarkets.com", true }, { "islamicnews.tk", true }, { "islamnewss.tk", true }, + { "islamonline.net", true }, { "islamqa.info", true }, { "island.studio", true }, { "islandhosting.com", true }, { "islandinthenet.com", true }, { "islandlakeil.gov", true }, { "islandmapstore.com", true }, + { "islandmenshealth.com", true }, { "islandsbanki.is", true }, { "islavolcan.cl", true }, { "isletech.net", true }, { "isliada.org", true }, - { "islief.com", true }, { "islightdown.today", true }, { "islykaithecutest.cf", true }, { "islykaithecutest.ml", true }, { "ismadgeintrouble.com", true }, - { "ismailkarsli.com", true }, { "ismat.com", true }, { "ismena.bg", true }, { "ismywebsitepenalized.com", true }, @@ -38797,14 +39267,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ist.cm", true }, { "istanbul.systems", true }, { "istdas.lol", true }, - { "istdieweltschonuntergegangen.de", true }, { "isteinbaby.de", true }, { "isterfaslur.com", true }, { "istheapplestoredown.com", true }, { "istheapplestoredown.de", true }, { "isthedoorlocked.com", true }, { "isthefieldcontrolsystemdown.com", true }, - { "istheinternetdown.com", true }, { "istheinternetonfire.com", true }, { "isthephone.com", true }, { "istherrienstillcoach.com", true }, @@ -38821,6 +39289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "istschonsolangeinrente.de", true }, { "istsi.org", true }, { "isusemasa.com", false }, + { "isustain.com.au", true }, { "isutils.com", true }, { "isv.online", true }, { "isvbscriptdead.com", true }, @@ -38838,7 +39307,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "it-inside.ch", true }, { "it-jobbank.dk", true }, { "it-journal.de", true }, - { "it-kron.de", true }, { "it-maker.eu", true }, { "it-meneer.nl", true }, { "it-rotter.de", true }, @@ -38859,7 +39327,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "it-tekniker.nu", true }, { "it-ti.me", true }, { "it-uws.com", false }, - { "it-world.eu", true }, { "it-zt.at", true }, { "it.search.yahoo.com", false }, { "it1b.com", true }, @@ -38921,7 +39388,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itfh.eu", true }, { "itfix.cz", true }, { "itgirls.rs", true }, - { "itgm-consultants.com", true }, { "itgoesup.com", true }, { "itgoesupent.com", true }, { "itgoesupentertainment.com", true }, @@ -38963,7 +39429,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itpanda.pl", true }, { "itpro-mg.de", true }, { "itpro.ua", true }, - { "itqh0pk67wngbob5suh-c7glbmvtfa0dqhokufs.com", true }, { "itraffic.tk", true }, { "itraveille.fr", true }, { "itreallyaddsup.com", true }, @@ -38999,6 +39464,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itsgoingdown.org", false }, { "itshka.rv.ua", true }, { "itsig-faq.de", true }, + { "itsm.tools", true }, { "itsmejohn.org", true }, { "itsmyparty.ie", true }, { "itsnotquitethehilton.com", false }, @@ -39006,7 +39472,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itsok.link", true }, { "itspartytimeonline.co.uk", true }, { "itspartytimesweetinflations.com", true }, - { "itspecialista.eu", false }, { "itspersonaltraining.nl", true }, { "itsquiet.org", true }, { "itsryan.com", true }, @@ -39022,6 +39487,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ittgame.tk", true }, { "ittop-gabon.com", true }, { "itvaatlik.ee", true }, + { "itworks.nyc", true }, { "itzap.com.au", true }, { "itzer.de", true }, { "itzkavin.tk", true }, @@ -39052,7 +39518,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ivocopro.com", true }, { "ivocopro.de", true }, { "ivocotec.com", true }, - { "ivocotec.de", true }, { "ivoid.cf", true }, { "ivolunteer.com.ph", true }, { "ivopetkov.com", true }, @@ -39232,6 +39697,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jaaxypro.com", true }, { "jaba.hosting", true }, { "jababu.cz", true }, + { "jabagly.com", true }, { "jabba.homelinux.org", true }, { "jabbari.io", true }, { "jabbas.eu", true }, @@ -39243,6 +39709,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jabberzac.org", true }, { "jaberg-rutschi.ch", true }, { "jabergrutschi.ch", true }, + { "jability.ovh", true }, { "jabjab.de", true }, { "jacarandafinance.com.au", true }, { "jaccblog.com", true }, @@ -39260,6 +39727,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jackingramnissanparts.com", true }, { "jackingsolutions.com", true }, { "jackjack.ga", true }, + { "jackmcgregor.uk", true }, { "jackops.com", true }, { "jackpothappy.com", true }, { "jackrussel.tk", true }, @@ -39287,7 +39755,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jacquesdedixmude.eu", true }, { "jacuzziprozone.com", true }, { "jadara.info", true }, - { "jadaun.com", true }, { "jadchaar.me", true }, { "jadehotel.nl", true }, { "jadesong.net", true }, @@ -39351,12 +39818,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jakubarbet.eu", true }, { "jakubboucek.cz", true }, { "jakubklimek.com", true }, - { "jakubsindelar.cz", true }, { "jakubtopic.cz", true }, { "jakubvrba.cz", true }, { "jala.co.jp", true }, { "jaleo.cn", true }, - { "jalogisch.de", true }, { "jaluzelemoderne.ro", true }, { "jamaat.hk", true }, { "jamacha.org", true }, @@ -39426,6 +39891,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jan-roenspies.de", true }, { "jan-von.de", true }, { "jan.gl", true }, + { "jan.su", true }, { "janada.cz", true }, { "janata.net", true }, { "janaundgeorgsagenja.eu", true }, @@ -39447,7 +39913,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "janhermann.cz", true }, { "janhuelsmann.com", true }, { "jani.media", true }, - { "janiat.com", true }, { "janik.xyz", false }, { "janikrabe.com", true }, { "janjoris.nl", true }, @@ -39456,6 +39921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jann.is", true }, { "jannekekaasjager.nl", true }, { "jannesmeyer.com", true }, + { "jannisfink.de", true }, { "jannyrijneveld.nl", true }, { "janokacer.sk", true }, { "janome.club", true }, @@ -39469,14 +39935,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "janvari.com", true }, { "janvaribalint.com", true }, { "janw.me", true }, - { "janz.online", true }, { "jaot.info", true }, { "japanese-cuisine.com", true }, { "japanesemotorsports.net", true }, { "japanesque.ru", true }, { "japanesque.su", true }, { "japangids.nl", true }, - { "japaniac.de", false }, + { "japaniac.de", true }, { "japanphilosophy.com", false }, { "japanrail.nl", true }, { "japansm.com", true }, @@ -39510,7 +39975,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jasmijnwagenaar.nl", true }, { "jasminlive.cam", true }, { "jasnowidzkajowi.pl", true }, - { "jason.re", false }, + { "jason.re", true }, { "jasonadam.de", false }, { "jasonamorrow.com", true }, { "jasonbassford.com", true }, @@ -39551,7 +40016,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jaxxnet.co.uk", true }, { "jaxxnet.org", true }, { "jaybrokers.com", true }, - { "jayceeprints.com", true }, { "jaycouture.com", true }, { "jayden.tech", true }, { "jayf.de", true }, @@ -39562,6 +40026,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jaymecd.rocks", true }, { "jaypandit.me", true }, { "jaysaw.me", true }, + { "jayshao.com", false }, { "jaytx.com", true }, { "jayxon.com", true }, { "jayxu.com", true }, @@ -39662,6 +40127,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jeda.ch", true }, { "jedatw.com", true }, { "jedayoshi.com", true }, + { "jedayoshi.tk", true }, { "jedcg.com", true }, { "jedepannetonordi.ch", true }, { "jedepannetonordi.com", true }, @@ -39701,6 +40167,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jehovahsays.net", true }, { "jej.cz", true }, { "jej.sk", true }, + { "jejakbocah.com", true }, { "jekhar.com", true }, { "jelena-adeli.com", true }, { "jelenkovic.rs", true }, @@ -39734,6 +40201,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jennierobinson.com", true }, { "jenniferchan.id.au", true }, { "jenniferengerwingaantrouwen.nl", true }, + { "jenniferlucia.com", true }, { "jennifermason.eu", true }, { "jennifersauer.nl", true }, { "jennifertilly.tk", true }, @@ -39838,6 +40306,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jetmirshatri.com", false }, { "jetsetboyz.net", true }, { "jetsieswerda.nl", true }, + { "jetstudio.ch", true }, { "jetswhiteout.com", true }, { "jettlarue.com", true }, { "jettravel.com.mt", false }, @@ -39916,7 +40385,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jicaivvip.com", true }, { "jichi.io", true }, { "jichi000.win", true }, - { "jiexi6.com", true }, { "jieyang2016.com", true }, { "jif.gc.ca", true }, { "jigsawdevelopments.com", true }, @@ -39965,6 +40433,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jingyunbank.com", true }, { "jinja.ai", true }, { "jinkuru.net", true }, + { "jinliming.ml", true }, { "jino-jossy.appspot.com", true }, { "jino.gq", true }, { "jinshuju.net", true }, @@ -39977,7 +40446,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jiripik.com", true }, { "jisai.net.cn", true }, { "jischool.org", true }, - { "jisha.site", true }, { "jisnashville.gov", true }, { "jitterbit.com", true }, { "jittruckparts.com", true }, @@ -39996,7 +40464,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jj9728.co", true }, { "jjhampton.com", true }, { "jjj.blog", true }, - { "jjj917.com", true }, { "jjphospitalaria.com", true }, { "jjspartyhire.co.uk", true }, { "jjsummerboatparty.co.uk", true }, @@ -40055,7 +40522,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jmsjms.cc", true }, { "jmsjms.me", true }, { "jmsjms.org", true }, - { "jmsjms.top", true }, { "jmsjms.xyz", true }, { "jmsolodesigns.com", true }, { "jmssg.jp", true }, @@ -40081,7 +40547,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "job-chocolat.jp", true }, { "job-ofertas.info", true }, { "job-offer.de", true }, - { "job-uber.com", true }, { "job.biz.tr", true }, { "jobalicious.nl", true }, { "jobastudio.nl", true }, @@ -40113,7 +40578,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jobsisbrown.com", true }, { "jobskilled.co.za", true }, { "jobsnet.eu", true }, - { "jobss.co.uk", true }, { "jobsuchmaschine.ch", true }, { "jobtarget.com", true }, { "jobtread.com", true }, @@ -40138,6 +40602,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joecod.es", true }, { "joedavison.me", true }, { "joedeblasio.com", true }, + { "joedinardo.com", true }, { "joedoyle.us", true }, { "joedroll.com", true }, { "joefixit.co", true }, @@ -40145,7 +40610,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joehenry.co.uk", true }, { "joejacobs.me", true }, { "joel.coffee", true }, - { "joeldbolivarc.com", true }, { "joeldrapper.com", true }, { "joelfries.com", true }, { "joelj.org", true }, @@ -40192,6 +40656,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johanpeeters.com", true }, { "johansf.tech", true }, { "johego.org", true }, + { "johlmike.com", true }, { "johnaltamura.com", true }, { "johnathanhasty.com", true }, { "johnball.co", true }, @@ -40228,22 +40693,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johnnybet.com", true }, { "johnnybetstaging.com", true }, { "johnnybsecure.com", true }, + { "johnnywan.net", true }, { "johnopdenakker.com", true }, { "johnpenny.info", true }, { "johnpenny.uk", true }, { "johnroach.io", true }, { "johnroberts.me", true }, { "johnrockefeller.net", true }, - { "johnrosen.top", true }, { "johnrosen.xyz", true }, { "johnrosewicz.com", true }, { "johnsanchez.io", true }, { "johnsegovia.com", true }, + { "johnsongenealogy.net", true }, { "johnsonho.net", true }, { "johntomasowa.com", true }, { "johnvanhese.nl", true }, { "johnyytb.be", true }, { "joi-dhl.ch", false }, + { "joico.by", true }, { "joinamericacorps.gov", true }, { "joinhonor.com", true }, { "jointotem.com", true }, @@ -40280,6 +40747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jonaskarlssonfoto.se", true }, { "jonaskjodt.com", true }, { "jonaskoeritz.de", true }, + { "jonaskruckenberg.de", true }, { "jonasled.de", true }, { "jonasmoeller.de", true }, { "jonaswitmer.ch", true }, @@ -40326,11 +40794,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jonola.com", true }, { "jonpads.com", true }, { "jonpavelich.com", true }, - { "jons.org", true }, { "jonscaife.com", true }, { "jonssheds.direct", true }, { "joodari.fi", true }, - { "jooksms.com", true }, { "jooksuratas.ee", true }, { "joomla-leipzig.com", true }, { "joompress.biz", true }, @@ -40380,7 +40846,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "josefjanosec.com", true }, { "josefottosson.se", true }, { "josegdigital.com", true }, - { "joseluishenriquez.cl", true }, { "josepbel.com", true }, { "josephalexander.media", true }, { "josephbarela.com", true }, @@ -40388,6 +40853,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "josephgeorge.com.au", true }, { "josephquinaucho.com", true }, { "josephre.es", false }, + { "josephrichard.com", true }, { "josephsniderman.com", true }, { "josephsniderman.net", true }, { "josephsniderman.org", true }, @@ -40466,8 +40932,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jpm-inc.jp", true }, { "jpmelos.com", true }, { "jpmelos.com.br", true }, + { "jpmguitarshop.com.br", true }, { "jpod.cc", true }, - { "jpoirierlavoie.ca", true }, { "jppcadvertising.com", true }, { "jpph.org", true }, { "jpprivatehiretaxis.co.uk", true }, @@ -40493,6 +40959,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jreiff.de", true }, { "jreinert.com", true }, { "jrflorian.com", true }, + { "jrfortune.com", true }, { "jrjuristen.nl", true }, { "jrlopezoficial.com", true }, { "jross.me", true }, @@ -40523,14 +40990,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jsdelivr.net", true }, { "jselby.net", true }, { "jsfloydlaw.com", true }, - { "jsh173.com", true }, - { "jsh318.com", true }, - { "jsh517.com", true }, - { "jsh799.com", true }, - { "jsh916.com", true }, - { "jsh917.com", true }, { "jsh918.com", true }, - { "jsh920.com", true }, { "jsheekeyatlanticbar.co.uk", true }, { "jshub.com", true }, { "jsidefox.de", true }, @@ -40544,7 +41004,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jsnfwlr.io", true }, { "jsonsinc.com", true }, { "jsproxy.tk", false }, - { "jss.moe", false }, { "jss6868.cc", true }, { "jsteward.moe", true }, { "jstore.ch", true }, @@ -40558,12 +41017,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jtl-software.com", true }, { "jtl-software.de", false }, { "jtp.id", true }, + { "jtrocinski.com", true }, { "jts3servermod.com", true }, { "jtslay.com", true }, { "jttech.se", true }, { "juabcounty.gov", true }, { "jualjuel.com", true }, { "juan23.edu.uy", true }, + { "juancarlosllaque.com", true }, { "juanfrancisco.tech", true }, { "juanjovega.com", true }, { "juanmaguitar.com", true }, @@ -40615,6 +41076,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "juliangonggrijp.com", true }, { "julianickel.de", true }, { "julianmeyer.de", true }, + { "julianporras.com", true }, { "juliansimioni.com", true }, { "julianskitchen.ch", false }, { "julianvmodesto.com", true }, @@ -40639,7 +41101,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "julientartarin.com", true }, { "julio.jamil.nom.br", true }, { "juliohernandezgt.com", true }, - { "julius-zoellner.de", true }, { "juliuseskola.org", true }, { "jullensgroningen.com", true }, { "julm.de", true }, @@ -40649,6 +41110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jumbopan.com", true }, { "jumbopan.net", true }, { "jumeirashoes.com", true }, + { "jumibow.com", true }, { "jump-zone.co.uk", true }, { "jump.wtf", true }, { "jump4funinflatables.co.uk", true }, @@ -40661,7 +41123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jumperoos.co.uk", true }, { "jumpin-jax.co.uk", true }, { "jumpinchat.com", true }, - { "jumpingbee.co.uk", true }, { "jumpingcastlesonline.com.au", true }, { "jumpingdeliege-vip.be", true }, { "jumpingjacksbouncycastles.co.uk", true }, @@ -40706,6 +41167,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jurassicgolf.nl", true }, { "jurassicworldfilmen.cf", true }, { "juridoc.com.br", true }, + { "juristech.io", true }, { "juristique.fr", true }, { "juristique.info", true }, { "juristique.org", true }, @@ -40806,7 +41268,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jwpoore.com", true }, { "jwr.me", true }, { "jwschuepfheim.ch", true }, - { "jwtv2.com", true }, { "jwz.org", true }, { "jxi.fr", true }, { "jxir.de", true }, @@ -40823,10 +41284,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jzcapital.co", true }, { "jzgj088.com", true }, { "jztkft.hu", true }, - { "jzwebdesign.ie", true }, { "k-bone.com", true }, { "k-homes.net", true }, { "k-jtan.ca", true }, + { "k-netz.de", true }, { "k-pan.com", true }, { "k-plant.com", true }, { "k-pture.com", false }, @@ -40858,15 +41319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k5197.co", true }, { "k556.vip", true }, { "k586.vip", true }, - { "k60111.com", true }, - { "k60222.com", true }, - { "k60333.com", true }, - { "k60444.com", true }, - { "k60555.com", true }, - { "k60666.com", true }, - { "k60777.com", true }, - { "k60888.com", true }, - { "k60999.com", true }, { "k60d.com", true }, { "k615.vip", true }, { "k618.vip", true }, @@ -41095,7 +41547,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k86965.com", true }, { "k86966.com", true }, { "k86967.com", true }, - { "k86988.com", true }, { "k86989.com", true }, { "k86990.com", true }, { "k86991.com", true }, @@ -41146,7 +41597,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k87138.com", true }, { "k87183.com", true }, { "k87210.com", true }, - { "k87288.com", true }, { "k873.co", true }, { "k873.com", true }, { "k8736.com", true }, @@ -41365,6 +41815,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kabachok.tk", true }, { "kabal-invasion.com", true }, { "kabarlinux.id", true }, + { "kabashop.com.br", true }, { "kabat-fans.cz", true }, { "kabellegger.nl", true }, { "kabeltv.co.nz", true }, @@ -41379,6 +41830,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kachelfm.nl", true }, { "kachlikova2.cz", true }, { "kack.website", true }, + { "kacperchmielowiec.pl", true }, { "kadenba.ch", true }, { "kadhambam.in", true }, { "kado-ya.jp", true }, @@ -41386,9 +41838,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kadvi.tk", true }, { "kafeh-jazan.com", true }, { "kafel-ufa.tk", true }, + { "kaffad.site", true }, { "kaffau.com", true }, { "kaffeekrone.de", true }, - { "kaffeeringe.de", true }, { "kafoom.de", true }, { "kaggle.com", true }, { "kagicomb.org", true }, @@ -41444,7 +41896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kaishi999.com", true }, { "kaitol.click", true }, { "kaitori-goods.shop", true }, - { "kaiusaltd.com", true }, + { "kaiusaltd.com", false }, { "kaiva.cl", true }, { "kaivac-emea.com", true }, { "kaiwu.xyz", true }, @@ -41464,7 +41916,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kakolightingmuseum.or.jp", true }, { "kakoo-media.nl", true }, { "kakoomedia.nl", true }, - { "kakuto.me", true }, { "kalakarclub.com", true }, { "kalamos-psychiatrie.be", true }, { "kalamos.tk", true }, @@ -41483,7 +41934,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kaliaa.fi", true }, { "kalian.cz", true }, { "kaliboairport.tk", true }, - { "kaligrafievreni.com", true }, { "kalilinux.tech", true }, { "kaliningrad.gq", true }, { "kalisch.eu", true }, @@ -41535,6 +41985,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kanal-schaefer.de", true }, { "kanal-tv-haensch.de", true }, { "kanalasal.id", true }, + { "kanaltehnik.com", true }, { "kanar.nl", true }, { "kancolle.me", true }, { "kandalife.com", true }, @@ -41556,7 +42007,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kangaroovalleyshow.org.au", true }, { "kangaroovalleywoodcrafts.com.au", true }, { "kangkai.me", true }, - { "kangutingo.com", true }, { "kangzaber.com", true }, { "kanis.ag", true }, { "kanis.me", true }, @@ -41669,7 +42119,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kartec.com", true }, { "karten-verlag.de", true }, { "kartikmohta.com", true }, - { "kartina.io", true }, { "kartoffel-tobi.de", true }, { "kartonmodellbau.org", true }, { "karula.org", true }, @@ -41711,7 +42160,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kastorsky.ru", false }, { "kasual.id", true }, { "kat.al", true }, - { "kat.marketing", true }, + { "kat.marketing", false }, { "katabra.gr", true }, { "katagena.com", true }, { "kataiszilveszter.hu", true }, @@ -41775,7 +42224,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kavik.no", true }, { "kavorka.me", true }, { "kavovary-kava.cz", true }, - { "kawaii.io", true }, { "kawaii.su", true }, { "kawaiicon.org", true }, { "kawaiii.link", true }, @@ -42114,6 +42562,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keb.net.au", true }, { "kebabbesteld.nl", true }, { "kebabbruce.com", false }, + { "kebo.xyz", true }, { "kecht.at", true }, { "kedarastudios.com", true }, { "kediri.win", true }, @@ -42125,6 +42574,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keeley.net", true }, { "keeleysam.com", true }, { "keelove.net", true }, + { "keemail.me", true }, { "keematdekho.com", true }, { "keen.media", true }, { "keengamer.com", true }, @@ -42138,6 +42588,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keepiteasy.eu", true }, { "keepitsecure24.com", true }, { "keepleft.gr", true }, + { "keepsafe.live", true }, { "keepsight.org.au", true }, { "keesslop.nl", true }, { "keestalkstech.com", true }, @@ -42188,6 +42639,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kellyssportsbarandgrill.com", true }, { "kelm.me", true }, { "kelmarsafety.com", true }, + { "kelp.agency", true }, { "kelsa.io", true }, { "kelsall39.com", true }, { "kelvinfichter.com", false }, @@ -42248,6 +42700,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keralit.nl", true }, { "keramed.ga", true }, { "kerameion.com", true }, + { "kerb-grossauheim.de", true }, { "kerebro.com", true }, { "kerijacoby.com", true }, { "kermadec.com", true }, @@ -42327,6 +42780,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keybored.co", true }, { "keybored.me", true }, { "keycdn.com", true }, + { "keycenter.com.br", true }, { "keycontainers.co.za", true }, { "keyerror.com", true }, { "keyex.com.br", true }, @@ -42352,6 +42806,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keystoneok.com", false }, { "keysupport.org", true }, { "keywalker.co.jp", true }, + { "keywaysconsulting.co.uk", true }, { "keywebdesign.nl", true }, { "keyworth-meadow.tk", true }, { "keyyek.com", false }, @@ -42397,7 +42852,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kf3131g.com", true }, { "kf319.com", true }, { "kf327.com", true }, - { "kf3333g.com", true }, { "kf338.com", true }, { "kf355.com", true }, { "kf356.com", true }, @@ -42580,6 +43034,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kfkf999.com", true }, { "kfo.com.br", true }, { "kforesund.se", true }, + { "kfoundation.org", true }, { "kfv-kiel.de", false }, { "kfz-hantschel.de", true }, { "kfz-service-wachtmann.de", true }, @@ -42613,7 +43068,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "khipu.com", true }, { "khmb.ru", false }, { "khmh.co.uk", true }, - { "khohangmadeinvietnam.com", true }, { "khojhealth.com", true }, { "khokey.com", true }, { "khorne.me", true }, @@ -42633,6 +43087,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kiarayoga.com", true }, { "kibea.net", true }, { "kibibit.net", true }, + { "kibickas.lt", true }, { "kibriscicek.net", true }, { "kick-in.nl", true }, { "kickasscanadians.ca", true }, @@ -42653,6 +43108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kidsclub.photos", true }, { "kidsdaysout.co.uk", true }, { "kidsdinefree.com", true }, + { "kidsdj.co.uk", true }, { "kidsforsavingearth.org", true }, { "kidsinwoods-interfacesouth.org", true }, { "kidsmark.net", true }, @@ -42709,6 +43165,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "killerit.in", true }, { "killerkink.net", true }, { "killerrobots.com", true }, + { "killerwebsites.com.au", true }, { "killme.rocks", true }, { "killymoonbouncycastles.com", true }, { "kilo-files.tk", true }, @@ -42716,7 +43173,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kilogram.nl", true }, { "kimai.cloud", true }, { "kimamass.com", true }, - { "kimathilegal.com", true }, { "kimbal.co.uk", true }, { "kimberleythomson.tk", true }, { "kimdumaine.com", true }, @@ -42732,7 +43188,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kimono-furuya.com", true }, { "kimono-hishiya.jp", true }, { "kimono-yamaguchiya.com", true }, - { "kimoota.net", false }, { "kimotodental.com", true }, { "kimphattai.vn", true }, { "kimsnagelstudio.nl", true }, @@ -42794,7 +43249,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kingstclinic.com", true }, { "kingstonga.gov", true }, { "kingsvilletexas.com", true }, - { "kingtecservices.com", true }, { "kingtreeexperts.com", true }, { "kingwoodtxlocksmith.com", true }, { "kini24.ru", true }, @@ -42822,7 +43276,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kinozone.tk", true }, { "kinshipnd.com", true }, { "kinsights.com", false }, - { "kinsmenhomelottery.com", true }, { "kintamani.id", true }, { "kintana.ovh", true }, { "kintawifi.com", true }, @@ -42830,8 +43283,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kintore.tv", true }, { "kinualive.com", true }, { "kiocloud.com", true }, - { "kiomara.com", true }, - { "kionetworks.es", true }, { "kiot.eu", true }, { "kiousis.me", true }, { "kip-ribbetjes-bestellen.be", true }, @@ -42881,12 +43332,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kirsch-gestaltung.de", true }, { "kirschbaum.me", true }, { "kirscrb.ru", true }, + { "kirslis.com", true }, { "kirsten-wolf.de", true }, { "kirstenbos.ca", true }, { "kirstin-peters.de", true }, { "kirwandigital.com", true }, { "kisallatorvos.hu", true }, - { "kisalt.im", true }, { "kisel.org", true }, { "kisiselveri.com", true }, { "kiskeedeesailing.com", true }, @@ -42919,6 +43370,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kitchenpunx.com", false }, { "kitchenwarestore.xyz", true }, { "kiteadventure.nl", true }, + { "kitebowl.ru", true }, { "kiteschoolamsterdam.nl", true }, { "kiteschooledam.nl", true }, { "kiteschoolijmuiden.nl", true }, @@ -42938,6 +43390,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kittyhacker101.tk", true }, { "kittymagician.com", true }, { "kiumie.com", true }, + { "kivalitaconsulting.com", true }, { "kivitelezesbiztositas.hu", true }, { "kiwee.eu", true }, { "kiweeagentur.de", true }, @@ -42980,7 +43433,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kk6957.co", true }, { "kk9297.co", true }, { "kk9728.co", true }, - { "kkaramela.eu", true }, { "kkcinemas.in", true }, { "kkcsc.co.jp", true }, { "kki.org", true }, @@ -43067,8 +43519,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kleppe.co", true }, { "kleteckova.cz", true }, { "klev.su", true }, - { "kleyer.eu", true }, { "kli.is", true }, + { "klickinvite.com", true }, { "klickstdu.com", true }, { "kliemann.me", true }, { "klikacc.com", false }, @@ -43106,11 +43558,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "klub.tk", true }, { "kluck.me", true }, { "klugemedia.de", true }, - { "klumba.org", true }, { "klusbedrijfdupau.nl", true }, { "klusservice-utrecht.nl", true }, { "klustermedia.com", true }, { "klusweb-merenwijk.nl", true }, + { "kluzza.nl", true }, { "klva.cz", true }, { "kmashworth.co.uk", true }, { "kmkz.jp", true }, @@ -43127,7 +43579,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "knapp.pro", true }, { "knapp.servehttp.com", true }, { "knarcraft.net", true }, - { "knautiluz.net", true }, { "kncg.pw", true }, { "kndkv.com", true }, { "kndrd.io", true }, @@ -43178,7 +43629,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "knuthildebrandt.de", false }, { "knygos.lt", true }, { "ko-sys.com", true }, - { "koalarong.com", true }, + { "koalarong.com", false }, { "koalas.org", true }, { "koba.jp", true }, { "kobar.id", true }, @@ -43221,6 +43672,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koeldezomerdoor.nl", true }, { "koelingmonitor.com", true }, { "koelnmafia.de", true }, + { "koenberkhout.nl", true }, { "koenigsbrunner-tafel.de", true }, { "koenleemans.nl", true }, { "koenmartens.nl", true }, @@ -43242,7 +43694,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kofler.info", true }, { "kogak.ninja", true }, { "kogax.com", true }, - { "kogcoder.com", true }, { "kogi.fr", true }, { "kogro.de", true }, { "kogudesi.com", true }, @@ -43256,6 +43707,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koifish.org", true }, { "koineuno.com", true }, { "koirala.email", true }, + { "koizumidesign.com", true }, { "koji-tsujitani.net", true }, { "kojip.com", true }, { "kojipkgs.fedoraproject.org", true }, @@ -43264,7 +43716,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kokensupport.com", true }, { "koketteriet.se", true }, { "koki.cl", true }, - { "kokobaba.com", true }, { "kokoiroworks.com", true }, { "kokomo.xyz", true }, { "kokomu.com", true }, @@ -43318,7 +43769,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "komischkeszeug.de", true }, { "kommaer.dk", true }, { "kommotiv.nl", true }, - { "kommune42.org", true }, { "kommunermeddnssec.se", true }, { "kommunermedipv6.se", true }, { "kommx.de", true }, @@ -43335,6 +43785,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kondomshop.org", true }, { "kondou-butsudan.com", true }, { "konfekcjonowanie.com", true }, + { "kong.ink", true }, { "kongar.org", true }, { "kongress-hostessen.de", true }, { "konicaprinterdriver.com", true }, @@ -43372,6 +43823,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kooer.org", true }, { "koof.win", true }, { "kooibeds.com", true }, + { "kooky.org", true }, { "koolauwomenshealthcare.com", true }, { "kooli.ee", true }, { "koolikatsed.ee", true }, @@ -43382,6 +43834,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koot.nl", true }, { "kooxdiving.com", true }, { "koozal.de", true }, + { "koperek.pl", true }, { "kopfgeld.tk", true }, { "kopfkrieg.org", true }, { "kopfootdoctor.com", true }, @@ -43405,7 +43858,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koreaboo.com", true }, { "koreaninhd.com", true }, { "koreanrandom.com", true }, - { "koreanrandom.ru", true }, { "koretech.nl", true }, { "korfbalinformatie.nl", true }, { "korinar.com", true }, @@ -43424,7 +43876,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "korup.com", true }, { "koryfi.com", true }, { "kos4all.com", true }, - { "kos9078.com", true }, { "kosaki.moe", true }, { "koscielniak-nieruchomosci.pl", true }, { "kosherjava.com", true }, @@ -43492,7 +43943,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kpumuk.info", true }, { "kpvpn.com", true }, { "kpx1.de", true }, - { "kr.cm", true }, { "kr.search.yahoo.com", false }, { "kr0n.dk", true }, { "krachtinverbinding.nl", true }, @@ -43505,6 +43955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kraftzeiten.de", true }, { "krag.be", true }, { "kraga.sk", true }, + { "krajzlinsky.info", true }, { "kraken.io", true }, { "kraken.site", true }, { "krakozyabra.gq", true }, @@ -43518,6 +43969,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krang.org.uk", true }, { "kranjnakolo.ml", true }, { "krankenpflege-haushaltshilfe.de", true }, + { "krant.nl", false }, { "krasavchik.by", true }, { "krasnodar-avia.ru", true }, { "krasnodar-pravoved.ru", true }, @@ -43527,7 +43979,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kratochvilovi.net", true }, { "krautomat.com", true }, { "kravmagaangers.fr", true }, - { "kraynik.com", false }, + { "kraynik.com", true }, { "krayx.com", true }, { "krazy.net.au", true }, { "krazykastles.co.uk", true }, @@ -43552,6 +44004,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kredytzen.pl", true }, { "krehl.io", true }, { "kremalicious.com", true }, + { "kreno.tech", true }, { "kresimir-blazevic.tk", true }, { "krestanskydarek.cz", true }, { "kretschmann.consulting", true }, @@ -43599,6 +44052,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krmeni.cz", false }, { "kroell.net", true }, { "krokedil.se", true }, + { "kromamoveis.com.br", true }, { "kromax.it", true }, { "kromonos.net", true }, { "kronopolo.com", true }, @@ -43615,7 +44069,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krsvrs.nl", true }, { "krti.com.ua", true }, { "krug-munroe.wedding", true }, - { "krugermillions.org", true }, { "krugersdorpplumber24-7.co.za", true }, { "kruin.net", true }, { "kruisselbrink.com", true }, @@ -43636,7 +44089,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krypmonet.com", true }, { "krypsys.com", true }, { "krypt.com", true }, - { "kryptera.se", true }, { "krypto-geld.eu", true }, { "kryptologie.tk", true }, { "kryptomech.com", true }, @@ -44198,13 +44650,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kudo.co.id", true }, { "kuechenserver.de", true }, { "kuechenserver.org", true }, + { "kuechler.info", true }, { "kuehndel.org", true }, { "kuehnel-bs.de", true }, { "kuehnel-online.eu", true }, { "kuemmerlin.eu", true }, { "kuemmling.eu", true }, { "kugelblitz.co", true }, - { "kuhlecloud.co.za", true }, { "kuhn-elektrotechnik.de", true }, { "kuhne-electronic.de", true }, { "kuhnelautorepair.com", true }, @@ -44215,6 +44667,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kuketz-blog.de", true }, { "kuketz-security.de", true }, { "kuketz-suche.de", true }, + { "kuklavrost.ru", true }, { "kuko-crews.org", true }, { "kukoon.de", false }, { "kulde.net", true }, @@ -44235,6 +44688,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kumilasvegas.com", true }, { "kumpulannamabayi.com", true }, { "kunaldesai.blog", true }, + { "kunc.me", true }, { "kunda.ovh", true }, { "kundenerreichen.com", true }, { "kundenerreichen.de", true }, @@ -44294,20 +44748,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kuruma-ex.jp", true }, { "kurungkurawal.id", true }, { "kuruppa.xyz", true }, - { "kusadasiforum.com", true }, { "kusasa.biz", true }, { "kuscheln.com", true }, { "kuschku.de", true }, { "kuscu.de", true }, - { "kusdaryanto.web.id", true }, - { "kushner-cpa.co.il", true }, + { "kushner-cpa.co.il", false }, { "kushtikidsparties.co.uk", true }, { "kusochi.eu", true }, { "kustod.io", true }, { "kutamo.com", true }, { "kutekeiki.com", true }, { "kutinsoft.com", true }, - { "kutip.id", true }, { "kutny.cz", true }, { "kutsankaplan.com", true }, { "kuttler.eu", true }, @@ -44332,6 +44783,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kvhv-brussel.be", true }, { "kvhv.brussels", true }, { "kvilt.dk", true }, + { "kvmcloud.net", true }, { "kvnsport.ru", true }, { "kvpc.com.au", true }, { "kvt.berlin", false }, @@ -44354,6 +44806,47 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kycisrael.com", true }, { "kydara.com", true }, { "kyivstar-internet.com.ua", true }, + { "kyj110.com", true }, + { "kyj22.com", true }, + { "kyj250.com", true }, + { "kyj311.com", true }, + { "kyj322.com", true }, + { "kyj33.com", true }, + { "kyj344.com", true }, + { "kyj35.com", true }, + { "kyj355.com", true }, + { "kyj36.com", true }, + { "kyj366.com", true }, + { "kyj369.com", true }, + { "kyj377.com", true }, + { "kyj38.com", true }, + { "kyj388.com", true }, + { "kyj39.com", true }, + { "kyj399.com", true }, + { "kyj4.com", true }, + { "kyj44.com", true }, + { "kyj511.com", true }, + { "kyj522.com", true }, + { "kyj533.com", true }, + { "kyj544.com", true }, + { "kyj55.com", true }, + { "kyj56.com", true }, + { "kyj566.com", true }, + { "kyj57.com", true }, + { "kyj577.com", true }, + { "kyj59.com", true }, + { "kyj599.com", true }, + { "kyj611.com", true }, + { "kyj622.com", true }, + { "kyj633.com", true }, + { "kyj644.com", true }, + { "kyj65.com", true }, + { "kyj655.com", true }, + { "kyj67.com", true }, + { "kyj677.com", true }, + { "kyj69.com", true }, + { "kyj699.com", true }, + { "kyj76.com", true }, { "kyle.place", true }, { "kyledrake.net", true }, { "kylefennell.blog", true }, @@ -44372,6 +44865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kyochon.fr", true }, { "kyoko.org", true }, { "kyosaku.org", true }, + { "kyosyo-jungle.com", true }, { "kyoto-k9.com", false }, { "kyoto-mic.com", true }, { "kyoto-sake.net", true }, @@ -44437,10 +44931,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laac.io", true }, { "laan247.dk", true }, { "laanius.dk", true }, + { "laarroceriacolombiana.com", true }, { "laassari.me", false }, { "laatikko.io", true }, { "laatjeniethackmaken.nl", true }, - { "lab-water-filters.com", true }, { "labandadelamente.tk", true }, { "labande-annonce.fr", true }, { "labanochjonas.se", true }, @@ -44455,7 +44949,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "labeled.vn", true }, { "labelfactory.nl", true }, { "labequipvn.com", true }, - { "labfilter.com", true }, { "labiblioafronebrulepas.com", false }, { "lablnet.tk", true }, { "labobooks.com", true }, @@ -44475,7 +44968,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "labsys.xyz", true }, { "labtechsupplyco.com", true }, { "labtest.ltd", true }, - { "labwater.com", true }, { "labworks.org", true }, { "laby.me", true }, { "lacaey.se", true }, @@ -44494,7 +44986,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lachawoj.de", true }, { "lachlan-harris.com", true }, { "lachlan.com", true }, - { "lachlanallison.com", true }, { "lachosetypo.com", true }, { "lachyoga-schwieberdingen.de", true }, { "lacicloud.net", true }, @@ -44555,6 +45046,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laflash.com", true }, { "lafr4nc3.xyz", true }, { "lag-gbr.gq", true }, + { "lagaia.com.br", true }, { "lagazzettadigitale.it", true }, { "lagerauftrag.info", true }, { "lagier.xyz", true }, @@ -44607,8 +45099,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lakeview.photography", true }, { "lakewoodcityglass.com", true }, { "lakewoodcomputerservices.com", true }, - { "lakiernictwo.auto.pl", true }, { "lakkt.de", true }, + { "lakonia.com.br", true }, { "lakorntoday.com", true }, { "lalalab.com", true }, { "lalaloe.be", true }, @@ -44645,6 +45137,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laminine.info", true }, { "laminsaho.tk", true }, { "lammersmarketing.com", true }, + { "lammertbies.com", true }, + { "lammertbies.nl", true }, { "lamnea.se", true }, { "lamnhom.com.vn", true }, { "lamontre.ru", true }, @@ -44731,7 +45225,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "langjp.com", false }, { "langkahteduh.com", true }, { "langkawihomestay.net", true }, - { "langkawitrip.com", true }, { "langleyporter.com", true }, { "langly.fr", true }, { "langotie.com.br", true }, @@ -44765,6 +45258,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lanzamientovirtual.es", true }, { "lanzarote-online.info", true }, { "laobayy.com", true }, + { "laodongkynghi.info", true }, { "laoliang.ml", true }, { "laopcionb.net", true }, { "laoriginalfm.com", true }, @@ -44819,6 +45313,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "largeviewer.com", true }, { "lariposte.org", true }, { "lariscus.eu", true }, + { "lark.pw", true }, { "larondinedisinfestazione.com", true }, { "larpkalender.ch", true }, { "larptreff.de", true }, @@ -44833,6 +45328,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lars.cloud", true }, { "lars.moi", true }, { "larsbauer.xyz", true }, + { "larseriksson.es", true }, { "larsklene.nl", true }, { "larsklint.com", true }, { "larsmerke.de", true }, @@ -44849,7 +45345,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lascana.co.uk", true }, { "lasdelgadas.tk", true }, { "lasept.com.ua", true }, + { "laser-jeux.com", true }, { "lasercareestetica.com.br", true }, + { "lasercloud.ml", true }, { "lasereyess.net", true }, { "laserhealthsolutions.com", true }, { "laserpc.net", true }, @@ -44867,6 +45365,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lasrecetascocina.com", true }, { "lasrecetasdeguada.com", true }, { "lasse-it.dk", false }, + { "lasseaktiv.es", true }, { "lasseleegaard.com", true }, { "lasseleegaard.dk", true }, { "lasseleegaard.net", true }, @@ -44880,6 +45379,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lasterhub.me", true }, { "lastharo.com", true }, { "lastingsmiles.org", true }, + { "lastingwp.com", true }, { "lastorder.icu", true }, { "lastpass.com", false }, { "lastrada-minden.de", true }, @@ -44900,6 +45400,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lateral.dog", true }, { "lateralsecurity.com", true }, { "laterremotodealcorcon.tk", true }, + { "latestairfaredeals.com", true }, { "latestdeals.co.uk", true }, { "latetrain.cn", true }, { "lathamlabs.com", true }, @@ -44917,6 +45418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lattyware.com", true }, { "latvijashipoteka.lv", true }, { "laubacher.io", true }, + { "laube-school.com", true }, { "lauchundei.at", true }, { "laudableapps.com", true }, { "laudablesites.com", true }, @@ -45006,11 +45508,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lawrenceklepinger.com", true }, { "lawrencemurgatroyd.com", true }, { "lawrencewhiteside.com", true }, - { "lawservice.com.ua", true }, + { "lawyer-johannesburg.co.za", true }, { "lawyer.cf", true }, { "lawyerboksburg.co.za", true }, { "lawyerdigital.co.bw", true }, - { "lawyerkf.com", true }, { "lawyermidrand.co.za", true }, { "layazc.com", true }, { "laylo.io", true }, @@ -45025,6 +45526,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lazisbaiturrahman.org", true }, { "lazistance.com", true }, { "lazo.futbol", true }, + { "lazowik.pl", true }, + { "lazownik.pl", true }, { "lazulu.com", true }, { "lazurit.com", true }, { "lazyboston.com", true }, @@ -45040,6 +45543,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lbayer.com", true }, { "lbc-podcast.tk", true }, { "lbda.net", true }, + { "lbet365.com", true }, { "lbgconsultores.com", true }, { "lbihrhelpdesk.com", true }, { "lbls.me", false }, @@ -45466,6 +45970,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lca.gov", true }, { "lcacommons.gov", true }, { "lcars-sv.info", true }, + { "lcb1.com", true }, { "lcdf.education", true }, { "lce-events.com", true }, { "lcgabogados.com", true }, @@ -45495,6 +46000,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ld6999.com", true }, { "ldcraft.pw", true }, { "ldesignweb.com", true }, + { "ldiesel.ca", true }, { "ldjb.jp", true }, { "ldm2468.com", true }, { "ldsun.com", true }, @@ -45603,9 +46109,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lebensraum-kurse.ch", true }, { "lebihan.pl", true }, { "leblanc.io", true }, + { "leblancq.ca", true }, { "lebourgeo.is", true }, { "lecannabis.com", true }, { "lecannabiste.com", true }, + { "lecannabiste.fr", true }, + { "lecannabiste.it", true }, { "lecannabiste.uk", true }, { "lecatal.ca", true }, { "lechaudrondupertuis.ch", true }, @@ -45633,9 +46142,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lecoinchocolat.com", true }, { "lectricecorrectrice.com", true }, { "led-jihlava.cz", true }, - { "led.xyz", true }, + { "led.xyz", false }, { "ledburyvets.co.uk", true }, { "leddingplasticsurgery.com", true }, + { "ledecologie.com.br", true }, { "ledeguisement.com", true }, { "ledensite.com", true }, { "lederer-it.com", true }, @@ -45644,10 +46154,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ledlight.com", true }, { "ledlights.ca", true }, { "lednavi.de", true }, + { "ledscontato.com.br", true }, { "ledspadova.eu", true }, { "ledspalluto.de", true }, { "ledwereld.nl", true }, - { "lee-fuller.co.uk", true }, { "leeaaronsrealestate.com", true }, { "leeannescreations.com", true }, { "leebiblestudycenter.co.uk", true }, @@ -45697,9 +46207,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "legaillart.fr", true }, { "legal.farm", true }, { "legalatlanta.com", true }, - { "legalband.club", true }, + { "legale-services.com", true }, { "legaleus.co.uk", true }, { "legalforms.ng", true }, + { "legalinmotion.es", true }, { "legalplace.fr", true }, { "legalrobot-uat.com", true }, { "legalrobot.com", true }, @@ -45752,6 +46263,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leiyinan.com", true }, { "lejardindesmesanges.fr", true }, { "lejournaldublog.com", true }, + { "lekkerleben.de", true }, { "lektier.cf", true }, { "lelac-capfrance.com", false }, { "lele13.cn", true }, @@ -45877,13 +46389,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lesaffre.es", true }, { "lesalpinistes.com", true }, { "lesancheslibres.fr", true }, - { "lesarts.com", true }, { "lesberger.ch", false }, { "lesbi-porno-video.ru", true }, { "lesbianlovers.tk", true }, { "lesbiansslaves.com", true }, { "lesblogueuses.fr", true }, - { "lesbofight.com", true }, + { "lesborgestv.cat", true }, { "lesbrillantsdaristide.com", true }, { "lescomptoirsdepierrot.com", true }, { "lesconteursavis.org", true }, @@ -45900,6 +46411,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lesjardinsdemathieu.net", false }, { "lesjardinsdubanchet.fr", true }, { "lesmamy.ch", false }, + { "lesmatinesdheres.fr", true }, { "lesmontagne.net", true }, { "lesnet.co.uk", true }, { "lespagesweb.ch", false }, @@ -45928,7 +46440,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "letertrefleuri.com", true }, { "lethosdesigns.co.uk", true }, { "lethosdesigns.com", true }, + { "leticia.com.tw", true }, { "leticia.ml", true }, + { "letiziamx.com", true }, { "letni-kurzy.cz", true }, { "leto12.xyz", true }, { "letote.com", false }, @@ -45943,6 +46457,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "letsbounceuk.com", true }, { "letsbrand.com", true }, { "letsdebug.net", true }, + { "letsdevelop.com.br", true }, { "letsdocode.com", true }, { "letsencrypt-for-cpanel.com", true }, { "letsflyinto.space", true }, @@ -45964,6 +46479,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lettersblogatory.com", true }, { "lettori.club", true }, { "lettres-motivation.net", true }, + { "letustravel.tk", true }, { "leu.to", false }, { "leuchtmann.ch", true }, { "leuenhagen.com", true }, @@ -45977,7 +46493,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "levante.com.au", true }, { "levante.net.nz", true }, { "level-10.de", true }, - { "level3.xyz", true }, { "level6.me", true }, { "level9hvac.com", true }, { "levelaccordingly.com", true }, @@ -46029,6 +46544,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lezdomsm.com", true }, { "lfashion.eu", true }, { "lfaz.org", true }, + { "lfcnsv.de", true }, { "lffweb.ga", true }, { "lfgss.com", true }, { "lfrconseil.com", true }, @@ -46046,6 +46562,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lgbusiness.es", true }, { "lghfinancialstrategy.ch", false }, { "lgnsh.fr", true }, + { "lgpecasoriginais.com.br", true }, { "lgsg.us", true }, { "lgygf.com", true }, { "lhajn.cz", true }, @@ -46097,6 +46614,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libbitcoin.org", true }, { "libble.eu", true }, { "libbywinberginteriors.com.au", true }, + { "libcip.org", true }, + { "libcmodbus.org", true }, + { "libcrc.org", true }, { "liberapay.com", true }, { "liberation2020.com", true }, { "liberationist.org", true }, @@ -46116,17 +46636,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libertytereconoce.com", true }, { "libertywines.co.uk", true }, { "libertywines.ie", true }, + { "libfins.org", true }, { "libgame.com", true }, + { "libhttp.org", true }, { "libmpq.org", true }, { "libnull.com", true }, { "libo766.com", true }, { "libo766.net", true }, { "liborburda.cz", true }, + { "libpdf.org", true }, { "libportal.cf", true }, + { "libr.ee", true }, { "libra.com", true }, { "librairiezbookstore.com", true }, { "librarium.tk", true }, { "library-quest.com", true }, + { "library.co.ke", true }, { "libraryextension.com", true }, { "libraryofcode.org", true }, { "libraryofcode.us", true }, @@ -46154,12 +46679,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libreria-ouroboros.tk", true }, { "librerias-he.com.pe", true }, { "librervac.org", true }, - { "librespeed.org", true }, { "libricks.fr", true }, { "librisulibri.it", true }, { "librofilia.com", true }, { "librosdescargas.club", true }, { "libscode.com", true }, + { "libscpi.org", true }, { "libskia.so", true }, { "libsodium.org", true }, { "libstdc.com", true }, @@ -46193,7 +46718,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lidl-gewinnspiel.de", true }, { "lidl-holidays.com", true }, { "lidl-immobilien.de", true }, - { "lidl-menubox.ch", true }, { "lidl-shop.be", true }, { "lidl-shop.cz", true }, { "lidl-shop.nl", true }, @@ -46243,6 +46767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lifemstyle.com", true }, { "lifenexto.com", true }, { "lifeqa.net", true }, + { "lifesafety.com.br", true }, { "lifesavvy.com", true }, { "lifesavvymedia.com", true }, { "lifeset.pp.ua", true }, @@ -46266,6 +46791,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liftie.info", true }, { "liftmastercloud.com", true }, { "liftoff.rocks", true }, + { "lig.ink", true }, { "ligadelconsorcista.org", true }, { "ligadosgames.com", true }, { "light-vision.com.ua", true }, @@ -46364,7 +46890,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lilianejuchli.ch", true }, { "liliang13.com", true }, { "lilismartinis.com", true }, - { "lilith-magic.com", true }, { "liljohnsanitary.net", true }, { "lillepuu.com", true }, { "lilliputpreschool.co.nz", true }, @@ -46435,10 +46960,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lindsayanderson.com", true }, { "lindsaygorski.com", true }, { "lindskogen.se", true }, - { "line-wise.com", true }, { "line.biz", true }, { "line.co.nz", false }, - { "line.red", true }, { "lineageos.org", true }, { "linearaudio.net", true }, { "linearmap.com", true }, @@ -46447,9 +46970,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linestep.jp", true }, { "linfamilygc.com", true }, { "linge-ma.ro", true }, + { "lingerie.com.br", true }, { "lingeriesilhouette.com", true }, { "lingolia.com", false }, - { "lingotaxi.com", true }, { "lingroove.com", true }, { "lingting.vip", true }, { "linguatrip.com", true }, @@ -46495,9 +47018,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linnaeusgroup.co.uk", true }, { "linncounty-ia.gov", true }, { "linnetinfotech.in", true }, + { "linocomm.com", true }, + { "linocomm.net", true }, + { "linocomm.nl", true }, + { "linomass.com", true }, + { "linomass.nl", true }, { "linonin.tk", true }, + { "linoplan.be", true }, + { "linoplan.com", true }, + { "linoplan.de", true }, + { "linoplan.dk", true }, + { "linoplan.eu", true }, + { "linoplan.fr", true }, + { "linoplan.info", true }, + { "linoplan.net", true }, + { "linoplan.nl", true }, + { "linoscan.com", true }, + { "linoscan.nl", true }, + { "linoskin.com", true }, + { "linoskin.nl", true }, { "linosky.ch", true }, { "linost.com", true }, + { "linostor.com", true }, + { "linostor.nl", true }, + { "linotrac.com", true }, + { "linotrac.nl", true }, { "linpx.com", true }, { "linqhost.nl", true }, { "linss.com", true }, @@ -46547,6 +47092,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linzgau.de", true }, { "linzyjx.com", true }, { "lion7.de", true }, + { "liongueststudios.com", true }, { "lionhosting.nl", true }, { "lionlyrics.com", true }, { "lipacom.ga", true }, @@ -46580,6 +47126,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lisadelbo.tk", true }, { "lisahh-jayne.com", true }, { "lisamccorrie.com", true }, + { "lisamortimore.com", true }, { "lisanzauomo.com", true }, { "lisasc.gq", true }, { "lisasworkshop.co.uk", true }, @@ -46602,7 +47149,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "listen.dk", true }, { "lister-kirchweg.de", true }, { "listisima.com", true }, - { "listiu.com", true }, { "listminut.be", true }, { "lists.fedoraproject.org", true }, { "lists.mayfirst.org", false }, @@ -46629,7 +47175,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lithesalar.se", true }, { "lithianissaneugeneparts.com", true }, { "litsovet.com", true }, - { "little-bird-bayreuth.de", true }, { "little-brother.eu", true }, { "little-cake.com", true }, { "little-news.gq", true }, @@ -46638,7 +47183,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "littlebirds.cf", true }, { "littlebites.co.nz", true }, { "littleblackfish.se", true }, - { "littleboutiqueshop.co.uk", true }, { "littleboutiqueshop.com", true }, { "littleboutiqueshop.uk", true }, { "littledev.nl", true }, @@ -46652,7 +47196,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "littlenlargeevents.co.uk", true }, { "littlepigcreek.com.au", true }, { "littlepincha.fr", false }, - { "littleprincessandmascotparties.co.uk", true }, { "littleqiu.net", true }, { "littleredpenguin.com", true }, { "littleredsbakeshop.com", true }, @@ -46849,13 +47392,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lng-17.org", true }, { "lnhydy.cn", true }, { "lnoldan.com", true }, - { "lnrsoft.ddns.net", true }, { "lnx.li", true }, { "lnyltx.cn", true }, { "load-ev.de", true }, { "load.pm", false }, { "loaded.se", true }, - { "loader.to", true }, { "loader.us.com", true }, { "loadlow.me", true }, { "loadwallet.com", true }, @@ -46949,10 +47490,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "locker3.com", true }, { "lockerroomstories.com", true }, { "lockify.com", true }, + { "locklock.com.br", true }, + { "locklockbrasil.com.br", true }, { "lockme.at", true }, { "lockme.ch", true }, { "lockme.de", true }, { "lockme.pl", true }, + { "locknlock.com.br", true }, + { "locknlockbrasil.com.br", true }, { "lockoutgroup.com", true }, { "lockpick.nl", true }, { "lockpicks.se", true }, @@ -47011,7 +47556,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "locoserver.net", true }, { "locurimunca.co", true }, { "locus-dashboard.com", true }, - { "locus-dashboard.eu", true }, { "locusmap.eu", true }, { "lodash.com", false }, { "loddeke.eu", true }, @@ -47076,22 +47620,39 @@ static const nsSTSPreload kSTSPreloadList[] = { { "logtenberg.eu", true }, { "logue.be", true }, { "logze.nl", true }, + { "lohanaflores.com.br", true }, { "loheprobado.com", true }, { "lohmeier.it", true }, { "lohmeyer.cc", true }, - { "lohr.net", true }, { "lohvinau.by", true }, { "loic.gr", true }, { "loichot.ch", false }, { "loisircreatif.net", true }, { "loisirsdouville.com", true }, { "loja351.com", false }, + { "lojadamimo.com.br", true }, + { "lojadanidrea.com.br", true }, + { "lojadarenda.com.br", true }, + { "lojadeessencia.com.br", true }, + { "lojadelicatojatai.com.br", true }, + { "lojadewhisky.com.br", true }, { "lojadoanime.com", true }, + { "lojadoarcomprimido.com.br", true }, + { "lojadoprazer.com.br", true }, { "lojadosomautomotivo.com.br", true }, + { "lojafazendoarte.com.br", true }, + { "lojafilipaper.com.br", true }, { "lojahunamarcenaria.com.br", true }, { "lojamagicalx.com", true }, + { "lojamascate.com.br", true }, + { "lojamoleco.com.br", true }, { "lojapos.eu", true }, + { "lojaprojetoagua.com.br", true }, + { "lojas25online.com.br", true }, + { "lojastec.com.br", true }, { "lojatema.com.br", true }, + { "lojaterrazul.com.br", true }, + { "lojavisamed.com.br", true }, { "lojix.com", false }, { "lojj.pt", true }, { "lok.space", true }, @@ -47142,6 +47703,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lon-so.com", true }, { "lona.io", true }, { "lonal.com", true }, + { "lonasdigital.com", true }, { "lonavla.tk", true }, { "lonay.me", false }, { "london-mafia.tk", true }, @@ -47156,7 +47718,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "londonlegaltranslation.ae", true }, { "londonpropertymatch.com", true }, { "londonseedcentre.co.uk", true }, - { "londontaxipr.com", true }, { "lone-gunman.be", true }, { "lonelyhaoss.com", true }, { "lonelypawn.com", true }, @@ -47168,6 +47729,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "long-6.com", true }, { "long-8.com", true }, { "long-9.com", true }, + { "long-journey.com", true }, { "long008.com", true }, { "long0310.com", true }, { "long0311.com", true }, @@ -47319,6 +47881,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "loovto.net", true }, { "lopes.com.br", true }, { "loposchokk.com", true }, + { "lopp.net", true }, { "loqu8.com", true }, { "loquo.com", true }, { "loqyu.co", true }, @@ -47348,6 +47911,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "losaucas.tk", true }, { "losebellyfat.pro", true }, { "loshogares.mx", true }, + { "losless.fr", true }, { "losreyesdeldescanso.com.ar", true }, { "loss.no", true }, { "lossaicos.tk", true }, @@ -47417,6 +47981,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lovebo9.com", true }, { "lovebo9.net", true }, { "lovechester.com", true }, + { "lovecode.net", true }, { "lovecrystal.co.uk", true }, { "loveismore.de", false }, { "loveismore.es", false }, @@ -47445,6 +48010,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lovemiku.info", true }, { "lovemomiji.com", true }, { "lovemybubbles.com", true }, + { "lovemyspace.eu", true }, { "loveni.me", true }, { "lovenwishes.com", true }, { "loveph.one", true }, @@ -47460,7 +48026,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "loveweddingphotosandfilm.co.uk", true }, { "loveysa.ch", false }, { "lovg.ren", true }, - { "lovingbody.yoga", true }, { "lovingearth.co", true }, { "lovingthermo.com", true }, { "lovink.net", true }, @@ -47472,7 +48037,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lowerpricefinder.com", true }, { "lowestpriceremovals.com.au", true }, { "lowmagnitude.com", true }, - { "lowratelocksmith.com", true }, { "lowsec.space", true }, { "lowsidetna.com", true }, { "lowson.ca", true }, @@ -47489,7 +48053,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lpbk-bethel.de", false }, { "lpl-ig.club", true }, { "lpmkonji.cf", true }, - { "lps.in.ua", true }, + { "lprcommunity.co.za", true }, { "lpt-nebreziny.eu", true }, { "lq.hr", true }, { "lra-cloud.de", true }, @@ -47507,9 +48071,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lsc.ee", true }, { "lsc.gov", true }, { "lsc.moe", true }, - { "lsh1688.com", true }, { "lshiy.com", true }, { "lsiq.io", true }, + { "lsj.world", true }, { "lsl.eu", true }, { "lsmentor.com", true }, { "lspdonline.gq", true }, @@ -47680,6 +48244,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lukin.ga", true }, { "lukmanulhakim.id", true }, { "lukonet.com", true }, + { "luksusy.pl", true }, { "lukull-pizza.de", true }, { "lulua.pl", true }, { "lumbercartel.ca", true }, @@ -47700,6 +48265,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lumomongoose.com", true }, { "lumoria.eu", true }, { "lums.se", true }, + { "lunademiel.org", true }, { "lunafag.ru", true }, { "lunakit.org", true }, { "lunalove.de", true }, @@ -47725,6 +48291,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lunight.ml", true }, { "lunis.net", true }, { "lunite.net", true }, + { "lunivertdelyne.fr", true }, { "lunix.io", true }, { "lunk.it", true }, { "lunulanails.nl", true }, @@ -47760,7 +48327,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luthierunatespalermo.com", true }, { "lutizi.com", false }, { "lutoma.org", true }, - { "luu.moe", true }, { "luukdebruincv.nl", false }, { "luukklene.nl", true }, { "luukuton.fi", true }, @@ -47779,6 +48345,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luxeturf.com.au", true }, { "luxfosdecoenterprise.com", true }, { "luxhome.tk", true }, + { "luxplay.com.tw", true }, { "luxsci.com", true }, { "luxstil.ga", true }, { "luxur.is", true }, @@ -47799,6 +48366,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lv0.it", true }, { "lv5.top", true }, { "lvcshu.com", true }, + { "lvee.org", true }, + { "lvfc.co", true }, { "lvftw.com", true }, { "lvguitars.com", true }, { "lvmoo.com", true }, @@ -47823,7 +48392,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lyfbits.com", true }, { "lyfebotanicals.com", true }, { "lyftrideestimate.com", true }, - { "lykai.ca", true }, { "lykope.com", true }, { "lymia.moe", true }, { "lyna.ml", true }, @@ -47918,7 +48486,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "m4rcus.de", true }, { "m51365.com", true }, { "m5197.co", true }, - { "m60777.com", true }, { "m6729.co", true }, { "m6729.com", true }, { "m6957.co", true }, @@ -47961,8 +48528,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "macaws.org", true }, { "macbay.net", true }, { "macbook.es", true }, - { "macedonian-hotels.com.mk", true }, - { "macedonian-hotels.mk", true }, { "maceinturecuir.com", true }, { "maces-net.de", true }, { "macgeneral.de", false }, @@ -47973,12 +48538,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "machbach.com", true }, { "machbach.net", false }, { "machetewp.com", true }, - { "machidaclip.com", true }, { "machikka.com", false }, { "machine.email", true }, { "machinebazar.com", true }, { "machinerysafety101.com", true }, { "machinetransport.com", true }, + { "machkovi.cz", true }, { "machon.biz", true }, { "macht-elektro.de", true }, { "machtweb.de", true }, @@ -48019,6 +48584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "madbin.com", true }, { "madbouncycastles.co.uk", true }, { "maddi.biz", true }, + { "maddin.ga", true }, { "maddisondouch.co.uk", true }, { "maddistonevangelical.co.uk", true }, { "maddreefer.com", true }, @@ -48026,6 +48592,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "made-to-usb.com", true }, { "madebydusk.com", true }, { "madebyshore.com", true }, + { "madeincana.com", true }, { "madeinolive.com", false }, { "madeinrussia.com", true }, { "madeinstudio3.com", true }, @@ -48037,7 +48604,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maden.com", true }, { "mader.jp", true }, { "maderasbrown.com", true }, - { "maderasyacabados.net", true }, { "madewithopendata.org", true }, { "madgeandpaul.com", true }, { "madgech.com", true }, @@ -48083,7 +48649,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mafia.network", true }, { "mafiaforum.de", true }, { "mafiapenguin.club", true }, - { "mafiasi.de", true }, { "mafworld.com", true }, { "magaconnection.com", true }, { "magasindejouets.com", true }, @@ -48096,6 +48661,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magazin3513.com", true }, { "magazinecards.ga", true }, { "magazinedabeleza.net", true }, + { "magazinedotreino.com.br", true }, + { "magazineflex.com.br", true }, { "magbt.net", true }, { "magdeburg.directory", true }, { "magdic.eu", true }, @@ -48147,6 +48714,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magnacarebroker.com", true }, { "magnacumlaude.co", true }, { "magnate.co", true }, + { "magnatronic.com.br", true }, { "magnes.priv.pl", true }, { "magnesium-biomed.ch", true }, { "magnesy-neodymowe.com.pl", true }, @@ -48167,7 +48735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magnificentdata.com", true }, { "magniflood.com", true }, { "magnoliadoulas.com", true }, - { "magnoliasib.ru", false }, { "magnoliastrong.com", true }, { "magnumwallet.co", true }, { "magnunbaterias.com.br", true }, @@ -48192,6 +48759,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mahjongrush.com", true }, { "mahler.io", true }, { "mahrer.net", true }, + { "mahurivaishya.co.in", true }, + { "mahurivaishya.com", true }, { "maiaimobiliare.ro", true }, { "maichun.info", true }, { "maidenliput.fi", true }, @@ -48232,9 +48801,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mailmaster.tk", true }, { "mailmerc.com", true }, { "mailnara.co.kr", true }, + { "mailon.ga", true }, { "mailpenny.com", true }, { "mailsend.ml", true }, { "mailstart.ga", true }, + { "mailsupport.cz", true }, { "mailtelligent.com", true }, { "mailto.space", true }, { "mailtobiz.tk", true }, @@ -48289,7 +48860,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "majkyto.cz", true }, { "majlovesreg.one", true }, { "majolka.com", true }, - { "majorpaintingco.com", true }, { "majorpussycum.com", true }, { "makaleci.com", true }, { "makalu.me", true }, @@ -48326,6 +48896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maku.edu.tr", true }, { "makura.fun", true }, { "malachiteauth.com", true }, + { "maladie-autoimmune.fr", true }, { "malamutedoalasca.com.br", true }, { "malariaadvice.gq", true }, { "malash.me", false }, @@ -48371,13 +48942,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mallgastronomico.com.ar", true }, { "mallhonda.com", true }, { "mallner.me", true }, + { "mallonline.com.br", true }, { "malnex.de", true }, { "malond.com", true }, { "malphisruul.de", true }, { "malpic.com", true }, { "malscan.com", false }, { "malscan.org", true }, - { "malsignature.com", true }, { "malta-firma.com", true }, { "maltasite.tk", true }, { "maltaultrastifo.tk", true }, @@ -48447,6 +49018,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manavgabhawala.com", true }, { "manawill.jp", true }, { "manawithtea.com", false }, + { "manbetx1998.live", true }, { "mancrates.com", true }, { "mandalevydesigns.com", true }, { "mandanudes.ae", true }, @@ -48471,6 +49043,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mangabank.net", true }, { "mangabank.org", true }, { "mangaboxes.ml", true }, + { "mangacdn.com", true }, { "mangahigh.com", true }, { "mangapoi.com", true }, { "mangareactor.tk", true }, @@ -48515,7 +49088,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manoro.de", true }, { "manova.cz", true }, { "manowarus.com", true }, - { "mansarda-life.net", true }, { "mansdell.net", true }, { "mansfeld.pl", true }, { "manshatech.com", true }, @@ -48562,6 +49134,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manuelraimo.cf", true }, { "manuelrueger.de", false }, { "manufacturinginmexico.org", true }, + { "manufacturingsupportgroup.co.uk", true }, { "manuscripteditorial.com", true }, { "manuscriptlink.com", true }, { "manusiasosial.tk", true }, @@ -48573,6 +49146,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manylots.ru", true }, { "manyue.org", true }, { "manzalud.com", true }, + { "maocular.org", true }, { "maoi.re", true }, { "maomao.blog", true }, { "maomihz.com", true }, @@ -48587,6 +49161,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "map4jena.de", true }, { "mapado.ru", true }, { "mapasmundi.com.br", true }, + { "mapausenaturelle.fr", true }, { "mapblender.com", true }, { "mapchange.org", true }, { "mapeo.io", true }, @@ -48607,7 +49182,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marakovits.net", true }, { "marandu.com.ar", false }, { "maransurology.com", true }, - { "marbinvest.com", true }, { "marble.com", true }, { "marbledentalcentre.ca", true }, { "marblemosaics.ga", true }, @@ -48663,11 +49237,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marcopolo-restaurant.com", true }, { "marcoreitmeier.de", true }, { "marcoslater.com", true }, + { "marcosteixeira.tk", true }, { "marcotics.nl", true }, { "marcus-scheffler.com", true }, { "marcus.pw", true }, { "marcusds.ca", true }, - { "marcuskoh.com", true }, { "marcusstafford.com", true }, { "mardelcupon.com", true }, { "mare92.cz", true }, @@ -48748,13 +49322,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marinelausa.com", false }, { "marinershousecalstock.com", true }, { "maringalazer.com.br", true }, + { "marioabela.com", true }, { "marioberluchi.by", false }, { "mariogeckler.de", false }, { "mariposah.ch", true }, { "marisamorby.com", false }, { "marisasitaliankitchen.com", true }, { "mariskavankasbergen.nl", true }, - { "maritim.go.id", false }, + { "maritim.go.id", true }, { "maritimeseafoods.com", false }, { "mariushubatschek.de", true }, { "marivalemotions.com", true }, @@ -48786,11 +49361,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marketindex.com.au", true }, { "marketing-2.de", true }, { "marketing-advertising.eu", true }, - { "marketing1-0-1.com", true }, + { "marketing4trends.com", true }, { "marketing91.com", true }, { "marketingbrandingnews.com", true }, { "marketingbrandingnews.net", true }, { "marketingco.nl", true }, + { "marketingconcafe.com", true }, { "marketingconverts.com", true }, { "marketingdesignu.cz", true }, { "marketingforfood.com", true }, @@ -48839,14 +49415,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marktgorman.com", true }, { "marktguru.at", true }, { "marktguru.de", true }, - { "marktissink.nl", true }, { "markup-ua.com", true }, { "markus-blog.de", false }, { "markus-dev.com", true }, { "markus-keppeler.de", true }, { "markus-musiker.de", true }, { "markus-ullmann.de", true }, - { "markus.design", true }, + { "markus.design", false }, { "markusehrlicher.de", true }, { "markusgran.de", true }, { "markusjanzen.de", true }, @@ -48888,7 +49463,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mars.navy", true }, { "marsanvet.com", true }, { "marsatapp.com", true }, - { "marsbleapp.com", true }, { "marseillekiteclub.com", true }, { "marshallpeak.com", true }, { "marshallscastles.com", true }, @@ -49026,6 +49600,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "massfone.com", true }, { "masshiro.blog", true }, { "masshvac.com", true }, + { "massive.tk", true }, { "massotherapeutique.com", true }, { "masstercurssos.com", true }, { "massvow.com", true }, @@ -49049,7 +49624,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "masterofallscience.com", true }, { "masterofbytes.ch", true }, { "masterpassword.org", true }, - { "masterpc.co.uk", true }, { "masterplc.com", true }, { "masterplumber.coach", true }, { "masters.black", true }, @@ -49082,7 +49656,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matchday.cz", true }, { "matchmadeinstubton.com", true }, { "matchmuchach.net", true }, - { "matchpointusa.com", true }, { "matchupmagic.com", true }, { "matdogs.com", true }, { "mate.vn", true }, @@ -49093,6 +49666,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matematikkulubu.tk", true }, { "matematyka.wiki", true }, { "materassi.roma.it", true }, + { "materiaischiquinho.com.br", true }, { "material-ui.com", true }, { "material-world-fuyouhin.com", true }, { "materialism.com", true }, @@ -49199,6 +49773,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matthewprenger.com", true }, { "matthewsaeger.com", true }, { "matthewsetter.com", true }, + { "matthewthode.com", true }, + { "matthewthode.net", true }, + { "matthewthode.org", true }, { "matthey.nl", true }, { "matthi.coffee", true }, { "matthi3u.xyz", true }, @@ -49264,14 +49841,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "max-went.pl", true }, { "max.gov", true }, { "max00365.com", true }, - { "max0365.com", true }, + { "max0365.com", false }, { "maxb.fm", true }, { "maxbeenen.de", true }, { "maxbruckner.de", true }, { "maxbruckner.org", true }, + { "maxbuelk.de", true }, { "maxbytes.nl", false }, { "maxchan.info", true }, { "maxclean.ml", true }, + { "maxcleaning.be", true }, { "maxedgymequipment.com", true }, { "maxh.me.uk", true }, { "maxhamon.ovh", true }, @@ -49301,6 +49880,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maxisito.it", true }, { "maxkaul.de", true }, { "maxlaumeister.com", true }, + { "maxley.yachts", true }, { "maxmatthe.ws", true }, { "maxmilton.com", true }, { "maxmind.com", true }, @@ -49378,7 +49958,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mbeo.ch", false }, { "mbetb33.com", true }, { "mbetb73.com", true }, - { "mbetbtt.com", true }, + { "mbetbtt.com", false }, { "mbinf.de", false }, { "mbinformatik.de", false }, { "mbk.net.pl", true }, @@ -49390,8 +49970,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mbski.se", true }, { "mbsr-barmstedt.de", true }, { "mbsync4supply.com", true }, - { "mbte365.com", true }, - { "mbtt365.com", true }, + { "mbte365.com", false }, + { "mbtt365.com", false }, { "mburaks.com", true }, { "mburns.duckdns.org", true }, { "mbusi.com", true }, @@ -49409,7 +49989,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mcblain.ca", true }, { "mcblain.com", true }, { "mccannbristol.co.uk", true }, - { "mccarty.io", false }, { "mcconciergerie.com", true }, { "mccoolesredlioninn.com", true }, { "mccordscvs.com", true }, @@ -49493,6 +50072,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mcynews.com", true }, { "mcyukon.com", true }, { "md-clinica.com.ua", true }, + { "md-progressistes.fr", true }, { "md10lc8.com", true }, { "md11lc8.com", true }, { "md12lc8.com", true }, @@ -49530,6 +50110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mdf-bis.com", false }, { "mdhosting.co.uk", true }, { "mdihi.com", true }, + { "mdinashop.com", true }, { "mdinvest.nz", true }, { "mdir.tk", true }, { "mdiv.pl", true }, @@ -49571,6 +50152,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meap.xyz", true }, { "measureyourpenis.today", true }, { "meat.org.uk", true }, + { "meat.tk", true }, + { "meatfreecarnivore.com", true }, { "meathealth.com", true }, { "meayne.ddns.net", true }, { "mebaneattorney.com", true }, @@ -49907,9 +50490,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "med.tips", true }, { "med360.at", true }, { "medalofvalor.gov", true }, + { "medart-media.de", true }, { "medasset.gr", true }, { "medba.se", true }, { "medbreaker-friends.at", true }, + { "medcartoon.com", true }, + { "medcir.com.br", true }, { "medcorfu.gr", true }, { "medcrowd.com", true }, { "meddatix.com", true }, @@ -49924,6 +50510,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medexpress.co.uk", true }, { "medguide-bg.com", true }, { "medhy.fr", true }, + { "medi.com.br", true }, { "media-courses.com", false }, { "media-credit.eu", true }, { "media-instance.ru", true }, @@ -49955,6 +50542,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mediarithmics.com", true }, { "mediarithmics.io", true }, { "mediaselection.eu", true }, + { "mediasst.com", true }, { "mediastorm.us", true }, { "mediastroke.com", true }, { "mediathekview.de", true }, @@ -49983,10 +50571,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medicinesfast.com", false }, { "medicinia.com.br", true }, { "medicinskavranje.edu.rs", true }, + { "mediciventures.com", true }, { "medicm.jp", true }, { "medicocompetente.it", true }, { "medicoleads.com", true }, { "medicoresponde.com.br", true }, + { "medicsz.co", false }, { "medictools.de", true }, { "medienweite.de", true }, { "medifirst.de", true }, @@ -50055,6 +50645,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medvedikorenka.cz", true }, { "medvedivka.tk", true }, { "medvedkovo-hovrino.ru", true }, + { "medvesajt.hu", true }, { "medvet.com.es", true }, { "medwaybouncycastlehire.co.uk", true }, { "medy-me.com", true }, @@ -50090,7 +50681,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mega-loteria.com", true }, { "mega.co.nz", true }, { "mega.nz", true }, - { "mega1.me", true }, { "megablogging.org", true }, { "megabounce.co.uk", true }, { "megabounceni.co.uk", true }, @@ -50132,7 +50722,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "megazigzag.com", true }, { "megazine3.de", true }, { "meggidesign.com", true }, - { "megh.biz", true }, { "megh.tv", true }, { "meginajums1.space", true }, { "mego.cloud", true }, @@ -50168,7 +50757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meilleurstrucs.com", true }, { "meimeistartup.com", true }, { "mein-domizil.at", true }, - { "mein-einszueins.de", true }, { "mein-gehalt.at", true }, { "mein-kuechenhelfer.de", true }, { "mein-muehlhausen.bayern", true }, @@ -50181,7 +50769,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meine-finanzanalyse.de", true }, { "meine-immofinanzierung.de", true }, { "meineit.dvag", true }, - { "meinephbern.ch", true }, { "meinewolke.pw", true }, { "meinezwangsversteigerung.de", true }, { "meinforum.net", true }, @@ -50271,7 +50858,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "members-only-shopping.com", true }, { "members.nearlyfreespeech.net", false }, { "membersense.com", true }, - { "membershipnetworksite.com", false }, + { "membershipnetworksite.com", true }, { "membershipservices.org.uk", true }, { "memberstweets.com", true }, { "membrive.net", true }, @@ -50344,8 +50931,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "menthiere.fr", true }, { "mentiq.az", true }, { "mentita.de", true }, - { "mentorbuk.com", true }, - { "mentorithm.com", true }, { "mentup.com.br", true }, { "menu.fyi", true }, { "menuel.me", true }, @@ -50370,6 +50955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meransuedtirol.com", true }, { "meraseo.com", true }, { "mercadohype.tk", true }, + { "mercadoleal.com.br", true }, { "mercadopago.com", true }, { "mercamaris.es", true }, { "mercanix.co.uk", true }, @@ -50377,6 +50963,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mercedes-benz-arena-stuttgart.de", true }, { "mercedes-benz-kiev.com", true }, { "mercedes-ig.de", true }, + { "mercedobem.com.br", true }, { "mercelo.com", true }, { "mercercountyohio.gov", true }, { "mercerisland.gov", true }, @@ -50424,6 +51011,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mesa.aero", true }, { "mesabi.ga", true }, { "mesappros.com", true }, + { "mesareal.com.br", true }, { "mescaline.com", true }, { "mescaline.org", true }, { "mesec.cz", true }, @@ -50438,12 +51026,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "messagescelestes-archives.ca", true }, { "messagevortex.com", true }, { "messagevortex.net", true }, + { "messcustom.com", true }, { "messdorferfeld.de", true }, { "messenger.co.tz", true }, { "messenger.com", false }, { "messengerwebbrands.com", true }, { "messer24.ch", true }, - { "messgeraetetechnik-hansen.de", true }, { "messymom.com", true }, { "mestazitrka.cz", true }, { "mesvision.com", true }, @@ -50465,7 +51053,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "metainnovative.net", true }, { "metakari.one", true }, { "metal-rock.tk", true }, - { "metalartbylaser.com.au", true }, { "metalempire.tk", true }, { "metaljournal.tk", true }, { "metaljunkiez.com", true }, @@ -50479,6 +51066,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "metanodo.com", true }, { "metanumbers.com", true }, { "metapeen.nl", true }, + { "metasolutions.se", true }, { "metasquare.com.au", true }, { "metasquare.nyc", true }, { "metasurfforecast.com", true }, @@ -50542,6 +51130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "metsasta.com", true }, { "mettekopp.dk", true }, { "mettin.org", true }, + { "metz-metropolitain.fr", true }, { "metzgermark.com", true }, { "meuautotrac.com.br", true }, { "meubanco7.com.br", true }, @@ -50549,6 +51138,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meuhfolle.com", true }, { "meujeitodigital.com.br", false }, { "meulk.co.uk", true }, + { "meupainel.me", true }, { "meurisse.org", true }, { "meusigno.com", true }, { "mevanshop.com", false }, @@ -50603,6 +51193,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mgsisk.com", true }, { "mgtbaas.eu", true }, { "mgvideo.com.au", true }, + { "mh.com.fj", true }, { "mhabdullah.tk", true }, { "mhadot.com", true }, { "mhalfter.de", true }, @@ -50728,7 +51319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mico.world", true }, { "micoff.tk", true }, { "micomi.co", true }, - { "miconcinemas.com", true }, { "micontractortraining.com", true }, { "micopal.com", true }, { "micr0lab.org", true }, @@ -50736,6 +51326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "microbiote-insectes-vecteurs.group", true }, { "microblading.pe", true }, { "microco.sm", true }, + { "microcomploja.com.br", true }, { "microcyber.net", true }, { "microdesic.com", true }, { "microdots.de", true }, @@ -50824,6 +51415,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mihgroup.eu.org", true }, { "mihgroup.net", true }, { "mihnea.net", true }, + { "mihu233.com.cn", true }, { "mijam.xyz", true }, { "mijcorijneveld.nl", true }, { "mijn-financien.be", true }, @@ -50921,7 +51513,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "milanstephan.de", false }, { "milanvit.net", true }, { "milavica.tk", true }, - { "milcahsmusings.com", true }, { "milcarteles.com", true }, { "milchbuchstabe.de", true }, { "milehighmaniac.com", true }, @@ -50932,6 +51523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mileyweasel.de", true }, { "milfhubs.com", true }, { "milfpornograph.com", true }, + { "milhoazul.com.br", true }, { "milieuland.com", true }, { "militaryaviationsafety.gov", true }, { "militaryconsumer.gov", true }, @@ -50964,7 +51556,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "millibitcoin.jp", true }, { "millionairessecrets.com", true }, { "millionen-von-sonnen.de", true }, - { "millipore-alternative.com", true }, + { "millions25.com", true }, + { "millions26.com", true }, + { "millions27.com", true }, + { "millions28.com", true }, + { "millions29.com", true }, + { "millions41.com", true }, + { "millions42.com", true }, + { "millions57.com", true }, + { "millions60.com", true }, { "millistream.com", true }, { "mim.am", true }, { "mim.properties", true }, @@ -51001,6 +51601,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mindatasupport.se", true }, { "mindatorsupport.se", true }, { "mindbounce.com", true }, + { "mindbuild.com", true }, { "mindcms.nl", true }, { "mindcoding.ro", true }, { "minddrive.cf", true }, @@ -51083,6 +51684,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minirizhi.com", true }, { "miniskipper.at", true }, { "ministeriumfuerinternet.de", true }, + { "ministryofinternet.eu", true }, { "minitruckin.net", true }, { "minitrucktalk.com", true }, { "minivaro.de", true }, @@ -51094,6 +51696,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minkymoon.jp", true }, { "minload.com", true }, { "minmaxgame.com", true }, + { "minndak.net", true }, { "minnesotakinkyyouth.org", true }, { "minnesotareadingcorps.org", true }, { "minnit.chat", true }, @@ -51101,6 +51704,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minor.news", true }, { "minoritywhip.gov", true }, { "minorshadows.net", true }, + { "minpex.nl", true }, { "minpingvin.dk", true }, { "minschuns.ch", true }, { "mintclass.com", true }, @@ -51114,8 +51718,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minu.link", true }, { "minube.co.cr", true }, { "minutashop.ru", true }, + { "minuteflightdeals.com", true }, { "minux.info", true }, { "mio-ip.ch", true }, + { "miodziki.pl", true }, { "mionerve.com", true }, { "mionerve.org", true }, { "mipapo.de", true }, @@ -51182,7 +51788,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "missblisshair.com.au", true }, { "missdream.org", true }, { "missevent.pl", true }, - { "missfuli.com", true }, { "missguidedus.com", true }, { "mission-orange.de", true }, { "missionflare.com", true }, @@ -51190,7 +51795,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "missionsgemeinde.de", true }, { "mississippigenealogy.com", true }, { "missivystorm.com", true }, - { "misskey.jp", true }, { "misskey.site", false }, { "misskey.xyz", true }, { "missmaid.co.uk", true }, @@ -51234,6 +51838,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mitnetz-gas.de", true }, { "mitnetz-strom.de", true }, { "mitratech.com.br", true }, + { "mitrax.com.br", true }, { "mitre10.com.au", false }, { "mitrecaasd.org", true }, { "mitremai.org", true }, @@ -51249,6 +51854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mittelunsachlich.de", true }, { "mittenofficesystems.com", true }, { "mittwoch-nacht.net", true }, + { "mitya.cz", true }, { "mitzpettel.com", true }, { "miui-germany.de", true }, { "miukimodafeminina.com", true }, @@ -51315,6 +51921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mjscustomcreations.com.au", true }, { "mjt.me.uk", true }, { "mk-dizajn.com", true }, + { "mk.gov.tr", true }, { "mk89.de", true }, { "mkacg.com", true }, { "mkaciuba.com", false }, @@ -51352,6 +51959,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mkse.com", true }, { "mkset.ru", false }, { "mkt.com", true }, + { "mkt7.de", true }, { "mktdigital.info", true }, { "mktemp.org", true }, { "mktenlared.com", true }, @@ -51522,6 +52130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mococo.co.uk", true }, { "mod.af", true }, { "moda-donna.cf", true }, + { "modaexecutiva.com.br", true }, { "modafo.com", true }, { "modalogi.com", true }, { "modalrakyat.com", true }, @@ -51558,6 +52167,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "modernapprenticeships.org", true }, { "modernautorepairs.com", true }, { "moderncommercialrealestate.com", true }, + { "modernibytovytextil.cz", true }, { "moderniknihovna.cz", true }, { "moderntld.net", true }, { "moderntrainer.co.za", true }, @@ -51575,11 +52185,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "modulex-gmbh.de", true }, { "moduloseltaladro.com", true }, { "modusawperandi.com", true }, - { "modx.by", false }, { "moe-max.jp", true }, { "moe.pe", true }, + { "moe4sale.in", true }, { "moeali.com", true }, { "moebel-vergleichen.com", true }, + { "moec.top", true }, { "moechel.com", true }, { "moecraft.net", true }, { "moefactory.com", true }, @@ -51605,7 +52216,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moha-swiss.com", false }, { "mohamedhamuda.com", true }, { "mohamedhosting.tk", true }, - { "mohanmekap.com", true }, { "mohela.com", true }, { "mohitchahal.com", true }, { "mohot.com", true }, @@ -51638,6 +52248,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mojzis.com", true }, { "mojzis.cz", true }, { "mojzisova.com", true }, + { "mokamelhaa.ir", true }, { "mokeedev.com", true }, { "mokeedev.review", true }, { "mokhan.ca", true }, @@ -51712,6 +52323,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monetki.net", true }, { "monetus.com.br", true }, { "money-fast.ga", true }, + { "money-spell.com", true }, { "moneybird.com", true }, { "moneybird.nl", true }, { "moneychangersoftware.com", true }, @@ -51721,6 +52333,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moneygo.se", true }, { "moneypark.ch", true }, { "moneyreal.tk", true }, + { "moneysmart.gov.au", true }, { "moneytoday.se", true }, { "mongla168.net", true }, { "mongla88.net", true }, @@ -51743,7 +52356,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monitoringd.de", true }, { "monitzer.com", true }, { "monix.io", true }, - { "monkatos.org", true }, { "monkay.de", true }, { "monkeybusiness.agency", true }, { "monkeyfaqs.com", true }, @@ -51755,7 +52367,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monlissagebresilien.com", true }, { "monloyer.quebec", true }, { "monnyonle.hu", true }, - { "mono.cafe", true }, { "mono0x.net", true }, { "monobunt.at", true }, { "monochrometoys.com", true }, @@ -51855,7 +52466,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moort.be", true }, { "mooselook.de", true }, { "moosikapp.tk", true }, - { "moosmaus.tk", true }, + { "moosmann-moehrle.de", true }, { "moot-info.co.za", true }, { "moovablestorage.com", true }, { "moove-it.com", true }, @@ -51908,6 +52519,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morethancode.be", true }, { "morethandigital.info", true }, { "moretti.camp", true }, + { "moreyalta.ru", true }, { "morgan-insurance.com", true }, { "morgancounty-al.gov", true }, { "morgancountysheriffal.gov", true }, @@ -51966,6 +52578,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moso.io", true }, { "mosquitojoe.com", true }, { "mossaino.de", true }, + { "mossan.net", true }, { "mosscade.com", true }, { "mosshi.be", true }, { "mossipanama.com", true }, @@ -52012,6 +52625,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "motodb.uk", true }, { "motogb.net", true }, { "motohell.com", true }, + { "motojato.com.br", true }, { "motoland.ml", true }, { "motomorgen.com", true }, { "motor-agro.com", true }, @@ -52052,6 +52666,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mouniresidences.com", true }, { "mountain-rock.ru", true }, { "mountainactivitysection.org.uk", true }, + { "mountainairandheating.com", true }, { "mountainbatchers.de", true }, { "mountainchalet.blue", true }, { "mountainspringsrentals.ca", true }, @@ -52061,6 +52676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mountbatten.cz", true }, { "mountknowledge.nl", true }, { "mountpost.tk", true }, + { "mourabaha-dz.com", true }, { "mousepotato.uk", true }, { "moutiezhaller.com", true }, { "mov-square.jp", true }, @@ -52161,6 +52777,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mrca-sharp.com", false }, { "mrcoolevents.com", true }, { "mrcrowley217.com", true }, + { "mrd-rc.com", true }, { "mrd.ninja", true }, { "mrdatenschutz.de", true }, { "mrdayman.com", true }, @@ -52215,6 +52832,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ms-ch.ch", true }, { "ms295.com", true }, { "msa-aesch.ch", true }, + { "msa.bank", true }, + { "msafiri.co", true }, + { "msaludasuhogar.com", true }, { "msc-corps.de", true }, { "mscc.mu", true }, { "mscc.org", true }, @@ -52225,6 +52845,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "msebera.cz", true }, { "mserve.ddns.net", true }, { "mservers.cz", true }, + { "msgallery.tk", true }, { "msgspoof.com", true }, { "msh100.uk", true }, { "msha.gov", true }, @@ -52255,6 +52876,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "msz-fotografie.de", true }, { "mszavodumiru.cz", true }, { "mt-bank.jp", true }, + { "mt-caza.com", true }, { "mt-tech.fi", true }, { "mt-west.org", true }, { "mt.search.yahoo.com", false }, @@ -52264,6 +52886,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mta-sts.nl", true }, { "mta.fail", true }, { "mta.org.ua", true }, + { "mtabriz.de", true }, { "mtane0412.com", true }, { "mtasa.com", true }, { "mtasa.hu", true }, @@ -52279,6 +52902,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mteleport.net", true }, { "mtfgnettoyage.fr", true }, { "mtgeni.us", true }, + { "mtgenius.com", true }, { "mtgsuomi.fi", true }, { "mthode.org", true }, { "mthrbrd.com", true }, @@ -52314,6 +52938,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mudanzasacuna.com.co", true }, { "mudanzasytransportesbh.com", true }, { "mudaomundo.org", true }, + { "mudareganhar.pt", true }, { "mudasobwa.tk", true }, { "mudbenesov.cz", true }, { "mudcomplex.ga", true }, @@ -52334,6 +52959,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "muguayuan.com", true }, { "muh.io", true }, { "muhabbet.org", true }, + { "muhafazakarkiralikvilla.com", true }, { "muhcow.dk", true }, { "muhlenbergtwppa.gov", true }, { "muilties.com", true }, @@ -52353,9 +52979,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mulk.hopto.org", true }, { "mullen.net.au", true }, { "mullens-usedcars.be", false }, + { "mullerkappers.nl", true }, { "mullinsfarms.com", true }, { "muloft.com", true }, { "multibit.org", true }, + { "multibomasm.com.br", true }, { "multiclinicacardio.com.br", true }, { "multicomhost.com", true }, { "multicorpbra.com", true }, @@ -52400,18 +53028,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "munch.me", true }, { "munchcorp.com", true }, { "mundismart.com", true }, + { "mundoarabe.com.br", true }, { "mundoconejos.com", true }, { "mundodapoesia.com", true }, + { "mundodasfechaduras.com.br", true }, { "mundodasmensagens.com", true }, { "mundogamers.top", true }, + { "mundokinderland.com.br", true }, { "mundolarraz.es", true }, { "mundomagicotv.com", true }, - { "mundoperfecto.net", true }, { "mundoperros.es", true }, { "mundosteampunk.club", true }, { "mundosuiri.ml", true }, { "mundotortugas.com", true }, { "mundschenk.at", true }, + { "mundtec.com.br", true }, { "munduch.cz", true }, { "munduch.eu", true }, { "muneni.co.za", true }, @@ -52441,10 +53072,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "murfy.nz", true }, { "murgi.de", true }, { "murmansk.cf", true }, - { "murmashi.com", true }, { "murmashi.ru", true }, { "murmel.it", false }, { "murmu.re", true }, + { "murof.com.br", true }, { "murray.xyz", true }, { "murraya.cn", true }, { "murraycoin.org", true }, @@ -52497,6 +53128,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "musicsense.cf", true }, { "musicstore.de", false }, { "musicstudio.pro", true }, + { "musicvideo.club", true }, { "musicwear.cz", true }, { "musicworkout.de", true }, { "musik-mentaltraining.ch", true }, @@ -52570,7 +53202,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mwba.org", true }, { "mwe.st", true }, { "mwlcouriers.com", true }, - { "mwr.team", true }, + { "mwms.nl", true }, { "mww.moe", true }, { "mx-quad.fr", true }, { "mx.org.ua", true }, @@ -52587,7 +53219,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "my-best-wishes.com", true }, { "my-bratsk.tk", true }, { "my-cdn.de", true }, - { "my-co.ir", true }, { "my-contract.ch", false }, { "my-contract.info", false }, { "my-contract.net", false }, @@ -52622,7 +53253,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myaccount.google.com", true }, { "myactivity.google.com", true }, { "myadpost.com", true }, - { "myadself.com", true }, { "myaggic.com", true }, { "myalliancechurch.com", true }, { "myamend.com", false }, @@ -52658,6 +53288,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mybsms.gr", true }, { "mybuildingcertifier.com.au", true }, { "mycaelis.fr", true }, + { "mycakeangel.com", true }, { "mycam.gq", true }, { "mycamshowhub.com", true }, { "mycamshowhub.to", true }, @@ -52671,6 +53302,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mychamberlain.com.au", true }, { "mychamberlain.eu", true }, { "mychemromance.tk", true }, + { "mychicken.info", true }, + { "mychicken.nl", true }, { "mycinema.pro", true }, { "mycircleworks.com", true }, { "myclgnotes.com", true }, @@ -52750,6 +53383,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myessaygeek.com", true }, { "myetherwallet.com", true }, { "myexams.nl", true }, + { "myf.cloud", true }, { "myfae.eu", true }, { "myfantasysportstalk.com", true }, { "myfavorite.com.tw", true }, @@ -52764,8 +53398,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myforum.community", true }, { "myfreemp3.click", true }, { "myfrenchtattoo.fr", true }, + { "myfsb.bank", true }, { "myfunworld.de", true }, { "myfursona.com", true }, + { "myfutureself.com.au", true }, { "myg21.com", true }, { "mygadgetguardian.lookout.com", false }, { "mygallery.homelinux.net", true }, @@ -52823,7 +53459,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myjumpsuit.de", true }, { "myjuvelirika.ru", true }, { "mykarelia.ga", true }, - { "mykeepsake.xyz", false }, { "myki.co", true }, { "mykontool.de", true }, { "mykumedir.com", true }, @@ -52882,7 +53517,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mynext.events", true }, { "mynextmove.org", true }, { "mynn.io", true }, - { "mynook.info", false }, + { "mynook.info", true }, { "mynovus.de", true }, { "myoddlittleworld.com", true }, { "myodysi.com", true }, @@ -52915,6 +53550,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mypenza.tk", true }, { "myperfecthome.ca", true }, { "myperks.in", true }, + { "mypet24.ch", true }, { "mypfp.co.uk", true }, { "myphamaplus.org", true }, { "myphamthemis.com", true }, @@ -53012,7 +53648,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myruststats.com", true }, { "myrvogna.net", true }, { "mysad.de", true }, - { "mysam.net", true }, { "mysasiedzi.bialystok.pl", true }, { "myschoolphoto.org", true }, { "myseatime.com", true }, @@ -53057,6 +53692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myswissmailaddress.com", false }, { "mytc.fr", true }, { "myte.ch", true }, + { "mytefl.com", true }, { "mytfg.de", true }, { "mythemeshop.com", false }, { "mythen-fonds.ch", true }, @@ -53146,8 +53782,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "n36533.com", true }, { "n36594.com", true }, { "n37.co", false }, - { "n3ro.io", true }, - { "n3ro.net", true }, { "n3twork.net", true }, { "n48.co", false }, { "n4v.eu", true }, @@ -53155,7 +53789,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "n5197.co", true }, { "n56.co", false }, { "n6729.co", true }, - { "n6729.com", true }, { "n69.co", false }, { "n6957.co", true }, { "n6a.net", true }, @@ -53187,10 +53820,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "n8ch.net", true }, { "n8mgt.com", true }, { "n8nvi.com", true }, + { "n8solutions.biz", true }, { "n8solutions.host", true }, { "n8solutions.net", true }, { "n8solutions.us", true }, - { "n8ta.com", true }, { "n9297.co", true }, { "n9397.com", true }, { "n9721.com", true }, @@ -53201,10 +53834,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "naam.me", true }, { "naamlint.nl", true }, { "naano.org", true }, - { "nabaleka.com", true }, { "nabankco.com", true }, { "nabeez.cf", true }, - { "naberiusmedia.com", true }, + { "naberiusmedia.com", false }, { "nabidkamajetku.cz", true }, { "nabidkydnes.cz", true }, { "nabokov.tk", true }, @@ -53342,6 +53974,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "namu.wiki", true }, { "namus.gov", true }, { "namuwikiusercontent.com", true }, + { "nan.cm", true }, { "nan.ge", true }, { "nan0.cloud", true }, { "nanaimoneighbourhoods.ca", true }, @@ -53357,7 +53990,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nanisiyou.com", true }, { "nanjiyy.com", true }, { "nankiseamansclub.com", true }, - { "nannycoupons.com", true }, + { "nanmu.me", true }, { "nannytax.ca", true }, { "nano.voting", true }, { "nanodynelabs.com", true }, @@ -53404,6 +54037,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "narardetval.se", true }, { "narazaka.net", true }, { "nardininaturopathic.com", true }, + { "narec.org", true }, { "narela.com.mx", true }, { "narenderchopra.com", true }, { "narfation.org", true }, @@ -53440,7 +54074,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nashvillelidsurgery.com", true }, { "nashvillesheriff.gov", true }, { "nashzhou.me", true }, - { "nasladko.cz", true }, { "naslovi.net", true }, { "nasosvdom.com.ua", true }, { "nasr.mobi", true }, @@ -53488,7 +54121,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nathansmetana.com", true }, { "nathumarket.com.br", true }, { "nation-contracting.com.hk", true }, - { "national.co.ua", true }, { "nationalaustriabank.com", true }, { "nationalbank.gov", true }, { "nationalbanknet.gov", true }, @@ -53533,6 +54165,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "naturaum.de", true }, { "nature-et-bio.fr", true }, { "natureclaim.com", true }, + { "naturecoaster.com", true }, { "natureflo.net", true }, { "naturelk.org", true }, { "naturesbest.co.uk", true }, @@ -53544,6 +54177,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "naturheilpraxis-p-grote.de", true }, { "naturline.com", true }, { "naturtint.co.uk", true }, + { "natusvita.com", true }, + { "natusvita.com.br", true }, { "natuterra.com.br", true }, { "natverkstekniker.se", true }, { "naude.co", true }, @@ -53560,6 +54195,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "navarralanparty.org", true }, { "navarrogear.com", true }, { "navdeep.ca", true }, + { "navdigital.cl", true }, { "navenlle.com", true }, { "navienna.com", true }, { "navient.com", true }, @@ -53575,8 +54211,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "navycs.com", true }, { "nawir.de", true }, { "nawroth.info", true }, + { "nawt.pl", true }, { "nay.sk", true }, - { "nayahe.ru", true }, { "nayami64.xyz", true }, { "nayanaas.com", true }, { "nayefalebrahim.com", true }, @@ -53633,7 +54269,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ncea.net.au", true }, { "ncgt.se", true }, { "nch.link", true }, - { "nchangfong.com", true }, + { "nchangfong.com", false }, { "nchponline.org", true }, { "ncic.gg", true }, { "ncjrs.gov", true }, @@ -53725,7 +54361,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "needle.net.nz", true }, { "needle.nz", true }, { "needrom.com", true }, - { "needstyle.ru", true }, { "neel.ch", true }, { "neemdetijd.nl", true }, { "neemzy.org", true }, @@ -53758,6 +54393,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neil-barrett.uk", true }, { "neildaniels.com", true }, { "neilfarrington.com", true }, + { "neilhosting.net", true }, { "neillans.co.uk", true }, { "neillans.com", true }, { "neilpatel.com", true }, @@ -53774,7 +54410,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nekolove.jp", true }, { "nekomimi.pl", true }, { "nekomimirouter.com", true }, - { "nekomio.com", true }, { "nekorektni.cz", true }, { "nekosc.com", true }, { "nekowa.moe", true }, @@ -53846,6 +54481,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neowin.net", true }, { "neowlan.net", true }, { "neoxcrf.com", true }, + { "neoz.com.br", true }, { "nepal-evolution.org", true }, { "nepezzano13.com", true }, { "nephelion.org", true }, @@ -53895,8 +54531,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nestone.ru", true }, { "nestor.nu", true }, { "neswec.org.uk", true }, + { "net-combo-ja.com", true }, { "net-masters.pl", true }, { "net-safe.info", true }, + { "net-share.de", true }, { "net4visions.at", true }, { "net4visions.de", true }, { "netamia.com", true }, @@ -53926,7 +54564,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netducks.space", true }, { "netera.se", true }, { "neteraser.de", true }, - { "netexpat.com", true }, { "netexpatcommunity.com", false }, { "netfabb.com", true }, { "netface.com.br", true }, @@ -53957,8 +54594,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netica.fr", false }, { "netki.com", true }, { "netkigestioncomercial.com", true }, + { "netlentes.com.br", true }, { "netliste.com", true }, { "netlocal.ru", true }, + { "netmagicas.com.br", true }, { "netmeister.org", true }, { "netnea.com", true }, { "netnik.de", false }, @@ -54058,6 +54697,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neurobiology.com", true }, { "neurochip.com", true }, { "neurocny.cloud", true }, + { "neurococi.ro", true }, { "neurolab.no", true }, { "neuronus.com.br", true }, { "neuropatia-periferica.com", true }, @@ -54097,7 +54737,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "new-tuning.tk", true }, { "new-vip.com", true }, { "new-web-studio.com", true }, + { "new10.com", true }, { "newaccess.ch", true }, + { "newagehoops.com", true }, { "newantiagingcreams.com", true }, { "newaygotowing.com", true }, { "newbasemedia.us", true }, @@ -54139,7 +54781,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newforms.nl", true }, { "newfoundland-labradorflora.ca", true }, { "newgle.xyz", true }, - { "newgraphics.by", true }, { "newgrowbook.com", true }, { "newguidance.ch", false }, { "newhamyoungbloods.co.uk", false }, @@ -54150,10 +54791,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newinternet.media", true }, { "newizv.ru", false }, { "newjianzhi.com", true }, - { "newkaliningrad.ru", true }, { "newknd.com", true }, { "newlegalsteroid.com", true }, - { "newlifehempoil.com", true }, { "newline.online", true }, { "newlovers.ga", true }, { "newlovers.gq", true }, @@ -54162,6 +54801,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newmall.org", true }, { "newmanwebsolutions.com", true }, { "newmarketbouncycastlehire.co.uk", true }, + { "newmed.com.br", true }, { "newmediaone.net", true }, { "newmovements.net", true }, { "newmusicjackson.org", true }, @@ -54178,7 +54818,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "news-trendlab.com", true }, { "news123.ga", true }, { "news12elite.tk", true }, - { "news47ell.com", true }, { "news53today.tk", true }, { "news54.tk", true }, { "newsa2.com", true }, @@ -54219,6 +54858,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newtons-erben.space", true }, { "newtrackon.com", true }, { "newvehicle.com", true }, + { "newway.ie", true }, { "newworldnewlife.tk", true }, { "newyorkcoffeejobs.com", true }, { "newyorkhiltonmidtown.com", true }, @@ -54271,6 +54911,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nextstart.azurewebsites.net", true }, { "nextstep-labs.gr", true }, { "nexttv.co.il", true }, + { "nextvery.com", true }, { "nextwab.com", true }, { "nexus-exit.de", true }, { "nexus-vienna.at", true }, @@ -54316,7 +54957,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ngmx.net", true }, { "ngmx.org", true }, { "ngndn.jp", true }, - { "ngocuong.net", false }, { "ngospelmedia.net", true }, { "ngt.gr", true }, { "nguru.net", true }, @@ -54355,6 +54995,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nibletllc.com", true }, { "nibo.blog", true }, { "nibouw.nl", true }, + { "nibrasfashion.com", true }, { "nic.ads", true }, { "nic.android", true }, { "nic.app", true }, @@ -54397,6 +55038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nic.xn--q9jyb4c", true }, { "nic.youtube", true }, { "nic.zip", true }, + { "nic199.ru", true }, { "nicapollo.com", true }, { "nicastrosalvatore.tk", true }, { "nice-autosurf.com", true }, @@ -54424,10 +55066,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nickcleans.co.uk", true }, { "nickcraver.com", true }, { "nickdekruijk.nl", true }, + { "nickfarr.me", true }, { "nickfrost.rocks", true }, { "nickguyver.com", true }, { "nickhitch.co.uk", true }, { "nickhowell.co.uk", false }, + { "nickkallis.com", true }, { "nickloose.de", true }, { "nicklord.com", true }, { "nickmchardy.com", true }, @@ -54449,7 +55093,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "niclewis.me", true }, { "nicn.me", true }, { "nico.st", true }, - { "nico.today", true }, { "nicochinese.com", true }, { "nicocourts.com", true }, { "nicogrosser.de", true }, @@ -54467,7 +55110,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nicolascornet.com", true }, { "nicolasfriedli.ch", true }, { "nicolasiung.me", true }, - { "nicolaspecher.com", true }, { "nicolaszambetti.ch", true }, { "nicolaw.uk", true }, { "nicolemathew.com", true }, @@ -54485,6 +55127,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nidialozano.com", true }, { "nidro.de", true }, { "nidsuber.ch", true }, + { "nidux.com", true }, { "niduxcomercial.com", true }, { "niederalt.com", true }, { "niederohmig.de", true }, @@ -54511,7 +55154,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nietmvwoensel.com", true }, { "nietzsche.com", true }, { "nieuwpoort.tk", true }, - { "nieuwsberichten.eu", false }, + { "nieuwsberichten.eu", true }, { "nieuwsfiets.nu", true }, { "nieuwslagmaat.nl", true }, { "nifc.gov", true }, @@ -54552,6 +55195,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nikavandenbos.nl", true }, { "nikcub.com", false }, { "nikelunartw.net", true }, + { "nikifoth.io", true }, { "nikimix.com", false }, { "nikitenko.tk", true }, { "nikitin.photo", true }, @@ -54569,7 +55213,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nikoninframe.co.uk", true }, { "nikonlibrary.co.uk", true }, { "nikonnps.co.uk", true }, - { "nikonpromotions.co.uk", true }, { "nikpool.com", true }, { "niktok.com", true }, { "nikz.in", true }, @@ -54581,7 +55224,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nilgirispice.co.uk", true }, { "nilianwo.com", true }, { "niloxy.com", true }, - { "nim-news.com", true }, { "nimanranch.com", true }, { "nimbo.com.au", true }, { "nimelainsurance.com", true }, @@ -54598,10 +55240,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nineteensixtyone.co.uk", true }, { "ninfora.com", true }, { "ningbo.co.uk", true }, + { "ningrui.me", true }, { "ningwei.net", true }, { "ninja-galerie.de", true }, { "ninjan.co", true }, - { "ninjasproxy.com", true }, { "ninjasquad.fr", true }, { "ninjaworld.co.uk", true }, { "ninkt.com", true }, @@ -54609,6 +55251,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ninofink.com", true }, { "ninreiei.jp", true }, { "ninsin-akachan.com", true }, + { "nintendohill.com", true }, + { "nintendoreporters.com", true }, { "ninth.cat", true }, { "ninthfloor.org", true }, { "ninux.ch", false }, @@ -54652,7 +55296,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "niumactive.it", true }, { "nivelul2.ro", true }, { "nivoit.cf", true }, - { "nix.black", true }, { "nix.org.ua", false }, { "nix13.xyz", true }, { "nixnet.email", true }, @@ -54676,7 +55319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "njguardtraining.com", true }, { "njilc.com", true }, { "njpjanssen.nl", true }, - { "njprimary.com", true }, { "nkapliev.org", true }, { "nkbwnx.com", true }, { "nkinka.de", true }, @@ -54688,6 +55330,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nkp-media.de", true }, { "nkp.bg", true }, { "nksky.cn", true }, + { "nkuxlogistics.com", true }, { "nkx4sjyrk4tcv0sluhwajyc-n6icja9gchqxmhp.com", false }, { "nl-comunistas.tk", true }, { "nl-ix.net", true }, @@ -54697,7 +55340,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nl3ehv.nl", true }, { "nlagstage.in", true }, { "nlap.ca", false }, - { "nlayer.info", true }, { "nlc-business.com", true }, { "nlc.org.au", true }, { "nlegall.fr", true }, @@ -54710,9 +55352,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nmd.so", true }, { "nmmlp.org", true }, { "nmnd.de", true }, - { "nmontag.com", true }, { "nms-thoracic-surgery.com", true }, - { "nmx.moe", false }, + { "nmx.moe", true }, { "nn-vol.ga", true }, { "nn.cz", true }, { "nn0.net", true }, @@ -54721,7 +55362,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nn04.org", true }, { "nn5197.co", true }, { "nn6729.co", true }, - { "nn6729.com", true }, { "nn6957.co", true }, { "nn9297.co", true }, { "nn9397.com", true }, @@ -54760,7 +55400,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nocommentsallowed.com", true }, { "nocturnus.tk", true }, { "nodariweb.com.ar", true }, - { "nodebb-cn.org", true }, { "nodecdn.net", true }, { "nodecraft.com", true }, { "nodeedge.com", true }, @@ -54800,16 +55439,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noiglosujemy.pl", true }, { "noima.com", true }, { "noincludesubdomains.preloaded.test", false }, - { "noinghene.com", true }, + { "noirpvp.com", true }, { "noise.agency", true }, { "noiseandheat.com", true }, { "noisebridge.social", true }, { "noiseexplorer.com", true }, - { "noisetor.net", true }, { "noisetrap.cz", true }, { "noisky.cn", false }, { "noisyfox.cn", true }, - { "noitax.com", true }, { "noites.pt", true }, { "noithat247.com.vn", true }, { "nojok.es", true }, @@ -54954,6 +55591,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "northerngate.net", true }, { "northernhamsterclub.com", true }, { "northernmuscle.ca", true }, + { "northernpage.com", true }, { "northernpowertrain.com", true }, { "northernselfstorage.co.za", true }, { "northfieldyarn.com", true }, @@ -55034,6 +55672,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nothinfancy.ca", true }, { "nothing.net.nz", true }, { "nothing.org.uk", true }, + { "nothinux.id", true }, { "noticaballos.com", true }, { "noticiaelmundo.com", true }, { "noticiasdetv.com", true }, @@ -55129,6 +55768,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nowlas.org", false }, { "nowloading.co", true }, { "nowremindme.com", true }, + { "nowzarimd.com", true }, { "nowzuwan.org", false }, { "noxi.ga", true }, { "noxlogic.nl", true }, @@ -55198,6 +55838,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nsoft.nu", true }, { "nsp.ua", true }, { "nspawn.org", true }, + { "nspeaks.com", true }, { "nspireoutreach.org", false }, { "nsradiology.net", true }, { "nst-maroc.com", true }, @@ -55205,6 +55846,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nstd.net", true }, { "nstinvoiceqa.com", true }, { "nstnet.org", true }, + { "nsu.pw", true }, { "nsure.us", true }, { "nsworks.com", true }, { "nt-catala.com", true }, @@ -55212,6 +55854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ntcp.ph", true }, { "nte.email", true }, { "ntgvision.com", true }, + { "nth.sh", true }, { "nti.de", true }, { "ntia.gov", true }, { "ntlabs.org", true }, @@ -55279,6 +55922,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "numero1.ch", false }, { "numerologist.com", true }, { "numis.tech", true }, + { "numismatica.info.ve", true }, { "numismed-seniorcare.de", true }, { "numo.co", true }, { "numwave.nl", true }, @@ -55294,6 +55938,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nuos.org", true }, { "nuovaelle.it", true }, { "nuovavetro.com", true }, + { "nupef.org.br", false }, { "nuquery.com", true }, { "nuquery.org", true }, { "nur.berlin", true }, @@ -55307,6 +55952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nurseregistry.com", true }, { "nurses.dating", true }, { "nursingschool.network", true }, + { "nuryahan.com.br", true }, { "nusaceningan.io", true }, { "nusantaratv.com", true }, { "nusatrip-api.com", true }, @@ -55322,6 +55968,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nutpanda.com", true }, { "nutra-creations.com", true }, { "nutradian.com", true }, + { "nutrafitsuplementos.com.br", true }, { "nutralivbio.com", true }, { "nutrashop.fr", true }, { "nutri-spec.me", true }, @@ -55346,7 +55993,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nvcogct.gov", true }, { "nvfoundation.com", true }, { "nvl-game.tokyo", true }, - { "nvlocalbusiness.com", true }, { "nvlop.xyz", false }, { "nvmo.org", true }, { "nvoip.com.br", true }, @@ -55359,6 +56005,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nwerc.party", true }, { "nwgh.org", false }, { "nwh.nz", true }, + { "nwimports.com", true }, { "nwitt.us", true }, { "nwk1.com", true }, { "nwmd.nl", false }, @@ -55390,6 +56037,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nyansparkle.com", true }, { "nyantec.com", true }, { "nyatane.com", true }, + { "nybcreative.com", true }, { "nybiz.nyc", false }, { "nycfilmcrew.com", true }, { "nyconcretelifting.com", true }, @@ -55425,6 +56073,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nyyu.tk", true }, { "nyzed.com", true }, { "nzelaweb.com", true }, + { "nzguns.co.nz", true }, { "nzstudy.ac.nz", true }, { "nzt.capital", true }, { "nzt.co", true }, @@ -55476,7 +56125,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "o5.cx", false }, { "o5197.co", true }, { "o6729.co", true }, - { "o6729.com", true }, { "o6957.co", true }, { "o6asan.com", true }, { "o81365.com", true }, @@ -55512,6 +56160,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oasiristorantebagno.it", true }, { "oasis-conference.org.nz", false }, { "oasis9.net", true }, + { "oasisdabeleza.com.br", true }, { "oasisim.net", false }, { "oasisorthodontics.com.au", true }, { "oatmealdome.me", true }, @@ -55551,8 +56200,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "obmen-vizitami.ml", true }, { "obnalichka.ga", true }, { "oboeta.com", true }, - { "obono.at", true }, { "obozrevatel.tk", true }, + { "obra.com.br", true }, { "obrienswine.ie", true }, { "obrobka-zdjec.pl", true }, { "obs.group", true }, @@ -55574,7 +56223,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oc-minecraft.com", true }, { "oc-sa.ch", false }, { "ocachik.com.br", true }, - { "ocad.com.au", true }, { "ocalaflwomenshealth.com", true }, { "ocalculator.com", true }, { "ocapic.com", true }, @@ -55672,7 +56320,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "odpikedoslike.com", true }, { "odtu.lu", true }, { "oducs.org", true }, - { "odxin.com", true }, { "odysea.cat", true }, { "odyssey44.com", true }, { "odysseyofthemind.eu", true }, @@ -55697,7 +56344,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oemwolf.com", true }, { "oenings.eu", true }, { "oepsbanaan.nl", true }, - { "oes.org.gt", true }, { "oessi.eu", true }, { "of2m.fr", true }, { "ofcampuslausanne.ch", false }, @@ -55717,6 +56363,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "offersgame.com", true }, { "offertegiuste.com", true }, { "offertenet.nl", true }, + { "offeryep.info", true }, { "offgames.io", true }, { "offgridauto.com", true }, { "offgridhub.com", true }, @@ -55781,6 +56428,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ohhere.xyz", true }, { "ohioag.gov", true }, { "ohioago.gov", true }, + { "ohiobrewweek.com", true }, { "ohiobusinesscentral.gov", true }, { "ohioflockcote.com", true }, { "ohiooutside.com", true }, @@ -55836,6 +56484,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "okaidi.es", true }, { "okaidi.fr", true }, { "okakuro.org", true }, + { "okashi.me", true }, { "okasurfbali.com", true }, { "okay.cf", true }, { "okay.coffee", true }, @@ -55927,9 +56576,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oleksii.name", true }, { "olenergie.com", true }, { "olenergie.fr", true }, - { "olenergies.com", true }, { "olenergies.eu", true }, { "olenergies.fr", true }, + { "oleodecopayba.com.br", true }, { "oles-hundehaus.de", true }, { "olesaindustrial.cat", true }, { "olesaradio.tk", true }, @@ -56030,6 +56679,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omertabeyond.net", true }, { "ometepeislandinfo.com", true }, { "omexcables.com", true }, + { "omf.link", true }, { "omgbouncycastlehire.co.uk", true }, { "omi-news.fr", false }, { "omicron3069.com", true }, @@ -56044,6 +56694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omnienviro.com", false }, { "omnienviro.com.au", false }, { "omnifurgone.it", true }, + { "omniga.de", true }, { "omnigon.network", true }, { "omnimoto.it", true }, { "omniscimus.net", false }, @@ -56059,7 +56710,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omsdieppe.fr", true }, { "omshivalab.com", true }, { "omsk-web.ml", true }, - { "omskit.ru", true }, { "omsknews.tk", true }, { "omskrock.com", true }, { "omskweb.tk", true }, @@ -56140,6 +56790,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oneshotmediakc.com", true }, { "oneso.win", true }, { "onesports.cz", true }, + { "onestacked.club", true }, + { "onestacked.tk", true }, { "onestasolar.com", true }, { "onestopcastles.co.uk", true }, { "onestpasdesanges.fr", true }, @@ -56151,6 +56803,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onetonline.org", true }, { "onetouchrevealplus.com", true }, { "onetranslations.com.br", true }, + { "onetrust.com", true }, { "onetwentyseven001.com", true }, { "onetwosweetatelier.com", true }, { "oneway.ga", true }, @@ -56202,6 +56855,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onlinecasinoselite.org", true }, { "onlinecensorship.org", true }, { "onlinecollegeessay.com", true }, + { "onlinecorners.com", true }, { "onlinedemo.hu", true }, { "onlinedivorce.com", true }, { "onlinefashion.it", true }, @@ -56243,6 +56897,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onlysim.nl", true }, { "onmaps.de", true }, { "onmarketbookbuilds.com", true }, + { "onmyside.com", true }, { "onnaguse.com", true }, { "onnee.ch", true }, { "onnext.cc", true }, @@ -56296,7 +56951,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onzerelaties.net", true }, { "oo5197.co", true }, { "oo6729.co", true }, - { "oo6729.com", true }, { "oo6957.co", true }, { "oo918.com", true }, { "oo9297.co", true }, @@ -56310,7 +56964,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ooharttemplates.com", true }, { "ookjesprookje.nl", true }, { "oolsa.net", true }, - { "oomepu.com", true }, { "oonne.com", true }, { "ooo-santal.ml", true }, { "ooonja.de", true }, @@ -56364,6 +57017,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "openbayesstatus.com", true }, { "openbeecloud.com", true }, { "openblox.org", true }, + { "openbsdhosting.com", true }, + { "opencache.uk", true }, { "opencad.io", true }, { "opencaves.io", true }, { "opencircuit.nl", true }, @@ -56440,13 +57095,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "openwifi.gr", true }, { "openwireless.org", true }, { "openwrt-dist.tk", true }, + { "opera.im", true }, { "operad.fr", true }, { "operanavigation.ro", true }, { "operationforever.com", true }, { "operationkiwi.work", true }, - { "operr.com", false }, - { "operrbilling.com", false }, - { "operrgroup.com", false }, { "operrhealth.com", false }, { "opexterminating.com", true }, { "opfin.com", true }, @@ -56454,7 +57107,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opic.gov", true }, { "opin.me", true }, { "opinio.fr", true }, - { "opinionicentrifuga.it", true }, { "opinionipannolini.it", true }, { "opinionitech.com", true }, { "opioids.co.uk", true }, @@ -56524,7 +57176,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "optimizedlabs.net", true }, { "optimizedlabs.uk", true }, { "optimo.com.tr", true }, - { "optimumterapia.pl", true }, { "optimumwebdesigns.com", true }, { "optimus.io", true }, { "optimuscrime.net", true }, @@ -56535,14 +57186,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opture.ch", true }, { "opus-codium.fr", true }, { "opus-consulting.no", true }, + { "opussystems.com.au", true }, { "opvakantie-noorwegen.nl", true }, { "opvakantie-zweden.nl", true }, + { "opzich.nl", true }, { "opztechwall.com", true }, { "oqpo.ru", true }, { "oqrqtn7ynmgc7qrgwd-ubhdvfiymfbjrh5ethdti8.com", false }, { "oqwebdesign.com", true }, { "orablanket.co.nz", true }, { "oralb.co.uk", true }, + { "oralee.org", true }, { "orang-utans.com", true }, { "orangeacademy.cz", true }, { "orangecat.tw", true }, @@ -56550,7 +57204,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "orangefab.asia", true }, { "orangefinanse.com.pl", true }, { "orangejetpack.com", true }, - { "orangelandgaming.com", true }, + { "orangekey.tk", true }, { "orangenbaum.at", true }, { "orangenj.gov", true }, { "orangenuts.in", true }, @@ -56562,7 +57216,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oranjee.net", false }, { "oratto.co.uk", true }, { "orbeimaginario.com", true }, - { "orbitabaja.com", true }, { "orbital3.com", true }, { "orbitalcommerce.com.br", true }, { "orbitcleaning.com.au", true }, @@ -56589,6 +57242,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ordoh.com", true }, { "ordoro.com", true }, { "ordr.mobi", true }, + { "ordr.no", true }, { "ore.cool", true }, { "oreadstudios.com", true }, { "orebolt.cz", true }, @@ -56607,7 +57261,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "organdonor.gov", true }, { "organica.co.za", true }, { "organisatieteam.nl", true }, - { "organisationsberatung-jacobi.de", true }, + { "organisationsberatung-jacobi.de", false }, { "organise.earth", true }, { "orgasmium.com", true }, { "orged.de", true }, @@ -56691,6 +57345,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oscloud.com", true }, { "oscreen.ru", true }, { "osdls.gov", true }, + { "ose-group.com", true }, { "osepideasthatwork.org", true }, { "osereso.tn", true }, { "oses.mobi", true }, @@ -56728,6 +57383,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ostechnix.com", true }, { "osteendiner.com", true }, { "osteopathe-palaiseau.com", true }, + { "osteria-italiana-nsv.de", true }, { "osterkraenzchen.de", true }, { "osterlensyd.se", true }, { "ostgotamusiken.se", true }, @@ -56738,6 +57394,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ostrov8.com", true }, { "ostylelimo.com", true }, { "osuarez3.com", true }, + { "osugiving.com", true }, { "osuszanie-krakow.pl", true }, { "osuszanie-radom.pl", true }, { "osuszanie-warszawa.pl", true }, @@ -56761,6 +57418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "other98.com", true }, { "otherkinforum.com", true }, { "otherlandlabs.com", true }, + { "oticasaopaulo.com.br", true }, { "oticasvisao.net.br", true }, { "otinane.eu", true }, { "otisko.com", true }, @@ -56772,7 +57430,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "otomobilforumu.com", true }, { "otooil.com", true }, { "otopan.com", true }, - { "otopark.com", true }, { "otoplastik.ml", true }, { "otoplenie-ufa.ml", true }, { "otorrino.pt", true }, @@ -56814,6 +57471,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ourdocuments.gov", true }, { "ourevents.net", true }, { "ourfavorite-kakamigahara.jp", true }, + { "ourgame.ie", true }, { "ourladymountcarmel.net", true }, { "ourladymtcarmel.org", true }, { "ourladyofcalvary.org", true }, @@ -56856,7 +57514,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "outingexpert.com", true }, { "outinjersey.net", true }, { "outline.ski", true }, - { "outline.vn", true }, { "outlookonthedesktop.com", true }, { "outnow.ch", true }, { "outofcontrol.ca", true }, @@ -56870,7 +57527,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "outsiders.paris", false }, { "outstack.vote", true }, { "outstandingpromotion.com", true }, - { "outurnate.com", true }, + { "outurnate.com", false }, { "outwesthunts.com", true }, { "ouwerling.tk", true }, { "ouxiang.me", true }, @@ -56942,12 +57599,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oxia.me", true }, { "oxiame.eu", true }, { "oxidemusic.com", true }, + { "oxidized.org", true }, { "oximo.lviv.ua", true }, { "oxinails.salon", true }, { "oxo.cloud", true }, { "oxsec.co.uk", true }, { "oxt.co", true }, - { "oxygenit.co.za", true }, { "oxygin.net", false }, { "oxymail.ru", true }, { "oxynux.xyz", true }, @@ -56958,7 +57615,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oyashirosama.tokyo", true }, { "oyesunn.com", true }, { "oyk13tyuj8ljpete31edj2tes-9if7bi.com", false }, - { "oyk19bgxj8ljpete71edj2tes-9i4oai.com", true }, { "oyosoft.fr", true }, { "oyosoft.net", true }, { "oysterworldwide.com", true }, @@ -56971,6 +57627,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ozli.ga", true }, { "oznamovacipovinnost.cz", true }, { "ozonstyle.ga", true }, + { "ozoz.cc", true }, { "ozvolvo.org", true }, { "ozzyfant.de", true }, { "p-0.me", true }, @@ -57095,6 +57752,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "p88856.com", true }, { "p88867.com", true }, { "p888a.com", true }, + { "p8r.de", true }, { "p9165.com", true }, { "p91aa.com", true }, { "p9297.co", true }, @@ -57242,7 +57900,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "painefamily.co.uk", true }, { "painetcompagnie.fr", true }, { "painosso.org", true }, - { "painso.com", true }, { "paint-it.pink", true }, { "paint4.life", true }, { "paintball-ljubljana.si", true }, @@ -57256,7 +57913,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paireepinart.com", true }, { "paisleyandsparrow.com", true }, { "pajadam.me", true }, - { "pajskr.cz", false }, { "pajuvuo.fi", true }, { "pakaranggrek.com", true }, { "paketbox-systems.at", true }, @@ -57316,7 +57972,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pamsorel.co.za", true }, { "pan-lleveme.com", true }, { "pan.digital", true }, - { "panamarealestatebrokers.com", true }, { "panamateakforestry.com", true }, { "panamatravel.tk", true }, { "panamatrippin.com", true }, @@ -57409,6 +58064,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pantsu.club", true }, { "panzdravi.cz", true }, { "panzer72.ru", true }, + { "pao.moe", true }, { "paolodemichele.it", true }, { "paolotagliaferri.com", true }, { "pap.la", false }, @@ -57441,6 +58097,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "papertracker.net", true }, { "paperwallets.io", true }, { "paperwork.co.za", true }, + { "paperworld.online", true }, { "paperwritinghelp.net", true }, { "paperwritten.com", true }, { "papiermakerijdehoop.nl", true }, @@ -57476,7 +58133,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paragreen.net", true }, { "parallaxsite.com", true }, { "paramaquetas.com", true }, - { "paramountelectronics.co.uk", true }, { "paranoidandroid.tk", true }, { "paranoidcrypto.com", true }, { "paranoidmode.com", true }, @@ -57489,7 +58145,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paratlan.hu", true }, { "paratlantalalkozas.hu", true }, { "paratxt.org", true }, - { "parcbotanique.com", true }, { "parcelbroker.co.uk", false }, { "parchcraftaustralia.com", true }, { "parckwart.de", true }, @@ -57509,6 +58164,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parfum-selbermachen.de", true }, { "parfumer.tk", true }, { "parfumerie-de-grasse.fr", false }, + { "parfumersha.by", true }, { "pari.cz", true }, { "pariga.co.uk", true }, { "parisackerman.com", true }, @@ -57521,6 +58177,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parisfranceparking.nl", true }, { "parishome.jp", true }, { "parisprovincedemenagements.fr", true }, + { "parkbee.com.br", true }, { "parkcitycu.org", true }, { "parkeerbordenhuren.be", true }, { "parkefficient.de", true }, @@ -57530,6 +58187,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parkerforum.tk", true }, { "parkerplumbingcompany.com.au", true }, { "parkers.co.uk", true }, + { "parkersbarbershop.com", true }, { "parket.gq", true }, { "parketdoska.ua", true }, { "parkettdielen.net", true }, @@ -57580,6 +58238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "partijtjevoordevrijheid.nl", false }, { "partin.nl", true }, { "partiono.com", true }, + { "partitioningjohannesburg.co.za", true }, { "partner.sh", true }, { "partnerbeam.com", true }, { "partnercardservices.com", true }, @@ -57600,7 +58259,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "partyausstatter24.de", true }, { "partybounceplay.co.uk", true }, { "partycentrumopenhuis.nl", true }, - { "partyhelfer.ch", true }, { "partyhireisleofwight.co.uk", true }, { "partyhireliverpool.co.uk", true }, { "partypearl.de", true }, @@ -57630,12 +58288,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pascalmathis.com", true }, { "pascalmathis.me", true }, { "pascalmathis.net", true }, + { "pascoaselecta.com", true }, { "pascovotes.gov", true }, { "pascualinmuebles.com", true }, { "pasearch.nl", true }, { "pashminacachemire.com", true }, { "pasito.se", true }, { "pasnederland.tk", true }, + { "pasportaservo.org", true }, { "pasquinelli-truebag.ch", true }, { "pass.org.my", true }, { "passa.org", true }, @@ -57657,7 +58317,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "passionandbalance.com", true }, { "passionate.org.nz", true }, { "passionatefoodie.co.uk", true }, - { "passionatehorsemanship.com", true }, { "passionatelife.com.au", true }, { "passionebenessere.com", true }, { "passionfiat.fr", true }, @@ -57685,7 +58344,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "password-checker.de", true }, { "password.codes", true }, { "password.consulting", true }, - { "password.work", true }, { "passwordhashing.com", true }, { "passwordkeeperbooks.com", true }, { "passwords.google.com", true }, @@ -57699,6 +58357,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paste.fedoraproject.org", true }, { "paste.gg", true }, { "paste.to", true }, + { "pastebin.bet", true }, { "pastebin.co.za", true }, { "pastebin.tw", true }, { "pasteblin.com", true }, @@ -57717,7 +58376,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pasztor.at", true }, { "patapwn.com", true }, { "patatbesteld.nl", true }, - { "pataterosviajeros.com", true }, { "patbatesremodeling.com", false }, { "patchofabsence.com", true }, { "patchyvideo.com", true }, @@ -57757,6 +58415,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "patriksima.cz", true }, { "patriksimek.cz", true }, { "patrikzk.eu", true }, + { "patrocinio.com.br", true }, { "patrol-x.com", true }, { "patrycjamichera.com", true }, { "patryk.cf", true }, @@ -57792,6 +58451,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paulerhof.com", true }, { "paulgerberrealtors.com", true }, { "paulinewesterman.nl", true }, + { "pauljmartinez.com", true }, { "paullinmakeup.com", true }, { "paullockaby.com", true }, { "paulmarc.org", true }, @@ -57826,6 +58486,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pavelfucik.com", true }, { "pavelfucik.cz", true }, { "pavelfucik.eu", true }, + { "pavelich.com", true }, { "pavelitus.tk", true }, { "paveljanda.com", true }, { "pavelrebrov.com", true }, @@ -57837,7 +58498,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pawelnazaruk.com", true }, { "pawelurbanek.com", true }, { "pawgearlab.com", true }, - { "pawnkingloansmore.com", true }, { "pawserv.pw", true }, { "pawspuppy.com", false }, { "pawsr.us", true }, @@ -57851,6 +58511,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pay.ubuntu.com", true }, { "pay8522.com", true }, { "paya.cat", true }, + { "payamazizi.com", true }, { "payboy.biz", true }, { "payboy.rocks", true }, { "paybro.eu", true }, @@ -57909,7 +58570,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pbwebdev.com", true }, { "pbytes.com", true }, { "pbz.im", true }, - { "pc-reanimator.ru", true }, + { "pc-master.pl", true }, { "pc-rescue.me", false }, { "pc-servis-brno.com", true }, { "pc-warriors.com", true }, @@ -57943,6 +58604,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pcmkrembangan.or.id", true }, { "pcmobile.tech", true }, { "pcmr.info", true }, + { "pcmr.rocks", true }, { "pcnotdienst-oldenburg-rastede.de", true }, { "pcprkolo.pl", true }, { "pcr24.ru", true }, @@ -57956,8 +58618,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pculiar.com", true }, { "pcunderground.com.ar", true }, { "pcvirusclear.com", true }, - { "pcw.gov.ph", true }, { "pcxserver.com", false }, + { "pd2bans.org", true }, { "pdc.wales", true }, { "pdf-archive.com", true }, { "pdfbest.com", true }, @@ -57971,8 +58633,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pdfsearches.com", true }, { "pdkrawczyk.com", true }, { "pdox.net", true }, - { "pdragt.com", true }, - { "pdstudios.cz", true }, { "pdtech.ltd", true }, { "pdthings.net", true }, { "pdxdeli.com", true }, @@ -58006,12 +58666,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pebbles.net.in", true }, { "pebmarketing.nl", true }, { "pecheneg.tk", true }, + { "pechibani.by", true }, { "pechonova.com", true }, { "pecker-johnson.com", true }, { "peda.net", true }, { "pedago.it", true }, { "pedaleuse.be", true }, { "pedalsbarcelona.com", true }, + { "peddie.institute", true }, { "peddy.dyndns.org", true }, { "pediatersucha.sk", true }, { "pedicurean.nl", true }, @@ -58019,6 +58681,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pedigreetechnologies.com", true }, { "pedikura-vitu.cz", true }, { "pedimanie.cz", true }, + { "pedimoda.com.br", true }, { "pedro.com.es", true }, { "pedrosaurus.com", true }, { "pedroventura.com", false }, @@ -58029,6 +58692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peenor.xyz", true }, { "peep.gq", true }, { "peepsfoundation.org", false }, + { "peer.travel", true }, { "peerbanking.com.au", true }, { "peercraft.at", true }, { "peercraft.be", true }, @@ -58056,10 +58720,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peernode.net", true }, { "peers.cloud", true }, { "peertube.social", true }, - { "peertube.uno", true }, { "peerweb.com", true }, { "peetah.com", true }, - { "peeters.io", true }, { "pefricea.com", true }, { "pegas-studio.net", true }, { "peifi.de", false }, @@ -58100,7 +58762,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pengepung.com", true }, { "pengi.me", true }, { "pengisatelier.net", true }, - { "pengola.com", true }, + { "pengola.com", false }, { "pengui.uk", true }, { "penguinbits.net", true }, { "penguindrum.moe", true }, @@ -58109,6 +58771,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "penholder.ga", true }, { "peniarth.cymru", true }, { "peninsuladoctor.com", true }, + { "penisenlargementpro.com", true }, { "penispumpen.se", true }, { "pennergold.net", true }, { "pennington.io", true }, @@ -58130,10 +58793,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pentamexicali.tk", true }, { "pentandra.com", true }, { "pentatec.de", true }, - { "pentechealth.com", true }, + { "pentechealth.com", false }, { "pentest.blog", true }, { "pentesterlab.com", true }, { "pentestit.com", true }, + { "penthack.com", true }, { "pentofun.ch", true }, { "pentoo.ch", true }, { "pentools.org", true }, @@ -58149,6 +58813,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peoplesguardian.org", true }, { "pepeelektro.sk", true }, { "pepegym.cz", true }, + { "pepemodelismo.com.br", true }, { "peperstraat.online", true }, { "pepfar.gov", false }, { "pepgrid.net", true }, @@ -58159,6 +58824,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peppelmedi.fi", true }, { "pepperandpartner.com", true }, { "pepstaff.net", true }, + { "pepta.net", true }, { "pequenosfavoritos.com.br", false }, { "per-olsson.se", true }, { "peraavcilar.com", true }, @@ -58170,15 +58836,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "percolate.com", true }, { "percraft.com", true }, { "percy.io", true }, - { "percyflix.com", true }, { "perd.re", true }, { "pereceh.eu.org", true }, + { "pereceh.net", true }, { "perecraft.com", true }, { "peredoz.tk", true }, { "pereuda.com", true }, { "perevedi.org", true }, { "perevedut.cf", true }, - { "perevirka.net", true }, { "perewall.tk", true }, { "perez-marrero.com", true }, { "perezdecastro.org", true }, @@ -58194,7 +58859,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perfectsnap.co.uk", true }, { "perfectstreaming.systems", true }, { "perfektesgewicht.com", true }, - { "perfektesgewicht.de", true }, { "perfmatters.io", true }, { "perfmed.ro", true }, { "performancefocus.co.za", true }, @@ -58205,6 +58869,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "performetric.net", true }, { "performing-art-schools.com", true }, { "performio.co", true }, + { "perfumes.com.br", true }, { "perfumestudio.in", true }, { "perini.com.au", true }, { "periodex.co", true }, @@ -58237,6 +58902,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perrau.lt", true }, { "perron.ml", true }, { "perroquet-passion.ch", false }, + { "perrotts.com.au", true }, { "pers-hr.tk", true }, { "persefonne.com", true }, { "persephone.gr", true }, @@ -58257,7 +58923,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "persondatakonsulenterne.dk", true }, { "personnedisparue.fr", true }, { "personskadeadvokater.no", true }, - { "personvernnemnda.no", true }, { "perspectivum.com", true }, { "perspektivwechsel-coaching.de", true }, { "persson.im", true }, @@ -58272,6 +58937,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pervoklass.cf", true }, { "perzeidi.hr", true }, { "pescadorcomunicacao.com", true }, + { "pescco.com.br", true }, { "pestcontrol.co.uk", true }, { "pestici.de", true }, { "pestkill.info", true }, @@ -58356,6 +59022,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "petruzz.net", true }, { "petscams.com", true }, { "petschnighof.at", true }, + { "petstok.com.br", true }, { "petstoredog.com", true }, { "petto.com.co", true }, { "peturnashes.ga", true }, @@ -58411,14 +59078,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pgpaintanddesign.com", true }, { "pgpmail.cc", true }, { "pgregg.com", true }, + { "pgui.com", true }, { "pgwap.com", true }, - { "ph-blog.de", true }, { "ph.search.yahoo.com", false }, { "ph3r3tz.net", true }, { "phantasie.cc", true }, { "phantastikon.de", true }, { "phantomfund.ml", true }, { "pharma-display.com", true }, + { "pharmaabsoluta.com.br", true }, { "pharmaboard.de", true }, { "pharmaboard.org", true }, { "pharmaceuticalcannabis.org", true }, @@ -58442,6 +59110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phbits.com", true }, { "phc-sa.com", true }, { "phcimages.com", true }, + { "phcnetworks.net", false }, { "phcorner.net", true }, { "phdhub.it", true }, { "phdwuda.com", true }, @@ -58484,7 +59153,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phildonaldson.com", true }, { "phileas-psychiatrie.be", true }, { "philia-sa.com", false }, - { "philia.de", true }, { "philipdb.com", true }, { "philipdb.nl", true }, { "philipdeussen.com", true }, @@ -58498,6 +59166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "philippbirkholz.com", true }, { "philippbirkholz.de", true }, { "philippe-metayer-platrier.fr", true }, + { "philippe-mignotte.fr", true }, { "philippebonnard.fr", true }, { "philippegoffin.be", true }, { "philipperoose.be", false }, @@ -58538,12 +59207,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phoenixlogan.com", true }, { "phoenixmunicipalcourt.gov", true }, { "phoenixnest.ltd", true }, - { "phoenixnow.org", true }, { "phoenixurbanspaces.com", true }, { "phographer.com", true }, { "pholder.com", true }, { "phone-service-center.de", true }, { "phone888.cn", true }, + { "phonearena.com", true }, { "phonedoc.it", true }, { "phonefilter.co.uk", true }, { "phonefleet.fr", true }, @@ -58573,6 +59242,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "photographe-reims.com", false }, { "photographerforwedding.tk", true }, { "photographersdaydream.com", true }, + { "photography-edu.com", true }, { "photography-workshops.net", true }, { "photographyforchange.com", true }, { "photographyforchange.org", true }, @@ -58587,7 +59257,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "photosgaia.ch", true }, { "photoshop-tipps-und-tricks.de", true }, { "photosoftware.nl", true }, - { "photosquare.com.tw", false }, { "phototravel.uk", true }, { "photoutils.com", true }, { "phoxden.net", true }, @@ -58641,7 +59310,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "physicpezeshki.com", false }, { "physics-schools.com", true }, { "physik.hu", true }, - { "physiobiggerawaters.com.au", true }, { "physiobroadbeach.com.au", true }, { "physioteam-franz.de", true }, { "physiotherapie-seiwald.de", true }, @@ -58660,6 +59328,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pianyigou.com", true }, { "piasto.com.cy", true }, { "piata.com.br", true }, + { "piataborrachas.com.br", true }, + { "piatabrasil.com.br", true }, + { "piatatem.com.br", true }, { "piatika.com", true }, { "piazzafrancesco.com", true }, { "piboston.org", true }, @@ -58668,7 +59339,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pic.pm", true }, { "pic.sr", true }, { "pic2map.com", true }, - { "picallo.es", true }, + { "pic2pat.com", true }, + { "pic2pat.nl", true }, { "picchietti.io", true }, { "piccirello.com", true }, { "piccolo-parties.co.uk", true }, @@ -58696,6 +59368,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "picsastock.com", true }, { "picshare.nz", true }, { "picsto.re", true }, + { "pictopat.com", true }, + { "pictopat.nl", true }, { "pictorial.com.sg", true }, { "pictoriastudios.com", true }, { "pictorista.com", true }, @@ -58784,6 +59458,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pilvi.space", true }, { "pilvin.pl", true }, { "pimanta.com", true }, + { "pimentalove.com.br", true }, { "pimentokinderboeken.nl", true }, { "pimg136.com", true }, { "pimhaarsma.nl", true }, @@ -58824,6 +59499,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pinklecfest.org", true }, { "pinklittlenotebook.com", true }, { "pinkoi.com", true }, + { "pinkplay.com.br", true }, { "pinksec.com.au", true }, { "pinkwalk.co.nz", true }, { "pinkylam.me", true }, @@ -58962,6 +59638,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pixelminers.net", true }, { "pixelpoint.io", false }, { "pixelrain.info", true }, + { "pixelshape.nl", true }, { "pixelsquared.us", true }, { "pixelumin3d.com", true }, { "pixelurbia.com", true }, @@ -58981,6 +59658,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pizzabesteld.nl", true }, { "pizzafest.ddns.net", true }, { "pizzagigant.hu", true }, + { "pizzahut.co.in", true }, { "pizzahut.ru", true }, { "pizzamc.eu", true }, { "pizzariapartiupizza.com.br", true }, @@ -59067,6 +59745,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pl-cours.ch", false }, { "pl-trans.tk", true }, { "pl.search.yahoo.com", false }, + { "placasonline.com.br", true }, { "placebet.pro", true }, { "placedaffiliate.com", true }, { "placedapps.com", true }, @@ -59074,6 +59753,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "placefade.com", true }, { "placehold.co", true }, { "placeitsf.com", true }, + { "placenet.fr", true }, { "placepugs.com", true }, { "placeralplato.com", true }, { "placker.com", true }, @@ -59109,6 +59789,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "planetanim.fr", true }, { "planetarian.moe", true }, { "planetarydesign.com", true }, + { "planetasuboficial.com.br", true }, { "planetau2.com", true }, { "planetbreath.ch", false }, { "planetchiropracticga.com", true }, @@ -59119,8 +59800,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "planetknauer.net", true }, { "planetloisirs.com", true }, { "planetofthegames.tv", true }, - { "planetofwoman.com", true }, - { "planetofwomen.net", true }, { "planetpowershell.com", true }, { "planetromeo.com", true }, { "planetromeofoundation.org", true }, @@ -59169,8 +59848,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plastischechirurgie-linz.at", true }, { "plastovelehatko.cz", true }, { "plateformecandidature.com", true }, + { "platform.ltd.uk", true }, { "platform161.com", true }, - { "platform39.com", true }, { "platformadmin.com", true }, { "platformlms.org", true }, { "platinapump.com", true }, @@ -59292,7 +59971,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plumberlewisvilletexas.com", true }, { "plumbermountedgecombe.co.za", true }, { "plumberumhlangarocks.co.za", true }, - { "plumbing-arlington.com", true }, { "plumbingandheatingspecialistnw.com", true }, { "plumbingbenoni.co.za", true }, { "plumbingcentral.com.au", true }, @@ -59313,6 +59991,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plus15.ml", true }, { "plus1s.site", true }, { "plus1s.tk", true }, + { "plushev.com", true }, { "pluslink.co.jp", true }, { "plusmobile.fr", true }, { "plusreed.com", true }, @@ -59390,7 +60069,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pnona.cz", true }, { "pnsc.is", true }, { "pnut.io", false }, - { "po.gl", true }, { "po.net", true }, { "po0k.ie", true }, { "poc060.com", true }, @@ -59521,7 +60199,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "podipod.com", true }, { "podlibre.org", true }, { "podo-podo.com", true }, - { "podobovo.if.ua", true }, { "podroof.com", true }, { "podroof.com.au", true }, { "podshrink.de", true }, @@ -59563,7 +60240,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pointum.com", true }, { "pointworksacademy.com", true }, { "pointzip.ml", true }, - { "poirierlavoie.ca", true }, { "poisk.kharkov.ua", true }, { "poitiers-ttacc-86.eu.org", true }, { "pojdnafp.cz", true }, @@ -59591,7 +60267,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pokerking.club", true }, { "pokerslab.com", true }, { "pokl.cz", true }, - { "pokoleniebar.ru", true }, { "pokon548.ink", true }, { "pokrowcecardo.pl", true }, { "polaire.org", true }, @@ -59648,6 +60323,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pollev.com", true }, { "polleverywhere.com", true }, { "polliconstruction.com", true }, + { "pollies.nl", true }, { "pollingplace.uk", true }, { "pollpodium.nl", true }, { "polly.spdns.org", true }, @@ -59692,7 +60368,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pompiers-martigny.ch", false }, { "pompoco.info", true }, { "pomsinoz.com", true }, - { "pomtom.co.nz", true }, { "poncho-bedrucken.de", true }, { "pondof.fish", true }, { "ponere.dz", false }, @@ -59703,6 +60378,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ponio.xyz", true }, { "ponnau.com", true }, { "ponpon.tk", true }, + { "ponte-camp.de", true }, { "pontiwerx.com.au", true }, { "pontodogame.com.br", true }, { "ponxel.com", true }, @@ -59716,6 +60392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "poodleassassin.com", true }, { "poodlefan.net", true }, { "pookl.com", true }, + { "poolheatingsolutionswa.com.au", true }, { "poolinstallers.co.za", true }, { "poollicht.be", true }, { "poolmans.se", true }, @@ -59743,6 +60420,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "popkins.cf", true }, { "popkins.ga", true }, { "popkins.gq", true }, + { "popkins.tk", true }, { "popmagz.com", true }, { "popova.tk", true }, { "popoway.cloud", true }, @@ -59847,7 +60525,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "portercup.com", true }, { "porterranchelectrical.com", true }, { "portesmagistral.com", true }, - { "porthys.pt", true }, + { "porthys.pt", false }, { "portiaweb.org.uk", true }, { "portierato.it", true }, { "portofala.pt", true }, @@ -59862,6 +60540,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "portugalsko.net", true }, { "portvaletickets.com", true }, { "porybox.com", true }, + { "porzellantreff.de", true }, { "posaunenchor-senden.de", true }, { "posbank.co.uk", true }, { "posbich.net", true }, @@ -59874,7 +60553,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "positionus.io", true }, { "positive-thinking-for-you.com", true }, { "positive.com.cy", true }, - { "positiveaffirmationscenter.com", true }, { "positivenames.net", true }, { "positiverbeitrag.net", true }, { "positiverbeitrag.org", true }, @@ -59902,7 +60580,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "postcodeswag.co.uk", true }, { "postcodeswag.com", true }, { "postcodeswag.uk", true }, - { "postcodewise.co.uk", true }, { "postdarwinian.com", true }, { "postdarwinism.com", true }, { "postdeck.de", true }, @@ -59930,10 +60607,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "potatofrom.space", true }, { "potatopro.com", true }, { "potatotee.com", true }, + { "potatron.tech", true }, { "potature.it", true }, { "potature.org", true }, { "potature.rimini.it", true }, { "potature.roma.it", true }, + { "potbar.com", true }, { "potentialproject.com", false }, { "poterepersonale.it", true }, { "potgrowersunion.com", true }, @@ -60001,9 +60680,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "powersergunited.org", true }, { "powersergusercontent.com", true }, { "powershellmagic.com", true }, + { "powersolusa.com", true }, { "powertoolsrater.net", true }, + { "powertothebuilder.com", true }, { "powerwellness-korecki.de", true }, { "poylabo.com", true }, + { "poynter.net", true }, { "pozarevac.tk", true }, { "pozd.tk", true }, { "pozemedicale.org", true }, @@ -60020,7 +60702,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pp3345.net", true }, { "pp5197.co", true }, { "pp6729.co", true }, - { "pp6729.com", true }, { "pp6957.co", true }, { "pp9297.co", true }, { "pp9397.com", true }, @@ -60056,7 +60737,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "practicalbytes.de", true }, { "practicalhomes.com.au", true }, { "practicallabs.com", true }, - { "practicalprogrammer.tech", true }, { "practiceflow.nl", true }, { "practicepanther.com", true }, { "practisforms.com", true }, @@ -60069,7 +60749,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "praeparation-keppner.de", true }, { "praerien-racing.com", true }, { "praetzlich-hamburg.de", true }, - { "pragata.id", true }, + { "pragatiparasguesthouse.co.in", true }, { "pragma-solution.com", true }, { "pragmatist.nl", true }, { "prague-swim.cz", true }, @@ -60225,7 +60905,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "presidentdirectory.ga", true }, { "presidentialserviceawards.org", true }, { "presidio.gov", true }, - { "prespanok.sk", true }, { "pressakey.com", true }, { "presscenter.jp", true }, { "presscuozzo.com", true }, @@ -60245,6 +60924,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prestigeeventshire.co.uk", true }, { "prestigerepairs.com.au", true }, { "prestigesoundandlight.co.uk", true }, + { "prestigeworldwidepr.com", true }, { "prestonandsons.com.au", true }, { "prestonapp.com", true }, { "prestonbrant.com", true }, @@ -60299,6 +60979,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "primetrial.co.uk", true }, { "primetrialfree.co.uk", true }, { "primglaz.ru", true }, + { "primocourtreporting.com", true }, { "primoloyalty.com", true }, { "primopan.org", true }, { "primordialsnooze.com", true }, @@ -60357,7 +61038,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "priorityelectric.mobi", true }, { "priorityelectric.net", true }, { "priorityessays.com", true }, - { "priorityfakes.com", true }, { "prioritylawyers.com.au", true }, { "prioritynissannewportnewsparts.com", true }, { "prism-communication.com", true }, @@ -60368,7 +61048,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prisminfosys.com", true }, { "prismintl.org", true }, { "pristal.eu", true }, - { "pristinegreenlandscaping.com", true }, { "prisync.com", true }, { "pritalk.com", true }, { "pritchett.xyz", true }, @@ -60378,7 +61057,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "privacy-week-vienna.at", true }, { "privacy-week.at", true }, { "privacy.com", true }, - { "privacybadger.org", true }, { "privacybydesign.foundation", true }, { "privacychick.com", true }, { "privacychick.io", true }, @@ -60456,6 +61134,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pro-wiert.pl", true }, { "pro100blogger.com", true }, { "pro100systems.com.ua", true }, + { "pro3ozonio.com.br", true }, { "proact-it.co.uk", true }, { "proactive.run", true }, { "proactivenews.ml", true }, @@ -60469,7 +61148,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "probely.com", true }, { "probiv.biz", true }, { "probiv.cc", true }, - { "procabinetrefinishers.com", true }, { "procar-rheinland.de", true }, { "procarservices.com", true }, { "procarswoking.com", true }, @@ -60490,6 +61168,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proctorio.com", true }, { "proctorio.net", true }, { "proculsk.tk", true }, + { "prod-simplesend-api.azurewebsites.net", true }, { "prodampro.ru", true }, { "prodatalabs.com", true }, { "prodct.info", true }, @@ -60515,7 +61194,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "productlondon.com", true }, { "productosfitness.com", true }, { "productpeo.pl", true }, - { "products4more.at", true }, { "products88.com", true }, { "productsblockbuster.com", true }, { "productsbrandleader.com", true }, @@ -60585,7 +61263,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "programlama.tk", true }, { "programmaticmagic.com", true }, { "programmatv.tk", true }, - { "programme-phenix.com", true }, { "programming-solutions.tk", true }, { "programsareproofs.com", true }, { "programsupport300procent.com", true }, @@ -60619,14 +61296,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "projectfreehosting.ga", true }, { "projectgrimoire.com", true }, { "projectinnovation.org", true }, - { "projectionpictures.com", true }, { "projectl1b1t1na.tk", true }, { "projectlinuseasttn.org", true }, { "projectmailext.co", true }, { "projectmaka.io", true }, { "projectmakeit.com", true }, { "projectnom.com", true }, - { "projectobs.com", true }, { "projectsafechildhood.gov", true }, { "projectsecretidentity.com", true }, { "projectsecretidentity.org", true }, @@ -60634,9 +61309,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "projecttools.info", true }, { "projectunity.io", true }, { "projectvault.ovh", true }, - { "projectveritasaction.com", true }, + { "projectveritasaction.com", false }, { "projectxparis.com", true }, { "projectxyz.eu", true }, + { "projekt-allianz.de", true }, { "projekt-umbriel.de", true }, { "projektarbeit-projektplanung.de", true }, { "projektzentrisch.de", true }, @@ -60755,13 +61431,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prostitutki-narvskaja.ga", true }, { "prosto-dengi.tk", true }, { "prostohobby.ru", true }, - { "prostoporno.love", true }, - { "prostoporno.zone", true }, { "prostoskidki.ml", true }, { "prostye-recepty.com", true }, { "prosurveillancegear.com", true }, - { "proteapower.co.za", true }, - { "protech.ge", false }, + { "protech.ge", true }, { "proteco.sk", true }, { "protectedpayments.net", true }, { "protectedreport.com", true }, @@ -60782,6 +61455,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proteus-tech.com", true }, { "protic.online", true }, { "protic.pt", true }, + { "protidhoni.com", true }, { "protiksana.gr", true }, { "protobetatest.com", true }, { "protocol.ai", true }, @@ -60870,7 +61544,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prynhawn.com", true }, { "prynhawn.net", true }, { "prynhawn.org", true }, - { "prytkov.com", true }, { "przemas.pl", true }, { "przerabianiezdjec.pl", true }, { "ps-provider.co.jp", true }, @@ -60880,6 +61553,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psa-travel-care.com", true }, { "psabrowse.com", true }, { "psasines.pt", true }, + { "psau.edu.sa", true }, { "psauxit.com", true }, { "psb.cloud", true }, { "psb1.org", true }, @@ -60888,13 +61562,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psbarrett.com", true }, { "psc.gov", true }, { "pschierl.com", true }, - { "pscom.gr", true }, { "pscp.tv", true }, { "psdreams.com", true }, { "psdsfn.com", true }, { "psdsuc.com", true }, { "pseek.com", true }, - { "pself.net", true }, { "pservicer.com.mx", true }, { "pseta.ru", true }, { "psg-calw.de", true }, @@ -60951,7 +61623,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psychologi.cf", true }, { "psychologie-hofner.at", true }, { "psychologytests.tk", true }, - { "psychometrictest.africa", true }, { "psychometrictest.ca", true }, { "psychometrictest.co.il", true }, { "psychometrictests.uk", true }, @@ -61006,7 +61677,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pubclub.com", true }, { "pube.tk", true }, { "pubean.com", true }, - { "pubg-tournament.com", true }, { "pubi.me", true }, { "pubkit.io", true }, { "publanda.nl", true }, @@ -61018,6 +61688,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "public-vocals.de", true }, { "publicard.es", true }, { "publiccarauctionscalifornia.com", true }, + { "publicholidays.im", true }, { "publicintegrity.org", true }, { "publicintelligence.net", true }, { "publicrea.com", true }, @@ -61034,9 +61705,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pubreview.com.au", true }, { "pucogid.ga", true }, { "pucsr.tech", true }, - { "pucssa.org", true }, { "puddis.de", true }, { "pudro.com", true }, + { "pueblosamerica.com", true }, { "puer.eu.org", true }, { "puestifiestas.mx", true }, { "puestosdeferia.mx", true }, @@ -61047,6 +61718,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pugovka72.ru", true }, { "puhe.se", true }, { "puhka.me", true }, + { "puhudefu.de", true }, { "puissancemac.ch", false }, { "puiterwijk.org", true }, { "pukeking.com", true }, @@ -61087,7 +61759,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "puntacananetwork.com", true }, { "puntacanatransporte.com", true }, { "puntaprop.com", true }, - { "puntasiho.com", true }, { "puntcunts.com", true }, { "punte-juwelier.nl", true }, { "puntoestadodemexico.com", true }, @@ -61196,7 +61867,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pwdgen.net", false }, { "pwdsafe.com", false }, { "pwe.vision", true }, - { "pwfrance.com", true }, { "pwg-see.de", true }, { "pwnedpass.tk", true }, { "pwnies.dk", true }, @@ -61261,7 +61931,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "q5118.com", true }, { "q5197.co", true }, { "q6729.co", true }, - { "q6729.com", true }, { "q6957.co", true }, { "q81365.com", true }, { "q82365.com", true }, @@ -61280,15 +61949,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qabel.de", true }, { "qaconstrucciones.com", true }, { "qadmium.com", true }, + { "qadmium.tk", true }, + { "qalikay.com", true }, { "qambarraza.com", true }, { "qandavision.com", false }, { "qani.me", true }, { "qaq.cloud", true }, - { "qaq.sh", true }, { "qarea.com", true }, { "qarto.com", true }, { "qaz.cloud", true }, { "qaz.link", true }, + { "qb928.com.tw", true }, + { "qbiju.com.br", true }, { "qbiltrade.com", true }, { "qbtechs.com", true }, { "qc.immo", true }, @@ -61337,7 +62009,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qingpat.com", true }, { "qingpei.me", true }, { "qionouu.cn", true }, - { "qipei8.com", true }, { "qis.fr", true }, { "qitarabutrans.com", true }, { "qits.de", false }, @@ -61362,6 +62033,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qlrace.com", false }, { "qm-marzahnnordwest.de", true }, { "qmee.com", true }, + { "qmradio.nl", true }, { "qnatek.org", true }, { "qnected.nl", true }, { "qnome.eu", true }, @@ -61384,7 +62056,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qq6177.com", true }, { "qq6177.net", true }, { "qq6729.co", true }, - { "qq6729.com", true }, { "qq6957.co", true }, { "qq885.com", true }, { "qq9297.co", true }, @@ -61434,14 +62105,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quagga.me", true }, { "quaggan.co", true }, { "quai10.org", false }, - { "quakelive.dk", false }, { "qualbe.com", true }, { "qualiacomputers.com", true }, + { "qualidesign.com.br", true }, { "qualite-ecole-et-formation.ch", false }, { "quality-life.gr", true }, { "qualityconcreteraising.com", true }, + { "qualitydns.net", true }, { "qualityfactory.com", true }, { "qualityhomesystems.com", true }, + { "qualityhvacservices.com", true }, { "qualityofcourse.com", false }, { "qualitypropertycare.co.uk", true }, { "qualitywaterproofing.com", true }, @@ -61456,6 +62129,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quantomaisconsorcios.com.br", true }, { "quantoras.com", true }, { "quantrix.com", true }, + { "quanttydesignweb.com.br", true }, { "quantum-evolution.jp", true }, { "quantum-lviv.pp.ua", true }, { "quantum-mechanics.com", true }, @@ -61463,7 +62137,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quantumcrypto.nl", true }, { "quantumfinance.com.au", true }, { "quantumpair.net", true }, - { "quantumtelecom.com.br", true }, { "quanwuji.com", true }, { "quareal.ru", true }, { "quarim.cz", true }, @@ -61516,10 +62189,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quenecesitopara.com", true }, { "quenotejodan.cl", true }, { "quentin-sauvetre.fr", true }, - { "quentinaurat.com", true }, { "quentinchevre.ch", true }, { "quera.ir", true }, { "querenciavirtual.com.br", true }, + { "queropescar.net", true }, { "query-massage.com", false }, { "queryquinton.com", true }, { "quest-medica.com", true }, @@ -61588,6 +62261,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qunix.net", true }, { "qunzi.la", true }, { "quocdesign.ch", true }, + { "quora.com", true }, { "quote.gq", false }, { "quoteidiot.com", true }, { "quotev.com", true }, @@ -61616,7 +62290,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qwerty.work", true }, { "qwertyatom100.me", true }, { "qwikdash.com", true }, + { "qwords.com", true }, { "qwq.moe", true }, + { "qwq2333.top", true }, { "qx.fi", true }, { "qx.se", true }, { "qxq.moe", true }, @@ -61633,7 +62309,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "r0t.co", true }, { "r0uzic.net", true }, { "r102.ch", true }, - { "r18.moe", true }, { "r1a.eu", true }, { "r1ch.net", true }, { "r1h3.nl", true }, @@ -61649,7 +62324,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "r5197.co", true }, { "r6-team.ru", true }, { "r6729.co", true }, - { "r6729.com", true }, { "r6957.co", true }, { "r7.com.au", true }, { "r72w.com", true }, @@ -61695,7 +62369,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "racesimscoring.com", true }, { "racesport.nl", false }, { "raceviewcycles.com", true }, - { "racevinyl.es", true }, { "rachelchen.me", true }, { "racheldiensthuette.de", true }, { "rachelmoorelaw.com", true }, @@ -61723,10 +62396,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radfieldhomecare.co.uk", true }, { "radfieldhomecarefranchising.co.uk", true }, { "radiantweb.co.za", true }, + { "radiationserviceswa.com.au", true }, { "radical.org", true }, { "radicaldream.tk", true }, { "radicalepil-haguenau.fr", true }, { "radicaloptimism.org", true }, + { "radicalsub.com.br", true }, { "radio-brest.tk", true }, { "radio-pulsar.eu", true }, { "radio-utopie.de", true }, @@ -61886,6 +62561,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rajaealhoceima.tk", true }, { "rajasatour.id", true }, { "rajastore.ma", true }, + { "rajeshkochhar.com", true }, { "rajkapoordas.com", true }, { "rak-business-service.com", true }, { "raketa.travel", true }, @@ -61916,7 +62592,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ramarka.de", true }, { "ramatola.uk", false }, { "rambedjeans.com", true }, - { "rambii.de", true }, { "ramblingrf.tech", true }, { "rambo.codes", true }, { "ramdigital.xyz", true }, @@ -61928,6 +62603,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rammsteinzone.tk", true }, { "rampestyuma.com", true }, { "ramrecha.com", false }, + { "ramsaver.com.br", true }, { "ramsdensforcash.co.uk", true }, { "ramsdensplc.com", true }, { "ramsor-gaming.de", true }, @@ -61967,7 +62643,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rantanda.com", true }, { "ranthambhorenationalpark.net", true }, { "ranwest.com", true }, - { "rany.eu.org", true }, { "ranyeh.co", true }, { "ranyeh.com", true }, { "ranzbak.nl", true }, @@ -62020,6 +62695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ratajczak.one", true }, { "ratd.net", true }, { "ratebridge.com", true }, + { "ratelimited.me", true }, { "ratelsec.com", true }, { "ratgeber-guide.de", true }, { "rathbonesonline.com", true }, @@ -62062,17 +62738,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rawcode.xyz", true }, { "rawdamental.com", true }, { "rawdutch.nl", true }, + { "rawfitco.com.au", true }, { "rawinfosec.com", true }, { "rawpearls.com", true }, { "rawr.sexy", true }, { "rawsec.net", true }, { "raxion.cf", true }, { "raxion.tk", true }, + { "ray-home.de", true }, + { "ray-works.de", true }, { "raya.io", true }, { "rayadventure.com", true }, { "raycarruthersphotography.co.uk", true }, { "raydius.de", true }, - { "raydolapfiyat.com", true }, { "rayfalling.com", true }, { "rayiris.com", true }, { "raykitchenware.com", true }, @@ -62087,6 +62765,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raywin168.com", true }, { "raywin168.net", true }, { "raywin88.net", true }, + { "rayworks.de", true }, { "raza.gr", true }, { "razalabs.com", true }, { "razalabs.gr", true }, @@ -62143,7 +62822,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rcnitrotalk.com", true }, { "rcoliveira.com", true }, { "rcpdesign.cl", true }, - { "rcra-uganda.org", true }, { "rcraigmurphy.com", true }, { "rcraigmurphy.net", true }, { "rcsda.net", true }, @@ -62157,6 +62835,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rdap.co.il", true }, { "rdcdesign.com", true }, { "rddjapan.info", true }, + { "rdelab.com", true }, { "rdfencingandgates.co.uk", true }, { "rdfproject.it", true }, { "rdfz.tech", true }, @@ -62295,10 +62974,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rebelbranding.nl", true }, { "rebelessex.com", true }, { "rebelko.de", true }, + { "rebellecare.com", true }, { "rebellion.global", true }, { "rebelonline.nl", true }, { "rebelrebel.com.au", true }, { "rebelz.se", true }, + { "rebeportillo.com", true }, { "rebirthia.me", true }, { "reboxetine.com", true }, { "reboxonline.com", true }, @@ -62328,7 +63009,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rechtschreibpruefung24.de", true }, { "recipea.com", true }, { "recipeapproved.ca", true }, - { "recipesmadeeasy.co.uk", true }, { "recipex.ru", true }, { "recipeyak.com", true }, { "reckontalk.com", true }, @@ -62351,7 +63031,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "recoveryohio.gov", true }, { "recoveryonline.org", true }, { "recoveryunplugged.com", true }, - { "recoveryunpluggedtreatment.com", true }, { "recrea.pl", true }, { "recreatieftotaal.nl", true }, { "recruit.net", true }, @@ -62383,7 +63062,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redable.nl", true }, { "redactedmedia.org", true }, { "redactieco.nl", true }, - { "redb.cz", true }, { "redback.tech", true }, { "redballoonsecurity.com", true }, { "redbaronpoolsupplies.com.au", true }, @@ -62474,7 +63152,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redsicom.com", true }, { "redsquarelasvegas.com", true }, { "redstarpictures.tk", true }, - { "redstarsurf.com", true }, { "redstoner.com", true }, { "redteam-pentesting.de", true }, { "redunion.tk", true }, @@ -62537,6 +63214,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "regalopublicidad.com", true }, { "regalosymuestrasgratis.com", true }, { "regalpaintingfdl.com", true }, + { "regaltheatre.com.au", true }, { "reganclassics.co.uk", true }, { "reganclassics.com", true }, { "reganparty.com", true }, @@ -62601,6 +63279,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reichelt-cloud.de", true }, { "reichl-online.net", true }, { "reiciunas.lt", true }, + { "reidasbombas.com", true }, { "reifr.net", true }, { "reignoftroy.com", true }, { "reignsphere.net", true }, @@ -62622,7 +63301,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reineberthe.ch", true }, { "reinencaressa.be", true }, { "reiner-h.de", true }, - { "reinfer.io", true }, + { "reinfer.io", false }, { "reinhardtsgrimma.de", true }, { "reinhart-auto.cz", true }, { "reinierjonker.nl", true }, @@ -62713,6 +63392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "remissan.com", true }, { "remitano.com", true }, { "remitatm.com", false }, + { "remiz.org", true }, { "remmik.com", true }, { "remny.com", true }, { "remo-ribeli.ch", true }, @@ -62782,7 +63462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rennes-yoga.com", true }, { "rennes-zumba.com", true }, { "rennfire.org", true }, - { "renoovodesign.ltd", true }, { "renov8sa.co.za", true }, { "renovablesverdes.com", true }, { "renovandoingresos.com", true }, @@ -62990,6 +63669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reticket.me", true }, { "reticon.de", true }, { "retinacv.es", true }, + { "retiradinerodetutarjetadecredito.com", true }, { "retireearlyandtravel.com", true }, { "retirementsolutionva.com", true }, { "retirest.com", true }, @@ -63021,6 +63701,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "retrotown.ws", true }, { "retrotracks.net", true }, { "retrovideospiele.com", true }, + { "rets.org.br", false }, { "rettig.xyz", false }, { "returnonerror.com", true }, { "retzer.me", true }, @@ -63043,7 +63724,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "revensoftware.com", true }, { "reverenceplanning.com", true }, { "reverencestudios.com", true }, - { "reverse.design", true }, { "reverseaustralia.com", true }, { "reversecanada.com", true }, { "reverseloansolutions.com", true }, @@ -63075,6 +63755,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "revlect.com", true }, { "revolucionfemenina.com", true }, { "revolutionaryaim-vienna.tk", true }, + { "revolutionenkommer.dk", true }, { "revolutionhive.com", true }, { "revolware.com", true }, { "revuestarlight.me", true }, @@ -63102,9 +63783,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rfid-schutz.de", true }, { "rfid-schutz.org", true }, { "rfid-sicherheit.com", true }, + { "rfp-rechtsanwaelte.de", true }, + { "rfs-zbpe.net", true }, { "rftoon.com", true }, { "rfxanalyst.com", true }, - { "rfxt.com", true }, { "rga.sh", true }, { "rgbinnovation.com", true }, { "rgbpty.com", true }, @@ -63135,7 +63817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rheuma-online.de", true }, { "rhevelo.com", true }, { "rhhfoamsystems.com", true }, - { "rhinecho.com", true }, + { "rhinecho.com", false }, { "rhinelander.ca", true }, { "rhinobase.net", false }, { "rhinoceroses.org", true }, @@ -63159,7 +63841,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "riajenaka.com", true }, { "riaki.net", true }, { "rial.space", true }, + { "riannespiercingshop.nl", true }, { "riaucybersolution.net", false }, + { "rib-leipzig.com", true }, { "riba-lov.ga", true }, { "ribella.net", true }, { "ribopierre.fr", true }, @@ -63179,6 +63863,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "richadams.me", true }, { "richardbloomfield.blog", true }, { "richardcrosby.co.uk", true }, + { "richardfaber.nl", true }, { "richardharpur.com", true }, { "richardinesrolltop.com", true }, { "richardjgreen.net", true }, @@ -63218,6 +63903,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "richieheijmans.nl", true }, { "richieheijmans.one", true }, { "richieheijmans.xyz", true }, + { "richlj.com", true }, { "richlj.net", true }, { "richmtdriver.com", true }, { "richviajero.com", true }, @@ -63272,6 +63958,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "righettod.eu", true }, { "righini.ch", false }, { "rightbrain.training", true }, + { "rightducks.com", true }, { "righteousendeavour.com", false }, { "rightfold.io", true }, { "rightlaw.nz", true }, @@ -63335,6 +64022,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ripley.red", true }, { "ripmixmake.org", true }, { "ripp-it.com", true }, + { "ripper.store", true }, { "ripple.com", true }, { "riproduzionichiavi.it", true }, { "riptidetech.io", true }, @@ -63374,7 +64062,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ritaohio.gov", true }, { "ritel.nl", true }, { "riteway.rocks", true }, - { "ritewayconcrete.com", true }, { "ritirocalcinacci.viterbo.it", true }, { "ritsu-life.com", true }, { "rittau.biz", true }, @@ -63383,11 +64070,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rivaforum.de", true }, { "rivalsa.cn", true }, { "rivastation.de", true }, - { "rivennero.com", true }, + { "rivennero.com", false }, { "riverbanktearooms.co.uk", true }, { "riverbendroofingnd.com", true }, { "riverford.co.uk", true }, { "rivermist.com.au", true }, + { "riveroacessorios.com", true }, { "riverotravel.cl", true }, { "riverridgecc.com", true }, { "rivers.gov", true }, @@ -63481,7 +64169,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robertkrueger.de", true }, { "robertlluberes.com", true }, { "robertlysik.com", true }, - { "robertnankervis.com", true }, { "robertnemec.com", true }, { "robertocasares.no-ip.biz", false }, { "robertoentringer.com", false }, @@ -63529,11 +64216,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robots-ju.ch", true }, { "robotsbigdata.com", true }, { "robotstxt.com", true }, - { "robottip.com", true }, + { "robottip.com", false }, { "robpol86.com", true }, { "robspc.repair", true }, { "robspeed.rocks", true }, - { "robsutter.com", true }, { "robtatemusic.com", true }, { "robtex.com", true }, { "robu.in", true }, @@ -63553,9 +64239,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rockefellergroup.info", true }, { "rockernj.com", true }, { "rocket-resume.com", true }, + { "rocketdashboard.com", true }, { "rocketevents.com.au", true }, { "rocketgnomes.com", true }, { "rocketmill.co.uk", true }, + { "rocketnet.ml", true }, { "rocketr.net", true }, { "rocketsandtutus.com", true }, { "rockfax.com", true }, @@ -63579,6 +64267,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rodafe.sk", true }, { "rodarion.pl", true }, { "rodchapman.com", true }, + { "roddis.net", false }, { "rodehutskors.net", true }, { "rodelstein.eu", true }, { "rodeobull.biz", true }, @@ -63593,6 +64282,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rodinneodpoledne2018.cz", true }, { "rodkidesings.com", true }, { "rodolfo.gs", true }, + { "rodolphe-lebrun.fr", true }, { "rodomonte.org", true }, { "rodrigoacevedo.com.uy", true }, { "rodrigocarvalho.blog.br", true }, @@ -63612,7 +64302,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rofl.com.ua", true }, { "rofrank.space", true }, { "rogagym.com", true }, - { "rogard.fr", true }, + { "rogard.fr", false }, { "rogeiro.net", true }, { "rogerdat.ovh", true }, { "rogerhub.com", true }, @@ -63633,15 +64323,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roguetechhub.org", true }, { "roh.one", true }, { "rohanbassett.com", true }, + { "rohanisuhadi.xyz", true }, { "rohde.de", true }, { "rohedaten.de", true }, { "rohitagr.com", true }, { "rohlik.cz", true }, { "roi.ovh", true }, + { "roidsstore.com", true }, { "rointe.online", true }, { "roircop.info", true }, { "roiscroll.com", true }, - { "roisu.org", true }, + { "roisu.org", false }, { "roka9.de", true }, { "rokass.nl", true }, { "rokcupusa.com", false }, @@ -63662,12 +64354,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roleplaybdsm.com", true }, { "roleplayhome.com", true }, { "roll-bakery.com.tw", true }, + { "rollatorweb.nl", true }, { "rolleyes.org", true }, { "rollforadventure.com.au", true }, { "rollingbarge.com", true }, { "rollingstocks.tk", true }, { "rolob.io", true }, - { "rolodato.com", true }, + { "rolodato.com", false }, { "roma-servizi.it", true }, { "romab.com", true }, { "romacoffee.co.nz", true }, @@ -63722,7 +64415,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roninitconsulting.com", true }, { "ronniegane.kiwi", true }, { "ronnylindner.de", true }, - { "ronnytito.com", true }, { "ronomon.com", true }, { "ronsguideservice.com", true }, { "ronvil.com", true }, @@ -63735,8 +64427,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roofingandconstructionllc.com", true }, { "roofingomaha.com", true }, { "roofsandbasements.com", true }, - { "roohanionlinespiritualhelp.co.uk", true }, { "rook-playz.net", true }, + { "rookiehpc.com", true }, { "rookvrij.nl", true }, { "room-checkin24.de", true }, { "room-composite.com", true }, @@ -63767,11 +64459,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "root.vg", true }, { "rootbsd.at", true }, { "rootcamp.net", true }, - { "rootcommand.com", true }, { "rootear.com", true }, { "rootedlifemontessori.com", true }, { "rootetsy.com", true }, + { "rootfor.me", true }, { "rootie.de", true }, + { "rootkea.me", false }, { "rootkit.es", true }, { "rootlair.com", true }, { "rootonline.de", true }, @@ -63912,12 +64605,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "royal-rangers.de", true }, { "royal71.com", true }, { "royal72.com", true }, + { "royal806.com", true }, + { "royal810.com", true }, + { "royal811.com", true }, + { "royal812.com", true }, + { "royal813.com", true }, + { "royal816.com", true }, { "royal817.com", true }, { "royal818.com", true }, + { "royal83.com", true }, + { "royal830.com", true }, { "royal833.com", true }, + { "royal84.com", true }, { "royal850.com", true }, { "royal851.com", true }, + { "royal852.com", true }, + { "royal853.com", true }, + { "royal855.com", true }, + { "royal856.com", true }, + { "royal857.com", true }, + { "royal859.com", true }, + { "royal86.com", true }, { "royal865.com", true }, + { "royal868.com", true }, { "royal876.com", true }, { "royal88.com", true }, { "royal929.com", true }, @@ -63943,11 +64653,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "royaltube.net", true }, { "royalty-market.com", true }, { "royalvortex.co", true }, + { "royalz.ro", true }, { "royaume-smoke.com", true }, { "royceandsteph.com", true }, { "roycewilliams.net", true }, { "roychan.org", true }, - { "roygerritse.nl", true }, { "royjr.com", true }, { "roynuesca.com", true }, { "roys.design", true }, @@ -63981,7 +64691,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rq-labo.jp", true }, { "rr5197.co", true }, { "rr6729.co", true }, - { "rr6729.com", true }, { "rr6957.co", true }, { "rr9297.co", true }, { "rr9397.com", true }, @@ -63996,6 +64705,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rrdesignsuisse.com", false }, { "rrg-partner.ch", false }, { "rritv.com", true }, + { "rrmiran.com", true }, { "rro.rs", true }, { "rrssww.space", true }, { "rrudnik.com", true }, @@ -64005,11 +64715,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rs-cloud.ddns.net", true }, { "rs-devdemo.host", true }, { "rs-maschinenverleih.de", true }, - { "rs-solution.ch", true }, { "rs.wiki", true }, { "rs200.org", true }, { "rs2ap33.com", true }, { "rsa-erp.com", true }, + { "rsa-services.com", true }, { "rsanahuano.com", true }, { "rsap.ca", true }, { "rsarchive.net", true }, @@ -64067,7 +64777,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rteplayer.org", true }, { "rtesport.eu", true }, { "rteworld.com", true }, - { "rtfch.ru", true }, { "rtgnews.cf", true }, { "rtho.me", true }, { "rths.tk", false }, @@ -64082,7 +64791,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rtveen.nl", true }, { "rtwcourse.com", true }, { "rtzoeller.com", true }, - { "ru-e-business.com", true }, { "ru-sprachstudio.ch", true }, { "ru.search.yahoo.com", false }, { "ruaneattorneys.com", true }, @@ -64152,7 +64860,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruffbeatz.com", true }, { "ruffinstorage.com", true }, { "ruffnecks.tk", true }, - { "rufinodiaz.com", false }, { "ruflay.ru", true }, { "rugby.video", true }, { "rugcleaninglondon.co.uk", true }, @@ -64244,6 +64951,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruskamodra.cz", true }, { "ruskod.net", true }, { "rusmolotok.ru", true }, + { "russandol.eu", true }, { "russelljohn.net", true }, { "russellupevents.co.uk", true }, { "russia-rp.tk", true }, @@ -64255,9 +64963,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "russian-page.tk", true }, { "russianbearsmotorsport.tk", true }, { "russianbristol.tk", true }, - { "russianescortsmumbai.com", false }, { "russianpunkrock.tk", true }, - { "russianrandom.com", true }, { "russianrandom.ru", true }, { "russpuss.ru", true }, { "russt.me", true }, @@ -64279,7 +64985,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rutgerschimmel.nl", true }, { "ruthbarrettmusic.com", true }, { "ruthbellgrahammemorial.org", true }, - { "ruthmontenegro.com", false }, { "rutiger.com", true }, { "rutika.ru", true }, { "rutracker.appspot.com", true }, @@ -64408,7 +65113,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "s5g8.com", true }, { "s64.cz", true }, { "s6729.co", true }, - { "s6729.com", true }, { "s6957.co", true }, { "s6jl.com", true }, { "s6o.de", true }, @@ -64450,6 +65154,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sabine-forschbach.de", true }, { "sabineforschbach.de", true }, { "sabkappers.nl", true }, + { "sabrinajoias.com.br", true }, + { "sabrinajoiasatacado.com.br", true }, + { "sabrinajoiasprontaentrega.com.br", true }, { "sabworldtricks.tk", true }, { "sac.moe", true }, { "sacadura.pt", true }, @@ -64484,7 +65191,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sadmansh.com", true }, { "sadou.kyoto.jp", true }, { "sadoun.com", true }, - { "sadsu.com", true }, { "saechsischer-christstollen.shop", true }, { "saeder-krupp.de", true }, { "saenforcement.agency", true }, @@ -64506,8 +65212,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "safebasements.com", true }, { "safebasementsnorthdakota.com", true }, { "safebasementsofindiana.com", true }, - { "safebuyerscheme.co.uk", true }, { "safecar.gov", true }, + { "safecash.id", true }, { "safefreehost.gq", true }, { "safegold.ca", true }, { "safegroup.pl", true }, @@ -64549,6 +65255,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "safungerar.se", true }, { "sagaenterprizes.com", true }, { "sagagardencentre.co.uk", true }, + { "sagame88vip.com", true }, { "sagan.tk", true }, { "sagargandecha.com.au", false }, { "sagedocumentmanager.com", true }, @@ -64574,7 +65281,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saifonvillas.com", true }, { "saifoundation.in", true }, { "saigaocy.me", true }, - { "saigaocy.moe", true }, { "saigonflowers.com", true }, { "saigonstar.de", true }, { "saikarra.com", true }, @@ -64591,7 +65297,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saimoe.org", true }, { "sainetworks.net", true }, { "sainformatica.com.es", true }, - { "sainikbiswas.com", true }, { "sainshand.tk", true }, { "saint-bernard-gouesch.fr", true }, { "saint-cyril.com", true }, @@ -64661,11 +65366,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sakuradata.com", true }, { "sakuraplay.com", true }, { "saladgo.id", true }, + { "salaervergleich.com", false }, { "salaire-minimum.com", true }, { "salaminos.no-ip.org", true }, { "salamon-it.de", false }, { "salandalairconditioning.com", true }, - { "salariominimo.com.co", true }, { "salde.net", true }, { "sale4ru.ru", true }, { "saleaks.org", true }, @@ -64719,7 +65424,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saltro.nl", false }, { "saltstack.cz", true }, { "saltsugarlove.de", true }, - { "saltyfish.tech", true }, { "salud.top", false }, { "saluddecalidad.com", true }, { "saludmas.site", true }, @@ -64736,7 +65440,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "salverainha.org", true }, { "salzamt.tk", true }, { "salzerperu.com", true }, - { "sam-cousins.com", true }, { "sam-football.fr", true }, { "sam66.cc", true }, { "sam88.cc", true }, @@ -64756,7 +65459,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sambeso.net", true }, { "sambot22.tk", true }, { "sambuchanan.tk", true }, - { "sambus.com", true }, { "samdev.io", true }, { "samdrewtakeson.com", true }, { "samegoal.com", true }, @@ -64801,7 +65503,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "samshouseofspaghetti.net", true }, { "samsonova.de", true }, { "samtalen.nl", true }, - { "samuelebencini.it", true }, { "samuelkeeley.com", true }, { "samuellaulhau.fr", false }, { "samui-samui.de", false }, @@ -64911,7 +65612,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "santacruzdescargas.tk", true }, { "santaijia.com", false }, { "santamonicapost123.org", true }, - { "santanderibc.com", true }, { "santegra.tk", true }, { "santevie.ch", false }, { "santi-club.de", true }, @@ -64963,7 +65663,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sapuseven.com", true }, { "saputra.org", true }, { "saq.com", false }, - { "sarae.id", true }, { "sarah-jane.nl", true }, { "sarahbeckettharpist.com", true }, { "sarahjanecreates.co.uk", true }, @@ -65002,7 +65701,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saro.me", true }, { "saronikos.guide", true }, { "saropa.com", true }, - { "sarox.com.au", true }, { "sarpsb.org", true }, { "sartoria.roma.it", true }, { "sarumtechnologies.com", true }, @@ -65018,6 +65716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sashleighaust.com", true }, { "sasioglu.co.uk", true }, { "saskadoodle.com", true }, + { "sasquatt.com.br", true }, { "sasrobotics.xyz", true }, { "sassandbelle.co.uk", true }, { "sassandbelle.com", true }, @@ -65034,9 +65733,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "satario.vn", true }, { "satellite-prof.com", true }, { "satellites.hopto.me", true }, - { "satellitetv-deal.com", true }, + { "satena.com", true }, { "satimagingcorp.com", true }, { "satinn.pl", true }, + { "satisfaction.su", true }, { "satisperfectacollections.com", true }, { "sativatunja.com", true }, { "satmali.az", true }, @@ -65102,10 +65802,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "savilleassessment.com", true }, { "savin.ga", true }, { "savinggoliath.com", true }, - { "savingrecipe.com", true }, { "savingsbondwizard.gov", true }, { "savingsoftheyear.com", true }, { "savingsomegreen.com", true }, + { "savoir.fr", true }, { "savorvip.ir", true }, { "sawyerroofing.com", true }, { "saxeandthecity.com", true }, @@ -65239,6 +65939,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schefczyk.eu", true }, { "schefczyk.net", true }, { "scheidingspuntlansingerland.nl", true }, + { "scheinerhaus.at", true }, { "scheinlichter.de", true }, { "schelberts.de", true }, { "scheldestromen.nl", true }, @@ -65282,6 +65983,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schmidthomes.com", true }, { "schmidtlohwasser.de", true }, { "schmidtplasticsurgery.com", true }, + { "schmiggywibblits.net", true }, { "schmitt-etienne.fr", true }, { "schmitt-max.com", true }, { "schmitt.ws", true }, @@ -65324,7 +66026,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scholledev.com", true }, { "scholtensupport.nl", true }, { "scholz-kallies.de", true }, - { "schonstedt.com", true }, { "schont.org", true }, { "school-b.us", true }, { "school-register.co.za", true }, @@ -65356,7 +66057,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schreibers.ca", true }, { "schreinerei-jahreis.de", true }, { "schreinerei-schweikl.de", true }, - { "schrenkinzl.at", true }, { "schritt4fit.de", true }, { "schrodingersscat.com", true }, { "schrodingersscat.org", true }, @@ -65412,6 +66112,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schwinger.me", true }, { "schwinnbike.ru", true }, { "schwuppengrillen.de", false }, + { "sci-internet.tk", true }, { "scib.tk", true }, { "scicomm.xyz", true }, { "science-network.ch", true }, @@ -65446,6 +66147,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scom.org.uk", true }, { "scoolcode.com", true }, { "scoop6.co.uk", true }, + { "scoopgalleries.com", true }, { "scootaloo.co.uk", true }, { "scooter-experts.com", true }, { "scooterinaustralia.tk", true }, @@ -65627,7 +66329,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "searx.be", true }, { "searx.one", true }, { "searx.pw", true }, - { "searx.rocks", true }, { "searx.ru", true }, { "searx.run", true }, { "searx.space", true }, @@ -65637,7 +66338,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seasons-vintage.com", true }, { "seasons.nu", false }, { "seatbeltpledge.com", true }, - { "seats2meet.com", true }, { "seattle-life.net", true }, { "seattledevicerepair.com", true }, { "seattlefabrication.com", true }, @@ -65659,7 +66359,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sebastian-kraus.me", true }, { "sebastian-kuhnert.de", true }, { "sebastian-lutsch.de", true }, - { "sebastian-walla.com", true }, { "sebastianblade.com", true }, { "sebastianboegl.de", true }, { "sebastianjaworecki.tk", true }, @@ -65688,6 +66387,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sec455.com", true }, { "sec530.com", true }, { "secapp.fi", true }, + { "secard.cc", true }, { "secard.me", true }, { "seccom.ch", false }, { "secctexasgiving.org", false }, @@ -65722,6 +66422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "secretserveronline.com", true }, { "secretum.tech", true }, { "secrium.io", true }, + { "secs.london", true }, { "sectelligence.nl", true }, { "sectember.com", true }, { "sectember.events", true }, @@ -65766,6 +66467,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "securelect-inspection.com", true }, { "securelogin.nu", true }, { "securemailbox.com", true }, + { "securemantra.net", true }, { "securemessage.nl", true }, { "securemind.ch", true }, { "securemy.website", true }, @@ -65884,6 +66586,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "segnalabullo.it", true }, { "segnidisegni.eu", true }, { "segtronix.com", true }, + { "seguidores.com.br", true }, { "seguimosganando.com", true }, { "segulink.com", true }, { "seguridadconsumidor.gov", true }, @@ -65940,6 +66643,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "selectionengine.com", true }, { "selectionengine.net", true }, { "selectionengine.org", true }, + { "selectiveasia.com", true }, { "selectra.pt", true }, { "selectsplat.com", true }, { "selegiline.com", true }, @@ -65986,6 +66690,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "semantica.cz", false }, { "semao.org", true }, { "semaphore-studios.com", true }, + { "sembrando-amor.com", true }, { "sembyotic.com", true }, { "semenov.ml", true }, { "semenov.su", true }, @@ -66056,7 +66761,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sensoft-int.com", true }, { "sensoft-int.net", true }, { "sensoft-int.org", true }, - { "sensor-dream.ru", true }, { "sensorsoft-waterontharder.nl", true }, { "sensorville.com.br", true }, { "sensound.ml", true }, @@ -66093,6 +66797,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seocompliant.com", true }, { "seocraft.me", true }, { "seodayo.com", true }, + { "seodefinitivo.com", true }, + { "seoenmexico.com.mx", true }, { "seoexpert.com.br", true }, { "seogeek.nl", true }, { "seohackers.fr", true }, @@ -66101,7 +66807,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seoium.com", true }, { "seojames.com", true }, { "seolab.amsterdam", true }, - { "seolabuitest.azurewebsites.net", true }, { "seolib.org", true }, { "seomarketing.bg", true }, { "seomaton.com", true }, @@ -66128,6 +66833,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "septentrionalist.org", true }, { "septfinance.ch", false }, { "septicrepairspecialists.com", true }, + { "septictankpumpingservices.com", true }, { "septonol.tk", true }, { "septs.blog", true }, { "seputarpengertian.com", true }, @@ -66156,6 +66862,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "serfas.gr", true }, { "serge-design.ch", true }, { "sergeemond.ca", true }, + { "sergeenko.by", true }, { "sergefonville.nl", true }, { "sergije-stanic.me", true }, { "sergiozygmunt.com", true }, @@ -66213,7 +66920,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "serverpedia.de", true }, { "serversfrom.space", true }, { "serversftw.com", true }, - { "serverstuff.info", true }, { "serversuit.com", true }, { "servertastic.com", true }, { "servertutorial.eu", true }, @@ -66237,6 +66943,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "servicestechnologiquesam.ca", true }, { "servicevie.com", true }, { "serviciales.com", true }, + { "serviciodebarralibreparaeventos.com", true }, { "servicios-electricos.com", true }, { "servida.ch", true }, { "serviefectivo.com.co", true }, @@ -66305,7 +67012,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sevastopol.tk", true }, { "sevathian.com", true }, { "seven-purple.com", true }, - { "sevencooks.com", true }, { "sevenhillsapartments.com.au", true }, { "sevenicealimentos.com.br", true }, { "sevenmatches.com", true }, @@ -66489,7 +67195,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shan.io", false }, { "shan.si", true }, { "shanahanstrategy.com", true }, - { "shanefagan.com", true }, { "shanesofos.com", true }, { "shanesofos.info", true }, { "shanesofos.net", true }, @@ -66497,6 +67202,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shanevandermeer.com", true }, { "shanewadleigh.com", true }, { "shang-yu.cn", true }, + { "shangobud.com", true }, { "shanhay.tk", true }, { "shanju.tk", true }, { "shankangke.com", true }, @@ -66544,6 +67250,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sharik-msk.ga", true }, { "sharik.ml", true }, { "sharing-kyoto.com", true }, + { "sharingiscaring.cc", true }, { "sharingphotos.co", false }, { "sharisharpe.com", true }, { "shark.cat", true }, @@ -66557,6 +67264,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sharu.me", true }, { "sharvey.ca", true }, { "shaun.net", true }, + { "shaunallen.co.uk", true }, { "shaunandamyswedding.com", true }, { "shaunc.com", true }, { "shaundanielz.com", true }, @@ -66611,7 +67319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shelleystoybox.com", true }, { "shellfire.de", true }, { "shellgame.io", true }, - { "shellj.me", true }, { "shelljuggler.com", false }, { "shellopolis.com", true }, { "shellot.com", true }, @@ -66635,6 +67342,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sheremetka.com", true }, { "sheriffmiamicountyks.gov", true }, { "sheriffpawneecountyne.gov", true }, + { "sherijames.com", true }, { "shermantank.biz", true }, { "sherpa.blog", true }, { "sherpnortheast.com", true }, @@ -66725,7 +67433,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shiriforum.tk", true }, { "shiroanime.es", true }, { "shiroki-k.net", true }, - { "shirt2go.shop", true }, { "shirtsdelivered.com", true }, { "shirtsofholland.com", true }, { "shishadenbosch.nl", true }, @@ -66742,6 +67449,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shitposts.se", true }, { "shitproductions.org", true }, { "shitsta.in", true }, + { "shiulungkungfu.com.au", true }, { "shiva-temple.tk", true }, { "shivamber.com", true }, { "shivammathur.com", true }, @@ -66798,9 +67506,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shopific.com", true }, { "shopifycloud.com", true }, { "shopikal.com", true }, - { "shopjek.com", true }, { "shopkini.com", true }, { "shoplandia.co", true }, + { "shoplogcap.com", true }, { "shopmacher.de", true }, { "shopminut.com", true }, { "shoponlinedeals.tk", true }, @@ -66810,6 +67518,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shopping24.de", true }, { "shoppingandreviews.it", true }, { "shoppingicarai.com", true }, + { "shoppingvrimini.ru", true }, { "shoppr.dk", true }, { "shopregional.com.br", true }, { "shoprsc.com", true }, @@ -66861,7 +67570,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "showmethemoney.ru", true }, { "shownet.tk", true }, { "showpassword.net", false }, - { "showroom.cam", true }, { "showroom.co.uk", true }, { "showroom.uk", true }, { "showroom113.ru", true }, @@ -66973,7 +67681,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sidnicio.us", true }, { "sidonge.com", true }, { "sidongkim.com", true }, - { "sidpod.ru", true }, { "sidsun.com", true }, { "siduga.com", true }, { "siebeve.be", true }, @@ -67016,9 +67723,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "signaconsultoria.com.br", true }, { "signage.red", true }, { "signal.org", false }, + { "signal34.com", true }, { "signaletique-inox.fr", true }, { "signalmaps.co.uk", true }, { "signalxtech.com", true }, + { "signature.in.th", true }, { "signaturechannel.com", true }, { "signaturedallas.com", true }, { "signere.com", true }, @@ -67027,7 +67736,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "significantbanter.com", true }, { "signing-milter.org", false }, { "signix.net", true }, - { "signmycode.com", true }, { "signpath.io", true }, { "signrightsigns.co.uk", true }, { "signsdance.uk", true }, @@ -67071,6 +67779,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "silicon-vision.com", true }, { "silkebaekken.no", true }, { "silken-madame.tk", true }, + { "silkon.net", true }, { "sillisalaatti.fi", true }, { "sillysnapz.co.uk", true }, { "silo.nyc", true }, @@ -67207,6 +67916,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simkova-reality.cz", true }, { "simlau.net", false }, { "simmis.fr", false }, + { "simmonshome.cloud", true }, { "simmtronic.com", true }, { "simnovo.net", true }, { "simoesgoulart.com.br", true }, @@ -67238,6 +67948,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simonweil.com", true }, { "simonwessel.net", true }, { "simonwoodside.com", true }, + { "simonzoellner.de", true }, { "simosol.de", true }, { "simosol.dk", true }, { "simotrescu.ro", true }, @@ -67246,6 +67957,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simpeo.org", true }, { "simphony.cz", true }, { "simpip.com", true }, + { "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.com", true }, + { "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.eu", true }, + { "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.international", true }, { "simple.com", false }, { "simplechoicesuper.com.au", true }, { "simpleclassiclife.com", true }, @@ -67268,6 +67982,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simpleprojects.net", true }, { "simplerses.com", true }, { "simplertrading.com", true }, + { "simplesend.io", true }, { "simpletax.ca", true }, { "simplewire.de", true }, { "simplexgame.net", true }, @@ -67283,14 +67998,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simplycateringequipment.co.uk", true }, { "simplycharlottemason.com", true }, { "simplycloud.de", true }, + { "simplyfitperth.com.au", true }, { "simplyfixit.co.uk", true }, + { "simplyheadwear.com.au", true }, { "simplyhelen.de", true }, { "simplyml.com", true }, { "simplymozzo.se", true }, { "simplyowners.net", true }, + { "simplypromo.com.au", true }, { "simplyregister.net", true }, { "simplysmartgardening.com", true }, { "simplytiles.com", true }, + { "simplyuniforms.com.au", true }, { "simpte.com", true }, { "simrail.nl", true }, { "sims4hub.ga", true }, @@ -67351,7 +68070,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sinnersprojects.ro", true }, { "sinnvoll-online.de", true }, { "sinog.si", true }, - { "sinomod.com", true }, { "sinonimos.com.br", true }, { "sinonimosonline.com", true }, { "sinonimosonline.com.br", true }, @@ -67359,8 +68077,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sinquin.eu", true }, { "sinronet.com", true }, { "sint-joris.nl", true }, + { "sintas.lt", true }, { "sintaxis.org", true }, { "sinterama.biz", true }, + { "sinuelovirtual.com.br", true }, { "sinusbot.online", true }, { "sinusinfectionhelp.org", true }, { "sinusitis-bronchitis.ch", true }, @@ -67523,7 +68243,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skedr.io", false }, { "skeeley.com", true }, { "skei.org", true }, - { "skelleypiano.com", true }, { "skepneklaw.com", true }, { "skepticalsports.com", true }, { "skeriv.com", true }, @@ -67536,6 +68255,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skiblandford.com", true }, { "skid.church", true }, { "skiddle.com", true }, + { "skidzun.de", true }, { "skifairview.com", true }, { "skifttiljutlanderbank.dk", true }, { "skigebied.nl", true }, @@ -67552,7 +68272,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skills2serve.org", true }, { "skills2services.com", true }, { "skillseo.com", true }, - { "skillside.net", true }, { "skin-cosmetic.eu", true }, { "skinbet.co", true }, { "skincare-note.com", true }, @@ -67600,6 +68319,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skooks.fr", false }, { "skoolergraph.azurewebsites.net", true }, { "skorepova.info", true }, + { "skoroff.com", true }, { "skorovsud.ru", true }, { "skorpil.cz", true }, { "skortekaas.nl", false }, @@ -67654,6 +68374,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skylarker.org", true }, { "skylgenet.nl", true }, { "skylightcreative.com.au", true }, + { "skyline.link", true }, { "skylinertech.com", true }, { "skylineservers.com", true }, { "skylocker.net", true }, @@ -67733,6 +68454,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sleep-go.info", true }, { "sleepawaycampseries.tk", true }, { "sleepet.tw", true }, + { "sleepig.com", true }, { "sleepingdisorderspecialist.com", true }, { "sleeplessbeastie.eu", true }, { "sleepmap.de", true }, @@ -67776,6 +68498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sloganfarm.info", true }, { "sloneczni.pl", true }, { "slonep.net", true }, + { "slopeedge.com", true }, { "slopeedge.net", true }, { "slotarazzi.com", true }, { "slotcar.com", false }, @@ -67801,7 +68524,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slrd-isperih.com", true }, { "slrpancreaticsurgery.org", true }, { "slu2.com", true }, - { "sluciaconstruccion.com", true }, + { "sluciaconstruccion.com", false }, { "sluhockey.com", true }, { "sluimann.de", true }, { "sluitkampzeist.nl", false }, @@ -67819,7 +68542,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slyvon.com", true }, { "sm-kyoushitsu.com", true }, { "sm-supplements.gr", true }, - { "sm.link", true }, { "sm.ms", true }, { "sm2016.ch", true }, { "sma-dev.de", true }, @@ -67871,7 +68593,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartass.space", true }, { "smartass0027.com", true }, { "smartbiz.vn", true }, - { "smartcheck.gov", true }, { "smartcleaningcenter.nl", true }, { "smartcover.tk", true }, { "smartcpa.ca", true }, @@ -67900,9 +68621,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartlogtower.com", true }, { "smartlybuy.com", true }, { "smartmachine.com", true }, + { "smartmail24.de", true }, { "smartmeal.ru", true }, { "smartmessages.net", true }, - { "smartminibushire.co.uk", true }, + { "smartminibushire.co.uk", false }, { "smartmomsmartideas.com", true }, { "smartmones.com", true }, { "smartpanelsmm.com", true }, @@ -67918,6 +68640,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartproductguide.com", true }, { "smartpti.net", true }, { "smartrecruit.ro", true }, + { "smartrentacar.ro", true }, { "smartrise.us", true }, { "smartservices.nl", true }, { "smartshiftme.com", true }, @@ -67925,11 +68648,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartshoppers.es", true }, { "smartsitio.com", true }, { "smartsparrow.com", true }, + { "smartsprouts.com", true }, { "smartstep.pt", true }, { "smartthursday.hu", true }, { "smartvideo.io", true }, { "smartviewing.com", true }, - { "smartvita.com", true }, { "smartwank.com", true }, { "smartweb.ge", true }, { "smartwelve.com", true }, @@ -68019,7 +68742,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sms1.ro", true }, { "sms72.tk", true }, { "smsappointment.com", true }, - { "smsbrana.cz", true }, + { "smsbrana.cz", false }, { "smsg-dev.ch", false }, { "smsinger.com", true }, { "smsk.email", true }, @@ -68063,6 +68786,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snargol.com", true }, { "snatch-note.tk", true }, { "snatch.com.ua", true }, + { "snatti.com", true }, { "snazel.co.uk", true }, { "snazzie.nl", true }, { "sncdn.com", true }, @@ -68112,13 +68836,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snipr.gg", true }, { "snizl.com", true }, { "snj.pt", true }, - { "snl.no", true }, { "sno-kingroofing-gutters.com", true }, { "snoerendevelopment.nl", true }, { "snohomishsepticservice.com", true }, + { "snoopyfacts.com", true }, { "snoot.club", true }, { "snopyta.com", true }, { "snopyta.org", true }, + { "snorkelaroundtheworld.com", true }, { "snortfroken.net", true }, { "snote.io", true }, { "snoupon.com", true }, @@ -68131,6 +68856,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snowboardforum.tk", true }, { "snowchamps.nl", true }, { "snowcrestdesign.com", true }, + { "snowdrop.moe", true }, { "snowdy.dk", true }, { "snowdy.eu", true }, { "snowdy.link", true }, @@ -68145,6 +68871,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snowreport.io", true }, { "snowrippers.ro", false }, { "snowsubs.moe", true }, + { "snowy.ink", true }, { "snowy.land", true }, { "snowyluma.com", true }, { "snowyluma.me", true }, @@ -68174,6 +68901,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soblaznenie.ru", true }, { "soblaznenie2.ru", true }, { "soboleva-pr.com.ua", true }, + { "sobotkama.eu", true }, { "sobreporcentagem.com", true }, { "soc.net", true }, { "socal-babes.com", true }, @@ -68185,6 +68913,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sochic.in", true }, { "sochionline.tk", true }, { "soci.ml", true }, + { "sociability.dk", true }, { "social-events.net", false }, { "social-media-strategies.it", true }, { "social-media-strategy.org.uk", true }, @@ -68205,7 +68934,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "socialnous.co", true }, { "socialrank.com", true }, { "socialsecurity.gov", false }, - { "socialsecurityhelpcenters.com", true }, { "socialstrata.com", true }, { "socialsurvivalist.net", true }, { "socialtrends.pl", true }, @@ -68230,6 +68958,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soczu.duckdns.org", true }, { "sodadigital.com.au", true }, { "sodafilm.de", true }, + { "soderparr.com", true }, { "sodexam.pro", true }, { "sodi.nl", true }, { "sodiao.cc", true }, @@ -68251,6 +68980,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sofiesteinfeld.de", true }, { "sofoco.us", true }, { "sofortimplantate-muenchen.de", true }, + { "sofpedia.ro", false }, { "soft41.ru", true }, { "soft64.me", true }, { "softandbouncy.co.uk", true }, @@ -68260,13 +68990,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "softchin.ir", true }, { "softcreatr.com", true }, { "softcreatr.de", false }, + { "softfay.com", true }, { "softlan.com.py", true }, { "softly.sk", true }, { "softonic.com", true }, { "softonic.jp", true }, { "softonic.pl", true }, { "softplay4hire.co.uk", true }, - { "softplaynation.co.uk", true }, { "softprayog.in", true }, { "softrobot.se", true }, { "softsecmatheodexelle.be", true }, @@ -68279,10 +69009,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "softwarebeveiligingtestdomein.be", true }, { "softwarecloud.ml", true }, { "softwaredesign.foundation", false }, - { "softwaregeek.nl", true }, { "softwarepara.net", true }, { "softwaresecurityandradefernando.be", true }, - { "softwaresen.com", true }, { "softwarevoortherapeuten.nl", true }, { "softwaylancing.com", true }, { "softweb-dev.de", true }, @@ -68290,6 +69018,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "softwing.de", true }, { "softwsabri.be", true }, { "sogola.com", true }, + { "sogravatas.com.br", true }, { "sogravatas.net.br", true }, { "sogutma.com.tr", true }, { "sohamroy.me", true }, @@ -68351,6 +69080,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solihulllionsclub.org.uk", true }, { "solihullpcrepairs.co.uk", true }, { "solipym.net", true }, + { "solisboutique.com.au", true }, { "solisrey.es", true }, { "solit.systems", true }, { "solitairenetwork.com", true }, @@ -68371,13 +69101,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solonotizie24.it", true }, { "soloparati.cf", true }, { "solos.im", true }, + { "solovey.su", true }, { "solsocog.de", true }, { "solucionesihd.com", true }, { "solucionespicadelly.com", true }, { "solucionupsperu.com", true }, { "solulan.com", true }, { "solunci-loznica.tk", true }, - { "solutions-marquagedelignes.com", true }, + { "solutionsaddles.com", true }, { "solutionsforest.com.ar", false }, { "solutiontestbank.com", true }, { "solvation.de", true }, @@ -68466,6 +69197,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sonnenta.de", true }, { "sonneundstrand.de", true }, { "sonodrom.tk", true }, + { "sonoecoracao.com.br", true }, { "sonofsunart.com", true }, { "sonologic.nl", true }, { "sonomacounty.gov", true }, @@ -68477,7 +69209,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soolid.tech", true }, { "soomee.be", true }, { "soomee1.be", true }, - { "soon.lk", true }, { "soontm.de", true }, { "soontm.net", true }, { "soopure.nl", true }, @@ -68492,6 +69223,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sophiebbeauty.co.uk", true }, { "sopo.me", true }, { "sopra.tk", true }, + { "soprabalao.com.br", true }, { "soquee.net", true }, { "sor.so", true }, { "soraharu.com", true }, @@ -68506,6 +69238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sorincocorada.ro", true }, { "sormeyli.com", true }, { "sorn.service.gov.uk", true }, + { "sorocabacopos.com.br", true }, { "sorrowfulunfounded.com", true }, { "sort.land", true }, { "sortaweird.net", false }, @@ -68521,6 +69254,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sos.sk", false }, { "sos.vg", true }, { "sos.yt", true }, + { "sosaka.ml", true }, { "sosaka.tk", true }, { "sosecu.red", true }, { "sosesh.shop", true }, @@ -68549,6 +69283,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soukodou.jp", true }, { "soul-source.co.uk", true }, { "soulc.ml", true }, + { "soulcasa.com.br", true }, { "soulcrazy.org", true }, { "soulema.com", true }, { "souletter.com", true }, @@ -68649,7 +69384,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soyladani.com", true }, { "soyvigilante.com", true }, { "sozai-good.com", true }, - { "soziale.email", true }, { "sozialstation-ritterhude.de", true }, { "sozialy.com", true }, { "sozon.ca", true }, @@ -68746,11 +69480,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spatzenwerkstatt.de", true }, { "spawn.cz", true }, { "spaysy.com", true }, + { "spaziobenedetti.com.br", true }, + { "spaziopervoi.com.br", true }, { "spazturtle.co.uk", true }, { "spazzacamino.roma.it", true }, { "spbet99.com", true }, { "spboot.net", true }, { "spd-porta-westfalica.eu", true }, + { "spdepartamentos.com.br", true }, { "spdf.net", true }, { "spdillini.com", true }, { "spe.org.co", true }, @@ -68793,15 +69530,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "speedtemplate.de", true }, { "speedtest-russia.com", true }, { "speedwaybusinesspark.com", true }, - { "speedwp.ch", true }, { "speedychat.it", true }, - { "speedyjanes.com", true }, { "speeltoneel.nl", true }, { "speerpunt.info", true }, { "speets.ca", true }, { "speich.net", true }, { "speights-law.com", true }, { "spek.tech", true }, + { "speletrodomesticos.com.br", true }, { "spellcheck24.net", true }, { "spellchecker.net", true }, { "spellic.com", true }, @@ -68826,6 +69562,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spicejungle.com", true }, { "spicemoney.com", true }, { "spicydog.org", true }, + { "spicydog.tk", true }, { "spicymatch.com", true }, { "spicywombat.com", true }, { "spidercrabs.tk", true }, @@ -68834,6 +69571,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spideroak.com", true }, { "spiders.org.ua", true }, { "spiegels-op-maat.nl", false }, + { "spieka.info", true }, { "spielezar.ch", true }, { "spielland.ch", true }, { "spiellawine.de", true }, @@ -68858,7 +69596,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spinner.dnshome.de", true }, { "spinor.im", true }, { "spins.fedoraproject.org", true }, - { "spinspin.wtf", true }, { "spira.kiev.ua", true }, { "spirella-shop.ch", true }, { "spirit-hunters-germany.de", false }, @@ -68878,6 +69615,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spittank.info", true }, { "spittersberger.recipes", true }, { "splarty.net", true }, + { "splashstoretw.com", true }, + { "spleis.no", true }, { "splendidspoon.com", true }, { "splendorservizi.it", true }, { "splikity.com", true }, @@ -68891,8 +69630,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "splorge.cloud", false }, { "splorge.website", true }, { "splunk.net", true }, - { "spmax.design", true }, - { "spmax.top", true }, { "spnitalianfestival.com", true }, { "spodelime.com", true }, { "spofia.nu", true }, @@ -69014,6 +69751,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sptk.org", true }, { "spuffin.com", true }, { "spufpowered.com", true }, + { "spur.com.br", true }, { "spurghi.roma.it", true }, { "sputnik1net.org", true }, { "spydar007.com", true }, @@ -69023,6 +69761,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spyfone.com", true }, { "spykedigital.com", true }, { "spyprofit.ru", true }, + { "sqalogic.com", true }, { "sqap.pt", true }, { "sqclick.com", true }, { "sqdll.com", true }, @@ -69128,6 +69867,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "srvonfire.com", true }, { "srx.sx", true }, { "ss-news.tk", true }, + { "ss-x.ru", false }, { "ss.com", true }, { "ss.lazio.it", true }, { "ss.lt", true }, @@ -69139,7 +69879,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ss64.com", true }, { "ss64.org", true }, { "ss6729.co", true }, - { "ss6729.com", true }, { "ss6957.co", true }, { "ss88.uk", true }, { "ss9188.com", true }, @@ -69158,7 +69897,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssc8689.net", true }, { "ssccp.in", true }, { "sscd.no", true }, - { "sschd.cc", true }, { "ssconn.com", true }, { "ssdax.com", true }, { "ssdpalermo.it", true }, @@ -69204,7 +69942,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssr.llc", true }, { "ssready.io", true }, { "ssrfq.com", true }, - { "ssrjiedian.com", true }, { "ssrvpn.tech", true }, { "sssldurban.co.za", true }, { "sssljohannesburg.co.za", true }, @@ -69317,7 +70054,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "standartgost.ru", true }, { "standheizung-shop.de", true }, { "standoffdrop.ru", true }, + { "stang.moe", true }, { "stangeland.tk", true }, + { "stanglwirt.com", true }, { "stankingma.com", true }, { "stankingma.nl", true }, { "stanmed24.pl", true }, @@ -69337,7 +70076,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "star.garden", true }, { "star.watch", true }, { "starase.com", true }, - { "starb.in", true }, { "starbaese.de", true }, { "starcafe.me", true }, { "starcoachservices.ca", true }, @@ -69397,7 +70135,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "startlemusic.com", true }, { "startliste.info", true }, { "startmail.com", true }, - { "startnowmakingmoneyonline.com", false }, + { "startnowmakingmoneyonline.com", true }, { "startpage.com", true }, { "startpage.info", true }, { "startrek.in", true }, @@ -69661,6 +70399,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stevehaid.com", true }, { "stevejobsfollowers.tk", true }, { "stevemario.com", true }, + { "stevemason.tk", true }, { "stevemonteyne.be", true }, { "steven-bennett.com", true }, { "steven-klix.de", true }, @@ -69671,6 +70410,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stevengrech.com", true }, { "stevenkendypierre.com", true }, { "stevenpilger.com", true }, + { "stevenroddis.com", false }, { "stevenselectricllc.com", true }, { "stevenski.com", false }, { "stevenson.io", true }, @@ -69716,6 +70456,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stickerparadise.me", true }, { "stickertuningfetzt.de", true }, { "stickies.io", true }, + { "stickme.be", true }, { "stickmy.cn", true }, { "stickstueb.de", true }, { "stickswag.cf", true }, @@ -69761,6 +70502,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stipsan.me", true }, { "stirblaut.de", true }, { "stirling.co", true }, + { "stirlingpoon.com", true }, { "stisaac.org", true }, { "stisidores.org", true }, { "stitch.money", true }, @@ -69871,6 +70613,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "storageideas.uk", true }, { "stordbatlag.no", true }, { "store10.de", false }, + { "storecove.com", false }, { "storedieu.com", true }, { "storedsafe.com", true }, { "storefront.gq", true }, @@ -69902,7 +70645,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "storytell.com", true }, { "storytellingforbusiness.com.au", true }, { "storytime.hu", true }, - { "storzrealty.com", true }, { "stoutassociates.com", true }, { "stouter.nl", true }, { "stoxford.com", true }, @@ -69957,6 +70699,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strate.io", true }, { "strategic9.se", true }, { "strategiccapital.com", true }, + { "strategicemailservices.com", true }, { "strategiclivingblog.com", true }, { "strategicpartnersmedia.com", true }, { "strategiczni.pl", true }, @@ -69973,12 +70716,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strawberries.tk", true }, { "strawberry-laser.gr", true }, { "strd.co", true }, + { "streamanimetv.net", true }, { "streamblur.net", true }, { "streamchan.org", true }, { "streamelements.com", true }, { "streaming-download.net", true }, { "streaminginternacional.net", true }, { "streamkit.gg", true }, + { "streamlineaudio.co.za", true }, { "streampanel.net", true }, { "streampleasure.xyz", true }, { "streams.dyndns.org", true }, @@ -69988,7 +70733,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "streepjesenstipjes.nl", true }, { "street-medics.fr", true }, { "street-tek.com", true }, - { "streetboards.lt", true }, { "streetdancecenter.com", true }, { "streetlightdata.com", true }, { "streetmarket.ru", true }, @@ -70001,7 +70745,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strehl.tk", true }, { "strelnicesmirice.cz", true }, { "stremio.com", true }, - { "strenght.biz", true }, { "strengthinyoufitness.com", true }, { "strengthroots.com", true }, { "stress-mess-punkte.de", true }, @@ -70038,10 +70781,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stroeder.de", true }, { "stroeerdigital.de", true }, { "stroginohelp.ru", true }, + { "strogov.me", true }, { "stroifenix.ru", true }, { "stroimvse.ml", true }, { "stroiproect.tk", true }, { "stroke-of-luck.com", true }, + { "strokesb.store", true }, { "strom.family", true }, { "stromaci.sk", true }, { "stromak.cz", true }, @@ -70058,6 +70803,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strosemausoleum.com", true }, { "stroseoflima.com", true }, { "strotmann.de", true }, + { "strousberg.com", true }, { "strousberg.de", true }, { "strousberg.net", true }, { "stroyka-iz-brusa.ru", true }, @@ -70067,6 +70813,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "structurally.net", true }, { "structure.systems", true }, { "strugee.net", true }, + { "struxureon.com", true }, { "strydom.me.uk", true }, { "stsolarenerji.com", true }, { "ststanislaus.com", true }, @@ -70079,6 +70826,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stuartbell.co.uk", true }, { "stuartbell.uk", true }, { "stuartcrawford.co.nz", true }, + { "stuartcrawford.nz", true }, { "stuarteggerton.com", true }, { "stuartmorris.id.au", true }, { "stuartmorris.me", true }, @@ -70129,6 +70877,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "studioadevents.com", true }, { "studioavvocato.roma.it", true }, { "studioavvocato24.it", true }, + { "studiobergaminloja.com.br", true }, { "studiobrandano.com", true }, { "studiodelbenessere.com", true }, { "studiodentisticomasi.com", true }, @@ -70147,6 +70896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "studiomko.com", true }, { "studionowystyl.pl", true }, { "studiopirrate.com", true }, + { "studiopop.com.br", true }, { "studioproapp.com", true }, { "studioriehl.com", true }, { "studioscherp.nl", true }, @@ -70219,6 +70969,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "styleetvieperfumes.com", true }, { "styletron.org", true }, { "stylett.ru", true }, + { "stylewish.me", true }, { "stylle.me", true }, { "styloeart.com", true }, { "stypr.com", true }, @@ -70236,6 +70987,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "subastasdecarros.net", true }, { "subdev.org", true }, { "subdivider.tk", true }, + { "subiacotram.com.au", true }, { "subjektzentrisch.de", true }, { "sublimebits.com", true }, { "sublimetours.com", true }, @@ -70330,6 +71082,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sumatriptan365.tk", true }, { "sumcrevillent.tk", true }, { "sumguy.com", true }, + { "sumiko.moe", true }, { "sumit.me", true }, { "sumitchahal.com", true }, { "summa.eu", false }, @@ -70339,6 +71092,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "summercampthailand.com", true }, { "summermc.cc", true }, { "summerslandingwr.com", true }, + { "summit-humanpotential.com", true }, { "summit-level.ru", true }, { "summitbankofkc.com", true }, { "summitcountyboe.gov", true }, @@ -70372,7 +71126,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "suncity858.com", true }, { "suncity8668.com", true }, { "suncity8998.com", true }, - { "sundaycooks.com", true }, { "sundayfundayjapan.com", true }, { "sundragon.se", true }, { "suneilpatel.com", true }, @@ -70444,6 +71197,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "supercentenarian.com", true }, { "supercharged.co.uk", true }, { "supercinebattle.fr", true }, + { "supercombinata.by", true }, { "superdrillers.tk", true }, { "superdroni.com", true }, { "superenduro.net", true }, @@ -70455,6 +71209,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "superhome.com.au", true }, { "superidropulitrice.com", true }, { "superiordetail.tk", true }, + { "superklima.ro", false }, { "superkonsult.se", true }, { "superlandnetwork.de", true }, { "superlisa.nl", true }, @@ -70473,7 +71228,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "supersahnetorten.de", true }, { "supersandro.de", true }, { "supersec.es", true }, - { "supersena.com.br", true }, { "superservers.ml", true }, { "supersonnig-festival.de", true }, { "supersonnigfestival.de", true }, @@ -70491,12 +71245,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "superway.es", true }, { "supeuro.com", true }, { "supioka.com", true }, - { "suplments.co.uk", true }, - { "suplments.com", true }, - { "suplments.de", true }, - { "suplments.fr", true }, - { "suplments.it", true }, - { "suplments.pt", true }, { "supmil.net", true }, { "supplementalconditions.com", true }, { "supplementswatch.com", false }, @@ -70515,6 +71263,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "suprem.ch", false }, { "supremestandards.com", true }, { "supremumseo.pl", true }, + { "supriville.com.br", true }, { "sur-v.com", true }, { "suranganet.tk", true }, { "surasak.io", true }, @@ -70530,14 +71279,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "surfnetparents.com", true }, { "surfocal.com", true }, { "surgeholdinggroup.com", true }, - { "surgenights.com", true }, { "surgeongeneral.gov", true }, { "surgicalassociateswny.com", true }, { "suricate.ru", true }, { "surnet.io", true }, { "surnganet.tk", true }, { "suroil.com", true }, - { "suroot.moe", true }, { "surpreem.com", true }, { "surrealcoder.com", true }, { "surreyheathyc.org.uk", false }, @@ -70572,6 +71319,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sussexheart.com", true }, { "sustain.software", true }, { "sustainability.gov", true }, + { "sustainabilityknowledgegroup.com", true }, { "sustainabilitysociety.hk", true }, { "sustainoss.org", true }, { "sustc.ac.cn", true }, @@ -70632,7 +71380,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "svia.nl", true }, { "svijet-medija.hr", true }, { "svinformatica.es", true }, - { "svisa.nl", true }, { "sviz.pro", true }, { "svj-stochovska.cz", true }, { "svjvn.cz", true }, @@ -70716,8 +71463,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swiftcom.co.za", true }, { "swiftcrypto.com", true }, { "swifteh.net", true }, + { "swiftirc.net", true }, { "swiftpak.co.uk", true }, - { "swiftpcbassembly.com", true }, { "swiftqueue.com", true }, { "swilly.org", true }, { "swimminglessons.com.sg", true }, @@ -70767,14 +71514,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "switcheo.rocks", true }, { "switchur.com", true }, { "swivells.com", true }, - { "swj.red", true }, - { "swjtu.today", true }, { "swkdevserver.tk", true }, { "swktestserver.tk", true }, { "swmcfcu.org", true }, { "swmlink.com", true }, { "swn-nec.de", true }, - { "swo.re", true }, { "swordfeng.xyz", true }, { "swordfighting.net", true }, { "swqa.hu", true }, @@ -70808,7 +71552,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sydneylawnandturf.com.au", true }, { "syenar.net", true }, { "syezd.com.au", true }, - { "syha.org.uk", true }, { "sykepleien.no", false }, { "sykorp.com", true }, { "sylaps.com", true }, @@ -70892,6 +71635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "syplasticsurgery.com", true }, { "syquel-systems.de", true }, { "syracuseut.gov", true }, + { "syrea.com", true }, { "sys-tm.com", true }, { "sys.tf", true }, { "sys21.info", true }, @@ -70956,6 +71700,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "szaszm.tk", false }, { "szc.me", true }, { "szclsya.me", true }, + { "szczurek-zelazko.pl", true }, { "szechenyi2020.hu", true }, { "szentistvanpt.sk", true }, { "szepsegbennedrejlik.hu", true }, @@ -70971,6 +71716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "szs.space", true }, { "sztoriboljeles.hu", true }, { "szuecs.net", true }, + { "szuflady.pl", true }, { "szurgot.eu", true }, { "szww99.cc", true }, { "szybkiebieganie.pl", true }, @@ -70979,7 +71725,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "szzsivf.com", true }, { "t-hawk.com", true }, { "t-m.me", true }, - { "t-net.org.hu", true }, { "t-network.nl", true }, { "t-nice.com", true }, { "t-pc.org", true }, @@ -70993,19 +71738,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t070.com", true }, { "t0ne.net", false }, { "t0ny.name", true }, - { "t1208.com", true }, - { "t1209.com", true }, { "t12u.com", true }, - { "t1316.com", true }, - { "t1317.com", true }, - { "t1318.com", true }, - { "t1319.com", true }, { "t2-sit-test.tk", false }, { "t2000headphones.com", true }, { "t2000laserpointers.com", true }, - { "t2181.com", true }, - { "t2182.com", true }, - { "t2183.com", true }, { "t2881.com", true }, { "t2i.nl", true }, { "t3.ie", true }, @@ -71026,8 +71762,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t5118.com", true }, { "t51365.com", true }, { "t5197.co", true }, - { "t5880.com", true }, - { "t5881.com", true }, { "t59970.com", true }, { "t59971.com", true }, { "t59972.com", true }, @@ -71039,12 +71773,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t59984.com", true }, { "t59985.com", true }, { "t59986.com", true }, - { "t6354.com", true }, - { "t6360.com", true }, - { "t6364.com", true }, - { "t6370.com", true }, - { "t6371.com", true }, - { "t6381.com", true }, { "t6729.co", true }, { "t68000.com", true }, { "t6801.com", true }, @@ -71061,15 +71789,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t68600.com", true }, { "t6870.com", true }, { "t68700.com", true }, - { "t6880.com", true }, { "t68800.com", true }, - { "t6881.com", true }, { "t68900.com", true }, { "t68app.com", true }, { "t6957.co", true }, - { "t7009.com", true }, { "t7035.com", true }, - { "t7119.com", true }, { "t776633.com", true }, { "t7802.com", true }, { "t7803.com", true }, @@ -71081,11 +71805,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t7810.com", true }, { "t7880.com", true }, { "t7e.de", false }, - { "t8003.com", true }, - { "t8006.com", true }, - { "t8070.com", true }, - { "t8110.com", true }, - { "t8119.com", true }, { "t81365.com", true }, { "t82365.com", true }, { "t8250.com", true }, @@ -71225,6 +71944,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taiwaniacapital.com", true }, { "taiwaniacapital.com.tw", true }, { "taiwaniacapital.tw", true }, + { "taiwanteama.com.tw", true }, { "taiwantour.info", false }, { "taiyouko-hatuden.net", true }, { "taizegroep.nl", true }, @@ -71289,6 +72009,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tallinnsex.ee", true }, { "tallship.cz", true }, { "tallyfy.com", true }, + { "talonro.com", true }, { "talroo.com", true }, { "talsi.eu", true }, { "talun.de", true }, @@ -71298,13 +72019,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tam-safe.com", true }, { "tamada.expert", true }, { "tamarimolhem.com", true }, + { "tamatoyaku.com", true }, { "tambayology.com", true }, { "tambo.es", true }, { "tamboa.com", true }, { "tambov.tk", true }, { "tambre.ee", true }, { "tamchunho.com", true }, - { "tamersunion.org", true }, + { "tamersunion.org", false }, { "tamiloburgos.com", true }, { "tamindir.com", true }, { "tammy.pro", true }, @@ -71316,6 +72038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tampacific.vn", true }, { "tamposign.fr", true }, { "tamriel-rebuilt.org", true }, + { "tamronhallshow.com", true }, { "tamtowild.com", true }, { "tan90.tw", true }, { "tanacio.com", true }, @@ -71400,6 +72123,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tarasecurity.com", true }, { "tarasevich.by", true }, { "tarba-schluesseldienst-duesseldorf.de", true }, + { "tarchive.xyz", true }, { "tardis.io", true }, { "tarek.link", true }, { "tarek.wtf", true }, @@ -71419,6 +72143,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tarsan.cz", true }, { "tarsashaz-biztositas.hu", true }, { "tartaneagle.org.uk", true }, + { "tartanhamedshop.com.br", true }, { "taruntarun.net", false }, { "tarzanka.ml", true }, { "tas.best", true }, @@ -71428,7 +72153,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tasarimgazetesi.com", true }, { "tascout.com", true }, { "tascuro.com", true }, - { "tasisat118.com", true }, { "taskhorizon.audio", true }, { "taskin.me", true }, { "taskotron.fedoraproject.org", true }, @@ -71448,8 +72172,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tatara.ne.jp", true }, { "tatard.fr", true }, { "tatary.tk", true }, + { "tate.com", true }, { "tateishi-ip.com", true }, - { "tathanhson.com", false }, { "tatiana-kpb.tk", true }, { "tatildekirala.com", true }, { "tatler.com", true }, @@ -71488,7 +72212,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taxi-legroux.com", true }, { "taxi-meridian.ru", true }, { "taxi-puck.pl", true }, - { "taxi-uslu.de", true }, { "taxi-waregem.be", true }, { "taxi-zakaz.ml", true }, { "taxicab4you.com", true }, @@ -71505,6 +72228,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taxo.fi", true }, { "taxpackagesupport.com", true }, { "taxsquirrel.com", true }, + { "taylorfry.co.nz", true }, + { "taylorfry.com", true }, { "taylorfry.com.au", true }, { "taylorpearson.me", false }, { "taylors-castles.co.uk", true }, @@ -71536,6 +72261,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tcade.co", true }, { "tcb-a.org", true }, { "tcb-b.org", true }, + { "tccb.gov.tr", true }, { "tccmb.com", true }, { "tcdw.net", true }, { "tcdww.cn", true }, @@ -71550,7 +72276,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tchnics.de", true }, { "tchoukball.ch", false }, { "tchverheul.nl", true }, - { "tcit.fr", true }, + { "tcit.fr", false }, { "tcj.ir", true }, { "tcksolutions.com", true }, { "tcl.sh", true }, @@ -71564,12 +72290,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tcuprs.com", true }, { "tcvvip.com", true }, { "tcwis.com", true }, + { "tcybert.com", true }, + { "tcyoung.co.uk", true }, { "tdchrom.com", false }, { "tddos.pw", true }, { "tdelmas.ovh", true }, { "tdfbfoundation.org", true }, { "tdolar.com", true }, { "tdr.today", true }, + { "tdrcartuchos.com.br", true }, { "tdro.cf", true }, { "tdrs.info", true }, { "tdsb.cf", true }, @@ -71592,6 +72321,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teachpeople.org", true }, { "teachwithouttears.com", true }, { "teahut.net", true }, + { "teaks.nl", true }, { "tealdotsinanorangeworld.com", true }, { "tealojamos.com", true }, { "team-azerty.com", true }, @@ -71698,9 +72428,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techendeavors.com", true }, { "techfishnews.com", true }, { "techformator.pl", true }, - { "techforthepeople.org", true }, { "techgadgetry.in", true }, - { "techglover.com", true }, { "techgo.re", true }, { "techhappy.ca", true }, { "techie-show.com", true }, @@ -71737,7 +72465,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techniekutrecht.nl", true }, { "technifocal.com", true }, { "technik-boeckmann.de", true }, - { "technistan.in", true }, { "technochat.in", true }, { "technofirstonline.com", true }, { "technogps.com", true }, @@ -71792,6 +72519,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techwords.io", true }, { "techy360.com", true }, { "techzero.cn", true }, + { "techzhou.com", true }, { "tecit.ch", true }, { "teckgeekz.com", true }, { "teckids.org", true }, @@ -71800,7 +72528,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tecma.com", true }, { "tecmarkdig.com", true }, { "tecnaa.com", true }, - { "tecnasa.com", true }, { "tecne.ws", true }, { "tecnicoelettrodomestici.roma.it", true }, { "tecnicosenlineablanca.com", true }, @@ -71808,6 +72535,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tecnipuntoseguridad.com", true }, { "tecnoarea.com.ar", true }, { "tecnoblog.net", true }, + { "tecnobrasilloja.com.br", true }, { "tecnocomp-systems.com", true }, { "tecnodritte.it", true }, { "tecnogaming.com", true }, @@ -71926,6 +72654,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "televotia.ch", true }, { "telework.gov", true }, { "telford.codes", true }, + { "telhabrasil.com.br", true }, { "telling.xyz", true }, { "tellingua.com", false }, { "tellthemachines.com", true }, @@ -71957,10 +72686,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "templars.army", true }, { "template-parks.com", true }, { "templateinvaders.com", true }, + { "templetattoo.co.za", true }, { "templete.tk", true }, { "templum.com.br", true }, { "tempmail.ninja", true }, { "temporarysanity.tk", true }, + { "tempotem.com.br", true }, { "temptraining.ru", true }, { "tempus-aquilae.de", true }, { "temtekco.com", true }, @@ -72000,7 +72731,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tentacle.monster", true }, { "tentacletank.com", true }, { "tentations-voyages.com", false }, - { "tentech.io", true }, { "tenthirtyonepictures.com", true }, { "tenthousandcoffees.com", true }, { "tenyx.de", true }, @@ -72015,7 +72745,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teplofom.ru", true }, { "teplohod.kharkov.ua", true }, { "teplomash24.ru", true }, + { "teppich-frisch.de", true }, + { "teppichfrisch.de", true }, { "teq-automotive.com", true }, + { "teqip-pms.gov.in", true }, { "tequilazor.com", true }, { "terabyte-computing.com", true }, { "terabyte.services", true }, @@ -72045,6 +72778,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "termux.com", true }, { "terra-24.ru", true }, { "terra-x.net", true }, + { "terra.by", false }, { "terrab.de", false }, { "terracloud.de", false }, { "terracom.gr", true }, @@ -72082,6 +72816,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tesdrole.tk", true }, { "teskalabs.com", true }, { "teslamagician.com", true }, + { "tespent.cn", true }, { "tessai.ga", true }, { "tesseractinitiative.org", true }, { "tessierashpool.de", true }, @@ -72138,6 +72873,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teulon.eu", true }, { "teunstuinposters.nl", true }, { "teusink.eu", true }, + { "teutonia-grossenlueder.de", true }, + { "teutonia08.de", true }, { "tewarilab.co.uk", true }, { "tewkesburybouncycastles.co.uk", true }, { "tewkesburyyoga.com", true }, @@ -72245,7 +72982,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thaihomecooking.com", true }, { "thaihong.co.th", true }, { "thaihotmodels.tk", true }, - { "thailandlongtime.com", true }, { "thailandpharmacy.net", true }, { "thailandpropertylisting.com", true }, { "thaimega.club", true }, @@ -72274,9 +73010,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tharuka.com", true }, { "tharuka.de", true }, { "thatdarkplace.com", true }, - { "thatguyalex.com", true }, { "thatlooksreallygood.com", true }, { "thatshayini-sivananthan.fr", true }, + { "thatsucks.xyz", true }, { "thavmacode.gr", true }, { "thc-stadvdzon.nl", true }, { "thca.ca", true }, @@ -72305,6 +73041,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "the-nash-education-program.com", true }, { "the-pack.nl", true }, { "the-pcca.org", true }, + { "the-race.com", true }, { "the-red.pp.ua", true }, { "the-spoonfeed.club", true }, { "the-train.de", true }, @@ -72329,6 +73066,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theallmanteam.com", true }, { "theandroidsoul.com", true }, { "theangelfishfoundation.org", true }, + { "theantarticx.com", true }, { "theantisocialengineer.com", true }, { "theapplewiki.com", true }, { "theappliancedepot.co.uk", false }, @@ -72336,6 +73074,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theartistjournal.ca", true }, { "theasianshooters.com", true }, { "theastrocoach.com", true }, + { "theater.cf", true }, { "theaterreichenhall.tk", true }, { "theatre-schools.com", true }, { "theaustinsevenworkshop.com", true }, @@ -72373,8 +73112,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theblackknightsings.com", true }, { "theblacklock.com", true }, { "theblondeabroad.com", true }, + { "theblueinnovations.com", true }, { "theblueroofcottage.ca", true }, { "thebluub.com", true }, + { "theboardroomsubi.com.au", true }, { "theboatmancapital.com", true }, { "theboats.agency", true }, { "theboats.club", true }, @@ -72426,7 +73167,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecondobuyers.com", true }, { "theconverter.net", true }, { "thecorianderkitchen.com", true }, - { "thecr3ative.com", true }, { "thecr3ative.tk", true }, { "thecraftingstrider.net", true }, { "thecrazytravel.com", true }, @@ -72442,6 +73182,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecustomdroid.com", true }, { "theda.co.za", true }, { "thedailyprosper.com", true }, + { "thedailyshirts.com", true }, { "thedailyupvote.com", true }, { "thedanceacademybuckscounty.com", true }, { "thedark1337.com", true }, @@ -72480,11 +73221,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theexpatriate.de", true }, { "theeyeopener.com", true }, { "thefabulouslifestyles.com", true }, + { "thefabulouswomen.com", true }, + { "thefaircottage.com", true }, { "thefairieswantmedead.com", true }, { "thefamilygarrison.com", true }, { "thefanimatrix.net", true }, { "thefashionpolos.com", true }, { "thefasterweb.com", true }, + { "thefastmode.com", true }, { "thefbstalker.com", true }, { "thefengshuioffice.com", true }, { "theferrarista.com", false }, @@ -72526,6 +73270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thegingersnapbaker.co.za", true }, { "thegioidulich.com.vn", true }, { "thegioinano.com", true }, + { "theglobalreport.org", true }, { "thegrape.ro", true }, { "thegreatcommissionpodcast.com", true }, { "thegreatplains.com", true }, @@ -72585,6 +73330,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thekeymusic.com", true }, { "thekeytobusiness.co.uk", true }, { "thekiddz.com", true }, + { "thekingofhate.com", false }, { "theknockout.tk", true }, { "thekodester.ca", true }, { "thekonsulthub.tk", true }, @@ -72595,7 +73341,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thelanscape.com", true }, { "thelastsurprise.com", true }, { "thelbc.io", true }, - { "theleap.co.uk", true }, { "thelearningenterprise.co.uk", true }, { "thelegionshirley.co.uk", true }, { "thelencystore.com", true }, @@ -72612,6 +73357,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thelonious.nl", true }, { "thelostyankee.com", true }, { "thelounge.chat", true }, + { "theluxonomist.es", true }, { "themadlabengineer.co.uk", true }, { "themallards.info", true }, { "themarshallproject.org", true }, @@ -72623,7 +73369,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "themeaudit.com", true }, { "themecraft.studio", true }, { "themegteam.com", true }, - { "themenmedia.com", true }, { "themenzentrisch.de", true }, { "themerchandiser.net", false }, { "themeridianway.com", true }, @@ -72667,6 +73412,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theocharis.org", true }, { "theocratic.cf", true }, { "theodeboer.nl", true }, + { "theodorahome.co", true }, + { "theodorahome.com.br", true }, { "theofleck.com", false }, { "theojellis.com", true }, { "theojones.name", true }, @@ -72691,6 +73438,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theoutline.com", true }, { "theoutsiders.stream", true }, { "theoverfly.co", true }, + { "theowlclub.net", true }, { "thepaffy.de", true }, { "theparkcornwall.com", true }, { "theparoxetine.gq", true }, @@ -72700,9 +73448,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thepaulagcompany.com", false }, { "thepavilionbanbury.co.uk", true }, { "thepaymentscompany.com", true }, + { "thepcweb.tk", true }, { "thepeoplesdata.com", true }, { "thepeoplesdata.org", true }, - { "theperry.group", true }, { "thepharm.co.nz", true }, { "thephp.cc", true }, { "thepieslicer.com", true }, @@ -72722,6 +73470,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theprojectx.tk", true }, { "thepromisemusic.com", true }, { "theptclist.tk", true }, + { "theptpractitioner.com.au", true }, { "thepurplemaids.com", true }, { "thequillmagazine.org", true }, { "theralino.de", true }, @@ -72746,6 +73495,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "therevenge.me", true }, { "therewill.be", true }, { "therhetorical.ml", false }, + { "therivercrosswarwick.co.uk", true }, { "thermalbad-therme.de", true }, { "thermalflowtech.com", true }, { "thermia.co.nz", true }, @@ -72758,6 +73508,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "therockawaysny.com", false }, { "theroks.com", false }, { "theroyalmarinescharity.org.uk", true }, + { "therudes.com", true }, { "therudeworkout.com", true }, { "therugswarehouse.co.uk", true }, { "theruleslawyer.net", true }, @@ -72784,7 +73535,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thesehighsandlows.com", true }, { "theseletarmall.com", true }, { "theseoframework.com", true }, - { "theseoplatform.co.uk", true }, { "theseosystem.com", true }, { "theserver201.tk", true }, { "theserviceyouneed.com", true }, @@ -72901,7 +73651,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theyachtteam.com", false }, { "theyakshack.co.uk", true }, { "theyarnhookup.com", false }, - { "theycallmefox.net", true }, { "theyear199x.org", true }, { "theyearinpictures.co.uk", true }, { "theyosh.nl", false }, @@ -72958,6 +73707,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thinktac.com", true }, { "thinktankofthree.com", true }, { "thinktux.net", true }, + { "thinkwellwk.com", true }, { "thirdbearsolutions.com", true }, { "thirdgenphoto.co.uk", true }, { "thirdman.auction", true }, @@ -72970,6 +73720,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thisfreelife.gov", true }, { "thisgrowth.com", true }, { "thisishugo.com", true }, + { "thisismit.ch", true }, { "thisistechtoday.com", true }, { "thisistranquility.life", true }, { "thisiswhywemom.com", true }, @@ -72992,7 +73743,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thomas-grobelny.de", true }, { "thomas-sammut.com", true }, { "thomas-schmittner.de", true }, - { "thomas-steel.com", true }, { "thomas-suchon.fr", true }, { "thomas.computer", true }, { "thomas.love", false }, @@ -73004,7 +73754,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thomasduerlund.dk", true }, { "thomasebenrett.de", true }, { "thomasecookedds.com", true }, - { "thomasetsophie.fr", true }, { "thomaseyck.com", true }, { "thomasfoster.co", true }, { "thomasgriffin.io", true }, @@ -73021,6 +73770,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thomastimepieces.com.au", true }, { "thomasverhelst.be", true }, { "thomasvochten.com", true }, + { "thomaswoo.com", false }, { "thomien.de", true }, { "thompsonfamily.cloud", true }, { "thomsons.com", true }, @@ -73072,6 +73822,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thrivewellnesshub.co.za", true }, { "throttlerz.in", true }, { "throughtheglass.photo", true }, + { "throwable.website", true }, { "throwaway.link", true }, { "throwmails.com", true }, { "throwpass.com", true }, @@ -73115,7 +73866,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ti780.com", true }, { "tiagonunes.pt", true }, { "tiagosimao.com", true }, - { "tiaki.org", true }, { "tiamarcia.com.br", true }, { "tian123.com", true }, { "tian888.com", true }, @@ -73157,8 +73907,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ticketsourcebeta.co.uk", true }, { "ticketsvergleichen.de", true }, { "tickettailor.com", true }, + { "ticketyn.com", true }, { "tickit.ca", false }, { "tid.jp", true }, + { "tidton.com", true }, { "tidy.chat", true }, { "tidych.at", true }, { "tiekoetter.com", true }, @@ -73166,7 +73918,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tiendadolca.com", true }, { "tiendaengeneral.com", true }, { "tiendafetichista.com", true }, - { "tiendasmart.com.co", true }, + { "tiendamultimarca.com", true }, { "tiener-herentals.be", true }, { "tiens-ib.cz", true }, { "tierarzt-karlsruhe-durlach.de", true }, @@ -73177,6 +73929,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tiernanx.com", true }, { "tieronegraphics.com", true }, { "tierradeayala.com", true }, + { "tierraprohibida.net", true }, { "tierschutz-niederrhein.de", true }, { "ties.com", true }, { "tiew.pl", true }, @@ -73185,9 +73938,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tiffany.life", true }, { "tiffanywatson.xyz", true }, { "tiffnix.com", true }, - { "tiger21.com", true }, { "tigerdile.com", true }, - { "tigerfishingzambia.com", true }, + { "tigerfm.tk", true }, { "tigernode.com", true }, { "tigernode.net", true }, { "tigerscu.org", true }, @@ -73231,6 +73983,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timatooth.com", true }, { "timawesomeness.com", true }, { "timbarlotta.com", true }, + { "timberjoineryperth.com.au", true }, { "timberkel.com", true }, { "timbishopartist.com", true }, { "timbrado.com", true }, @@ -73238,6 +73991,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timchanhxe.com", true }, { "timco.cloud", true }, { "timdoug.com", true }, + { "time-business.tk", true }, { "time-hotel.cf", true }, { "time.gov", true }, { "time.sh", true }, @@ -73273,11 +74027,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timetotrade.com", true }, { "timetrade.com", true }, { "timewasters.nl", true }, - { "timeworld.su", true }, + { "timewk.cn", true }, + { "timfiedler.net", true }, { "timgame.tk", true }, + { "timhbw.com", true }, { "timhieuthuoc.com", true }, { "timi-matik.hu", true }, { "timich.ga", true }, + { "timing.com.br", true }, { "timjk.de", false }, { "timklefisch.de", true }, { "timmersgems.com", true }, @@ -73306,6 +74063,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timysewyn.be", false }, { "tina-zander.de", true }, { "tina.media", true }, + { "tinakay-photography.com", true }, { "tinapoethe.com", true }, { "tinastahlschmidt.de", true }, { "tindallriley.co.uk", true }, @@ -73337,6 +74095,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tinycat99.click", true }, { "tinycrm.pl", true }, { "tinyeye.eu", true }, + { "tinyhousebarat.com", true }, { "tinyhousefinance.com.au", true }, { "tinylan.com", true }, { "tinyppt.com", true }, @@ -73349,7 +74108,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tinyvpn.org", true }, { "tio.run", true }, { "tioat.net", true }, - { "tiochambita.com", true }, { "tiogacountyny.gov", true }, { "tipaki.gr", true }, { "tipe.io", true }, @@ -73364,6 +74122,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tippytoad.com", true }, { "tipranks.com", true }, { "tips4india.tk", true }, + { "tipsacademicos.com", true }, + { "tipscesarlopez.com", true }, { "tipsmake.com", true }, { "tipsport.cz", true }, { "tipstersweb.com", true }, @@ -73410,6 +74170,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tixel.com", true }, { "tixify.com", true }, { "tixio.de", true }, + { "tixtips.com", true }, { "tjampoer.com", true }, { "tjenestetorvet.dk", true }, { "tjian.info", true }, @@ -73430,6 +74191,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tkeycoin.com", false }, { "tkgpm.com", true }, { "tkirch.de", true }, + { "tkjg.fi", true }, { "tkmr-gyouseishosi.com", true }, { "tkn.me", true }, { "tkrn.de", true }, @@ -73443,6 +74205,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tlcnet.info", true }, { "tld-list.com", true }, { "tld.gg", true }, + { "tldplaza.com", true }, { "tldtattoo.com", true }, { "tlehseasyads.com", true }, { "tleng.de", true }, @@ -73495,7 +74258,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tncentro.com", true }, { "tnd.com.ar", true }, { "tndentalwellness.com", true }, - { "tniad.mil.id", false }, + { "tnes.dk", true }, + { "tniad.mil.id", true }, { "tnonline.net", true }, { "tnosha.gov", true }, { "tnrealid.gov", true }, @@ -73519,7 +74283,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tobbro-trans.de", true }, { "tobdesignfirm.com", true }, { "tobedo.net", true }, - { "tobefree.eu", true }, { "tober-cpag.de", true }, { "tobevictorious.com", true }, { "tobi-mayer.de", true }, @@ -73638,7 +74401,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tokenmarket.net", true }, { "tokens.net", true }, { "tokfun.com", true }, - { "tokic.hr", true }, { "tokinoha.net", true }, { "tokio.fi", true }, { "tokitover.com", true }, @@ -73651,7 +74413,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tokobungadilampung.com", true }, { "tokoindo.top", true }, { "tokoplugin.com", true }, - { "tokototech.com", true }, { "tokugai.com", true }, { "tokyo-onkyo.jp", true }, { "tokyo-powerstation.com", true }, @@ -73685,7 +74446,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomandsonya.net", true }, { "tomandsonya.org", true }, { "tomarnarede.pt", true }, - { "tomarns.nl", false }, { "tomartv.pt", true }, { "tomashouzvicka.com", true }, { "tomashouzvicka.pl", true }, @@ -73716,7 +74476,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomharling.uk", true }, { "tomharris.tech", true }, { "tomi.cc", true }, - { "tomica.me", false }, + { "tomica.me", true }, { "tomik.cloud", true }, { "tomik.fun", true }, { "tomiler.com", true }, @@ -73739,6 +74499,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomnatt.com", true }, { "tomo.gr", false }, { "tomoradexpert.ro", true }, + { "tomorrowhealth.com", true }, { "tomorrowmuseum.com", true }, { "tomosm.net", true }, { "tomphill.co.uk", false }, @@ -73749,6 +74510,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomschlick.com", true }, { "tomsdevsn.me", true }, { "tomsherakmshope.org", true }, + { "tomsk.ml", true }, { "tomsoft.hr", true }, { "tomspdblog.com", true }, { "tomssl.com", true }, @@ -73812,6 +74574,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tonymaster21.me", true }, { "tonytan.cn", true }, { "tonytan.io", true }, + { "tonytron.com.br", true }, { "tonyw.xyz", true }, { "tonywebster.com", true }, { "too.gy", true }, @@ -73839,6 +74602,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toool.nyc", true }, { "toool.org", true }, { "toopopular.ga", true }, + { "toorfor.com", true }, { "toorl.com", true }, { "toot.center", true }, { "toothdoc.ca", true }, @@ -73861,7 +74625,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "top9.fr", true }, { "topanimecharacters.com", true }, { "topanlage.de", true }, - { "topappandroid.com", true }, { "toparkinfo.hu", true }, { "topaxi.ch", true }, { "topaxi.codes", true }, @@ -73889,7 +74652,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topfivepercent.co.uk", true }, { "topgshop.ru", true }, { "tophat.studio", true }, - { "tophatpuffin.com", true }, { "tophr.kz", true }, { "topicalnet.de", true }, { "topicdesk.com", true }, @@ -73902,6 +74664,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toplist.cz", true }, { "toplist.eu", true }, { "toplist.sk", true }, + { "toplockshop.com", true }, { "topmmogames.org", true }, { "topnotchendings.com", true }, { "topnotepad.com", true }, @@ -73915,12 +74678,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topproductidea.com", true }, { "topproductsanalysis.com", true }, { "toppsychiatristkolkata.com", true }, - { "topreit.ru", true }, { "toprelatos.com", true }, { "topsailtechnologies.com", true }, { "topservercccam.tv", true }, { "topshelfcommercial.com", true }, { "topshoptools.com", true }, + { "topsnow.ru", true }, { "topspin.tk", true }, { "topsteroidsonline.com", true }, { "topstore.me", true }, @@ -73929,6 +74692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toptexture.com", true }, { "toptheto.com", true }, { "toptranslation.com", true }, + { "topurls.tk", true }, { "topvertimai.lt", true }, { "topvision.se", true }, { "topwin.la", true }, @@ -73965,6 +74729,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "torogroups.com", true }, { "torontoaccesscontrol.com", true }, { "torontocorporatelimo.services", true }, + { "torontonews.tk", true }, { "torontostarts.com", true }, { "toros.co", true }, { "torproject.org", false }, @@ -73998,9 +74763,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "torte.roma.it", true }, { "tortocan.com", true }, { "tortoises-turtles.com", true }, + { "tortugan.com.br", true }, + { "torwart-jugend.de", true }, { "tosainu.com.br", true }, { "tosatopsicologabologna.com", true }, { "toscer.me", false }, + { "toschool.com.br", true }, { "toshen.com", true }, { "toshkov.com", true }, { "tosolini.info", true }, @@ -74008,8 +74776,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tosteberg.se", true }, { "tostu.de", true }, { "totaku.ru", false }, - { "totalaccess.com.ua", true }, { "totalaccessnicaragua.co", true }, + { "totalbike.com.br", true }, { "totalcarcheck.co.uk", true }, { "totalchecklist.com", true }, { "totalclean.co.uk", true }, @@ -74114,7 +74882,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "towaway.ru", true }, { "towellconstruction.ca", true }, { "tower.land", true }, + { "town-night.jp", true }, { "townandcountryus.com", true }, + { "townforge.net", true }, { "townhouseregister.com.au", true }, { "townofbridgewater.ca", true }, { "townofhulbertok.gov", true }, @@ -74164,6 +74934,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tqm1.sk", true }, { "tr.search.yahoo.com", false }, { "tr0n.net", true }, + { "tr34.ro", true }, { "traas.org", true }, { "trabajaenvitamina.cl", true }, { "trabajarenremoto.com", true }, @@ -74256,6 +75027,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trainingminds.nl", true }, { "trainingproviderresults.gov", true }, { "trainings-handschuhe-test.de", true }, + { "trainingsecke.de", true }, { "trainingswiese.at", true }, { "trainline.at", true }, { "trainline.cn", true }, @@ -74304,7 +75076,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trance-heal.com", true }, { "trance-heal.de", true }, { "trance-heal.me", true }, - { "trance.im", true }, { "tranceattic.com", true }, { "tranceheal.com", true }, { "tranceheal.me", true }, @@ -74358,6 +75129,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "transitownplaza.com", true }, { "transitpoint.us", true }, { "translate.googleapis.com", true }, + { "translation.qa", true }, { "translationge.com", true }, { "transmarttouring.com", true }, { "transmisjeonline.pl", true }, @@ -74430,6 +75202,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "travelogue.jp", true }, { "travelphilippines.tk", true }, { "travelphoto.cc", true }, + { "travelphotographycourse.com", true }, { "travelrefund.com", true }, { "travelround.io", true }, { "travelsets.com", true }, @@ -74454,7 +75227,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tray.io", true }, { "trazodononline.gq", true }, { "trbanka.com", true }, - { "trea98.org", true }, { "treaslockbox.gov", true }, { "treasuredandloved.co.uk", true }, { "treasuredandloved.com", true }, @@ -74477,10 +75249,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "treehouseresort.nl", true }, { "treeline.tech", true }, { "treeoilpot.com", true }, + { "treering.com", true }, { "treeschat.com", true }, { "treestarmarketing.com", true }, { "treeworkbyjtec.com", true }, - { "treezone.net", true }, { "trefcon.cz", true }, { "trefle.io", true }, { "trefpuntdemeent.nl", true }, @@ -74494,8 +75266,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trekfriend.com", true }, { "trekinafrica.com", true }, { "trekking-friends.ch", true }, + { "trekonbh.com", true }, { "trelki.de", true }, - { "trelloparea.com", true }, { "treml-sturm.com", true }, { "trendingdeals.ga", true }, { "trendingeducation.tk", true }, @@ -74536,7 +75308,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trialmock.com", true }, { "trials.tk", true }, { "triangle-energie.com", true }, - { "trianglebruins.org", true }, { "trianglecastles.co.uk", true }, { "trianglelawngames.com", true }, { "trianon.xyz", true }, @@ -74545,7 +75316,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tribaljusticeandsafety.gov", true }, { "tribalwarsstyles.tk", true }, { "tribe.rs", false }, + { "tribeda.com", true }, { "tribetrails.com", true }, + { "tribistovo.tk", true }, { "tribly.de", true }, { "tribut.de", true }, { "tributh.cf", true }, @@ -74559,6 +75332,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tricetirisad.me", true }, { "trichdanhay.com", true }, { "triciaree.com", true }, + { "tricityhelpline.com", true }, { "trickedguys.com", true }, { "trickgsm.com", true }, { "trickle.works", true }, @@ -74610,6 +75384,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tripsinc.com", true }, { "tripsvia.com", true }, { "tripsweet.com", true }, + { "triptovietnam.com.vn", true }, { "trisect.uk", true }, { "trish-mcevoy.ru", true }, { "trisolaris.co.uk", true }, @@ -74687,6 +75462,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trueminecraft.com", true }, { "truendo.com", true }, { "truentumvet.it", true }, + { "trueopenlove.org", true }, { "truerizm.ru", true }, { "trueseeing.com", true }, { "truesplendid.net", true }, @@ -74759,6 +75535,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tryplo.org", true }, { "tryplo.xyz", true }, { "tryprime.co.uk", true }, + { "tryramp.com", true }, { "tryti.me", true }, { "tryupdates.com", true }, { "trywesayyes.com", true }, @@ -74772,7 +75549,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tsachs.eu", true }, { "tsacloud.ml", true }, { "tsahf.com", true }, - { "tsai.com.de", true }, { "tsaro.io", true }, { "tsatestprep.com", true }, { "tschuermans.be", true }, @@ -74823,7 +75599,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tt3999.com", true }, { "tt5197.co", true }, { "tt6729.co", true }, - { "tt6729.com", true }, { "tt6957.co", true }, { "tt7199.com", true }, { "tt7299.com", true }, @@ -74904,13 +75679,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tugafm.eu.org", true }, { "tugesha.com", true }, { "tuimprenta.com.ar", true }, - { "tuincentersnaet.be", true }, { "tuingereedschappen.net", false }, { "tuitle.com", true }, { "tuja.hu", true }, { "tujunfang.com", true }, { "tukdesigns.com", true }, { "tula-city.tk", true }, + { "tula-news.ga", true }, { "tulenceria.es", true }, { "tully.co.uk", true }, { "tulsameetingroom.com", true }, @@ -74953,6 +75728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "turbohost.co.mz", true }, { "turbomag.pl", true }, { "turbosuflantecluj.ro", true }, + { "turciya.cf", true }, { "turdnagel.com", true }, { "turf-experts.com", true }, { "turi.space", true }, @@ -74984,8 +75760,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tursiae.org", true }, { "turtlearmy.net", true }, { "turtleduckstudios.com", true }, + { "turtlehead.tk", true }, { "turtlepay.io", true }, - { "turtlepwr.com", true }, { "turtles.ga", true }, { "turuncu-sepet.com", true }, { "turunculevye.com", true }, @@ -74998,7 +75774,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tusksol.com", true }, { "tusmedicamentos.com", true }, { "tussier.com", true }, + { "tutamail.com", true }, { "tutanota.com", true }, + { "tutanota.de", true }, { "tutdevki.tk", true }, { "tuto-craft.com", true }, { "tutoragency.org", true }, @@ -75013,6 +75791,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tutorme.com", true }, { "tuts4you.com", true }, { "tuttimundi.org", false }, + { "tuttopappagalli.net", true }, { "tutu.green", true }, { "tutu.ro", true }, { "tuversionplus.com", true }, @@ -75232,6 +76011,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "typeria.net", true }, { "typewolf.com", true }, { "typewritten.net", true }, + { "typica.com.tw", true }, { "typing.com", true }, { "typist.tech", true }, { "typo3.com", true }, @@ -75295,7 +76075,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "u5b.de", false }, { "u5r.nl", true }, { "u6729.co", true }, - { "u6729.com", true }, { "u6957.co", true }, { "u81365.com", true }, { "u82365.com", true }, @@ -75311,6 +76090,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uangteman.com", true }, { "uareferat.tk", true }, { "uasmi.com", true }, + { "uastrategy.org", true }, { "uat-activesg.com", true }, { "uat-mypfp.co.uk", true }, { "uatgootax.ru", false }, @@ -75342,8 +76122,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uborcare.com", true }, { "uborka-812.ru", true }, { "uborka-kvartir-moskva.gq", true }, - { "ubstudygroups.com", true }, - { "ubstudygroups.org", true }, { "ubun.net", true }, { "ubunlog.com", true }, { "ubuntu18.com", true }, @@ -75386,7 +76164,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "udruga-point.hr", true }, { "udsocial.com", true }, { "udtunnel.com", true }, - { "udvalgte-ordsprog.dk", true }, { "udvoukocek.eu", true }, { "ueba1085.jp", true }, { "ueberdosis.io", true }, @@ -75408,7 +76185,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ufopaedia.org", true }, { "ufplanets.com", true }, { "ufroo.com", true }, - { "ugamyd-p1rosd2jcoeg3edh5o1y.com", true }, { "ugb-verlag.de", true }, { "ugcdn.com", true }, { "ugeek.tk", true }, @@ -75444,7 +76220,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uk.dating", true }, { "uk.kg", true }, { "uk.search.yahoo.com", false }, - { "ukari.hokkaido.jp", true }, + { "ukari.hokkaido.jp", false }, { "ukas.com", false }, { "ukb.sch.id", false }, { "ukbc.london", true }, @@ -75467,7 +76243,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ukrigging.net", true }, { "ukrn.io", true }, { "ukrnet.co.uk", true }, - { "ukrobmen.net", true }, { "uksb.net", true }, { "uktw.co.uk", true }, { "ukuchordnamer.com", true }, @@ -75504,7 +76279,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ultramax.biz", true }, { "ultramookie.com", true }, { "ultraporn.biz", true }, - { "ultrapure-water.com", true }, { "ultrasdesign.co.uk", true }, { "ultraseopro.com", true }, { "ultrasite.tk", true }, @@ -75530,6 +76304,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "umity.com.ua", true }, { "umlcode.com", true }, { "ummati.com", true }, + { "ummiabi.id", true }, { "umniy-dom.tk", true }, { "umount.net", true }, { "umsapi.com", true }, @@ -75547,6 +76322,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unapp.me", true }, { "unasim.gq", true }, { "unatco.noip.me", true }, + { "unausa.com.br", true }, { "unbelievableplaces.de", true }, { "unblock-zh.org", true }, { "unblockall.xyz", true }, @@ -75612,6 +76388,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "undev.co", true }, { "undo.co.il", true }, { "undp.lt", true }, + { "une-bonne-nouvelle.fr", true }, { "unearaigneeauplafond.fr", true }, { "unece-deta.eu", true }, { "unefleur.be", true }, @@ -75622,9 +76399,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unfallrechtler.de", true }, { "unfc.nl", true }, { "unfettered.net", false }, - { "unfuddle.cn", true }, { "unga.dk", true }, { "ungaeuropeer.se", true }, + { "ungainlybeast.com", true }, { "ungegamere.dk", true }, { "unghie.com", true }, { "uni2share.com", true }, @@ -75696,7 +76473,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unique-pathways.ch", false }, { "unique-pathways.com", false }, { "unique-tutorials.info", true }, + { "uniqueazaw.com", true }, { "uniquepathways.ch", false }, + { "unis-pour-la-planete.com", true }, + { "unis-pour-le-climat.com", true }, { "unit7jazz.com", true }, { "unit7jazz.org", true }, { "unite-ka.de", true }, @@ -75713,6 +76493,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unitedkingdoms-guild.com", true }, { "unitedprovinces.nl", true }, { "unitedpsychological.com", true }, + { "uniteinhealth.com", true }, { "unitel2000.de", true }, { "unitir.gq", true }, { "unitpay.cc", true }, @@ -75730,10 +76511,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "universal-tutorial.com", true }, { "universal-village.org", true }, { "universal.at", true }, - { "universalcarpetinc.com", true }, { "universalcarremote.com", true }, { "universalpaymentgateway.com", true }, { "universe.horse", true }, + { "universedragonball.com", false }, { "universeinform.com", true }, { "universeit.mx", true }, { "universellafredsdanser.se", true }, @@ -75752,6 +76533,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "univitale.fr", false }, { "unix.se", true }, { "unixadm.org", true }, + { "unixapp.ml", true }, { "unixattic.com", true }, { "unixforum.org", true }, { "unixfox.eu", true }, @@ -75765,6 +76547,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unlax.com", true }, { "unleash.pw", true }, { "unli.xyz", true }, + { "unlisted.co", true }, { "unlock-my-sprint.mobi", true }, { "unlockauthority.com", true }, { "unlockblackberryfree.co.uk", true }, @@ -75775,6 +76558,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unlocktalent.gov", true }, { "unlogis.ch", true }, { "unluco.com", true }, + { "unmade.com", true }, { "unmarkdocs.co", true }, { "unmonito.red", true }, { "unn-edu.info", true }, @@ -75804,6 +76588,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unstable.network", true }, { "unstamps.org", true }, { "unstockd.org", true }, + { "unstoppableever.com.br", true }, { "unstoppableunits.com", true }, { "unsuspicious.click", true }, { "unterhaltungsbox.com", true }, @@ -75866,12 +76651,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "upholsterydesign.com.au", true }, { "uphuntingland.com", true }, { "upitnik.rs", true }, + { "uplaqui.com.br", true }, { "uplinkgame.tk", true }, { "uplinklabs.net", true }, { "upload.cat", true }, { "upload.facebook.com", false }, { "uploadbeta.com", true }, { "uploadbro.com", true }, + { "uploadyourtestament.com", true }, { "uplotnitel.online", true }, { "uplr.it", true }, { "upmchealthsecurity.us", true }, @@ -75881,18 +76668,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "upperbeaconsfield.org.au", true }, { "uppercap.com", true }, { "upperroommission.ca", true }, - { "upplay.com.br", true }, + { "uppfinnarenc.tk", true }, { "upplevelse.com", true }, { "upr.com.ua", true }, { "upr.si", true }, { "uprint.it", true }, { "upropay.com", true }, { "uprospr.com", true }, + { "ups-yahweh.com", true }, { "upscope.io", true }, { "upsdelperu.com.pe", true }, { "upsettunnel.com", true }, { "upsihologa.com.ua", true }, + { "upstaa.com", true }, { "upstart.com", true }, + { "uptechbrasil.com.br", true }, { "uptime.fm", true }, { "uptimed.com", true }, { "uptodateinteriors.com", true }, @@ -75919,19 +76709,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ural-emal.ga", true }, { "uraniborg.net", true }, { "uranius.eu", true }, - { "urantiabookstudygroup.com", true }, - { "urantiabookstudygroup.org", true }, - { "urantiabookstudygroups.com", true }, - { "urantiabookstudygroups.org", true }, - { "urantiastudygroup.org", true }, - { "urantiastudygroups.com", true }, - { "urantiastudygroups.org", true }, { "urb-budex.pl", true }, { "urbackups.com", true }, { "urbalex.ch", false }, { "urban-culture.fr", true }, { "urban.melbourne", true }, { "urbancreators.dk", true }, + { "urbane-london.com", true }, { "urbanemc.net", true }, { "urbanesecurity.com", true }, { "urbanfi.sh", true }, @@ -75962,7 +76746,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "urep.us", true }, { "urgences-valais.ch", true }, { "urgentcaresouthaven.com", true }, - { "urion.com.br", true }, { "uriport.com", true }, { "uriports.com", true }, { "uripura.de", true }, @@ -75998,6 +76781,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "us.gov", true }, { "us.kg", true }, { "us.marketing", true }, + { "us2uplumbing.com.au", true }, { "usa-10.com", true }, { "usa-10.net", true }, { "usa-10.us", true }, @@ -76026,7 +76810,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "usapublicrecords.com", true }, { "usarp.org", true }, { "usaseanconnect.gov", true }, + { "usashopex.com", true }, { "usastaffing.gov", true }, + { "usawireguard.com", true }, { "usb-lock-rp.com", true }, { "usbevents.co.uk", true }, { "usbr.gov", true }, @@ -76043,7 +76829,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "usds.gov", true }, { "use.be", true }, { "use.ci", true }, - { "usebean.com", true }, + { "used255.xyz", true }, { "usedu.us", true }, { "user-agent.ga", true }, { "userbase.com", true }, @@ -76069,6 +76855,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "usninosnikrcni.eu", true }, { "usnti.com", true }, { "uspaacc.com", true }, + { "uspesnyprvnacek-demo.herokuapp.com", true }, { "uspesnyprvnacek-staging.herokuapp.com", true }, { "uspesnyprvnacek-testing.herokuapp.com", true }, { "uspesnyprvnacek.cz", true }, @@ -76097,7 +76884,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utahhydrographics.com", true }, { "utahrealestatepodcast.com", true }, { "utahtravelcenter.com", true }, - { "utashop.biz", true }, + { "utashop.biz", false }, { "utavatu.mk", true }, { "utazas-nyaralas.info", true }, { "utazine.com", true }, @@ -76135,10 +76922,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utw.me", true }, { "utwente.io", true }, { "utzon.net", true }, - { "uu378.com", true }, + { "uu378.com", false }, { "uu5197.co", true }, { "uu6729.co", true }, - { "uu6729.com", true }, { "uu6957.co", true }, { "uu9297.co", true }, { "uu9728.co", true }, @@ -76198,28 +76984,43 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uzemobility.org", true }, { "uzhas-uzhasny.ml", true }, { "uzsvm.cz", true }, + { "uzzamari.com", true }, { "v-bank.com", true }, { "v-bokhorst.eu", true }, { "v-d-p.net", true }, { "v-novosibirske.tk", true }, { "v-spin.cz", true }, + { "v-studio.by", true }, { "v-tek.fi", true }, { "v-u-z.ru", true }, + { "v.pn", true }, { "v.ps", true }, + { "v00bet365.com", true }, + { "v01bet365.com", true }, + { "v02bet365.com", true }, + { "v03bet365.com", true }, + { "v04bet365.com", true }, { "v05666.com", true }, + { "v05bet365.com", true }, { "v06999.com", true }, + { "v06bet365.com", true }, + { "v07bet365.com", true }, + { "v08bet365.com", true }, + { "v09bet365.com", true }, { "v0ctor.me", true }, { "v0v.cc", true }, { "v1.dk", true }, { "v10006.com", true }, { "v10008.com", true }, { "v1081.com", true }, + { "v10bet365.com", true }, { "v12555.com", true }, { "v139.com", true }, { "v156.com", true }, { "v167.com", true }, { "v1951.com", true }, { "v1sit0r.ru", true }, + { "v2bet365.com", true }, { "v2bv.net", true }, { "v2bv.win", true }, { "v2cn.win", true }, @@ -76233,7 +77034,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v33v33.com", true }, { "v36533.com", true }, { "v36594.com", true }, + { "v3bet365.com", true }, { "v44v44.com", true }, + { "v4bet365.com", true }, { "v5017.com", true }, { "v5075.com", true }, { "v51365.com", true }, @@ -76249,6 +77052,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v55593.com", false }, { "v55v55.com", true }, { "v5658.com", true }, + { "v5bet365.com", true }, { "v5ray.top", true }, { "v6004.com", true }, { "v6021.com", true }, @@ -76273,6 +77077,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v6791.com", true }, { "v68777.com", true }, { "v6957.co", true }, + { "v6bet365.com", true }, { "v700a.com", true }, { "v700b.com", true }, { "v700bb.com", true }, @@ -76283,6 +77088,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v7090.com", true }, { "v76555.com", true }, { "v78555.com", true }, + { "v7bet365.com", true }, { "v81365.com", true }, { "v82365.com", true }, { "v839.com", true }, @@ -76294,6 +77100,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v88559.com", true }, { "v88656.com", true }, { "v88799.com", true }, + { "v8abc.com.br", true }, + { "v8bet365.com", true }, { "v9037.com", true }, { "v9285.com", false }, { "v9286.com", true }, @@ -76411,6 +77219,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "valorem-tax.ch", false }, { "valoremtax.ch", false }, { "valoremtax.com", false }, + { "valoriani.by", true }, { "valorin.net", true }, { "valorizofficial.com", true }, { "valshamar.is", true }, @@ -76434,10 +77243,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "valunet.co.za", true }, { "valutienda.com", true }, { "valuuttamuunnin.com", true }, - { "valverdedelcamino.net", true }, { "valx.jp", true }, { "vam-podarok.tk", true }, { "vamosbets.com", true }, + { "vamosbien.com", true }, { "vamosfalardesaude.pt", true }, { "vampire-studios.tk", true }, { "vampire142.fr", true }, @@ -76461,6 +77270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vandermeer.frl", true }, { "vanderrijt.nl", false }, { "vanderstraeten.dynv6.net", true }, + { "vandeth.net", true }, { "vandijkmaatwerk.nl", true }, { "vandommelenart.com", true }, { "vandortbv.nl", true }, @@ -76506,7 +77316,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vapekingusa.com", true }, { "vapemania.eu", true }, { "vapensiero.co.uk", true }, - { "vaperion.me", true }, { "vaperolles.ch", false }, { "vapesense.co.uk", true }, { "vapex.pl", true }, @@ -76528,6 +77337,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "variablyconstant.com", true }, { "variag-group.ru", true }, { "variag-montazh.ru", true }, + { "variedades.store", true }, { "varimedoma.com", true }, { "variomedia.de", true }, { "varizh.by", true }, @@ -76568,24 +77378,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaughanrisher.com", true }, { "vault.investments", true }, { "vault21.net", true }, + { "vault647.com", true }, { "vault81.de", true }, { "vaultproject.io", false }, { "vaur.fr", true }, { "vave.men", true }, { "vavel.com", true }, - { "vavouchers.com", true }, + { "vavra.us", true }, { "vawebsite.co", true }, { "vawlt.io", true }, { "vawomenshealth.com", true }, { "vaxxwatch.org", true }, { "vayaport.com", true }, { "vaygren.com", true }, + { "vazgaming.com", true }, { "vazovia.com", true }, { "vazue.com", true }, { "vb.media", true }, { "vbazile.com", true }, { "vbestproduct.com", true }, - { "vbestseller.com", true }, { "vbezhenar.com", true }, { "vbql.me", true }, { "vbsoft.cz", true }, @@ -76614,6 +77425,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vczk.me", true }, { "vd42.net", true }, { "vda.li", true }, + { "vdb-it.com", true }, { "vdbongard.com", true }, { "vdcomp.cz", false }, { "vdesc.com", true }, @@ -76777,12 +77589,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "verifiedjoseph.com", true }, { "verifiny.com", true }, { "verifpal.com", true }, - { "verifygroup.com", true }, { "verifyos.com", true }, { "verifyyourip.com", true }, { "veriny.tf", true }, { "veriomed.com", true }, { "veritafineviolins.com", true }, + { "veritalife.com", true }, { "veritas-data.de", true }, { "veritashomeschoolers.org", true }, { "veritasinvestmentwealth.com", true }, @@ -76822,6 +77634,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "versagercloud.de", true }, { "versalhost.com", true }, { "versalhost.nl", true }, + { "versallesin.com", true }, { "versbesteld.nl", true }, { "verschoren.com", true }, { "verschurendegroot.nl", true }, @@ -76832,7 +77645,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "verspai.de", true }, { "verstka.cf", true }, { "verstraetenusedcars.be", false }, - { "versuschat.com", true }, { "vertebrates.com", true }, { "verteilergetriebe.info", true }, { "verticesedge.com", true }, @@ -76855,7 +77667,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "verymetal.nl", true }, { "veryssl.com", true }, { "veryswing.com", true }, - { "verzekeringencambier.be", true }, { "verzick.com", true }, { "vesaviljanen.fi", true }, { "vescudero.net", true }, @@ -76892,7 +77703,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vettenburg.eu", true }, { "vetustainversion.com", true }, { "vetwebsuccess.com", true }, - { "veusveus.cat", true }, { "vev.com.vn", true }, { "veverusak.cz", true }, { "vextraz.co", true }, @@ -76918,6 +77728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "via-shire-krug.ru", true }, { "viacation.co", true }, { "viacdn.org", true }, + { "viacheslavpleshkov.com", true }, { "viafinance.cz", false }, { "viaggio-in-cina.it", true }, { "viaggivistos.com.br", true }, @@ -76925,9 +77736,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viajandoporelmundo.com.ar", true }, { "viajaramsterdam.com", true }, { "viaje-a-china.com", true }, - { "vialorran.com", true }, + { "vialibido.com.br", true }, { "viaprinto.de", true }, { "viasinc.com", false }, + { "viasun.ru", true }, { "viato.fr", true }, { "viaura.biz", true }, { "vibgyorhigh.com", true }, @@ -76943,7 +77755,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vicianovi.cz", true }, { "vicicode.com", true }, { "vicioanimal.pt", true }, - { "vicious.space", true }, { "viciousflora.com", true }, { "vicjuris.com", true }, { "vicjuwelen-annelore.be", true }, @@ -76982,11 +77793,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "victorrivera.org", true }, { "victorunix.com", true }, { "victory.radio", true }, - { "victoryalliance.us", true }, { "victusrp.gq", true }, { "vicugna.nl", true }, { "vicyu.com", true }, - { "vid-immobilien.de", true }, { "vid.me", false }, { "vida.es", true }, { "vidadu.com", true }, @@ -77065,7 +77874,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viewflix.win", true }, { "viewing.nyc", true }, { "viewmythoughts.com", true }, - { "viewsea.com", true }, { "vifsoft.com", true }, { "viga.me", true }, { "vigilanciatotal.com", true }, @@ -77096,7 +77904,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vikapaula.com", true }, { "vikashkumar.me", true }, { "vikaviktoria.com", true }, - { "viki.com", true }, { "viking-style.ru", true }, { "vikings.net", true }, { "vikramkulkarni.com", true }, @@ -77117,12 +77924,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "villablino.tk", true }, { "villach.at", true }, { "villadelprado.tk", true }, + { "villafiore.com.br", true }, { "villagebridalbyomnibus.com", true }, { "villagecardshop.co.uk", true }, { "villagecenterpediatrics.com", true }, { "villagemagazines.co.uk", true }, { "villagenscamuria.it", true }, { "villagephysicians.com", false }, + { "villageunique.com.br", true }, { "villagockel.de", true }, { "villainsclothing.com.au", true }, { "villakarma.at", true }, @@ -77170,6 +77979,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vinetalk.net", true }, { "vinetech.co.nz", true }, { "vingt.me", true }, + { "vinhodragao.com.br", true }, { "vinicius.sl", true }, { "vinicuncatours.com", true }, { "vinifriuli.sk", true }, @@ -77201,7 +78011,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vintagetrailerbuyers.com", true }, { "vintazh.net", true }, { "vinticom.ch", false }, + { "vinumenu.com", true }, { "vinzite.com", false }, + { "viocleannettoyage.com", true }, { "violarenate.com", true }, { "violetraven.co.uk", true }, { "violin4fun.nl", true }, @@ -77216,20 +78028,45 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vip-ssl.com", true }, { "vip.de", true }, { "vip00228.com", true }, + { "vip00bet365.com", true }, + { "vip01bet365.com", true }, + { "vip02bet365.com", true }, + { "vip03bet365.com", true }, + { "vip04bet365.com", true }, + { "vip05bet365.com", true }, + { "vip06bet365.com", true }, + { "vip07bet365.com", true }, + { "vip08bet365.com", true }, + { "vip09bet365.com", true }, + { "vip0bet365.com", true }, + { "vip10bet365.com", true }, + { "vip10bet365.net", true }, { "vip11018.com", true }, + { "vip1bet365.com", true }, { "vip2132.com", true }, { "vip22884.com", true }, { "vip22994.com", true }, + { "vip2bet365.com", true }, { "vip33138.com", true }, + { "vip3bet365.com", true }, { "vip4553.com", true }, + { "vip45bet365.com", true }, + { "vip46bet365.com", true }, + { "vip47bet365.com", true }, + { "vip48bet365.com", true }, + { "vip49bet365.com", true }, + { "vip4bet365.com", true }, + { "vip50bet365.com", true }, { "vip5132.com", true }, - { "vip5414.com", true }, - { "vip5424.com", true }, + { "vip5bet365.com", true }, { "vip6132.com", true }, - { "vip7337.com", true }, + { "vip6bet365.com", true }, { "vip77018.com", true }, + { "vip7bet365.com", true }, { "vip8522.com", true }, + { "vip8bet365.com", true }, { "vip918.net", true }, + { "vip9bet365.com", true }, { "vipam8.com", true }, { "vipcards.top", true }, { "vipd88.net", true }, @@ -77241,6 +78078,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vipfitter.com", true }, { "viphackers.tk", true }, { "vipi.es", true }, + { "vipkit.com", true }, { "viplc0.com", true }, { "viplc08.com", true }, { "viplc1.com", true }, @@ -77263,6 +78101,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vippclub.be", true }, { "vips.pl", true }, { "viptamol.com", true }, + { "vipvoiceover.com", true }, { "vipw66.com", true }, { "vipw6600.com", true }, { "vipw6603.com", true }, @@ -77273,6 +78112,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vir.vn", true }, { "vir2.me", true }, { "viralboombox.xyz", true }, + { "viralcreate.com", true }, { "viraljobs.ga", true }, { "viraloffer.ga", true }, { "viralpop.it", false }, @@ -77283,7 +78123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "virgontech.tk", true }, { "viridis-milites.cz", true }, { "viris.si", true }, - { "virite.net", true }, { "virostack.com", true }, { "virtit.fr", true }, { "virtual.hk", false }, @@ -77317,14 +78156,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visalogy.com", true }, { "visaop.com", true }, { "visapourailleurs.fr", false }, - { "visartdecor.com.ua", true }, { "visasofoz.com", true }, { "visatitans.ae", true }, { "visatitans.ca", true }, { "visatitans.com", true }, { "visaya.com.co", true }, + { "viscoelastico.com.br", true }, { "viscopic.com", true }, + { "viserproject.com", false }, { "viseum.co.uk", true }, + { "visibleone.com", true }, { "visibox.nl", true }, { "visikom.de", true }, { "vision-painting.com", false }, @@ -77343,6 +78184,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visionxcreative.gq", true }, { "visit-montenegro.com", true }, { "visit-thailand.tk", true }, + { "visitationbvm.net", true }, { "visitbeulah.com", true }, { "visitcambridgeshirefens.org", true }, { "visiter-tunis.tk", true }, @@ -77371,6 +78213,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visualmarketingdeals.com", true }, { "visualmasters.nl", true }, { "visualproyectos.co", true }, + { "visualvolta.com", true }, { "visudira.com", true }, { "visuri.de", true }, { "visvolunteers.com", true }, @@ -77382,6 +78225,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vitalamin.ch", true }, { "vitalamin.com", true }, { "vitalastin-sport.de", true }, + { "vitalhealthandbeauty.co.uk", true }, { "vitalia.cz", true }, { "vitalismaatjes.nl", true }, { "vitalium-therme.de", true }, @@ -77406,6 +78250,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vitlproducts.com", true }, { "vitoye.com", true }, { "vitra-showrooms.co.uk", true }, + { "vitra-vcare.co.uk", true }, { "vitrade.de", true }, { "vitrado.de", true }, { "vitsoft.by", true }, @@ -77434,7 +78279,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vivesaludableconomnilife.com", true }, { "vivianadavila.com", true }, { "vivianmaier.cn", true }, - { "vivid-academy.com", true }, { "vividinflatables.co.uk", true }, { "viviennevandenbos.nl", true }, { "vivirenelmundo.com", true }, @@ -77483,6 +78327,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vlajo.org", true }, { "vlakem.net", true }, { "vlamir.dynu.net", true }, + { "vlastimilburian.cz", true }, { "vlcentre.org", true }, { "vldkn.net", true }, { "vleesbesteld.nl", true }, @@ -77523,6 +78368,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vnministries.org", true }, { "vnology.com", true }, { "vnovosibirske.tk", true }, + { "vnpem.com", true }, + { "vnpem.store", true }, { "vns168.vip", true }, { "vns377a.com", true }, { "vns377b.com", true }, @@ -77576,7 +78423,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vodpay.com", true }, { "vodpay.net", true }, { "vodpay.org", true }, - { "voedselbankmoerwijk.nl", true }, { "voetbalclubinfo.tk", true }, { "voeux.io", false }, { "voevm.at", true }, @@ -77654,7 +78500,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vonniehudson.com", true }, { "vonpawn.com", true }, { "vonski.pl", true }, - { "vontainment.com", true }, { "voodoochile.at", true }, { "voodoocomedy.com", true }, { "voodooshaman.com", true }, @@ -77671,7 +78516,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vorlagen-geburtstagsgruesse.de", true }, { "vorodevops.com", true }, { "vorsco.com", true }, - { "voruswebsites.com", true }, { "vos-fleurs.ch", true }, { "vos-fleurs.com", true }, { "vos-systems.com", true }, @@ -77723,6 +78567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "voyagesaufildespages.be", false }, { "voyageschine.com", true }, { "voyagesdetective.fr", true }, + { "voyagewd.world", true }, { "voyagewonders.com", true }, { "vozami.com", true }, { "vozhatik.cf", true }, @@ -77763,7 +78608,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vremyachko.tk", true }, { "vremyapervyih-hd.tk", true }, { "vretmaskin.se", true }, - { "vreviewbestseller.com", true }, { "vrgamecritic.com", true }, { "vrgametrailers.net", true }, { "vriesdonkow.be", false }, @@ -77779,6 +78623,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vrostove.tk", true }, { "vrpornmovies.net", true }, { "vrsgames.com.mx", false }, + { "vrsystem.com.br", true }, { "vrtouring.org", true }, { "vrzl.pro", true }, { "vs106.com", true }, @@ -77844,6 +78689,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vubey.yt", true }, { "vucdn.com", true }, { "vuelacaruru.com", true }, + { "vuelosabajoprecio.net", true }, { "vugt.me", true }, { "vuilelakens.be", true }, { "vulcancycling.ga", true }, @@ -77868,7 +78714,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vv1234.cn", true }, { "vv5197.co", true }, { "vv6729.co", true }, - { "vv6729.com", true }, { "vv6957.co", true }, { "vv9297.co", true }, { "vv9728.co", true }, @@ -77897,6 +78742,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vx.hn", true }, { "vxapps.com", true }, { "vxz.me", true }, + { "vybavzahradu.cz", true }, { "vybeministry.org", true }, { "vyber-odhadce.cz", true }, { "vyberodhadce.cz", true }, @@ -77904,6 +78750,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vyplnto.cz", true }, { "vyshivanochka.in.ua", true }, { "vysko.cz", true }, + { "vyskocil.com", true }, { "vyskocil.eu", true }, { "vysokoe.tk", true }, { "vysvetluju.cz", true }, @@ -78028,7 +78875,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "w66hao.net", true }, { "w66w66.com", true }, { "w6729.co", true }, - { "w6729.com", true }, { "w678678.com", true }, { "w6803.com", true }, { "w6805.com", true }, @@ -78158,7 +79004,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "waka88.com", true }, { "waka88.net", true }, { "wakamiyasumiyosi.com", true }, - { "wakandasun.com", true }, { "wakastream.cc", true }, { "wakatime.com", true }, { "wakf123.com", true }, @@ -78279,7 +79124,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wapa.gov", true }, { "wapazewddamcdocmanui6001.azurewebsites.net", true }, { "wapazewrdamcdocmanui6001.azurewebsites.net", true }, - { "wapbet365.com", true }, + { "wapbet365.com", false }, { "wapenon.com", true }, { "wapgu.cc", true }, { "waplumber.com.au", true }, @@ -78352,11 +79197,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wassibauer.com", true }, { "wassim.is", true }, { "wasteman.com", true }, + { "wastewaterservicesltd.co.uk", true }, { "wasticker.ru", true }, { "wastrel.ch", true }, { "watashi.bid", true }, { "watboeithet.nl", true }, { "watch-wiki.org", true }, + { "watchcom.org.za", true }, { "watchcow.org", false }, { "watchesonwrist.com", true }, { "watchface.watch", true }, @@ -78427,7 +79274,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wayuanma.com", true }, { "waze.com", true }, { "wb-cw.tech", true }, - { "wb2288.cc", true }, { "wb256.com", true }, { "wb6668.net", true }, { "wba.or.at", true }, @@ -78447,6 +79293,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wby.by", true }, { "wby.gd", true }, { "wby.tw", true }, + { "wc64.org", true }, { "wca.link", true }, { "wcally.com", true }, { "wcbook.ru", false }, @@ -78503,14 +79350,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weather.gov", true }, { "weather.gov.mo", true }, { "weatherbuzzmedia.com", true }, + { "weatherforyou.com", true }, { "weathermyway.rocks", true }, { "weavers.space", true }, + { "web-3.ru", true }, { "web-advisor.co.uk", true }, { "web-apps.tech", true }, { "web-art.cz", true }, { "web-demarche.com", true }, { "web-design.co.il", true }, - { "web-desing.com.ua", true }, { "web-format.tk", true }, { "web-hotel.gr", true }, { "web-jive.com", true }, @@ -78521,8 +79369,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "web-smart.com", true }, { "web-studio-kzo.ml", true }, { "web-test.gq", true }, - { "web-thinker.ru", true }, { "web-wakakusa.jp", true }, + { "web-warrior.de", true }, { "web-wave.jp", true }, { "web.bzh", true }, { "web.cc", false }, @@ -78570,7 +79418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webconverge.nl", true }, { "webcookies.org", true }, { "webcreativa.tk", true }, - { "webcreatortool.com", false }, + { "webcreatortool.com", true }, { "webcrm.com", true }, { "webcurtaincall.com", true }, { "webdemaestrias.com", true }, @@ -78581,7 +79429,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webdesignlabor.ch", true }, { "webdesignplay.com", true }, { "webdesignplayground.io", true }, - { "webdesignsandiego.com", false }, + { "webdesignsandiego.com", true }, { "webdev-cw.me", true }, { "webdev.solutions", true }, { "webdevinsider.pl", true }, @@ -78595,6 +79443,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webeditors.com", true }, { "webergrillrestaurant.com", true }, { "webers-webdesign.de", true }, + { "webest.pl", true }, { "webexample.win", true }, { "webexp.biz", true }, { "webexpertsdirect.com.au", true }, @@ -78610,7 +79459,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webgears.com", true }, { "webgeneric.com", true }, { "webgeneric.in", true }, - { "webgeneric.xyz", true }, { "webhackspro.com", true }, { "webharvest.gov", true }, { "webhelyesarcu.hu", true }, @@ -78637,6 +79485,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webjobposting.com", true }, { "webkam-sex.com", true }, { "webkef.com", true }, + { "webkeks.org", true }, { "webkindergarten.net", true }, { "weblate.com", true }, { "weblate.cz", true }, @@ -78689,6 +79538,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webreport.fr", true }, { "webs4all.ro", false }, { "websa.nl", true }, + { "websec.nu", true }, { "websectools.com", true }, { "websecurity.is", true }, { "webseitendesigner.com", false }, @@ -78713,6 +79563,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "websitepromotion.ml", true }, { "websiterent.ca", true }, { "websites4business.ca", true }, + { "websitesbywordpress.com", true }, { "websitesdallas.com", true }, { "websiteservice.pro", true }, { "websitesmiths.com", true }, @@ -78765,6 +79616,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weck.alsace", true }, { "wecleanbins.com", true }, { "wecobble.com", true }, + { "wecomm.fr", true }, { "wed.pw", true }, { "weddingdays.tv", true }, { "weddingenvelopes.co.uk", true }, @@ -78862,8 +79714,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "welcomescuba.com", true }, { "welcometoscottsdalehomes.com", true }, { "weld.io", true }, + { "weldonconstruction.com.au", true }, { "weldwp.com", true }, - { "welfareness.icu", true }, { "weliway.com", true }, { "well-around-the-world.com", true }, { "well-you.com", true }, @@ -78905,7 +79757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wem.hr", true }, { "wemajin.com", true }, { "wemakebookkeepingeasy.com", true }, - { "wemakeit.mx", true }, { "wemakemenus.com", true }, { "wemakeonlinereviews.com", true }, { "wemovemountains.co.uk", true }, @@ -78921,7 +79772,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wenhelpdesk.tk", true }, { "wenjs.me", true }, { "wenjulebu.cc", true }, - { "wensing-und-koenig.de", true }, { "wenta-computerservice.net", true }, { "wenta.de", true }, { "wentu.ml", true }, @@ -78971,7 +79821,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "werner-ema.de", true }, { "werpo.com.ar", true }, { "wertheimer-burgrock.de", true }, - { "wervingenselectieamsterdam.nl", true }, { "werwolf-live.de", true }, { "werxus.eu", true }, { "wesecom.com", true }, @@ -78982,6 +79831,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wesoco.de", true }, { "wespeakgeek.co.za", true }, { "wesreportportal.com", true }, + { "wessalicious.com", true }, { "wessner.co", true }, { "west-contemporary.com", true }, { "west-nerica.de", true }, @@ -79005,7 +79855,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "westeros.hu", true }, { "westhighlandwhiteterrier.com.br", true }, { "westhillselectrical.com", true }, - { "westhotel.com.au", true }, { "westlakevillageelectric.com", true }, { "westlakevillageelectrical.com", true }, { "westlakevillageelectrician.com", true }, @@ -79047,6 +79896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wexilapp.com", true }, { "weyhmueller.de", true }, { "weyland-yutani.org", true }, + { "weymouthslowik.com", true }, { "wezartt.com", true }, { "wezl.net", true }, { "wf-bigsky-master.appspot.com", true }, @@ -79070,7 +79920,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wg-smue.de", true }, { "wg-steubenstrasse.de", true }, { "wg-tools.de", true }, - { "wg3k.us", true }, + { "wg3k.us", false }, { "wgcaobgyn.com", true }, { "wgcp.com", true }, { "wgdp.gov", true }, @@ -79084,6 +79934,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wh36.net", true }, { "wh966.com", true }, { "whafs.de", true }, + { "whaletail.ai", true }, { "whanau.org", false }, { "what-wood.servehttp.com", true }, { "what.tf", true }, @@ -79339,7 +80190,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wikihow.pet", true }, { "wikihow.tech", true }, { "wikihow.vn", true }, - { "wikijugos.com", true }, { "wikileaks.ch", true }, { "wikileaks.com", true }, { "wikileaks.org", true }, @@ -79348,6 +80198,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wikimedia.org", true }, { "wikimediafoundation.org", true }, { "wikimilk.org", true }, + { "wikimirror.org", true }, { "wikinews.org", true }, { "wikipedia-mirror.org", true }, { "wikipedia.com", true }, @@ -79367,6 +80218,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiktor-imbierski.com", true }, { "wiktorfranko.com", true }, { "wilane.org", true }, + { "wilco-s.nl", true }, { "wilcodeboer.me", true }, { "wild-emotion-events.de", true }, { "wild-turtles.com", true }, @@ -79389,6 +80241,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wildfoxlady.com", true }, { "wildfoxosteopathy.com", true }, { "wildlifeadaptationstrategy.gov", true }, + { "wildmine.su", true }, { "wildnisfamilie.net", true }, { "wildtrip.blog", true }, { "wildwildtravel.com", true }, @@ -79417,6 +80270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "williamboundsltd.com", true }, { "williamfeely.info", true }, { "williamjohngauthier.net", true }, + { "williamk.ga", true }, { "williamle.com", true }, { "williampuckering.com", true }, { "williamscomposer.com", true }, @@ -79557,7 +80411,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wirkungs-forschung.net", true }, { "wirralbouncycastles.co.uk", true }, { "wirsberg-studios.de", true }, - { "wirsol.com", true }, { "wiruji.com", true }, { "wis.no", true }, { "wisak.me", true }, @@ -79605,7 +80458,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wittgen-kfz-technik.de", true }, { "witting.co", false }, { "wittu.fi", true }, - { "wittywomaniyaa.com", true }, { "witway.nl", false }, { "wivoc.nl", true }, { "wiwi.nl", true }, @@ -79700,6 +80552,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "woffs.de", true }, { "wofox.com", true }, { "wogo.org", true }, + { "wohao.ga", true }, { "woheni.de", true }, { "wohlgemuth.rocks", true }, { "wohlpa.de", true }, @@ -79745,7 +80598,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wollwerk.org", true }, { "wolszon.me", true }, { "woltlab-demo.com", true }, - { "wolvesvtc.com", true }, { "womb.city", true }, { "wombatalla.com.au", true }, { "wombatnet.com", true }, @@ -79894,6 +80746,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "worldcarding.tk", true }, { "worldcareers.dk", true }, { "worldchess.london", true }, + { "worldcigars.com.br", true }, { "worldcubeassociation.org", true }, { "worldessays.com", true }, { "worldeventscalendars.com", true }, @@ -79955,6 +80808,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wow-foederation.de", true }, { "wow-screenshots.net", true }, { "wowaffixes.info", true }, + { "wowbabykids.com", true }, { "wowbouncycastles.co.uk", true }, { "wowede.com", true }, { "wowgenial.com", true }, @@ -79968,6 +80822,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wowlove.tk", true }, { "wownmedia.com", true }, { "wozwebdesign.com.br", true }, + { "wp-bootstrap.org", true }, { "wp-cloud.fi", true }, { "wp-fastsearch.de", true }, { "wp-master.org", true }, @@ -79980,7 +80835,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wpandup.org", true }, { "wpbeter.nl", true }, { "wpboot.com", true }, - { "wpcanban.com", true }, + { "wpcanban.com", false }, { "wpcc.io", true }, { "wpccu-cdn.org", true }, { "wpcdn.bid", true }, @@ -79989,7 +80844,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wpdivitheme.nl", true }, { "wpdublin.com", true }, { "wpexplorer.com", true }, - { "wpfast.net", true }, { "wpformation.com", true }, { "wpgoblin.com", true }, { "wphelpwithhomework.tk", true }, @@ -79998,7 +80852,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wphosting.ovh", true }, { "wphostingblog.nl", true }, { "wpinter.com", true }, - { "wpjakarta.com", true }, + { "wpinto.com", true }, { "wpldn.uk", true }, { "wplibrary.net", true }, { "wplistings.pro", true }, @@ -80064,6 +80918,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wrozbyonline.pl", true }, { "wrp-timber-mouldings.co.uk", true }, { "wrp.gov", true }, + { "ws.net.cn", true }, { "ws159.com", true }, { "wsa.poznan.pl", true }, { "wsadek.ovh", true }, @@ -80084,6 +80939,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wsldp.com", true }, { "wso01.com", true }, { "wsp-center.com", true }, + { "wsrn.de", true }, { "wss.com.ve", true }, { "wssv.ch", true }, { "wstudio.ch", false }, @@ -80092,6 +80948,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wsyy.info", true }, { "wt-server3.de", true }, { "wtf.ninja", true }, + { "wtfbryan.com", true }, { "wtfnope.org", true }, { "wth.in", true }, { "wtp.co.jp", true }, @@ -80121,6 +80978,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wumbo.kiwi", true }, { "wumbo.ml", true }, { "wumbo.tk", true }, + { "wuminhao.com", true }, { "wunder.io", true }, { "wunderkarten.de", true }, { "wunderlist.com", true }, @@ -80131,7 +80989,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wuppertaler-kurrende.de", true }, { "wutianyi.com", true }, { "wuwuwu.me", true }, - { "wuxiaobai.win", true }, { "wuxiaohen.com", true }, { "wuyiwa.net", true }, { "wuyue.photo", true }, @@ -80146,10 +81003,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ww-design.ch", true }, { "ww00228.com", true }, { "ww0512.com", true }, - { "ww2onlineshop.com", true }, { "ww5197.co", true }, { "ww6729.co", true }, - { "ww6729.com", true }, { "ww6957.co", true }, { "ww8989.com", true }, { "ww9297.co", true }, @@ -80160,7 +81015,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wweichen.com.cn", true }, { "wwgc2011.se", true }, { "wwin818.com", true }, - { "wwtext.com", true }, + { "wwjd.dynu.net", true }, { "wwv-8522.com", true }, { "wwv-8722.com", true }, { "wwvip88.com", true }, @@ -80213,6 +81068,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.gmail.com", false }, { "www.googlemail.com", false }, { "www.gov.pl", true }, + { "www.gov.scot", true }, { "www.gov.uk", false }, { "www.govt.nz", true }, { "www.grc.com", false }, @@ -80277,7 +81133,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wxlog.cn", true }, { "wxrlab.com", true }, { "wxster.com", true }, - { "wxw.moe", false }, { "wxxcxd88.com", true }, { "wxzm.sx", true }, { "wy188.cc", true }, @@ -80615,13 +81470,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xbc.nz", true }, { "xbdmov.com", true }, { "xbertschy.com", true }, - { "xbjt1.com", true }, { "xbjt11.com", true }, { "xbjt2.com", true }, { "xbjt22.com", true }, { "xbjt3.com", true }, { "xbjt33.com", true }, - { "xbjt4.com", true }, { "xbjt5.com", true }, { "xbjt55.com", true }, { "xbjt66.com", true }, @@ -80633,7 +81486,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xboxachievements.com", true }, { "xboxdownloadthat.com", true }, { "xboxlivegoldshop.nl", true }, - { "xboxonex.shop", true }, { "xbpay88.com", true }, { "xbrl.online", true }, { "xbrlsuccess.appspot.com", true }, @@ -80722,8 +81574,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xf5888.com", true }, { "xfce.space", true }, { "xfcy.me", true }, - { "xfd3.de", true }, { "xferion.com", false }, + { "xfinityapparel.com", true }, + { "xfive.de", true }, { "xfix.pw", true }, { "xford.tech", true }, { "xfrag-networks.com", true }, @@ -80764,7 +81617,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xi.ht", true }, { "xia.de", true }, { "xia100.xyz", true }, - { "xialingshi.cn", true }, { "xiamenshipbuilding.com", true }, { "xiamuzi.com", true }, { "xiangblog.com", true }, @@ -80772,6 +81624,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xiangweiqing.co.uk", true }, { "xiangwenquan.me", true }, { "xianjianruishiyouyiyuan.com", true }, + { "xiao-sheng.gq", true }, { "xiaocg.xyz", true }, { "xiaohui.love", true }, { "xiaojicdn.com", true }, @@ -81027,6 +81880,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--57h.ml", false }, { "xn--5dbkjqb0d.com", true }, { "xn--5dbkjqb0d.net", true }, + { "xn--6kru6im1lczj.com", true }, { "xn--6n2ao17b.com", true }, { "xn--6o8h.cf", true }, { "xn--6qq52xuogcjfw8pwqp.ga", true }, @@ -81045,6 +81899,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--80adb4aeode.xn--p1ai", true }, { "xn--80adbevek3air0ee9b8d.com", true }, { "xn--80adbvdjzhptl1be6j.com", true }, + { "xn--80adianadstvnice3evh.xn--90ais", true }, { "xn--80aebbkaqx6at.xn--p1ai", true }, { "xn--80aejljbfwxn.xn--p1ai", true }, { "xn--80ageukloel.xn--p1ai", true }, @@ -81060,7 +81915,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--8n2am80a.tech", true }, { "xn--90accgba6bldkcbb7a.xn--p1acf", true }, { "xn--90acjfgylpnm.xn--90ais", true }, - { "xn--90adahrqfmec.xn--p1ai", true }, { "xn--90aij9af3f.com.ua", true }, { "xn--90w996eota.xn--6qq986b3xl", true }, { "xn--95q32l0t6b9cb17l.cn", true }, @@ -81096,7 +81950,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--cckdrt0kwb4g3cnh.com", true }, { "xn--cckvb1cwa0c5br5e2d2711k.net", true }, { "xn--cctsgy36bnvprwpekc.com", true }, - { "xn--cfa.site", true }, { "xn--chrysanthemenbltentee-nic.de", true }, { "xn--circul-gva.cc", true }, { "xn--circul-u3a.cc", true }, @@ -81109,6 +81962,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--detrkl13b9sbv53j.com", true }, { "xn--detrkl13b9sbv53j.org", true }, { "xn--dk8haaa.ws", true }, + { "xn--dmonenjger-q5ag.net", true }, { "xn--dmontaa-9za.com", true }, { "xn--dragni-g1a.de", true }, { "xn--dtursfest-72a.dk", true }, @@ -81144,6 +81998,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--gfrr-7qa.li", true }, { "xn--gfrrli-yxa.ch", true }, { "xn--ggle-qoaa.com", true }, + { "xn--gi8h6v.ml", true }, { "xn--gmq92k.nagoya", true }, { "xn--grnderlehrstuhl-0vb.de", true }, { "xn--gstehaus-leipzig-vnb.de", true }, @@ -81164,7 +82019,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--irr.xn--fiqs8s", true }, { "xn--is8h6d.gq", false }, { "xn--j1afcdm4f.xn--p1ai", true }, - { "xn--j1aoca.xn--p1ai", true }, { "xn--j4h.cf", true }, { "xn--j8se.com", true }, { "xn--jda.tk", true }, @@ -81205,13 +82059,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--mgbqq.com", true }, { "xn--mgbuq0c.net", true }, { "xn--mgi-qla.life", true }, - { "xn--mhringen-65a.de", true }, { "xn--mntsamling-0cb.dk", true }, { "xn--myrepubic-wub.net", true }, { "xn--myrepublc-x5a.net", true }, { "xn--n8j7dygrbu0c31a5861bq8qb.com", true }, { "xn--n8jp5083dnzs.net", true }, { "xn--n8jtcugp92n4wc738f.net", true }, + { "xn--nda.fit", true }, { "xn--nidar-tib.org", true }, { "xn--nide-loa.ee", true }, { "xn--nordlicht-hrnum-jtb.de", true }, @@ -81230,7 +82084,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--pe-bka.ee", true }, { "xn--pq1a637b.xn--6qq986b3xl", true }, { "xn--prfontaine-c7a.name", true }, - { "xn--prt783d.xn--6qq986b3xl", true }, { "xn--q9jb1h5dvcspke3218b9mn4p0c.com", true }, { "xn--qckss0j.tk", true }, { "xn--qfun83b.ga", true }, @@ -81251,6 +82104,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--ruanmller-u9a.com", true }, { "xn--s-0fa.fi", true }, { "xn--s-1gaa.fi", true }, + { "xn--s-pia8o.com", true }, { "xn--schcke-yxa.de", true }, { "xn--schlerzeitung-ideenlos-ulc.de", true }, { "xn--schpski-c1a.de", true }, @@ -81339,8 +82193,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xp-ochrona.pl", true }, { "xp.nsupdate.info", true }, { "xp2.de", true }, - { "xpa.be", true }, - { "xpandity.com", true }, { "xpbytes.com", true }, { "xpd.se", true }, { "xpenology-fr.net", true }, @@ -81402,6 +82254,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xrippedhd.com", true }, { "xrockx.de", true }, { "xrp.pp.ua", true }, + { "xrptipbot-stats.com", true }, { "xrptoolkit.com", true }, { "xrwracing-france.com", true }, { "xs00228.com", true }, @@ -81513,6 +82366,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xuexi.icu", true }, { "xujan.com", true }, { "xuming.studio", true }, + { "xumm.community", true }, { "xun3708855.com", true }, { "xunn.io", true }, { "xuntaosms.com", true }, @@ -81571,6 +82425,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xyzulu.hosting", true }, { "xyzyz.xyz", true }, { "xyzzyyyz.com", true }, + { "xz0.de", true }, { "xzclip.cn", true }, { "xzibits.com", true }, { "xzy.es", false }, @@ -81767,14 +82622,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yakmade.com", true }, { "yakmail.tech", true }, { "yakmoo.se", true }, - { "yalacoins.com", true }, + { "yalacoins.com", false }, { "yalcinkaya.ninja", false }, { "yalecleaners.com", true }, { "yallamotor.com", true }, { "yalook.com", true }, { "yama.su", true }, { "yamadaya.tv", true }, - { "yamaken.jp", false }, { "yamal-online.ml", true }, { "yamashita-clinic.org", true }, { "yame2.com", true }, @@ -81789,7 +82643,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yamei98.com", true }, { "yamei99.com", true }, { "yamei9911.com", true }, - { "yamei9922.com", true }, { "yamei9955.com", true }, { "yamilafeinart.de", true }, { "yamm.io", true }, @@ -81798,7 +82651,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yanaduday.com", true }, { "yanbao.xyz", true }, { "yanbohon.com", true }, - { "yandere.moe", true }, { "yangfamily.tw", true }, { "yangjingwen.com", true }, { "yangmaodang.org", true }, @@ -81879,6 +82731,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yaucy.win", true }, { "yaup.tk", true }, { "yavin4.cf", true }, + { "yavip8088.com", true }, { "yavorivanov.com", true }, { "yawen.me", true }, { "yaws.cf", true }, @@ -81994,8 +82847,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yetishirt.com", false }, { "yetzt.me", false }, { "yeu.io", true }, + { "yeulathich.com", true }, { "yex.nz", true }, { "yex.trade", true }, + { "yeyi.site", true }, { "yezishurb.site", true }, { "yf128.cc", true }, { "yfengs.moe", true }, @@ -82004,6 +82859,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ygm.org.uk", true }, { "ygobbs.com", true }, { "ygrene.com", true }, + { "ygreneworks.com", true }, { "yh12366.com", true }, { "yh56787.com", true }, { "yh599.cc", true }, @@ -82033,9 +82889,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yicknam.my", true }, { "yiff.forsale", true }, { "yify.online", true }, + { "yifymovietorrent.com", true }, { "yigelangzi.com", true }, { "yigujin.cn", true }, - { "yiheng.moe", false }, + { "yiheng.moe", true }, { "yihouse.tw", true }, { "yijia.support", true }, { "yikeyong.com", true }, @@ -82052,7 +82909,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yinlei.org", true }, { "yipingguo.com", true }, { "yiyuanzhong.com", true }, - { "yiyueread.com", true }, { "yiz96.com", true }, { "yj4p.com", true }, { "yjav.tv", true }, @@ -82061,14 +82917,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yjsoft.me", true }, { "yjsp.tv", true }, { "yjsp07.com", true }, - { "yjsp17.com", true }, { "yjsp333.com", true }, { "yjsp45.com", true }, { "yjst.cn", true }, { "yjsw.sh.cn", true }, { "ykhut.com", true }, { "ykn.fr", true }, - { "ykqpw.com", true }, { "yksityisyydensuoja.fi", true }, { "yl366.cc", true }, { "yl369.cc", true }, @@ -82078,7 +82932,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ylinternal.com", true }, { "ylk.io", true }, { "ym039.com", true }, - { "ym063.com", true }, { "ym065.com", true }, { "ym069.com", true }, { "ym087.com", true }, @@ -82087,10 +82940,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ym181.am", true }, { "ym181.com", true }, { "ym198.com", true }, - { "ym2121g.com", true }, - { "ym2727.com", true }, - { "ym3311.com", true }, - { "ym3322.com", true }, { "ym353.com", true }, { "ym516.com", true }, { "ym6699.com", true }, @@ -82103,6 +82952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ymoah.nl", true }, { "ymtsonline.org", true }, { "ymvip8.com", true }, + { "ymy.zone", true }, { "yn.org.nz", true }, { "ynnovasport.be", true }, { "ynode.com", true }, @@ -82155,7 +83005,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yoloyolo.top", true }, { "yombo.net", true }, { "yomena.in", true }, - { "yomi.moe", true }, { "yon.co.il", true }, { "yonema.com", true }, { "yongbin.org", true }, @@ -82189,6 +83038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yotilabs.com", true }, { "yotta-zetta.com", true }, { "yotubaiotona.net", true }, + { "you.com.br", true }, { "you2you.fr", true }, { "youber.cz", true }, { "youc.ir", true }, @@ -82217,7 +83067,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "youms.de", true }, { "younameit.ru", true }, { "youneedfame.com", true }, - { "young-brahmousin.com", true }, + { "young-brahmousin.com", false }, { "young-sheldon.com", true }, { "youngauthentic.cf", true }, { "youngdogs.org", true }, @@ -82250,7 +83100,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yourbittorrent2.com", true }, { "yourbodyknows.dk", true }, { "yourbodyknows.is", true }, - { "yourbonus.click", true }, + { "yourbonus.click", false }, { "yourbusinesscommunity.co.uk", true }, { "yourcareerhost.com", true }, { "yourciso.com", true }, @@ -82261,6 +83111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yourdomain.host", false }, { "youreallyneedthis.co", true }, { "youregeeks.com", true }, + { "youreitbranding.com", true }, { "youreward.ga", true }, { "yourforex.org", true }, { "yourfriendlytech.com", true }, @@ -82301,6 +83152,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "youtube.com", true }, { "youtubedownloader.com", true }, { "youtubekids.com", true }, + { "youtubelet.com", true }, { "youtuberis.lt", true }, { "youwatchporn.com", true }, { "youyoulemon.com", true }, @@ -82322,7 +83174,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yrx.me", true }, { "yryz.net", true }, { "ys633.cc", true }, - { "ys6888.cc", true }, { "ysds.com", true }, { "ysicorp.com", true }, { "yslbeauty.com", true }, @@ -82334,7 +83185,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yt605.com", true }, { "yt606.com", true }, { "yt629.com", true }, - { "yt653.com", true }, { "yt675.com", true }, { "yt818.com", true }, { "yt835.com", true }, @@ -82413,6 +83263,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yubikeyservices.eu", true }, { "yubiking.com", true }, { "yuce518.com", true }, + { "yude.ml", true }, { "yue.la", true }, { "yue2.net", true }, { "yuema.net.cn", true }, @@ -82429,7 +83280,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yuisyo.ml", true }, { "yuka.one", true }, { "yukari.cafe", true }, - { "yukbeli.id", true }, { "yuki-nagato.com", true }, { "yuki.xyz", true }, { "yukiblog.tw", true }, @@ -82481,6 +83331,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yuuta.moe", true }, { "yuvaindia.co.in", true }, { "yuvibrands.com", true }, + { "yuweetek.com", true }, { "yuwei.org", true }, { "yuweiyang.xyz", true }, { "yux.fr", true }, @@ -82494,7 +83345,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yuzu-tee.de", true }, { "yuzulia.com", true }, { "yuzurisa.com", true }, - { "yuzzamatuzz.co.uk", true }, { "yvb.moe", true }, { "yveshield.com", true }, { "yveslegendre.fr", false }, @@ -82511,7 +83361,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yy393.com", true }, { "yy5197.co", true }, { "yy6729.co", true }, - { "yy6729.com", true }, { "yy6957.co", true }, { "yy8.ag", true }, { "yy9297.co", true }, @@ -82624,7 +83473,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "z6912.com", true }, { "z6925.com", true }, { "z6957.co", true }, - { "z6wang.com", true }, { "z8010.com", true }, { "z8011.com", true }, { "z8012.com", true }, @@ -82865,6 +83713,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zajmy-contact.tk", true }, { "zakariya.blog", true }, { "zakaz.cf", true }, + { "zakbk.xyz", true }, { "zakcutner.com", true }, { "zakcutner.uk", true }, { "zakelijketaalcursus.nl", true }, @@ -82890,6 +83739,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zambianewsforum.tk", true }, { "zambranopublicidadvideo.com", true }, { "zamenim.tk", true }, + { "zamor.com.br", true }, { "zamow.co", true }, { "zandcell.com", true }, { "zander.dk", true }, @@ -82897,6 +83747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zanellidesigns.co.uk", true }, { "zango.com.au", true }, { "zanjirzanane-shanbeghazan.ir", true }, + { "zanquan.net", true }, { "zanshinkankarate.com", true }, { "zanthra.com", true }, { "zanzabar.it", true }, @@ -82930,7 +83781,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zberger.com", true }, { "zbetcheck.in", true }, { "zbib.org", true }, - { "zbp16888.com", true }, { "zbrane-doplnky.cz", true }, { "zbut.bg", true }, { "zby.io", true }, @@ -83068,7 +83918,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zd793.com", true }, { "zd795.com", true }, { "zd796.com", true }, - { "zd8.ag", true }, { "zd802.com", true }, { "zd803.com", true }, { "zd805.com", true }, @@ -83082,7 +83931,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zd829.com", true }, { "zd8585.com", true }, { "zd8787.com", true }, - { "zd88.ag", true }, { "zd8826.com", true }, { "zd8828.com", true }, { "zd8829.com", true }, @@ -83185,7 +84033,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zenmod.in.rs", true }, { "zeno-dev.com", true }, { "zenofa.co.id", true }, - { "zenown.com", true }, { "zenti.cloud", true }, { "zentraler-kreditausschuss.de", true }, { "zentrumfuerchemie.de", true }, @@ -83248,6 +84095,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zewtie.com", true }, { "zeyi.fan", true }, { "zf1898.com", true }, + { "zfast.com.br", true }, { "zfg.li", true }, { "zfj.hk", true }, { "zfj.la", true }, @@ -83262,6 +84110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zgrep.org", true }, { "zh.search.yahoo.com", false }, { "zhabababa.gq", true }, + { "zhabagly.com", true }, { "zhainanyouhuo.com", true }, { "zhan.moe", true }, { "zhang-hao.com", true }, @@ -83290,7 +84139,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zhenggangzhao.org", true }, { "zhengjie.com", true }, { "zhengouwu.com", true }, - { "zhengqiangonglue.com", true }, { "zhengzihan.com", true }, { "zhenic.ir", true }, { "zhenn.fr", true }, @@ -83319,6 +84167,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zhongzicili.ws", true }, { "zhost.io", true }, { "zhouba.cz", true }, + { "zhoujianghan.com", true }, { "zhoujiashu.com", true }, { "zhoushuo.me", false }, { "zhovner.com", true }, @@ -83326,10 +84175,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zhuihoude.com", true }, { "zhuji.com", true }, { "zhuji.com.cn", true }, + { "zhuji.org", true }, { "zhuji5.com", true }, { "zhujicaihong.com", true }, { "zhujiceping.com", true }, { "zhuktrans.msk.ru", true }, + { "zhunlink.com", true }, { "zhurnalyu.ga", true }, { "zhy.us", true }, { "zi.is", true }, @@ -83498,7 +84349,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zl5151.com", true }, { "zl5656.com", true }, { "zl5757.com", true }, - { "zl6.ag", true }, { "zl600.vip", true }, { "zl6060.com", true }, { "zl6161.com", true }, @@ -83507,9 +84357,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zl638.com", true }, { "zl6464.com", true }, { "zl6475.com", true }, - { "zl6565.com", true }, - { "zl66.ag", true }, - { "zl666.ag", true }, { "zl6767.com", true }, { "zl6868.com", true }, { "zl6969.com", true }, @@ -83525,18 +84372,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zl7575.com", true }, { "zl760.com", true }, { "zl7615.com", true }, - { "zl8.ag", true }, + { "zl7979.com", true }, { "zl800.vip", true }, { "zl8181.com", true }, { "zl8282.com", true }, { "zl8383.com", true }, { "zl8484.com", true }, { "zl850.com", true }, - { "zl8585.com", true }, { "zl861.com", true }, { "zl8686.com", true }, { "zl8787.com", true }, - { "zl88.ag", true }, { "zl8813.com", true }, { "zl8824.com", true }, { "zl883.com", true }, @@ -83549,7 +84394,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zl8870.com", true }, { "zl8873.com", true }, { "zl8874.com", true }, - { "zl888.ag", true }, { "zl8891.com", true }, { "zl8897.com", true }, { "zl9052.com", true }, @@ -83575,7 +84419,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zlhuodong.vip", true }, { "zlima12.com", true }, { "zllpa.com", true }, - { "zlogic.xyz", true }, { "zlong6.com", true }, { "zlong6.net", true }, { "zlong8.net", true }, @@ -83634,7 +84477,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zofranprice.ga", true }, { "zofrex.com", false }, { "zoftbaby.com", true }, - { "zohair.xyz", true }, { "zohar.wang", true }, { "zohra.ninja", true }, { "zoigl.club", true }, @@ -83673,14 +84515,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zonglovani.info", true }, { "zonky.cz", true }, { "zonky.de", true }, - { "zonkysetkani.cz", true }, { "zontractors.com", true }, { "zooforum.tk", true }, { "zoohaus.de", true }, { "zooish.net", true }, { "zook.systems", true }, { "zoola.io", true }, - { "zoolaboo.de", true }, { "zoological-gardens.eu", true }, { "zoom.earth", true }, { "zoomcar.pro", true }, @@ -83695,7 +84535,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zootime.org", true }, { "zoowiki.us", true }, { "zooxdata.com", true }, - { "zoptiks.com", true }, + { "zoptiks.com", false }, { "zopyx.com", true }, { "zor.com", true }, { "zorasvobodova.cz", true }, @@ -83725,7 +84565,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zrinski.tk", true }, { "zrkhosting.com", true }, { "zrkr.de", true }, - { "zrn.in", false }, { "zrniecka-pre-sny.sk", true }, { "zrnieckapresny.sk", true }, { "zrs-meissen.de", true }, @@ -83745,6 +84584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zstgmnachod.cz", true }, { "zsyaolong.com", false }, { "zten.org", true }, + { "zthc.nl", true }, { "ztickerz.nl", true }, { "ztk.im", true }, { "zuan-in.com", true }, @@ -83800,6 +84640,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zvz.im", true }, { "zwangerschapspecialist.nl", true }, { "zwartendijkstalling.nl", true }, + { "zwemclub-rob.nl", true }, { "zwergenfeste.ch", true }, { "zwergenfreiheit.at", true }, { "zwerimex.com", true }, @@ -83842,7 +84683,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zz5197.co", true }, { "zz606.com", true }, { "zz6729.co", true }, - { "zz6729.com", true }, { "zz6957.co", true }, { "zz772.com", true }, { "zz9297.co", true },