diff --git a/netwerk/dns/effective_tld_names.dat b/netwerk/dns/effective_tld_names.dat index dfe0ed3b5..7c6e46c80 100644 --- a/netwerk/dns/effective_tld_names.dat +++ b/netwerk/dns/effective_tld_names.dat @@ -907,16 +907,18 @@ org.do sld.do web.do -// dz : https://en.wikipedia.org/wiki/.dz +// dz : http://www.nic.dz/images/pdf_nic/charte.pdf dz +art.dz +asso.dz com.dz +edu.dz +gov.dz org.dz net.dz -gov.dz -edu.dz -asso.dz pol.dz -art.dz +soc.dz +tm.dz // ec : http://www.nic.ec/reg/paso1.asp // Submitted by registry @@ -4697,13 +4699,12 @@ web.ni // ccTLD for the Netherlands nl -// no : http://www.norid.no/regelverk/index.en.html -// The Norwegian registry has declined to notify us of updates. The web pages -// referenced below are the official source of the data. There is also an -// announce mailing list: -// https://postlister.uninett.no/sympa/info/norid-diskusjon +// no : https://www.norid.no/en/om-domenenavn/regelverk-for-no/ +// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/ +// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/ +// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/ no -// Norid generic domains : http://www.norid.no/regelverk/vedlegg-c.en.html +// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/ fhs.no vgs.no fylkesbibl.no @@ -4711,13 +4712,13 @@ folkebibl.no museum.no idrett.no priv.no -// Non-Norid generic domains : http://www.norid.no/regelverk/vedlegg-d.en.html +// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/ mil.no stat.no dep.no kommune.no herad.no -// no geographical names : http://www.norid.no/regelverk/vedlegg-b.en.html +// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/ // counties aa.no ah.no @@ -7109,7 +7110,7 @@ org.zw // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-09-09T17:29:56Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-09-17T17:33:58Z // This list is auto-generated, don't edit it manually. // aaa : 2015-02-26 American Automobile Association, Inc. aaa @@ -9184,7 +9185,7 @@ nokia // northwesternmutual : 2015-06-18 Northwestern Mutual Registry, LLC northwesternmutual -// norton : 2014-12-04 Symantec Corporation +// norton : 2014-12-04 NortonLifeLock Inc. norton // now : 2015-06-25 Amazon Registry Services, Inc. @@ -11232,6 +11233,10 @@ drud.us // Submitted by Richard Harper duckdns.org +// Bip : https://bip.sh +// Submitted by Joel Kennedy +bip.sh + // bitbridge.net : Submitted by Craig Welch, abeliidev@gmail.com bitbridge.net @@ -12002,6 +12007,7 @@ googleapis.com googlecode.com pagespeedmobilizer.com publishproxy.com +translate.goog withgoogle.com withyoutube.com @@ -13374,7 +13380,9 @@ cx.ua // WP Engine : https://wpengine.com/ // Submitted by Michael Smith +// Submitted by Brandon DuRette wpenginepowered.com +js.wpenginepowered.com // Impertrix Solutions : // Submitted by Zhixiang Zhao diff --git a/security/manager/ssl/StaticHPKPins.h b/security/manager/ssl/StaticHPKPins.h index 0f5fca03c..621b80c4a 100644 --- a/security/manager/ssl/StaticHPKPins.h +++ b/security/manager/ssl/StaticHPKPins.h @@ -151,6 +151,14 @@ static const char kGOOGLE_PIN_GeoTrustGlobal2Fingerprint[] = static const char kGOOGLE_PIN_GoDaddySecureFingerprint[] = "MrZLZnJ6IGPkBm87lYywqu5Xal7O/ZUzmbuIdHMdlYc="; +/* GOOGLE_PIN_R3LetsEncrypt */ +static const char kGOOGLE_PIN_R3LetsEncryptFingerprint[] = + "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0="; + +/* GOOGLE_PIN_R4LetsEncrypt */ +static const char kGOOGLE_PIN_R4LetsEncryptFingerprint[] = + "5VReIRNHJBiRxVSgOTTN6bdJZkpZ0m1hX+WPd5kPLQM="; + /* GOOGLE_PIN_RapidSSL */ static const char kGOOGLE_PIN_RapidSSLFingerprint[] = "lT09gPUeQfbYrlxRtpsHrjDblj9Rpz+u7ajfCrg4qDM="; @@ -481,10 +489,12 @@ static const StaticFingerprints kPinset_google = { }; static const char* const kPinset_tor_Data[] = { + kGOOGLE_PIN_R4LetsEncryptFingerprint, kTor3Fingerprint, kDigiCert_High_Assurance_EV_Root_CAFingerprint, kLet_s_Encrypt_Authority_X3Fingerprint, kTor1Fingerprint, + kGOOGLE_PIN_R3LetsEncryptFingerprint, kGOOGLE_PIN_RapidSSLFingerprint, kLet_s_Encrypt_Authority_X4Fingerprint, kTor2Fingerprint, @@ -1149,4 +1159,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1608571180297000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1610028953290000); diff --git a/security/manager/ssl/nsSTSPreloadList.inc b/security/manager/ssl/nsSTSPreloadList.inc index 8e59f0999..7368b29dd 100644 --- a/security/manager/ssl/nsSTSPreloadList.inc +++ b/security/manager/ssl/nsSTSPreloadList.inc @@ -10,7 +10,7 @@ /* imported from ESR78 by TenFourFox conversion script */ #include -const PRTime gPreloadListExpirationTime = INT64_C(1610990372818000); +const PRTime gPreloadListExpirationTime = INT64_C(1612448144699000); class nsSTSPreload { @@ -26,7 +26,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0-24.net", true }, { "00000000-0000-0000-0000-000000000000.xyz", true }, { "00004048.com", true }, - { "000321365.com", true }, { "0007552.com", true }, { "000a1.com", true }, { "000a2.com", true }, @@ -36,7 +35,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "000a7.com", true }, { "000a8.com", true }, { "000a9.com", true }, - { "000bet86.com", true }, + { "000g.ru", true }, { "000x2.com", true }, { "000x3.com", true }, { "0010100.net", true }, @@ -53,32 +52,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "00228.org", true }, { "00228555.com", true }, { "00228999.com", true }, - { "00228aa.com", false }, - { "00228b.com", false }, - { "00228bb.com", false }, - { "00228c.com", false }, - { "00228cc.com", false }, - { "00228d.com", false }, - { "00228dd.com", false }, - { "00228e.com", false }, - { "00228ee.com", false }, - { "00228f.com", false }, - { "00228g.com", false }, - { "00228gg.com", false }, - { "00228h.com", false }, - { "00228hh.com", false }, - { "00228jj.com", false }, - { "00228k.com", false }, - { "00228kk.com", false }, - { "00228m.com", false }, - { "00228mm.com", false }, - { "00228nn.com", false }, - { "00228p.com", false }, - { "00228pp.com", false }, - { "00228q.com", false }, - { "00228rr.com", false }, - { "00228tt.com", false }, - { "00228vip3.com", false }, { "00228vip5.com", true }, { "00228vip6.com", true }, { "00228vip8.com", true }, @@ -91,9 +64,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "00228yy.com", true }, { "00228z.com", true }, { "00228zz.com", true }, - { "0022bet.vip", false }, { "002k8.com", true }, - { "00321365.com", true }, { "00365t.com", true }, { "0037552.com", true }, { "003d88.com", true }, @@ -145,22 +116,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "013zl.com", true }, { "015kb.com", true }, { "015zl.com", true }, - { "0165365.com", false }, { "0175365.com", false }, { "017zl.com", true }, - { "0185365.com", false }, { "018663.com", true }, { "0188z6.com", true }, { "018k8.com", true }, { "018zl.com", true }, { "01918.net", true }, - { "0195365.com", false }, { "019ks.com", true }, { "019zl.com", true }, { "01media.fr", true }, { "01seguridad.com.ar", true }, { "01smh.com", true }, - { "01tools.com", true }, { "01up.co.za", true }, { "020ks.com", true }, { "021002.com", true }, @@ -212,13 +179,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "038663.com", true }, { "038899.com", true }, { "0391315.com", true }, - { "0393gg.com", false }, - { "0393hh.com", false }, - { "0393ii.com", false }, { "03d88.com", true }, { "03d88.net", true }, { "03region.ga", true }, - { "0404.co.il", true }, { "040552.com", false }, { "041552.com", false }, { "042552.com", false }, @@ -230,7 +193,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "04d.co", true }, { "04d88.com", true }, { "04d88.net", true }, - { "04dco.tk", true }, { "04sun.com", true }, { "050.ca", true }, { "050a1.com", true }, @@ -274,6 +236,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "06365t.com", true }, { "065l.com", true }, { "066kb.com", true }, + { "06804.com", true }, { "0681a.com", true }, { "0681b.com", true }, { "0681c.com", true }, @@ -303,11 +266,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "06d88.net", true }, { "06lc.net", true }, { "06se.com", true }, + { "0707.agency", true }, { "070709.net", true }, { "0711z6.com", true }, { "0712z6.com", true }, { "071552.com", false }, - { "0716z6.com", true }, { "0717z6.com", true }, { "0728z6.com", true }, { "07365t.com", true }, @@ -372,7 +335,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "09000113.nl", true }, { "091k8.com", true }, { "092k8.com", true }, - { "093113.com", false }, { "09365t.com", true }, { "093k8.com", true }, { "095598.cc", true }, @@ -398,6 +360,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0day.agency", true }, { "0dayexploits.gq", true }, { "0des.com", true }, + { "0dev.cc", true }, { "0i0.nl", true }, { "0ii0.cf", true }, { "0ik.de", true }, @@ -445,6 +408,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0x90.io", true }, { "0xaa55.me", true }, { "0xabe.io", true }, + { "0xacab.org", true }, { "0xaf.tk", true }, { "0xda.de", true }, { "0xdefaced.de", true }, @@ -469,7 +433,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1000minds.com", true }, { "1000serien.com", true }, { "1000wordsevents.com", true }, - { "1001carats.fr", true }, { "1001kartini.com", true }, { "1001kerstpakketten.com", false }, { "1001mv.com", true }, @@ -626,7 +589,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "111365t.com", true }, { "1113z6.com", true }, { "11168365.com", true }, - { "1119968.com", false }, { "111bet86.com", true }, { "111novosti.tk", true }, { "111ttt.com", true }, @@ -680,24 +642,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "112hz.com", true }, { "112it.ro", false }, { "112z6.com", true }, - { "11321365.com", true }, { "11365t.com", true }, { "113ks.com", true }, { "113z6.com", true }, { "114514ss.com", true }, - { "115lc.com", true }, { "115z6.com", true }, { "116ks.com", true }, - { "116lc.com", true }, { "116vip.net", true }, { "1177z6.com", true }, - { "117lc.com", true }, - { "1188bet.vip", false }, { "118btt.com", true }, { "118vip.net", true }, { "1190america.tk", true }, { "1199bet.vip", true }, - { "119lc.com", true }, { "11aaee.com", true }, { "11aagg.com", true }, { "11aajj.com", true }, @@ -980,6 +936,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1299bet.com", true }, { "12ag8.com", true }, { "12gramu.cz", true }, + { "12grid.co.jp", true }, { "12l.nl", true }, { "12nomos.tk", true }, { "12thmanrising.com", true }, @@ -989,18 +946,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "130ks.com", true }, { "130ks.net", true }, { "131365a.com", false }, - { "131365aa.com", false }, - { "131365b.com", false }, - { "131365c.com", false }, - { "131365d.com", false }, - { "131365e.com", true }, - { "131365ee.com", false }, - { "131365f.com", false }, - { "131365g.com", true }, - { "131365h.com", true }, - { "131365i.com", true }, - { "131365j.com", true }, - { "131365ll.com", false }, { "131365qq.com", true }, { "1313z6.com", true }, { "131ks.net", true }, @@ -1060,6 +1005,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "14it.de", true }, { "14x3.de", true }, { "15-10.com", true }, + { "1511774230.rsc.cdn77.org", true }, { "1517598.com", true }, { "1517668.com", true }, { "1517669.com", true }, @@ -1116,7 +1062,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "154633.com", true }, { "154922.com", false }, { "154933.com", true }, - { "155175.com", true }, { "155ks.net", true }, { "155z6.com", true }, { "156433.com", true }, @@ -1208,7 +1153,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "166166.com", true }, { "1666ks.com", true }, { "166jk.cc", true }, - { "166zzz.com", true }, { "16836500.com", true }, { "1683651.com", true }, { "16836511.com", true }, @@ -1232,7 +1176,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "168fff.cc", true }, { "168z6.com", true }, { "168zz.cc", true }, - { "1698k.com", true }, { "169xpj.com", true }, { "16ag6.com", true }, { "16packets.com", true }, @@ -1398,6 +1341,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1844329061.rsc.cdn77.org", true }, { "185z6.com", true }, { "186526.club", true }, + { "186526.top", true }, { "186526.xyz", true }, { "186kb.com", true }, { "186ks.com", true }, @@ -1414,6 +1358,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "18f.gov", true }, { "18f.gsa.gov", false }, { "18latina.com", true }, + { "18onlypixel.com", true }, + { "18onlypixels.com", true }, { "18pee.com", true }, { "18upchat.com", true }, { "191090.com", true }, @@ -1439,7 +1385,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "198ks.net", true }, { "198wei.com", true }, { "1994.io", true }, - { "19990aa.com", false }, { "19990b.com", true }, { "19990bb.com", true }, { "19990c.com", true }, @@ -1462,7 +1407,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "19990ll.com", true }, { "19990m.com", true }, { "19990mm.com", true }, - { "19990nn.com", false }, { "19990o.com", true }, { "19990oo.com", true }, { "19990p.com", true }, @@ -1493,8 +1437,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1ag777.com", true }, { "1ag88.com", true }, { "1android.de", true }, + { "1b1.pl", true }, { "1baks.tk", true }, - { "1bet86.com", true }, { "1bitcoinprice.com", true }, { "1blazing.cf", true }, { "1c-power.ru", true }, @@ -1598,7 +1542,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2000feet.tk", true }, { "2000meter.no", true }, { "2001y.me", true }, - { "2002000.xyz", true }, { "200201.xyz", true }, { "2002138.com", true }, { "20071019780415.com", true }, @@ -1657,29 +1600,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2033a.com", true }, { "2033b.com", true }, { "2033c.com", true }, - { "2033d.com", true }, - { "2033e.com", true }, - { "2033f.com", true }, - { "2033g.com", true }, - { "2033h.com", true }, - { "2033i.com", true }, - { "2033l.com", true }, - { "2033m.com", true }, - { "2033n.com", true }, - { "2033o.com", true }, - { "2033q.com", true }, - { "2033r.com", true }, - { "2033s.com", true }, - { "2033t.com", true }, - { "2033v.com", true }, - { "2033w.com", true }, - { "2033x.com", true }, - { "2033y.com", true }, { "2033z.com", true }, { "204504byse.info", true }, { "2048-spiel.de", true }, { "2048game.co.uk", true }, - { "205920.xyz", true }, { "205jj.com", true }, { "207ss.com", true }, { "207vv.com", true }, @@ -1691,15 +1615,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "20denier.com", true }, { "211hh.com", true }, { "2122bet.com", true }, - { "2132-app.com", true }, - { "2132app.com", true }, - { "2132hb.com", true }, { "2132hd.com", true }, - { "2155hg.com", true }, { "21566365.com", false }, { "215dy.net", true }, { "216vv.com", true }, - { "217778.com", true }, { "218btt.com", true }, { "219k8.com", true }, { "21stcenturycarpentry.com.au", true }, @@ -1712,14 +1631,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "222111.cc", true }, { "2222365t.com", true }, { "2222k8.net", true }, - { "222321365.com", true }, { "2226321.com", true }, { "2227552.com", true }, { "222bet86.com", true }, { "222digits.pl", true }, { "222k8.net", true }, { "222tips.com", true }, - { "22321365.com", true }, { "224918.com", true }, { "225485.com", true }, { "2255motion.com", true }, @@ -1821,6 +1738,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "22sskk.com", true }, { "22sstt.com", true }, { "22tete.com", true }, + { "22times.com", true }, { "22ttgg.com", true }, { "22txc.com", true }, { "22vetter.st", true }, @@ -2034,7 +1952,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "281180.de", true }, { "281ks.com", true }, { "282ks.com", true }, - { "2831365.com", false }, { "28365cn-365.com", true }, { "285551.com", true }, { "2858958.com", true }, @@ -2071,8 +1988,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2cat.cc", true }, { "2chan.eu", true }, { "2chan.jp", true }, + { "2dk.info", true }, { "2earn-online.com", false }, - { "2evip.com", false }, { "2fm.ie", true }, { "2fm.radio", true }, { "2fr3.com", true }, @@ -2095,7 +2012,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2li.ch", true }, { "2link.ga", true }, { "2lovebirdsblog.com", true }, - { "2makeu.com", true }, { "2manydots.nl", true }, { "2mb.solutions", true }, { "2me.cl", false }, @@ -2151,7 +2067,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "300xxxx.com", true }, { "301.moe", true }, { "301.technology", true }, - { "301355.com", true }, { "302422.com", true }, { "3033888.com", true }, { "303422.com", true }, @@ -2268,10 +2183,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "32h.de", true }, { "33-km.ru", true }, { "3311.com.cn", true }, - { "33138app.com", true }, { "33168365.com", true }, - { "33321365.com", true }, - { "333321365.com", true }, { "3333365t.com", true }, { "333365t.com", true }, { "3333k8.net", true }, @@ -2282,14 +2194,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "33445111.com", true }, { "33445222.com", true }, { "33445444.com", true }, - { "3344981.com", true }, - { "3344982.com", true }, - { "3344983.com", true }, - { "3344985.com", true }, - { "3344986.com", true }, { "3345.com", true }, { "3351p.com", true }, - { "3358m.com", true }, { "335a.cc", true }, { "3369p.com", true }, { "336yh.com", true }, @@ -2300,7 +2206,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "33acac.com", true }, { "33am8.com", true }, { "33b58.com", true }, - { "33bet86.com", true }, { "33btt.net", true }, { "33devici.ml", true }, { "33knkn.com", true }, @@ -2335,7 +2240,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3456666365.com", true }, { "345678365.com", true }, { "3456789365.com", true }, - { "345lc.com", true }, { "346022.com", true }, { "346033.com", true }, { "346122.com", true }, @@ -2418,13 +2322,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "34zi.com", true }, { "34zq.com", true }, { "350422.com", true }, - { "350533.com", true }, { "35089y.com", true }, { "350vv.com", true }, { "351079.com", true }, { "351113.com", true }, { "351365.com", true }, - { "3518k.com", true }, { "3539783.com", true }, { "354022.com", true }, { "354133.com", true }, @@ -2460,6 +2362,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "35uj.com", true }, { "35vn.com", true }, { "360-ot.de", true }, + { "360bcty.com", true }, { "360gpscorp.com", true }, { "360gradus.com", false }, { "360hosting.com.au", true }, @@ -2471,14 +2374,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "360vrs.com", true }, { "360woodworking.com", true }, { "361116.com", true }, - { "361365.cc", false }, { "3615jacky.fr", true }, { "362590.com", true }, { "363331.com", true }, { "364553.com", true }, { "365.asia", true }, { "365.systems", true }, - { "3650607.com", false }, { "36506088.com", true }, { "36506099.com", true }, { "3651143.com", true }, @@ -2491,17 +2392,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3651203.com", true }, { "3651204.com", true }, { "3651205.com", true }, - { "365123456.com", true }, { "3651267.com", false }, { "3652367.com", false }, { "3652389.com", false }, { "36525.hk", true }, - { "365361.cc", false }, { "365365.com", true }, { "3653650000.com", true }, { "3653651111.com", true }, { "36536533.vip", false }, - { "3653653333.com", true }, { "3653654444.com", true }, { "36536555.vip", false }, { "36536566.vip", false }, @@ -2509,8 +2407,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "36536599.vip", false }, { "3654.vip", true }, { "3655053.com", true }, - { "36554ll.com", true }, - { "36554mm.com", true }, { "3655612.com", false }, { "3655623.com", false }, { "3655634.com", false }, @@ -2519,7 +2415,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "36565123.com", true }, { "36565234.com", true }, { "36565345.com", true }, - { "365654321.com", true }, { "36565456.com", true }, { "36565567.com", true }, { "36565678.com", true }, @@ -2531,13 +2426,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3656734.com", false }, { "3656745.com", false }, { "3656778.com", false }, - { "3657654321.com", true }, { "3658200.com", true }, { "36587654321.com", true }, { "36594a.com", true }, { "36594b.com", true }, { "36594c.com", true }, - { "3659801.com", false }, { "3659868.com", true }, { "3659869.com", true }, { "3659980.com", true }, @@ -2555,26 +2448,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "365eiw.com", true }, { "365electricalvn.com", true }, { "365healthworld.com", true }, - { "365iosapp.com", true }, - { "365nnn.vip", false }, { "365nnnn.com", false }, { "365propertybuyer.co.uk", false }, { "365q01.com", true }, - { "365q02.com", true }, - { "365q03.com", true }, - { "365q04.com", true }, - { "365q05.com", true }, - { "365q07.com", true }, - { "365q08.com", true }, - { "365q11.com", true }, - { "365q12.com", true }, - { "365q14.com", true }, - { "365q15.com", true }, { "365r.co", false }, - { "365rr.vip", false }, { "365sb-cn.com", true }, { "365skulls.com", true }, - { "365xxx.vip", false }, { "365y0.com", true }, { "365y00.com", true }, { "365y1.com", true }, @@ -2595,7 +2474,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "365ypw.com", true }, { "365yuwen.com", true }, { "365zg.org", true }, - { "365zzz.vip", false }, { "3666ks.com", true }, { "369az.com", true }, { "369bk.com", true }, @@ -2646,6 +2524,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "371422.com", true }, { "371cloud.com", false }, { "372bbb.com", true }, + { "373.moe", true }, { "3733366.xyz", true }, { "373422.com", true }, { "374933.com", true }, @@ -2670,7 +2549,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "37987g.com", true }, { "37zk.com", true }, { "37zw.com", true }, - { "3800611.com", false }, { "380111000.com", true }, { "380111111.com", true }, { "380111222.com", true }, @@ -2708,7 +2586,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "388da.com", true }, { "38irkutsk.tk", true }, { "390422.com", true }, - { "390933.com", true }, { "391119.com", true }, { "391231.com", true }, { "392365.com", false }, @@ -2723,28 +2600,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "394922.com", true }, { "3957b.com", true }, { "3957d.com", true }, - { "3957e.com", true }, { "3957f.com", true }, { "3957g.com", true }, - { "3957h.com", true }, - { "3957i.com", false }, - { "3957j.com", true }, - { "3957k.com", true }, - { "3957l.com", true }, - { "3957m.com", true }, - { "3957n.com", true }, - { "3957o.com", true }, - { "3957p.com", true }, - { "3957q.com", true }, - { "3957r.com", true }, - { "3957s.com", true }, { "3957t.com", true }, - { "3957u.com", true }, - { "3957v.com", true }, - { "3957w.com", true }, - { "3957x.com", true }, - { "3957y.com", true }, - { "3957z.com", true }, { "396228.com", true }, { "3963aa.com", true }, { "3963bb.com", true }, @@ -2803,7 +2661,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3970x.com", true }, { "3970xx.com", true }, { "3970y.com", true }, - { "3970yes.com", true }, { "3970ylc.com", true }, { "3970yy.com", true }, { "3970z.com", true }, @@ -2818,6 +2675,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3ags.de", true }, { "3amtoolbox.se", true }, { "3ank.in", false }, + { "3b.pm", true }, { "3bb365.com", true }, { "3bet86.com", true }, { "3bigking.com", true }, @@ -2873,25 +2731,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3ii365.com", true }, { "3james.com", true }, { "3jj365.com", true }, - { "3k188.com", true }, - { "3k288.com", true }, - { "3k788.com", true }, - { "3k878.com", true }, - { "3k988.com", true }, { "3logic.ru", true }, { "3lot.ru", true }, { "3n5b.com", true }, - { "3niu1.com", true }, { "3niu10.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 }, @@ -2937,6 +2784,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3shosting.de", true }, { "3sixtydutyfree.com", true }, { "3smail.de", true }, + { "3speak.co", true }, { "3trees.tk", true }, { "3typen.tv", true }, { "3v4l.org", true }, @@ -2950,6 +2798,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4-1-where.com", true }, { "4-it.de", true }, { "4000milestare.com", true }, + { "4000ok.com", true }, { "4000sf.com", true }, { "4005365.com", true }, { "400bbbb.com", true }, @@ -2975,23 +2824,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4025367.com", true }, { "4025368.com", true }, { "4025369.com", true }, - { "4025c.com", false }, - { "4025d.com", false }, - { "4025f.com", false }, - { "4025g.com", false }, - { "4025h.com", false }, - { "4025i.com", false }, - { "4025j.com", false }, - { "4025k.com", false }, - { "4025l.com", false }, - { "4025p.com", false }, - { "4025q.com", false }, - { "4025s.com", false }, - { "4025t.com", false }, { "4025u.com", false }, { "4025v.com", false }, - { "4025w.com", false }, - { "4025x.com", false }, { "4025y.com", false }, { "403.ch", true }, { "403page.com", true }, @@ -3082,6 +2916,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "426773.com", true }, { "427552.com", true }, { "428northampton.com", true }, + { "42browning.com", true }, { "42ch.com", true }, { "42day.info", true }, { "42entrepreneurs.fr", false }, @@ -3103,15 +2938,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "440887.com", true }, { "44168365.com", true }, { "442887.com", true }, - { "44321365.com", true }, { "443658.com", true }, { "44365t.com", true }, { "443887.com", true }, - { "444321365.com", true }, { "4447552.com", true }, { "444887.com", true }, { "444bet86.com", true }, - { "4455bet.vip", false }, { "445887.com", true }, { "44bet86.com", true }, { "44feelings.com", true }, @@ -3135,7 +2967,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "456666365.com", true }, { "45674048.com", true }, { "4567666365.com", true }, - { "456lc.com", true }, { "457552.com", true }, { "458663.com", true }, { "459022.com", true }, @@ -3176,7 +3007,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "46eq.com", true }, { "46et.com", true }, { "46ey.com", true }, - { "46fa.com", true }, { "46fn.com", true }, { "46fp.com", true }, { "46fq.com", true }, @@ -3344,6 +3174,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "48d88.com", true }, { "48lipetsk.tk", true }, { "491mhz.net", true }, + { "4927a.com", true }, + { "4929.ru", true }, { "492977.com", true }, { "492y.com", true }, { "497552.com", false }, @@ -3370,7 +3202,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4driver.eu", true }, { "4dropping.com", true }, { "4everproxy.com", true }, - { "4evip.com", false }, { "4eyes.ch", true }, { "4fit.ro", true }, { "4flex.info", true }, @@ -3379,6 +3210,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4gnews.pt", true }, { "4hmediaproductions.com", true }, { "4host.ch", true }, + { "4huawei.ru", true }, { "4hw.ru", true }, { "4hypo.cz", true }, { "4iners.com", true }, @@ -3386,6 +3218,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4k3dyptt.com", true }, { "4kpi.eu", true }, { "4kprojektory.cz", true }, + { "4kvids.com", true }, { "4lephants.tk", true }, { "4list.ml", true }, { "4loc.us", true }, @@ -3411,7 +3244,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4tgw34.tk", true }, { "4th-ave-studio.com", true }, { "4thdc.com", true }, - { "4tik.net", false }, { "4u.am", true }, { "4u.services", false }, { "4u2ore.net", true }, @@ -3420,6 +3252,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4vio.com", true }, { "4voip.ru", true }, { "4web-hosting.com", true }, + { "4web.online", true }, { "4wrd.cc", true }, { "4x.fi", true }, { "4x4-27mc.nl", true }, @@ -3483,7 +3316,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "504622.com", true }, { "504922.com", true }, { "505343.com", true }, - { "5055990.com", false }, { "5060711.com", true }, { "5060715.com", true }, { "506422.com", true }, @@ -3493,8 +3325,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "50milli.com", true }, { "50plusnet.nl", true }, { "50ten40.com", true }, - { "5132app.com", true }, - { "5132hb.com", true }, { "5132hd.com", true }, { "513651.com", true }, { "51365a.com", true }, @@ -3521,7 +3351,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "518.com.tw", true }, { "51877.net", true }, { "519422.com", true }, - { "5197.com", true }, { "5197aa.co", true }, { "5197bb.co", true }, { "5197cc.co", true }, @@ -3642,12 +3471,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "540922.com", true }, { "540interactive.com", true }, { "541022.com", true }, - { "5414app.com", true }, { "541622.com", true }, { "541651.com", true }, { "541722.com", true }, { "541922.com", true }, - { "5424app.com", true }, { "5454app.com", true }, { "5455bet.com", true }, { "545755.com", true }, @@ -3657,12 +3484,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "54lsj.cc", true }, { "5518k3.com", true }, { "552z6.com", true }, - { "55321365.com", true }, { "5533445.com", true }, { "55365t.com", true }, { "5536z.com", true }, - { "5539z.com", true }, - { "555321365.com", true }, { "55554048.com", true }, { "5556321.com", true }, { "5557552.com", true }, @@ -3717,7 +3541,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "585380.com", true }, { "585422.com", true }, { "586422.com", true }, - { "5889k.com", true }, { "588e.com", true }, { "588k8.com", true }, { "5898657.com", true }, @@ -3856,8 +3679,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "605422.com", true }, { "605vv.com", true }, { "606422.com", true }, - { "606722.com", true }, - { "608885.com", true }, { "608vets.com", true }, { "609422.com", true }, { "60n13.com", true }, @@ -3865,10 +3686,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "611125.com", true }, { "611165.com", true }, { "611195.com", true }, - { "6132-app.com", true }, { "6132-hd.com", true }, - { "6132app.com", true }, - { "6132hb.com", true }, { "6132hd.com", true }, { "614022.com", true }, { "614322.com", true }, @@ -3944,7 +3762,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "636422.com", true }, { "638566.com", true }, { "639422.com", true }, - { "6396444.com", true }, { "639688888.com", true }, { "6396ccc.com", true }, { "6396fff.com", true }, @@ -4104,7 +3921,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "65131y.com", true }, { "65131z.com", true }, { "651422.com", true }, - { "6520265.com", false }, { "652422.com", true }, { "6541166.com", true }, { "6542277.com", true }, @@ -4120,18 +3936,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6548855.com", true }, { "6548877.com", true }, { "655591.com", true }, - { "6556a.com", true }, - { "6556b.com", true }, - { "6556c.com", true }, - { "6556d.com", true }, - { "6556f.com", true }, - { "6556g.com", true }, - { "6556h.com", true }, - { "6556j.com", true }, - { "6556k.com", true }, - { "6556m.com", true }, - { "6556x.com", true }, - { "6556z.com", true }, { "655ks.com", true }, { "655z6.com", true }, { "657660.com", true }, @@ -4142,10 +3946,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "661326.com", true }, { "66168365.com", true }, { "6616fc.com", true }, - { "6619k.com", true }, { "661z6.com", true }, { "662607.xyz", true }, - { "66321365.com", true }, { "6633445.com", true }, { "663365666.com", true }, { "663365777.com", true }, @@ -4185,7 +3987,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6660111.ru", true }, { "666111bet.com", true }, { "666222bet.com", true }, - { "666321365.com", true }, { "666333bet.com", true }, { "666365app.com", true }, { "666365ios.com", true }, @@ -4193,27 +3994,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "666365t.com", true }, { "6664553.com", true }, { "666555bet.com", true }, - { "6666365q.com", true }, { "66664048.com", true }, - { "666648.com", true }, { "666668722.com", true }, { "666689999.xyz", true }, { "6666sb.com", true }, { "666777bet.com", true }, { "666888bet.com", true }, { "66689j.com", true }, - { "6669255.com", false }, { "666999bet.com", true }, { "666bet86.com", true }, { "666btt.net", true }, { "666k8.net", true }, { "666omg.com", true }, { "6677.us", true }, - { "6677bet.vip", false }, { "667z6.com", true }, - { "6685m.com", true }, { "668825.vip", true }, - { "6689m.com", true }, { "668z6.com", true }, { "66ag9.com", true }, { "66b.com", true }, @@ -4223,7 +4018,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "66k66.vip", true }, { "670102.com", true }, { "670422.com", true }, - { "670633.com", true }, { "671422.com", true }, { "671660.com", true }, { "671990.com", true }, @@ -4365,7 +4159,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "67894048.com", true }, { "6789666365.com", true }, { "679422.com", true }, - { "679660.com", true }, + { "679660.com", false }, { "67y7.com", true }, { "680422.com", true }, { "681vv.com", true }, @@ -4378,7 +4172,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "68622.com", true }, { "68622a.com", true }, { "68622b.com", true }, - { "6863070.com", false }, { "686848.com", true }, { "68722.com", true }, { "688z6.com", true }, @@ -4406,7 +4199,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6957d.co", true }, { "6957dd.co", true }, { "6957dh.co", true }, - { "6957dz.com", true }, { "6957e.co", true }, { "6957ee.co", true }, { "6957f.co", true }, @@ -4414,7 +4206,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6957g.co", true }, { "6957gg.co", true }, { "6957h.co", true }, - { "6957hd.com", true }, { "6957hh.co", true }, { "6957i.co", true }, { "6957ii.co", true }, @@ -4439,7 +4230,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6957rr.com", true }, { "6957s.co", true }, { "6957ss.co", true }, - { "6957sx.com", true }, { "6957t.co", true }, { "6957tt.co", true }, { "6957u.co", true }, @@ -4479,6 +4269,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6upagent.com", true }, { "6wbz.com", true }, { "6yue.org", true }, + { "6z0.cn", false }, { "7-it.ml", true }, { "700.az", true }, { "700bbbb.com", true }, @@ -4696,10 +4487,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "755274.com", true }, { "755284.com", false }, { "755294.com", false }, - { "755a.cc", true }, { "755k3.com", true }, { "75codes.com", true }, - { "761.com", true }, { "762.ch", false }, { "763365.com", true }, { "76365365.com", true }, @@ -4723,7 +4512,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "77018vip.com", true }, { "77168365.com", true }, { "77177.de", true }, - { "77321365.com", true }, { "7733445.com", true }, { "7748229.xyz", true }, { "775018.com", true }, @@ -4739,14 +4527,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "779z6.com", true }, { "77b58.com", true }, { "77bet86.com", true }, + { "77dd.com", true }, { "77zxdy.com", true }, { "780aa.com", true }, - { "78365app.com", false }, { "78365b.com", false }, - { "78365bb.com", false }, { "78365cc.com", true }, - { "78365dd.com", false }, - { "78365ee.com", false }, { "783lab.com", true }, { "787637.com", true }, { "7877bet.com", true }, @@ -4764,9 +4549,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "7893.net", true }, { "789365t.com", true }, { "7894.net", true }, - { "789453.com", true }, - { "789455.com", true }, - { "791188.com", true }, { "795sss.com", true }, { "797715.com", true }, { "797sss.com", true }, @@ -4830,7 +4612,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8019d88.com", true }, { "8020d88.com", true }, { "8021d.com", true }, - { "8021d88.com", true }, { "8022d.com", true }, { "8026d88.com", true }, { "8027d.com", true }, @@ -4844,7 +4625,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8035d88.com", true }, { "80365365.com", true }, { "8036d88.com", true }, - { "8037d88.com", true }, { "8038d88.com", true }, { "8039d.com", true }, { "804322.com", true }, @@ -4856,8 +4636,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8060d88.com", true }, { "8061d88.com", true }, { "80630.com", true }, - { "80651a.com", true }, - { "80651c.com", true }, { "8065d.com", true }, { "8069d88.com", true }, { "8071d.com", true }, @@ -4868,7 +4646,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8078d.com", true }, { "8081d.com", true }, { "8083d.com", true }, + { "8086.cf", true }, { "808arts.com", true }, + { "808hao.com", true }, { "808phone.net", true }, { "809088.cc", true }, { "8092d88.com", true }, @@ -4887,7 +4667,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "811121.com", true }, { "8111d88.com", true }, { "8113d.com", true }, - { "8113d88.com", true }, { "8115d88.com", true }, { "8116d.com", true }, { "8116d88.com", true }, @@ -4942,11 +4721,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8161d88.com", true }, { "8162d.com", true }, { "8163d.com", true }, - { "8165d88.com", true }, - { "8167d88.com", true }, { "816jz.com", true }, { "8170d.com", true }, { "8171d.com", true }, + { "817209.com", true }, { "8173d.com", true }, { "8176d.com", true }, { "8178d.com", true }, @@ -4970,20 +4748,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8192d.com", true }, { "8193d.com", true }, { "8193d88.com", true }, - { "8195d.com", true }, { "8196d.com", true }, { "8197d.com", true }, { "8197d88.com", true }, { "8198d.com", true }, { "8198d88.com", true }, - { "8199d88.com", true }, { "81d88.com", true }, { "81sese.net", true }, { "81sese.org", true }, { "81uc.com", true }, { "8200d.com", true }, { "8202d.com", true }, - { "8202d88.com", true }, { "8203d88.com", true }, { "8206d.com", true }, { "8207d88.com", true }, @@ -5004,13 +4779,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8221d88.com", true }, { "8222d88.com", true }, { "8223d.com", true }, - { "8223d88.com", true }, { "8225.com", true }, { "8225d.com", true }, { "8226d.com", true }, { "8227d.com", true }, { "8228d.com", true }, - { "8228d88.com", true }, { "8229d.com", true }, { "8229d88.com", true }, { "822z6.com", true }, @@ -5054,57 +4827,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "82786666.com", false }, { "82789999.com", false }, { "8278a.com", false }, - { "8278a.net", true }, - { "8278aa.com", true }, - { "8278aaa.com", true }, { "8278b.com", false }, - { "8278b.net", true }, { "8278bb.com", false }, - { "8278bbb.com", true }, - { "8278bet.com", true }, - { "8278c.net", true }, - { "8278ccc.com", true }, - { "8278d.com", true }, - { "8278d.net", true }, - { "8278ddd.com", true }, - { "8278e.net", true }, { "8278ee.com", false }, { "8278eee.com", true }, - { "8278f.net", true }, { "8278ff.com", false }, - { "8278fff.com", true }, - { "8278g.com", true }, - { "8278g.net", true }, - { "8278gg.com", true }, - { "8278ggg.com", true }, - { "8278h.net", true }, - { "8278hh.com", true }, { "8278hhh.com", true }, { "8278i.net", true }, - { "8278ii.com", true }, { "8278iii.com", true }, { "8278j.net", true }, { "8278jj.com", false }, { "8278jjj.com", true }, - { "8278k.com", true }, { "8278kk.com", false }, - { "8278l.com", true }, - { "8278ll.com", true }, - { "8278m.com", true }, - { "8278mm.com", true }, - { "8278nn.com", true }, { "8278oo.com", true }, - { "8278pp.com", true }, - { "8278qq.com", true }, { "8278rr.com", false }, - { "8278ss.com", true }, { "8278tt.com", false }, - { "8278w.com", true }, - { "8278ww.com", true }, - { "8278y.com", true }, { "8278yy.com", false }, - { "8286hg.com", true }, - { "8289hg.com", true }, { "82ag88.com", true }, { "82kb88.com", true }, { "832365.com", true }, @@ -5289,12 +5027,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "87577.com", true }, { "877027.com", true }, { "877791.com", true }, - { "878365aa.com", false }, { "878365app.com", true }, { "878365b.com", true }, - { "878365bb.com", false }, - { "878365c.com", false }, - { "878365cc.com", false }, { "878365cn.com", true }, { "878365d.com", true }, { "878365dd.com", true }, @@ -5312,7 +5046,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "88-line.com", true }, { "88-line.net", true }, { "8800.ru", true }, - { "8805d88.com", true }, { "8806d.com", true }, { "8809d.com", true }, { "8809d88.com", true }, @@ -5334,14 +5067,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8826d.com", true }, { "8826d88.com", true }, { "8826ks.com", true }, - { "8829d88.com", true }, { "8830ks.com", true }, - { "88321365.com", true }, { "8832ks.com", true }, { "8833445.com", true }, { "88365.net", true }, { "88365t.com", true }, - { "8850d88.com", true }, { "88522am.com", true }, { "885287.com", true }, { "8852ks.com", true }, @@ -5353,11 +5083,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8860d.com", true }, { "8861ks.com", true }, { "8862d.com", true }, - { "886666b.com", true }, - { "886666d.com", true }, { "886666e.com", true }, { "886666f.com", true }, - { "886666g.com", true }, { "886666h.com", true }, { "886666j.com", true }, { "886666k.com", true }, @@ -5369,10 +5096,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "886666q.com", true }, { "886666r.com", true }, { "886666s.com", true }, - { "886666t.com", true }, { "886666u.com", true }, { "886666v.com", true }, - { "886666w.com", true }, { "886666x.com", true }, { "886666y.com", true }, { "886666z.com", true }, @@ -5414,7 +5139,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8881234j.com", true }, { "8881ks.com", true }, { "888234j.com", true }, - { "888321365.com", true }, { "8883456j.com", true }, { "888345j.com", true }, { "8884553.com", true }, @@ -5490,7 +5214,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8906d.com", true }, { "8907d.com", true }, { "8908d.com", true }, - { "8918d88.com", true }, { "8919d.com", true }, { "8920d.com", true }, { "8921d.com", true }, @@ -5585,6 +5308,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "911216.xyz", true }, { "9118.com", true }, { "911commission.gov", true }, + { "911ifix.com", true }, { "912422.com", true }, { "913422.com", true }, { "914122.com", true }, @@ -5886,7 +5610,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9297yy.co", true }, { "9297z.co", true }, { "9297zz.co", true }, - { "92owl.com", true }, { "92url.com", true }, { "931422.com", true }, { "932422.com", true }, @@ -6193,7 +5916,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "991ccc.com", true }, { "992ccc.com", true }, { "992zzz.com", true }, - { "99321365.com", true }, { "9933445.com", true }, { "99365t.com", true }, { "99456j.com", false }, @@ -6206,7 +5928,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9968101.com", true }, { "9968110.com", true }, { "9968121.com", true }, - { "9968131.com", false }, { "9968159.com", true }, { "9968161.com", true }, { "9968166.com", false }, @@ -6218,17 +5939,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9968321.com", true }, { "9968343.com", true }, { "9968359.com", true }, - { "9968363.com", false }, { "9968368.com", true }, { "9968383.com", true }, - { "9968393.com", false }, { "9968454.com", true }, - { "9968505.com", false }, { "9968565.com", true }, { "9968595.com", false }, - { "9968600.com", false }, { "9968606.com", true }, - { "9968656.com", false }, { "9968676.com", true }, { "9968678.com", true }, { "9968707.com", false }, @@ -6237,56 +5953,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "9968808.com", true }, { "9968838.com", false }, { "9968909.com", true }, - { "9968969.com", false }, { "9968989.com", true }, { "9968aaa.com", true }, - { "9968abc.com", false }, - { "9968app.com", false }, { "9968caipiao.com", false }, { "9968ccc.com", false }, - { "9968com.com", false }, { "9968ee.com", false }, { "9968eee.com", false }, { "9968fff.com", false }, { "9968gg.com", true }, { "9968ggg.com", false }, - { "9968go.com", false }, { "9968good.com", true }, - { "9968ii.com", true }, - { "9968jj.com", true }, - { "9968jjj.com", false }, { "9968live.com", true }, - { "9968ll.com", false }, - { "9968lll.com", false }, { "9968love.com", true }, - { "9968mm.com", false }, - { "9968nn.com", false }, - { "9968nnn.com", false }, { "9968ok.com", false }, - { "9968oo.com", false }, - { "9968qqq.com", false }, - { "9968rrr.com", false }, - { "9968ss.com", false }, - { "9968sss.com", false }, - { "9968uu.com", true }, { "9968xl.com", true }, { "9968xpj.com", true }, - { "9968xxx.com", true }, - { "9968yy.com", false }, - { "9968yyy.com", false }, { "9968zz.com", false }, { "9968zzz.com", true }, { "9977432.com", true }, { "99789j.com", true }, { "997z6.com", true }, { "998081.com", true }, - { "9988551.com", false }, { "9988ty.com", true }, { "998sa.com", true }, { "998wei.com", true }, - { "998wns.com", true }, { "998z6.com", true }, - { "999321365.com", true }, { "999365t.com", true }, { "9994553.com", true }, { "9998722.com", true }, @@ -6301,7 +5992,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "999salon.co", true }, { "999salon.com", true }, { "999zlong.com", true }, - { "99bet86.com", true }, { "99buffets.com", true }, { "99casinos.com", true }, { "99d88.com", true }, @@ -6467,14 +6157,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a-bicycleshop.com", true }, { "a-care.net", true }, { "a-colorful-life.com", true }, + { "a-fx.ru", true }, { "a-h-p.de", true }, - { "a-inoko.co.jp", true }, { "a-invest.de", true }, { "a-ix.net", true }, { "a-little-linux-box.at", true }, { "a-msystems.com", true }, { "a-oben.org", true }, { "a-players.team", true }, + { "a-r-t-house.jp", true }, { "a-starbouncycastles.co.uk", true }, { "a-tes-cotes.com", true }, { "a-wife.net", true }, @@ -6546,7 +6237,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a81365.com", true }, { "a82365.com", true }, { "a88fc.com", true }, - { "a899365.com", true }, { "a9297.co", true }, { "a9297.com", true }, { "a9721.com", true }, @@ -6555,7 +6245,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aa00228.com", true }, { "aa30019.com", true }, { "aa43d.cn", true }, - { "aa4888.com", true }, { "aa5197.co", true }, { "aa6688.net", false }, { "aa6729.co", true }, @@ -6569,6 +6258,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aaa-racing.com", true }, { "aaa-racing.net", true }, { "aaa-racing.uk", true }, + { "aaa.my", true }, { "aaablindfactory.com", true }, { "aaainfosystems.com", true }, { "aaapl.com", true }, @@ -6594,6 +6284,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aandachtsmeditatie.nl", true }, { "aandkevents.co.uk", true }, { "aanlynskool.co.za", true }, + { "aanmeldensecundairescholen.gent", true }, { "aanmpc.com", true }, { "aanwp.com", true }, { "aanyasri.com", true }, @@ -6638,7 +6329,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abaapplianceservice.com", true }, { "abaaustin.com", true }, { "abaca.bar", true }, - { "abaclean.com", true }, { "abaco.cr", true }, { "abacross.com", true }, { "abacusbouncycastle.co.uk", true }, @@ -6655,7 +6345,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abasalehngo.com", true }, { "abashevo.ml", true }, { "abasky.net", true }, + { "abateroad66.it", true }, { "abay-today.tk", true }, + { "abazola.cl", true }, { "abbadabbabouncycastles.co.uk", true }, { "abbas.ch", true }, { "abbeyok.com", true }, @@ -6861,7 +6553,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "absoluteautobody.com", true }, { "absolutedouble.co.uk", true }, { "absoluterush.net", true }, - { "absolutewebdesigns.com", true }, { "absolutperm.tk", true }, { "absolutviajes.com", true }, { "abstechs.ae", true }, @@ -6915,6 +6606,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "academy-awards.ml", true }, { "academytv.com.au", true }, { "acadiate.com", true }, + { "acahaymarket.com.ec", true }, { "acandroid.top", true }, { "acaonegocios.com.br", true }, { "acapadena.co", true }, @@ -6957,7 +6649,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "accessoriesautoparts.tk", true }, { "accessoripersmartphone.it", true }, { "acchan-fun.com", true }, - { "acchicocchi.com", true }, { "accionistaprincipiante.com", true }, { "acclivity.pro", true }, { "accme.co", true }, @@ -7007,7 +6698,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aceparking.com", true }, { "acephalafashion.com", true }, { "acerentalandsales.com", true }, - { "acerislaw.com", true }, + { "acerislaw.com", false }, { "acerosfortuna.com.mx", true }, { "aceshop702.com", true }, { "acessoeducacao.com", true }, @@ -7016,6 +6707,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acg.vc", true }, { "acgaudio.com", true }, { "acgc.nl", true }, + { "acgfuli.moe", true }, { "acgmoon.com", true }, { "acgmoon.org", true }, { "acgpiano.club", true }, @@ -7024,10 +6716,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "achalay.org", false }, { "achat-de-lead.com", true }, { "achat-volets-roulants.fr", true }, - { "acheconcursos.com.br", false }, + { "acheconcursos.com.br", true }, { "acheter-ethylotest.fr", true }, { "achieveinternet.com", true }, { "achievenewsfrance.tk", true }, + { "achievingheightsacademy.com", true }, { "achiksongs.tk", true }, { "achinsk.tk", true }, { "achkandiro.ml", true }, @@ -7048,6 +6741,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acilicraft.cn", true }, { "acina.fr", true }, { "acinq.co", true }, + { "ackadia.com", true }, { "ackermann.ch", true }, { "acl.gov", true }, { "aclandia.fr", true }, @@ -7058,11 +6752,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acmegamer.com", true }, { "acmi.fr", true }, { "acmilan.gq", true }, - { "acneintelligence.com", true }, - { "acnenaturalhealing.com", true }, { "acnh.info", true }, { "acodess.com", true }, - { "acolicy.com", true }, { "acomerygozar.cam", true }, { "acomplia20mg.cf", true }, { "aconnor.xyz", true }, @@ -7076,6 +6767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acoustics.tech", true }, { "acousticsoundrecords.com", true }, { "acoustique-tardy.com", false }, + { "acp-integrative.fr", true }, { "acpa-ancenis.fr", true }, { "acperu.ch", false }, { "acpica.org", true }, @@ -7113,6 +6805,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acsihostingsolutions.com", false }, { "acsports.ca", true }, { "actc.org.uk", true }, + { "actdigital.agency", true }, { "actgruppe.de", false }, { "actheater.com", true }, { "acticu.com", true }, @@ -7122,6 +6815,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "actingcxo.com", true }, { "action-biosphere.org", true }, { "action-verite.fr", true }, + { "action21paca.com", true }, + { "action21paca.fr", true }, + { "action21paca.net", true }, { "actioncameraaccessories.ga", true }, { "actioncleaningnd.com", true }, { "actioncoachignite.co.za", true }, @@ -7134,7 +6830,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "actionverb.com", true }, { "activatemyiphone.com", true }, { "activateudid.com", true }, - { "active-baby.com", true }, { "active-english.tk", true }, { "active.hu", false }, { "active247.info", true }, @@ -7320,6 +7015,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adelaidecc.com.au", false }, { "adelebeals.com", true }, { "adelgace.top", true }, + { "adelgazaperu.pe", true }, { "adelicious.co", true }, { "adelightfulglow.com", true }, { "adeline.mobi", true }, @@ -7364,6 +7060,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adingenierie.fr", true }, { "adinternational.com.au", true }, { "adiprospero.it", true }, + { "adiraku.co.id", true }, { "adiscorduser.com", true }, { "adlerneves.com", true }, { "adlerneves.com.br", true }, @@ -7410,6 +7107,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 }, @@ -7457,6 +7155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adrianbechtold.de", true }, { "adriancitu.com", true }, { "adriancostin.ro", true }, + { "adrianfeliciano.com", true }, { "adrianhardy.com", true }, { "adrianjensen.com", true }, { "adriankeenan.co.uk", true }, @@ -7469,6 +7168,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adriarae.xyz", true }, { "adriatic.hr", true }, { "adriatrans.ga", true }, + { "adrienjacquierbret.com", true }, { "adrienkohlbecker.com", true }, { "adriennesmiles.com", true }, { "adrinet.tk", true }, @@ -7504,7 +7204,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advair-generic.ga", true }, { "advairprice.ga", true }, { "advaith.fun", true }, - { "advaith.io", true }, { "advaithbot.xyz", true }, { "advaithnikhi.ml", true }, { "advaithnikhi.tk", true }, @@ -7540,7 +7239,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advantis.tk", true }, { "advara.com", true }, { "advasa.jp", true }, - { "advatech-solutions.com", true }, { "advenacs.com", true }, { "advenacs.com.au", true }, { "advenapay.com", true }, @@ -7579,6 +7277,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advisercentre.com.au", true }, { "adviserplus.com", true }, { "advmaster.cf", true }, + { "advocatae.com", true }, { "advocate-europe.eu", true }, { "advocaten-avocats.be", true }, { "advocator.ca", true }, @@ -7591,6 +7290,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advokat-dtp.ml", true }, { "advokat-dtp.tk", true }, { "advokat-malinovskii.ml", true }, + { "advokat-romanov.com", true }, { "advokat-vvp.com.ua", true }, { "advokat73.gq", true }, { "advokati-ceva.cz", true }, @@ -7641,7 +7341,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ae86.pro", true }, { "ae86.pw", true }, { "ae86.run", true }, - { "ae86b.com", true }, { "ae86c.com", true }, { "ae86dj.com", true }, { "ae86dy.com", true }, @@ -7669,7 +7368,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aegisalarms.co.uk", true }, { "aegisalarms.com", true }, { "aegisinsight.com", true }, - { "aegmbh.de", true }, { "aegrel.ee", true }, { "aeh5134.cc", true }, { "aei.co.uk", true }, @@ -7678,6 +7376,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aenterprise.info", true }, { "aeon.co", true }, { "aeon.wiki", true }, + { "aeonc.com", true }, { "aeonct.org", true }, { "aepx.org", true }, { "aeradesign.com", true }, @@ -7775,6 +7474,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "affsquare.com", true }, { "affvps.net", true }, { "afganistan.cf", true }, + { "afgarish.com", true }, { "afghan.dating", true }, { "afghandonia.tk", true }, { "afgn.com.ua", true }, @@ -7797,6 +7497,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aforism.tk", true }, { "afp548.com", true }, { "afrakib.com", true }, + { "afree.ir", true }, { "afri.cc", true }, { "africa.dating", true }, { "africaindemander.tk", true }, @@ -7807,6 +7508,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "africanhosting.ml", true }, { "africankitchen.gallery", true }, { "africanmangoforum.ga", true }, + { "africansafaris.co.nz", true }, { "africantourer.com", true }, { "africaone-publishing.com", true }, { "afrikmag.com", true }, @@ -7885,7 +7587,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag3953.com", true }, { "ag4.app", true }, { "ag4848g.com", true }, - { "ag4949g.com", true }, { "ag5152.com", true }, { "ag5159.com", true }, { "ag518518.net", true }, @@ -7939,6 +7640,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag66321.com", true }, { "ag66567.com", true }, { "ag666.vip", true }, + { "ag66668.com", true }, { "ag6819.com", true }, { "ag6825.com", true }, { "ag686.com", true }, @@ -8034,7 +7736,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag88098.com", true }, { "ag88110.com", true }, { "ag88158.com", true }, - { "ag8819-livechat.com", true }, { "ag88220.com", true }, { "ag8829.com", true }, { "ag88309.com", true }, @@ -8100,6 +7801,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aga-eiken.tk", true }, { "agaa35.com", true }, { "agaa41.com", true }, + { "agaclinicaltrials.com", true }, { "agagent.vip", true }, { "agalloch.tk", true }, { "agambarta.com", true }, @@ -8117,6 +7819,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agdalieso.com.ba", true }, { "agds.pw", true }, { "age-encryption.org", true }, + { "ageasagentessummit.pt", true }, { "agechecker.net", true }, { "agedgamer.com", true }, { "agefriendlyri.org", true }, @@ -8148,6 +7851,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agendas.tk", true }, { "agendaspectacles.fr", true }, { "agent-grow.com", true }, + { "agent-imobiliar.ro", true }, { "agent-ubezpieczeniowy.com.pl", true }, { "agentedebienes.com", true }, { "agenteit.com", true }, @@ -8161,6 +7865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agenziaimmobiliarezeta.it", true }, { "agenziapubblicitaria.milano.it", true }, { "agenziapubblicitaria.roma.it", true }, + { "agespisa.com.br", true }, { "agfmedia.com", true }, { "agg097.com", true }, { "agg66.com", true }, @@ -8168,6 +7873,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agg88.com", true }, { "agglo-sion.ch", true }, { "aggression.tk", true }, + { "aggressivecarwraps.com", true }, { "agh6p.com", true }, { "aghayeva-edler.de", true }, { "agiacleaning.co.za", true }, @@ -8250,7 +7956,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agnesk.blog", true }, { "agnosticism.tk", true }, { "agonswim.com", true }, - { "agonworks.com", true }, + { "agonworks.com", false }, { "agora-soft.cf", true }, { "agoravm.tk", true }, { "agoravox.fr", true }, @@ -8277,7 +7983,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agr.asia", true }, { "agrargruppe.tk", true }, { "agrekov.ru", true }, - { "agremo.com", true }, { "agreor.com", true }, { "agri-meet.com", true }, { "agrichamber.com.ua", true }, @@ -8287,7 +7992,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agripartner.fr", true }, { "agrippa.tk", true }, { "agriprofocus.com", true }, - { "agriquads.nl", true }, { "agro-dom.solutions", true }, { "agro-ferma.tk", true }, { "agro-forestry.net", true }, @@ -8301,6 +8005,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agroplas.cf", true }, { "agropool.tk", true }, { "agropotter.com.ua", true }, + { "agrotek.lt", true }, { "agroturismoenpanama.com", true }, { "agroxxi.ru", false }, { "agroyard.com.ua", true }, @@ -8339,10 +8044,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agyacht.club", true }, { "agzlapp.com", true }, { "ahawkesrealtors.com", true }, + { "ahc.fyi", true }, { "ahccorleone.tk", true }, { "ahcpr.gov", true }, { "ahd.com", false }, { "ahelos.tk", true }, + { "ahenkerp.com", true }, { "ahero4all.org", true }, { "ahfazahmed.net", true }, { "ahhcomfortshoes.com", true }, @@ -8388,6 +8095,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aibenzi.com", true }, { "aibiying.com", true }, { "aibsoftware.mx", true }, + { "aicamilwaukee.com", true }, { "aicevote.com", true }, { "aicfb.in", true }, { "aicial.co.uk", true }, @@ -8605,7 +8313,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "airpbx.com", true }, { "airplay-inflatable-hire.co.uk", true }, { "airplayradio.nl", true }, + { "airpoint-compressors.nl", true }, { "airport-charlotte.com", true }, + { "airportal.cn", true }, { "airpurifierproductsonline.com", true }, { "airrestoration.ch", true }, { "airseatac.net", true }, @@ -8634,6 +8344,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aisanity.com", true }, { "aisedomains.ga", true }, { "aisi316l.net", true }, + { "aisling.io", false }, + { "aissel.com", true }, { "aistockcharts.com", true }, { "aistrope.com", true }, { "ait.com.ar", true }, @@ -8688,6 +8400,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "akapumkin.com", true }, { "akasha.world", true }, { "akashdsouza.now.sh", true }, + { "akasora.com", true }, { "akawuifan.com", true }, { "akay.me", true }, { "akbam.co.uk", true }, @@ -8759,6 +8472,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aktivace.eu", true }, { "aktive-arbeitslose.at", true }, { "aktivierungscenter.de", true }, + { "aktivitetatil.com", true }, { "aktivterapi.dk", true }, { "aktuelleprospekte.at", true }, { "aktuellsakerhet.se", true }, @@ -8828,13 +8542,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alarna.de", true }, { "alas-negras.tk", true }, { "alasdelalma.com.co", true }, + { "alaskabuylocal.org", true }, { "alaskafishinglodges.net", true }, { "alaskajewelry.com", true }, { "alasta.info", true }, { "alastairs-place.net", true }, { "alatkesehatan.tk", true }, { "alaturkaonline.com", true }, - { "alauda-home.de", true }, { "alaundeil.xyz", true }, { "alaunus.com", true }, { "alb-flirt.de", true }, @@ -8862,6 +8576,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "albertforfuture.de", true }, { "albertify.xyz", true }, { "albertohurtado.fyi", true }, + { "albertonplumber.co.za", true }, { "albertonplumber24-7.co.za", true }, { "alberts-blatt.de", true }, { "albilaga.id", true }, @@ -8923,7 +8638,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alecrust.com", true }, { "aleftinka.tk", true }, { "alejandrophones.com.mx", true }, - { "alejarod.com", true }, { "alek.in", true }, { "aleksandar-vukmirovic.tk", true }, { "aleksanders.tk", true }, @@ -8934,6 +8648,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alenaserezhina.cf", true }, { "alendronate.gq", true }, { "alentadoras.com", true }, + { "alenwich.com", true }, { "aleph.land", true }, { "alerbon.net", true }, { "alertboxx.com", true }, @@ -8970,6 +8685,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alexandraandnicolay.com", true }, { "alexandraschmidt.coach", true }, { "alexandrastorm.com", true }, + { "alexandrastrauss.fr", true }, { "alexandreguarita.com.br", true }, { "alexandremottier.tk", true }, { "alexandrepedrosa.com", true }, @@ -8978,6 +8694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alexbaker.org", true }, { "alexberts.ch", true }, { "alexbresnahan.com", true }, + { "alexcl.com", true }, { "alexcoman.com", true }, { "alexcpp.tk", true }, { "alexdaniel.org", true }, @@ -9057,6 +8774,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alfred-figge.de", true }, { "alfredapp.com", true }, { "alftrain.com", true }, + { "algarize.com", true }, { "algarmatic-automatismos.pt", true }, { "algbee.com", true }, { "algebra-quiz.com", true }, @@ -9069,11 +8787,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "algoentremanos.com", true }, { "algofactory.de", true }, { "algolia.com", true }, + { "algopix.com", true }, { "algorithmic.ml", true }, { "algorithmofsuccess.com", true }, { "algoritmus-uspechu.cz", true }, { "algoritmususpechu.cz", true }, { "algustionesa.com", true }, + { "alhomaidani.com", true }, { "alhost.ml", true }, { "alhs-archives.com", true }, { "aliamex.com", true }, @@ -9096,12 +8816,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alicialab.org", true }, { "aliefirfany.com", true }, { "alieke.design", true }, - { "alien6.com", true }, + { "alien.bz", true }, { "alienation.biz", false }, { "alienflight.com", true }, { "alieninvasion.fun", true }, { "alienslab.net", true }, { "alienstat.com", true }, + { "aliexfantaisies.com", true }, { "alifeadjacent.com", true }, { "alighierirescaldina.it", true }, { "alignrs.com", true }, @@ -9119,6 +8840,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alineonline.tk", true }, { "alinmaacademy.com", false }, { "alinode.com", true }, + { "alinol.com", true }, { "aliorange.com", true }, { "alireza2love.tk", true }, { "alirezahesari.com", true }, @@ -9126,7 +8848,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alishanova.tk", true }, { "alisondavenport.ga", true }, { "alisondemarco.com", true }, - { "alisonisrealestate.com", true }, { "alisonlitchfield.com", true }, { "alisonmcalpine.com", true }, { "alisstyle.tk", true }, @@ -9213,6 +8934,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allemoz.fr", true }, { "allenarchive.com", true }, { "allensun.org", true }, + { "allenturley.com", true }, { "allenwillis.ga", true }, { "allergento.shop", true }, { "allergyweb.ga", true }, @@ -9229,6 +8951,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allgadgetsfree.tk", true }, { "allgaragefloors.com", true }, { "allgemeinarzt-wenta-bralla.de", true }, + { "allgolfreviews.com", true }, { "allgosts.ru", true }, { "allgrass.net", true }, { "allgreenturf.com.au", true }, @@ -9304,6 +9027,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allsearch.io", true }, { "allseasons-cleaning.co.uk", true }, { "allseasonswaterproofing.com", true }, + { "allshopbiz.com", true }, { "allsoulinc.com", true }, { "allsoulmobile.com", true }, { "allsoultech.com", true }, @@ -9334,7 +9058,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alluremedicalaesthetic.com", true }, { "allurescarves.com", true }, { "alluvion.studio", true }, - { "allvips.ru", false }, { "allvitalconstruction.com", true }, { "allweatherlandscaping.net", true }, { "allwebtuts.com", true }, @@ -9357,7 +9080,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "almeeraloyalty.com", true }, { "almenrausch-pirkhof.de", true }, { "almi.cz", true }, - { "almiriatechstore.co.ke", true }, { "almlab.tk", true }, { "almorafestival.com", true }, { "almosis.tk", true }, @@ -9367,7 +9089,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "almusbahperfume.com", true }, { "almut-zielonka.de", true }, { "almx.net", true }, - { "alnavedic.co.in", true }, { "alng.me", true }, { "alnitech.com", false }, { "alocato.com", true }, @@ -9380,7 +9101,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alomch.gq", true }, { "alonas.cf", true }, { "alonas.ga", true }, - { "alonas.gq", true }, { "alonas.tk", true }, { "alonetone.com", true }, { "alonsoluzgas.es", true }, @@ -9413,6 +9133,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alphabouncycastles.co.uk", true }, { "alphabytes.uk", false }, { "alphachat.net", true }, + { "alphacomputersllc.com", true }, { "alphaconsult.sk", false }, { "alphaconvites.com.br", true }, { "alphadefense.co.za", true }, @@ -9434,6 +9155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alpharotary.com", true }, { "alphasall.com", true }, { "alphasib.ru", true }, + { "alphasoft-i.net", true }, { "alphassl.de", true }, { "alphatrash.de", true }, { "alphazure.co.uk", true }, @@ -9484,6 +9206,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "altaizemlya.tk", true }, { "altapina.com", false }, { "altaplana.be", true }, + { "altawfer.com", true }, { "altaynews.kz", true }, { "altdforyou.tk", true }, { "alteah.com", true }, @@ -9492,7 +9215,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alteiria.fr", true }, { "alter-news.fr", true }, { "alteralife.eu", true }, - { "alteraro.org", true }, { "altered.network", true }, { "altered.si", true }, { "alterego.tk", true }, @@ -9525,6 +9247,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "altieresgomes.com.br", true }, { "altijdleroy.nl", true }, { "altijdleroy.online", true }, + { "altimari.net", true }, { "altinea.fr", true }, { "altinopoliscervejaria.com.br", true }, { "altisdev.com", true }, @@ -9591,6 +9314,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alwayswanderlust.com", true }, { "alxlegal.com", true }, { "alxu.ca", true }, + { "alykkelife.com", true }, { "alyoung.com", true }, { "alza.at", true }, { "alza.co.uk", true }, @@ -9628,6 +9352,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "am9588.com", true }, { "ama.ne.jp", true }, { "amaabjj.com", true }, + { "amabiligranilhas.com", true }, { "amadeusproject.cf", true }, { "amadin.tk", true }, { "amadoraslindas.com", true }, @@ -9636,6 +9361,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amaforro.com", true }, { "amagdic.com", true }, { "amagical.net", false }, + { "amaismarket.com.br", true }, { "amaiz.com", true }, { "amal2019.com", true }, { "amalbansode.com", true }, @@ -9705,6 +9431,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ambicorpenergy.com", true }, { "ambicorprealestate.com", true }, { "ambiente.one", true }, + { "ambion.am", true }, { "ambiq.nl", true }, { "ambouncyhire.com", true }, { "ambra.net.au", true }, @@ -9759,8 +9486,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "americanhoneyproducers.org", true }, { "americanindiancoc.org", false }, { "americanindiannursing.com", true }, + { "americanitpartners.com", true }, { "americankickoff.ga", true }, { "americanmediainstitute.com", true }, + { "americanpop.be", true }, { "americanreservations.us", true }, { "americans.cam", true }, { "americanstrategic.com", true }, @@ -9796,9 +9525,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ameza.net", true }, { "amf.to", true }, { "amfora.gq", true }, - { "amforst-ha.ddns.net", true }, { "amforst.ddns.net", true }, { "amg-microwave.com", true }, + { "amgreatness.com", true }, { "amh-entertainments.co.uk", true }, { "ami-de-bastanes.fr", true }, { "amianto.roma.it", true }, @@ -9827,11 +9556,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amirasyraf.com", true }, { "amirautos.com", false }, { "amirmahdy.com", true }, - { "amirsabetketabchi.com", true }, { "amiserver.de", true }, { "amisharingstuff.com", true }, { "amisoft.tk", true }, { "amissing.link", true }, + { "amithvijayan.in", true }, { "amitpatra.com", false }, { "amitt.ga", true }, { "amiu.org", true }, @@ -10002,6 +9731,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anaxios.ga", true }, { "anayarealm.com", true }, { "anblife.com", true }, + { "ancarda.net", true }, { "ance.lv", false }, { "ancel.io", true }, { "ancestramil.fr", true }, @@ -10046,6 +9776,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "andrea-kiaora.de", true }, { "andrea-m.me", true }, { "andrea-wirthensohn.at", false }, + { "andreaalloway.com", true }, { "andreaassenti.it", true }, { "andreaboero.it", true }, { "andreadraghetti.it", true }, @@ -10147,7 +9878,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "androidzone.me", true }, { "andromeda.se", true }, { "andromedacenter.com", true }, - { "andronika.net", false }, { "androtix.com", true }, { "androtiyas.com", true }, { "andruvision.cz", true }, @@ -10192,6 +9922,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "angelesverdes.org", true }, { "angelesydemonios.es", true }, { "angeletakis.net", true }, + { "angelic47.com", true }, { "angelicare.co.uk", true }, { "angelicsphynx.tk", true }, { "angelikaclothing.com", true }, @@ -10237,9 +9968,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "angrysnarl.com", true }, { "angryteeth.net", true }, { "angular-js.ga", true }, + { "angular-software.at", true }, { "angularjs.org", false }, { "angusandperthpgl.tk", true }, { "anhaffen.lu", true }, + { "anhcuti.com", true }, { "anhqv.es", true }, { "anhui30019.com", true }, { "ani-man.de", true }, @@ -10259,6 +9992,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "animalcrossingwiki.de", true }, { "animaletnous.be", true }, { "animalliberation.tk", true }, + { "animalplanet.tech", true }, { "animalstropic.com", true }, { "animaltesting.fr", true }, { "animalworld.club", true }, @@ -10275,7 +10009,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anime.my", false }, { "anime1.me", true }, { "anime1.moe", true }, - { "anime1.pw", true }, { "anime1.top", true }, { "animeai.com", true }, { "animebase.me", true }, @@ -10320,6 +10053,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anitube.ch", true }, { "anivar.net", true }, { "aniviasport.store", true }, + { "aniwatch.me", true }, { "aniwhen.com", true }, { "anjaamelia.com", true }, { "anjara.eu", true }, @@ -10329,6 +10063,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ankaraevdenevenakliyat.name.tr", true }, { "ankarakurumsalwebtasarim.com", true }, { "ankaraotokiralama.tk", true }, + { "ankaraprofesyonelwebtasarim.com", true }, { "ankaraseo.name.tr", true }, { "ankarauzmanlarnakliyat.com", true }, { "ankitha.in", true }, @@ -10346,6 +10081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anleitung-zum-toepfern.de", true }, { "anlene.com", true }, { "anlikhaber.tk", true }, + { "anlitas.se", true }, { "anmelden.io", true }, { "anmolnayyar.com", true }, { "anna-beauty.gq", true }, @@ -10364,7 +10100,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anne-marie.tk", true }, { "annebacarat.fr", true }, { "annedaniels.co.uk", true }, - { "anneeden.de", true }, { "annejan.com", true }, { "anneliesonline.nl", true }, { "annema.biz", true }, @@ -10395,6 +10130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "annunciationbvmchurch.org", true }, { "annynantasiri.com", true }, { "anodas.lt", true }, + { "anohana.org", true }, { "anojan.com", true }, { "anomaly.tk", true }, { "anon-next.de", true }, @@ -10428,11 +10164,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anothermilan.net", true }, { "anothermusic.tk", true }, { "anothervps.com", true }, + { "anoujaa.com", true }, { "anouncer.ga", true }, { "anowicki.pl", true }, { "anpaju.gq", true }, { "anquankongjian.com", true }, { "ans-ge.ch", false }, + { "ans-solutions.com", true }, { "ansas.eu", true }, { "ansas.net", true }, { "ansdell.net", true }, @@ -10440,6 +10178,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ansermet.net", false }, { "ansgar-sonntag.de", true }, { "ansgar.tk", true }, + { "ansgarscheffold.com", true }, { "ansgarsonntag.de", true }, { "anshar.eu", true }, { "ansibeast.net", true }, @@ -10448,6 +10187,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anstaskforce.gov", true }, { "answerconnect.com", true }, { "answerforce.com", true }, + { "answering365.com", true }, { "answernow.cf", true }, { "answers-online.ru", true }, { "answersreviews.com", true }, @@ -10469,6 +10209,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antecim.fr", true }, { "antelope.ai", true }, { "antena.ga", true }, + { "antenadorada.com", true }, { "antenna-lyubertsy.cf", true }, { "antennajunkies.com", true }, { "antennista.bari.it", true }, @@ -10574,7 +10315,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antivirus.directory", true }, { "antivirusprotection.reviews", true }, { "antizon.net", true }, - { "antocom.com", true }, { "antocom.ru", true }, { "antoga.eu", true }, { "antoinedeschenes.com", true }, @@ -10588,10 +10328,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antonin.one", true }, { "antoninocardillo.com", true }, { "antonio-gartenbau.de", false }, + { "antoniojr.adv.br", true }, { "antonioordonez.es", true }, { "antoniotirado.com", true }, { "antonjuulnaber.dk", true }, - { "antonmcclure.com", true }, { "antonoff.tk", true }, { "antonok.com", true }, { "antonygeorge.tk", true }, @@ -10614,6 +10354,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anuncioacompanhantes.com", true }, { "anunciosbolivia.com", true }, { "anunturitv.ro", true }, + { "anvil.ac", true }, { "anwalt.us", true }, { "anwaltsindex.com", true }, { "anwarverdict.ml", true }, @@ -10643,11 +10384,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anytimeoffices.ga", true }, { "anytimesewerrepair.com", true }, { "anyways.at", true }, + { "anywhereworks.com", true }, { "anzacparkeast.com", true }, { "anzahcraft.de", true }, { "anzalikala.com", true }, { "anzeiger.ag", true }, { "anzheadachesociety.org", true }, + { "anzimatech.com", true }, { "ao-dev.com", true }, { "ao2.it", true }, { "ao3-cn.top", true }, @@ -10660,7 +10403,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aobogo.com", true }, { "aod-tech.com", true }, { "aoe9.com", true }, - { "aoeuaoeu.com", true }, { "aofusa.net", true }, { "aoicollege.edu", true }, { "aoicprobationil.gov", true }, @@ -10675,7 +10417,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aopedeure.nl", true }, { "aopsy.de", true }, { "aori.com", true }, - { "aorosora.com", false }, + { "aorosora.com", true }, { "aosc.io", false }, { "aostacarnavals.it", true }, { "aotearoa.maori.nz", true }, @@ -10721,6 +10463,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apertis.org", false }, { "aperto-nota.fr", true }, { "aperture-science.net", true }, + { "aperture.gr", true }, { "apertureimaging.com", true }, { "aperturelabs.tk", true }, { "aperturesciencelabs.de", true }, @@ -10775,6 +10518,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apk.li", true }, { "apk4fun.com", true }, { "apkclash.com", true }, + { "apkdv.com", false }, + { "apkfame.com", true }, + { "apkmaze.com", true }, { "apkmody.io", true }, { "apkoyunlar.club", true }, { "apkpokemongo.ga", true }, @@ -10801,6 +10547,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apod.ml", true }, { "apogaea.com", true }, { "apogeephoto.com", true }, + { "apoiocoletivo.com", true }, { "apokalipsis.tk", true }, { "apollochiropractor.com", true }, { "apollonas.tk", true }, @@ -10825,9 +10572,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apotheke55.de", true }, { "apothekeonline.tk", true }, { "app", true }, - { "app-2132.com", true }, - { "app-2138.com", true }, - { "app-6132.com", true }, { "app-at.work", true }, { "app-scantech.com", true }, { "app-scope.com", true }, @@ -10837,18 +10581,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "app.yinxiang.com", false }, { "app00228.com", true }, { "app11018.com", true }, - { "app2132.com", true }, - { "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 }, - { "app7337.com", true }, { "app77018.com", true }, { "appagility.co.nz", true }, { "appapi.link", true }, @@ -10888,7 +10623,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "applemon.net", true }, { "applemon.org", true }, { "appleoosa.com", true }, - { "appleranch.com", true }, { "applesencia.com", true }, { "applet.cyou", true }, { "appletree.is", true }, @@ -10924,7 +10658,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "approval-workflow.com", true }, { "approvedtreecare.com", true }, { "apps-cart.com", true }, - { "apps.co", true }, { "apps.facebook.com", false }, { "apps.fedoraproject.org", true }, { "apps.stg.fedoraproject.org", true }, @@ -10967,6 +10700,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apsb.cz", true }, { "apse.ga", true }, { "apsnewcastle.com", true }, + { "apsrustandtint.com", true }, { "apstudynotes.org", true }, { "apt-one.com", true }, { "aptctg.com", false }, @@ -10982,9 +10716,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apv-ollon.ch", true }, { "apviz.io", true }, { "apyha.com", true }, + { "aqalat.com.sa", true }, { "aqarategypt.com", true }, + { "aqarbab.com", true }, { "aqdun.com", true }, - { "aqilacademy.com.au", true }, { "aqlami.net", true }, { "aqlivia.com", true }, { "aqqrate.com", true }, @@ -11105,6 +10840,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "archbishop.ga", true }, { "arche.es", true }, { "archeologicatoscana.it", true }, + { "archeologiegorinchem.com", true }, + { "archerlong.com", true }, + { "archerlongx.com", true }, + { "archerxlong.com", true }, { "archframe.net", true }, { "archi.net.tw", true }, { "archim.org.uk", true }, @@ -11266,7 +11005,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ariyaoil.ir", true }, { "arizonaautomobileclub.com", true }, { "arizonabondedtitle.com", true }, - { "arizonahomeownerinsurance.com", true }, { "arjan.nl", true }, { "arjandejong.eu", true }, { "arjanenthijs.nl", true }, @@ -11296,7 +11034,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arksan.com.tr", true }, { "arktalentsolutions.com.mx", true }, { "arkulagunak.com", false }, - { "arlaperu.com", true }, { "arlatools.com", true }, { "arlen.tv", true }, { "arlenarmageddon.com", true }, @@ -11313,7 +11050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "armageddonstuff.com", true }, { "armandocorazones.tk", true }, { "armandsdiscount.com", true }, - { "armanet-promotion.fr", true }, { "armanozak.com", true }, { "armansfinejewellery.com.au", true }, { "armazemdaminiatura.com.br", true }, @@ -11335,6 +11071,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "armorsoft.fr", true }, { "armourroofinc.com", true }, { "armpads.nl", true }, + { "armpension.com", true }, { "armstrongsengineering.com", true }, { "armtopnews.tk", true }, { "army24.cz", true }, @@ -11410,7 +11147,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arquitetura.pt", true }, { "arrakis.se", true }, { "arrangeyour.com", true }, - { "arrasdelucia.com", true }, { "arraudi.be", true }, { "arraudi.eu", true }, { "arrazane.com.br", true }, @@ -11494,10 +11230,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artgranit.tk", true }, { "arthan.me", true }, { "arthermitage.org", true }, + { "arthousecarousel.co.uk", true }, { "arthritisrheumaticdiseases.com", true }, { "arthrosis.ml", true }, { "arthur.cn", true }, { "arthurdejong.org", true }, + { "arthurdev.cf", true }, { "arthurlaw.ca", true }, { "arthurlewis.me", true }, { "arthurmelo.com", false }, @@ -11527,7 +11265,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artionet.ch", true }, { "artis-game.net", true }, { "artisan-cheminees-poeles-design.fr", false }, - { "artisan-emmanuel.fr", true }, { "artisanhd.com", false }, { "artisans-libres.com", false }, { "artisansofsleep.com", true }, @@ -11576,6 +11313,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artsmarket.ca", true }, { "artspac.es", true }, { "arttel-media.ru", true }, + { "arturgaweda.de", true }, { "arturopinto.com.mx", true }, { "arturrossa.de", true }, { "arturszalak.com", true }, @@ -11592,6 +11330,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arubasunsetbeach.com", true }, { "arufu.dk", true }, { "arunjoshua.com", true }, + { "aruo.net", true }, { "arveron.ch", false }, { "arvid.io", true }, { "arviksa.co.uk", true }, @@ -11605,6 +11344,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arx8x.net", true }, { "arxcs.com", true }, { "aryabusines.com", true }, + { "aryacollege.me", true }, { "aryalaroca.de", true }, { "aryan-nation.com", true }, { "aryani-fitriana.tk", true }, @@ -11612,6 +11352,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aryasenna.net", true }, { "arzid.com", true }, { "arzinfo.pw", true }, + { "arztpraxis-kubalok.de", true }, + { "as-kapmea-mark-swissbear.azurewebsites.net", true }, { "as200753.com", true }, { "as200753.net", true }, { "as204982.net", true }, @@ -11665,8 +11407,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asciitable.tips", true }, { "asciiwwdc.com", true }, { "ascolympia.nl", true }, + { "ascormovies.com", true }, { "ascpaphilatelie.eu", true }, { "asd.gov.au", false }, + { "asdainfomanager.co.uk", true }, { "asdchieti.tk", true }, { "asdf.one", true }, { "asdwfwqd.com", true }, @@ -11694,6 +11438,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ashd2.goip.de", true }, { "ashd3.goip.de", true }, { "ashenm.ml", true }, + { "asher.cloud", true }, + { "asher.tools", true }, { "ashessin.com", true }, { "ashevillemenshealth.com", true }, { "ashimwe.com", true }, @@ -11748,9 +11494,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asitanc.com", true }, { "asitanc.cz", true }, { "ask.fi", true }, - { "ask.pe", true }, { "ask.stg.fedoraproject.org", true }, { "ask1.org", true }, + { "askawayhealth.org", true }, { "askcaisse.com", true }, { "askcascade.com", true }, { "asker-massasje.no", true }, @@ -11765,6 +11511,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "askme-events.vip", false }, { "askme-fast.tk", true }, { "askme24.de", true }, + { "askmetutoring.com", true }, + { "asko.ee", true }, { "asktanzania.com", true }, { "askvg.com", true }, { "askwhy.cz", true }, @@ -11849,6 +11597,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "assistenzaferrodastiro.org", true }, { "assistenzafrigorifero.org", true }, { "assistenzamicroonde.org", true }, + { "assisteu.eu", true }, { "associate.today", true }, { "associatedwomenshealthcare.com", true }, { "associationguillaume.com", true }, @@ -11884,7 +11633,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asterix-obelix.ga", true }, { "asthenisusa.com", true }, { "asthma-explained.com", true }, - { "asthma-uk.co.uk", true }, { "astiamministrazioni.it", true }, { "asticon.de", true }, { "astifan.online", true }, @@ -11905,7 +11653,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "astrath.net", true }, { "astrea-voetbal-groningen.nl", true }, { "astro4u.tk", true }, - { "astroalloys.com.au", true }, { "astrociencia.tk", true }, { "astrogate.tk", true }, { "astrogift.cf", true }, @@ -11923,6 +11670,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "astrology42.com", true }, { "astrologywizard.com", true }, { "astrolojiyorumcusu.com", true }, + { "astroluxe.io", true }, { "astrong.pl", true }, { "astronomija.cf", true }, { "astronomija.tk", true }, @@ -11965,7 +11713,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "at5.nl", true }, { "at7s.me", true }, { "atab.se", true }, + { "atabekkoleji.k12.tr", true }, { "ataber.pw", true }, + { "ataclogistics.com", true }, { "atafu-village.tk", true }, { "atahualpa.com", true }, { "atakac.com", true }, @@ -11975,6 +11725,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ataton.ch", false }, { "atayia.com", true }, { "atbwebservices.co.uk", true }, + { "atc-fr.com", true }, { "atc.cuneo.it", true }, { "atchleyjazz.com", true }, { "atchleyjazz.org", true }, @@ -12090,6 +11841,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atlas-staging.ml", true }, { "atlasauthority.com", true }, { "atlasbrown.com", true }, + { "atlascloud.cn", true }, { "atlascoffeeclub.com", true }, { "atlascultural.com", true }, { "atlasdev.nl", true }, @@ -12131,6 +11883,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aton-ensemble.tk", true }, { "atope.art", true }, { "atopy-sendai.com", true }, + { "atozeventrentalsofpa.com", true }, { "atpeacerealty.com", true }, { "atplastics.vn", true }, { "atplonline.co", true }, @@ -12191,6 +11944,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "au2pb.net", true }, { "au2pb.org", true }, { "aube.kr", true }, + { "aubepine-restaurant.com", true }, { "aubergegilly.ch", false }, { "aubg.org", false }, { "aubio.org", true }, @@ -12425,8 +12179,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autodalmacija.com", true }, { "autodemolizioni.roma.it", true }, { "autodidactic.ai", true }, - { "autodidacticstudios.com", false }, - { "autodidacticstudios.net", false }, + { "autodidacticstudios.com", true }, + { "autodidacticstudios.net", true }, { "autodidacticstudios.org", true }, { "autodius.com", true }, { "autoecoledumontblanc.com", true }, @@ -12436,7 +12190,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autofficina.roma.it", true }, { "autofinancing.ga", true }, { "autoglass.com.my", true }, - { "autohomehub.com", true }, { "autohut.ca", true }, { "autoi.ch", true }, { "autoinsurancehavasu.com", true }, @@ -12592,6 +12345,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avarty.com", true }, { "avastantivirus.ro", true }, { "avatardiffusion.com", true }, + { "avatype.ir", true }, { "avcilarescort.com", true }, { "avclub.com", true }, { "avdagic.net", true }, @@ -12603,7 +12357,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avelinodiaz.gal", true }, { "avengersonline.ml", true }, { "avengersonlinemovie.ga", true }, - { "aventurasnorowa.com", true }, { "avenuedesbebes.com", true }, { "avepol.cz", true }, { "avepol.eu", true }, @@ -12759,6 +12512,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "awsbs.de", true }, { "awscloudrecipes.com", true }, { "awsl.blog", true }, + { "awsl.tech", true }, { "awsl.wtf", true }, { "awsmdev.de", true }, { "awsnuke.com", true }, @@ -12777,7 +12531,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "axel-fischer.net", true }, { "axel-fischer.science", true }, { "axel-voss.eu", false }, - { "axel.red", true }, { "axelname.ru", true }, { "axelr.me", true }, { "axelteichmann.net", true }, @@ -12804,6 +12557,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "axre.de", true }, { "axrec.de", true }, { "axton.ink", false }, + { "axtudo.com", true }, { "axtux.tk", true }, { "axxa.one", true }, { "axxial.tk", true }, @@ -12823,7 +12577,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aykutcevik.com", true }, { "aylak.com", true }, { "aylesburycastlehire.co.uk", true }, - { "ayltoninacio.com.br", true }, { "aymerick-dupouey.fr", true }, { "aymerick.fr", true }, { "aymericlagier.com", true }, @@ -12860,7 +12613,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "azarweb.tk", true }, { "azazy.net", false }, { "azcensus2020.gov", true }, - { "azenot.com", false }, { "azeriland.tk", true }, { "azerinews.ga", true }, { "azerinews.tk", true }, @@ -12936,23 +12688,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b0hr.ai", true }, { "b0k.org", true }, { "b0rk.com", true }, + { "b0x0.com", true }, { "b1111.co", true }, { "b131000.com", true }, + { "b1758.com", true }, { "b1c1l1.com", true }, { "b1nzy-pinged.me", true }, { "b1rd.tk", true }, { "b2222.co", true }, - { "b23-tv.tk", true }, { "b24.pt", true }, + { "b2b-leads.nl", true }, { "b2b-nestle.com.br", true }, { "b2bmuzikbank.com", true }, { "b3.nu", true }, { "b303.me", true }, { "b3101.com", true }, { "b3103.com", true }, - { "b3177.com", false }, { "b31aa.com", true }, - { "b31bb.com", true }, { "b31cc.com", true }, { "b31dd.com", true }, { "b31ee.com", true }, @@ -12961,16 +12713,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b3391.com", true }, { "b3392.com", true }, { "b33app.com", true }, - { "b36510.com", false }, - { "b36513.com", false }, - { "b36516.com", false }, - { "b36517.com", false }, - { "b36518.com", false }, { "b36519.com", false }, { "b36520.com", false }, - { "b365cc.com", false }, { "b365h.com", false }, - { "b365k.com", false }, { "b3collections.com", true }, { "b3pacific.com", true }, { "b422edu.com", true }, @@ -12981,12 +12726,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b4tech.eu", true }, { "b4z.eu", true }, { "b5197.co", true }, - { "b538.com", true }, - { "b5706.com", false }, - { "b5708.com", false }, - { "b5709.com", false }, - { "b57bb.com", false }, - { "b57cc.com", false }, + { "b5289.net", true }, { "b5901.com", true }, { "b5902.com", true }, { "b5903.com", true }, @@ -12997,6 +12737,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b5908.com", true }, { "b5909.com", true }, { "b5910.com", true }, + { "b5989.com", true }, { "b5dev.com", true }, { "b61688.com", true }, { "b62102.com", true }, @@ -13032,10 +12773,7 @@ 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 }, { "b67802.com", true }, { "b67803.com", true }, @@ -13065,9 +12803,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b70773.com", true }, { "b70774.com", true }, { "b70775.com", true }, - { "b70881.com", true }, - { "b70882.com", true }, - { "b70883.com", true }, { "b70884.com", true }, { "b70885.com", true }, { "b70991.com", true }, @@ -13081,36 +12816,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b73app.com", true }, { "b73bb.com", true }, { "b73dd.com", true }, - { "b7501.com", false }, - { "b7502.com", false }, - { "b7503.com", false }, - { "b7506.com", false }, - { "b7507.com", false }, - { "b7508.com", false }, - { "b7509.com", false }, { "b767.net", true }, { "b77018.com", true }, { "b789.co", true }, { "b81365.com", true }, { "b82365.com", true }, - { "b83.tv", false }, - { "b83aa.com", false }, - { "b83bb.com", false }, - { "b83cc.com", false }, - { "b83dd.com", false }, - { "b83ee.com", false }, - { "b83ff.com", false }, - { "b83gg.com", false }, - { "b83hh.com", false }, - { "b83ii.com", false }, - { "b83jj.com", false }, - { "b83kk.com", false }, { "b86255.com", true }, { "b8831.com", true }, - { "b886666.com", true }, { "b889b.com", true }, { "b88cc.com", false }, - { "b88ee.com", false }, { "b88vip1.com", true }, { "b88vip10.com", true }, { "b88vip2.com", true }, @@ -13121,26 +12835,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b88vip7.com", true }, { "b88vip8.com", true }, { "b88vip9.com", true }, - { "b899365.com", true }, - { "b89aa.com", false }, - { "b89bb.com", false }, - { "b89cc.com", false }, - { "b89dd.com", false }, - { "b89ee.com", false }, { "b89ff.com", true }, { "b89gg.com", true }, { "b89hh.com", true }, - { "b89ii.com", false }, - { "b89jj.com", false }, { "b8a.me", true }, { "b9168.com", true }, { "b91688.com", true }, { "b9297.co", true }, + { "b9453.com", true }, + { "b9498.com", true }, + { "b9528.net", true }, { "b9586.net", true }, { "b9588.net", true }, { "b95888.net", true }, { "b9589.net", true }, - { "b9618.com", true }, + { "b9658.com", true }, { "b96899.com", true }, { "b9728.co", true }, { "b979333.com", true }, @@ -13185,7 +12894,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b99718.com", true }, { "b9973.com", true }, { "b9976.com", true }, - { "b9980.com", true }, { "b99818.com", true }, { "b99881.com", true }, { "b99882.com", true }, @@ -13193,7 +12901,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b99885.com", true }, { "b99886.com", true }, { "b99918.com", true }, - { "b9999jj.com", true }, { "b9999oo.com", true }, { "b9999pp.com", true }, { "b9999tt.com", true }, @@ -13205,6 +12912,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baac-dewellmed.com", true }, { "baalsworld.de", true }, { "baanpingchan.com", true }, + { "baaradvies.nl", true }, { "baas-becking.biology.utah.edu", true }, { "baazee.de", true }, { "babacasino.net", true }, @@ -13238,11 +12946,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baby-skin-care.ga", true }, { "babyandchild.ae", true }, { "babyappear.com", true }, + { "babybauch-shooting-muenchen.de", true }, { "babybedding.com", true }, { "babyboom.pl", true }, { "babybuddah.ga", true }, { "babybunnypictures.tk", true }, { "babyfotograf-schweiz.ch", true }, + { "babygearessentials.com", true }, { "babygender.info", true }, { "babygirlholidaydresses.tk", true }, { "babylontraffic.com", true }, @@ -13333,6 +13043,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bad-wurzach.de", true }, { "bad.horse", true }, { "bad.pet", true }, + { "bad.spdns.de", true }, { "badaa.info", true }, { "badam.co", true }, { "badanteinfamiglia.it", true }, @@ -13377,6 +13088,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baer.one", true }, { "baer.space", true }, { "bafus.ru", true }, + { "bafwsprod-bafwsprodnew.azurewebsites.net", true }, { "bag.bg", true }, { "bageez.us", true }, { "bagelcraft.net", true }, @@ -13419,7 +13131,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baildonbouncycastles.co.uk", true }, { "baildonhottubs.co.uk", true }, { "baileebee.com", true }, - { "baileybae.com", true }, { "bailleux.be", true }, { "bailonga.com", true }, { "bairrosonline.com", true }, @@ -13490,6 +13201,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "balerma.tk", true }, { "balia.de", true }, { "balicekzdravi.cz", false }, + { "balicyclingtours.id", true }, { "balikonos.cz", true }, { "balilingo.ooo", false }, { "balinese.dating", true }, @@ -13545,7 +13257,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "balticnetworks.com", true }, { "baltimorecashflow.com", true }, { "baltimoreroofingservices.com", true }, + { "bamaagahi.ir", true }, { "bamahammer.com", true }, + { "bamaland.org", true }, { "bamboehof.nl", true }, { "bambooforest.nl", true }, { "bamboorelay.com", true }, @@ -13589,13 +13303,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bandiga.it", true }, { "bandito.re", true }, { "bandnames.tk", true }, - { "bandolino-bewind.nl", false }, + { "bandolino-bewind.nl", true }, { "bandolino.nl", true }, { "bandvideos.tk", true }, { "bandymasarna.tk", true }, { "baneh-academic.com", true }, { "banerka.tk", true }, { "banes.ch", true }, + { "banffcanmorespeedskating.ca", true }, { "banfun.org", true }, { "bangdream.ga", true }, { "bangim.co.il", true }, @@ -13701,6 +13416,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "barbe-n-blues.fr", true }, { "barbiecollectorjapan.ga", true }, { "barbiere.it", true }, + { "barbonnetje.nl", true }, { "barbosha.ru", true }, { "barbu.family", true }, { "barburas.com", true }, @@ -13734,13 +13450,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bariumoxide.com", true }, { "barkerjr.xyz", true }, { "barkingaboutbusiness.com", true }, + { "barkingmadpetproducts.co.za", true }, { "barkingspidersaspets.com", true }, { "barkstop.net", true }, { "barlex.pl", true }, { "barlotta.net", true }, { "barnabycolby.io", true }, - { "barnakstudio.com", true }, - { "barnakstudio.ir", true }, { "barnaul-altai.tk", true }, { "barneveldcentrum.nl", true }, { "barneydavey.com", true }, @@ -13760,6 +13475,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "barracuda.blog", true }, { "barracuda.com.tr", true }, { "barrancos.tk", true }, + { "barratelecom.com", true }, { "barrera.io", true }, { "barriofut.com", true }, { "barrioitalia.com", true }, @@ -13832,6 +13548,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bashstreetband.co.uk", true }, { "bashtel.tk", true }, { "basic.is", true }, + { "basicamente.digital", false }, { "basicapparel.de", true }, { "basicattentiontoken.org", true }, { "basicguitarlessons.com", true }, @@ -13867,7 +13584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bassys.com.co", true }, { "bastawholesale.com", true }, { "bastelstu.be", true }, - { "bastelzauberwelt.de", true }, + { "bastelzauberwelt.de", false }, { "bastiaanbosch.com", true }, { "bastide-viens.com", true }, { "bastionadvokat.ml", true }, @@ -13931,7 +13648,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baumkuchen-aus-dresden.de", true }, { "baur.de", true }, { "bausep.de", true }, - { "bauservice-aluminium.eu", true }, { "bausparkassen.tk", true }, { "bauthier-occasions.be", false }, { "bautied.de", true }, @@ -13946,6 +13662,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bayalubirugali.com", true }, { "bayanbennett.com", true }, { "bayareaenergyevents.com", true }, + { "bayareagynecology.com", true }, { "bayden.com", true }, { "bayer-stefan.com", true }, { "bayer-stefan.de", true }, @@ -13978,7 +13695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bazaarbhaav.com", true }, { "bazaarcompass.com", true }, { "bazaart.me", true }, - { "bazaclub.ru", true }, + { "bazaclub.ru", false }, { "bazar-online.tk", true }, { "bazar-pc.tk", true }, { "bazari.com.pl", true }, @@ -13997,10 +13714,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bb087.com", true }, { "bb168.cc", true }, { "bb2-group.com", true }, - { "bb211.com", false }, - { "bb221.com", false }, { "bb30019.com", true }, - { "bb321.com", false }, { "bb37roma.it", true }, { "bb5197.co", true }, { "bb6729.co", true }, @@ -14039,6 +13753,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bblove.me", true }, { "bblsa.ch", false }, { "bbmagnagrecia.it", true }, + { "bbmassageandfloat.com", true }, { "bbnx.net", true }, { "bbqs-algarve.com", true }, { "bbrigittae.hu", true }, @@ -14055,7 +13770,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bbwsexclips.com", true }, { "bbwteens.org", true }, { "bbxin9.net", true }, - { "bbyouthco.com", true }, { "bc-bd.org", false }, { "bc-diffusion.com", true }, { "bcabs.com", true }, @@ -14073,7 +13787,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bck-lelystad.nl", true }, { "bckaccompressoroz.com", true }, { "bclogandtimberbuilders.com", true }, - { "bclrk.us", true }, { "bcmainland.ca", true }, { "bcmguide.com", true }, { "bcmhire.co.uk", true }, @@ -14112,6 +13825,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "be-ka-tec.de", true }, { "be-real.life", false }, { "be-up-developpement.com", true }, + { "be-webdesign.com", true }, { "be.ax", true }, { "be.gy", true }, { "be.search.yahoo.com", false }, @@ -14120,6 +13834,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "be9418.info", true }, { "be9418.net", true }, { "be9418.org", true }, + { "be9458.info", true }, + { "be9458.net", true }, + { "be9458.org", true }, { "be958.info", true }, { "be958.org", true }, { "be9966.com", true }, @@ -14148,6 +13865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beamstat.com", true }, { "beanbagaa.com", true }, { "beanbot.party", true }, + { "beancount.io", true }, { "beanilla.com", true }, { "beanjuice.me", true }, { "beans-one.com", false }, @@ -14232,7 +13950,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beccaanne.photography", true }, { "beccajoshwedding.com", true }, { "bech32.net", true }, - { "beckerantiques.com", true }, { "beckijayes.family", true }, { "becklove.cn", true }, { "beclan.tk", true }, @@ -14309,6 +14026,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beers.my", true }, { "beersandco.ch", true }, { "beersconf.com", true }, + { "beersheva.city", true }, { "beerview.ga", true }, { "beerxa.cz", true }, { "beestation13.com", true }, @@ -14331,7 +14049,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "begabungsfoerderung.info", true }, { "begbie.com", true }, { "begethost.cf", true }, - { "beggintime.com", true }, { "begin-motorcycling.co.uk", true }, { "beginner.nl", true }, { "beginwp.top", true }, @@ -14343,7 +14060,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "behaviorchangeimpact.org", true }, { "behead.de", true }, { "beherit.pl", true }, + { "behinam.co.il", true }, { "behind-the-mask.tk", true }, + { "behindenemyminds.be", true }, + { "behindenemyminds.eu", true }, { "behindertenagentur.de", true }, { "behoerden-online-dienste.de", true }, { "behold.gq", true }, @@ -14351,7 +14071,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "behtarin10.com", true }, { "bei18.com", true }, { "beichtgenerator.de", true }, - { "beijesweb.nl", true }, { "beijing30019.com", true }, { "beijinglug.club", true }, { "beimchristoph.de", true }, @@ -14363,7 +14082,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beitmidrashrambam.com", true }, { "beizsley.com", true }, { "beizsoft.co.uk", true }, - { "beizsoft.com", true }, { "bejarano.io", true }, { "bekabazar.cz", true }, { "bekmekci.tk", true }, @@ -14392,6 +14110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beleggingspanden-financiering.nl", false }, { "belegit.org", true }, { "belf.ml", true }, + { "belfa.in", true }, { "belfastbounce.co.uk", true }, { "belfastlocks.com", true }, { "belfasttechservices.co.uk", true }, @@ -14421,6 +14140,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "believablebook.com", false }, { "believeinyourmind.com", true }, { "beliishko.tk", true }, + { "belive.tv", true }, { "beliyo.tk", true }, { "belkamfish.com", true }, { "belki.tk", true }, @@ -14524,7 +14244,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bengisureklam.com", true }, { "benhamplateau.tk", true }, { "benhaney.com", true }, - { "benhartmann.de", true }, + { "benhartmann.de", false }, { "benhavenarchives.org", true }, { "benjamin-hering.com", true }, { "benjamin-horvath.com", true }, @@ -14536,7 +14256,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benjamindietrich.com", true }, { "benjamindietrich.de", true }, { "benjaminjurke.com", true }, - { "benjaminjurke.net", true }, { "benjaminkopelke.com", true }, { "benjaminleupold.com", true }, { "benjaminpiquet.fr", false }, @@ -14606,7 +14325,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beranovi.com", true }, { "berasavocate.com", true }, { "beraten-entwickeln-steuern.de", true }, - { "beratung.com.au", true }, { "beratungswelt.dvag", true }, { "berbervandenberg.tk", true }, { "berchtesgaden-hilft.de", true }, @@ -14615,6 +14333,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bereaplumber.co.za", true }, { "bereelcorporation.com", true }, { "bereginy.com.ua", true }, + { "bereikbaargent.be", true }, { "berend.tk", true }, { "bergelevrad.tk", true }, { "bergenson.nl", false }, @@ -14626,6 +14345,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "berglust-pur.de", true }, { "bergman-gmbh.de", true }, { "bergmanbeachproperties.com", true }, + { "bergmann-fotografin-berlin.de", true }, + { "bergmann-fotografin-muenchen.de", true }, { "bergsjomannen.tk", true }, { "bergstoneware.com", true }, { "bergvallsmassage.se", true }, @@ -14695,6 +14416,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bersotavocats.fr", false }, { "berst.cz", true }, { "berthabailey.com", true }, + { "berthaundcarlbenzpreis.de", true }, { "berthelier.me", true }, { "bertold.org", true }, { "bertoliniodontoiatria.it", true }, @@ -14739,7 +14461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "best-catholic-colleges.com", true }, { "best-cats.tk", true }, { "best-community-colleges.com", true }, - { "best-credit.de", true }, + { "best-credit.de", false }, { "best-culinary-colleges.com", true }, { "best-education-schools.com", true }, { "best-engineering-colleges.com", true }, @@ -14758,6 +14480,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "best-seminar.ml", true }, { "best-software.tk", true }, { "best-tickets.co.uk", true }, + { "best-tickets.com.au", true }, { "best-trucking-schools.com", true }, { "best-wedding-quotes.com", true }, { "best10websitebuilders.com", true }, @@ -14777,7 +14500,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestbudget.io", true }, { "bestbuyatvs.com", true }, { "bestbuyzone.com", true }, - { "bestcellular.com", false }, { "bestcivilattorneys.com", true }, { "bestcms.tk", true }, { "bestcouponvouchercodes.com", true }, @@ -14788,6 +14510,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestcreditcards.xyz", true }, { "bestcrossbowguide.com", true }, { "bestdeal.co.in", true }, + { "bestdietpillss.com", true }, { "bestdownloadscenter.com", true }, { "bestecbdolie.com", true }, { "bestechgadgets.tk", true }, @@ -14800,6 +14523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestemailmarketingsoftware.org", true }, { "bestesb.net", true }, { "bestessayhelp.com", true }, + { "bestestquote.com", true }, { "bestfitnesswatchreview.info", true }, { "bestfornutrition.com", true }, { "bestfriendsequality.org", true }, @@ -14865,23 +14589,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestweleenbeetje.nl", true }, { "bestwirelessdoorbell.ml", true }, { "bestzoo.tk", true }, - { "bet01vip.com", false }, - { "bet02vip.com", false }, { "bet031.com", true }, { "bet03vip.com", false }, - { "bet05vip.com", false }, { "bet06vip.com", true }, { "bet08vip.com", true }, { "bet09vip.com", true }, - { "bet10vip.com", false }, { "bet166222.com", true }, { "bet166333.com", true }, { "bet1668888.com", true }, { "bet166999.com", true }, - { "bet261.com", false }, { "bet338c.com", true }, - { "bet3602.com", false }, - { "bet3607.com", false }, { "bet365bc.net", true }, { "bet365cn-casino.com", true }, { "bet365cn-game.com", true }, @@ -14951,34 +14668,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet567333.com", true }, { "bet567444.com", true }, { "bet567555.com", true }, - { "bet5678a.com", true }, - { "bet5678b.com", true }, - { "bet5678c.com", true }, - { "bet5678e.com", true }, - { "bet5678f.com", true }, - { "bet5678g.com", true }, - { "bet571.com", false }, - { "bet572.com", false }, { "bet5757.com", true }, { "bet5868.com", true }, { "bet599.com", true }, { "bet631.com", true }, { "bet66669999.com", true }, { "bet666888.vip", true }, - { "bet721.com", false }, { "bet7234.com", true }, { "bet819.com", true }, - { "bet820.com", false }, + { "bet820.com", true }, { "bet86ah.com", true }, { "bet86am.com", true }, - { "bet86bj.com", true }, { "bet86cq.com", true }, { "bet86fj.com", true }, - { "bet86gd.com", true }, { "bet86gs.com", true }, { "bet86gx.com", true }, { "bet86gz.com", true }, - { "bet86hb.com", true }, { "bet86hlj.com", true }, { "bet86hn.com", true }, { "bet86jl.com", true }, @@ -14994,7 +14699,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bet86sx.com", true }, { "bet86tj.com", true }, { "bet86tw.com", true }, - { "bet86xg.com", true }, { "bet86xj.com", true }, { "bet86xz.com", true }, { "bet86yn.com", true }, @@ -15012,7 +14716,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "betaal.my", true }, { "betaclouds.net", true }, { "betacommand.tk", true }, - { "betalgroup.com", true }, { "betantt.com", true }, { "betaoptimize.com", true }, { "betaprofiles.com", true }, @@ -15034,7 +14737,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "betheredge.us", true }, { "bethpage.net", true }, { "bethzone.tk", true }, - { "beticalia.com", true }, { "betimely.com", true }, { "betleakbot.com", true }, { "betmobilenigeria.com", true }, @@ -15243,6 +14945,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biancolievito.it", true }, { "bianinapiccanovias.com", true }, { "biano-ai.com", true }, + { "bianyanan.xyz", true }, { "biapinheiro.com.br", true }, { "biasmath.es", true }, { "biathloncup.ru", true }, @@ -15272,7 +14975,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biblioteka-online.tk", true }, { "biblioteka17.tk", true }, { "bibliotekasnow.org", true }, - { "bibliotherapie-existentiale.com", true }, { "biboran.ga", true }, { "biboumail.fr", true }, { "bibuch.com", true }, @@ -15283,13 +14985,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bichonmaltes.com.br", true }, { "bicicletassym.com", true }, { "bicicletassym.com.co", true }, - { "bicifanaticos.com", true }, { "bicommarketing.com", true }, { "bicromoestudio.com", true }, { "bicubic.tk", true }, { "bicycle-events.com", true }, { "bicycleframeiz.com", true }, - { "bicycleuniverse.com", true }, { "bidaah.tk", true }, { "bidadari.my", true }, { "biddl.com", true }, @@ -15297,7 +14997,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bidman.cz", true }, { "bidman.eu", true }, { "bidonline.tk", true }, - { "bidu.com.br", false }, + { "bidu.com.br", true }, { "bieg.tk", true }, { "biegal.ski", true }, { "biegi.tk", true }, @@ -15381,7 +15081,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bigsisterchannel.com", true }, { "bigskylifestylerealestate.com", true }, { "bigskymontanalandforsale.com", true }, - { "bigskywaterheaters.com", true }, { "bigtexasbeerfest.com", true }, { "bigthunder.ca", true }, { "bigtimeiq.com", true }, @@ -15391,6 +15090,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bihub.io", true }, { "bijancompany.com", true }, { "bijlesbart.nl", true }, + { "bijlesportal.nl", true }, + { "bijloke.gent", true }, { "bijou.be", true }, { "bijoulux.co.uk", true }, { "bijouxcherie.com", true }, @@ -15450,6 +15151,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "billgradywebdesign.com", true }, { "billhartzer.com", true }, { "billiardmaster.com.ua", true }, + { "billiebikes.com", true }, { "billigastehemsidan.se", true }, { "billiger-mietwagen.de", true }, { "billigerfinder.de", true }, @@ -15549,7 +15251,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "binding-problem.com", true }, { "bing.com", true }, { "bingcheung.com", true }, - { "bingchunmoli.com", true }, { "bingedb.com", true }, { "bingle.nu", true }, { "bingo-wear.com", true }, @@ -15592,9 +15293,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biocal.nl", true }, { "biocbd.de", true }, { "biocbd.hr", true }, + { "biocbdolej.pl", true }, { "biocbdolio.it", true }, { "biocbdolja.se", true }, { "biocheminee.com", true }, + { "bioclaudia.it", true }, { "biocrafting.net", true }, { "biodiagnostiki.clinic", true }, { "biodieselbr.com", true }, @@ -15617,6 +15320,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biogecho.ch", false }, { "biogecho.swiss", false }, { "biogeist.de", true }, + { "bioghalm.com", true }, { "biogiardinaggio.it", true }, { "biographywiki.net", true }, { "biohappiness.com", true }, @@ -15688,6 +15392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "birchbarkfurniture.fr", true }, { "birdbrowser.com", true }, { "birdfeeder.online", true }, + { "birdgifs.nz", true }, { "birdie.pt", true }, { "birdiehosting.nl", true }, { "birdslabel.com", true }, @@ -15742,6 +15447,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bistroservice.de", true }, { "bistrotdelagare.fr", true }, { "bistrozaim.ml", true }, + { "bit-and.com", true }, { "bit-cloud.de", false }, { "bit-sentinel.com", true }, { "bit-service-aalter.be", true }, @@ -15752,6 +15458,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitar.is", true }, { "bitbank.cc", true }, { "bitbank.cf", true }, + { "bitbincomputers.com", true }, { "bitbonus.cf", true }, { "bitbonusss.tk", true }, { "bitbox.me", true }, @@ -15762,6 +15469,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitburner.de", true }, { "bitcalt.eu.org", true }, { "bitcalt.ga", true }, + { "bitcert.com", true }, { "bitclusive.de", true }, { "bitcoin-casino.monster", true }, { "bitcoin-class.com", true }, @@ -15786,18 +15494,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitcoinbot.tk", true }, { "bitcoincasino.blog", true }, { "bitcoincasino.casino", true }, - { "bitcoincasino.exposed", true }, - { "bitcoincasino.icu", true }, { "bitcoincasino.link", true }, - { "bitcoincasino.media", true }, { "bitcoincasino.monster", true }, { "bitcoincasino.tech", true }, { "bitcoincasino.today", true }, { "bitcoincasinos.pro", true }, - { "bitcoincodereview.com", true }, { "bitcoincore.org", true }, { "bitcoineffect.ml", true }, - { "bitcoinemprendedor.com", true }, { "bitcoinera-review.com", true }, { "bitcoinfaucet.tech", true }, { "bitcoinfees.net", true }, @@ -15809,24 +15512,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitcoinindia.com", true }, { "bitcoinissafe.com", true }, { "bitcoinjpn.com", true }, - { "bitcoinkaufen.club", true }, { "bitcoinkaufen.me", true }, { "bitcoinkaufen.news", true }, - { "bitcoinkurs.me", true }, - { "bitcoinkurs.news", true }, { "bitcoinkurs.world", true }, { "bitcoinlatestnews.today", true }, { "bitcoinlatestnewstoday.com", true }, { "bitcoinmakesense.com", true }, - { "bitcoinnews.company", true }, { "bitcoinnews.digital", true }, { "bitcoinnews.guru", true }, { "bitcoinnews.world", true }, - { "bitcoinnewsupdates.org", true }, { "bitcoinprice.buzz", true }, { "bitcoinprice.cloud", true }, { "bitcoinprice.international", true }, - { "bitcoinprice.monster", true }, { "bitcoinprice.news", true }, { "bitcoinprice.pizza", true }, { "bitcoinprice.rocks", true }, @@ -15837,7 +15534,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitcoinslots.info", true }, { "bitcoinsv.io", true }, { "bitcointhefts.com", true }, - { "bitcointrader-review.com", true }, { "bitcoinwalletscript.tk", true }, { "bitcoinx.ro", true }, { "bitcork.io", true }, @@ -15850,6 +15546,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitenose.org", true }, { "bitewinggames.com", true }, { "bitex.la", true }, + { "bitfarm-archiv.com", true }, + { "bitfarm-archiv.de", true }, { "bitfasching.de", false }, { "bitfehler.net", true }, { "bitfinder.nl", true }, @@ -15887,12 +15585,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitminter.com", true }, { "bitmix.biz", true }, { "bitmoji.com", true }, + { "bitnoise.nl", true }, { "bitoll1.com", true }, { "bitolls.com", true }, { "bitplay.space", true }, { "bitpod.de", true }, { "bitpoll.de", true }, { "bitpoll.org", true }, + { "bitpress.pro", true }, { "bitpumpe.net", true }, { "bitradius.com", true }, { "bitrate.tk", true }, @@ -16000,7 +15700,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bjornjohansen.no", true }, { "bjrn.io", true }, { "bjs.com.au", true }, - { "bjs.gov", true }, { "bjsbouncycastles.com", true }, { "bjtxl.cn", true }, { "bjut.photos", true }, @@ -16012,6 +15711,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bkentertainments.co.uk", true }, { "bkgatl.com", true }, { "bkhpilates.co.uk", true }, + { "bkkf.at", true }, { "bkkposn.com", true }, { "bklaindia.com", true }, { "bklynsoap.com", true }, @@ -16019,7 +15719,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bkr.com", true }, { "bkramericas.com", true }, { "bkt.to", true }, - { "bktrust.it", true }, { "bkulup.com", true }, { "bl00.se", true }, { "bl4ckb0x.biz", true }, @@ -16029,6 +15728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bl4ckb0x.info", true }, { "bl4ckb0x.net", true }, { "bl4ckb0x.org", true }, + { "blaarmeersen.be", true }, { "blaauwgeers.pro", true }, { "blabber.im", true }, { "blablacar.co.uk", true }, @@ -16082,7 +15782,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackchristmas.tk", true }, { "blackcicada.com", true }, { "blackdiam.net", true }, - { "blackdotbrewery.com", true }, { "blackdown.de", true }, { "blackdragoninc.org", true }, { "blackedbyte.com", true }, @@ -16092,7 +15791,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackgamelp.de", true }, { "blackgate.org", true }, { "blackhat.dk", true }, - { "blackhat.nz", true }, { "blackhawkup.com", true }, { "blackhealthwealth.com", true }, { "blackhelicopters.net", true }, @@ -16104,12 +15802,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackl.net", true }, { "blacklightparty.be", true }, { "blackmafia.tk", true }, + { "blackmagic.sk", true }, { "blackmagickwitch.com", true }, { "blackmagicshaman.com", true }, { "blackmaskpro.gq", true }, { "blackminds.tk", true }, { "blackmodelsusa.tk", true }, - { "blackmonday.gr", true }, { "blacknova.io", true }, { "blackoutzone.tk", true }, { "blackpapermoon.de", true }, @@ -16130,6 +15828,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackstonepress.tk", true }, { "blackstrapsecurity.com", true }, { "blackstump.xyz", true }, + { "blacksuitmedia.com", true }, { "blacksvets.co.uk", true }, { "blackteam.org", true }, { "blacktemplars.tk", true }, @@ -16181,6 +15880,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blastoffbuisness.in", true }, { "blastoise186.co.uk", true }, { "blatnice.cf", true }, + { "blatnice.fun", true }, { "blatnice.ga", true }, { "blatnice.gq", true }, { "blatnice.ml", true }, @@ -16195,6 +15895,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blavaty.tk", true }, { "blayne.me", false }, { "blayneallan.com", false }, + { "blazebd.com", true }, { "blazeit.io", true }, { "blazing.cz", true }, { "blazingsaddles.ga", true }, @@ -16202,7 +15903,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blbcleaningservices.com.au", true }, { "blbet365.com", true }, { "blblblblbl.fr", true }, - { "blc.co.za", true }, { "bleaching-tipps.de", true }, { "bleatingsheep.org", false }, { "blechbuexn.de", true }, @@ -16213,7 +15913,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bleepplc.co.uk", true }, { "blender.io", true }, { "blenderinsider.com", true }, + { "blenderman.org", true }, { "blenderrecipereviews.com", true }, + { "blenderwallet.io", true }, { "blending.kr", true }, { "blendle.com", true }, { "blendle.nl", true }, @@ -16273,6 +15975,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blitzpaintball.net", true }, { "blitzvendor.com", true }, { "blivawesome.dk", true }, + { "blivdj.dk", true }, { "blivvektor.dk", true }, { "blixtv.com", true }, { "blizhost.com", true }, @@ -16357,7 +16060,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blognews.cf", true }, { "blognone.com", true }, { "blogofant.de", true }, - { "blogofapps.com", true }, { "blogom.at", true }, { "blogonblogspot.com", false }, { "blogpress.co.il", true }, @@ -16387,6 +16089,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bloodycraft.ml", true }, { "bloom-avenue.com", true }, { "bloomingwoods.tk", true }, + { "bloomnail.net", true }, { "bloomscape.com", true }, { "blopezabogado.es", true }, { "blossomsflowerboutique.com.au", true }, @@ -16408,13 +16111,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blue-gmbh-erfahrungen.de", true }, { "blue-gmbh.de", true }, { "blue-leaf81.net", true }, + { "blue-nijmegen.nl", false }, { "blue-olive.co.za", true }, { "blue42.net", true }, { "blueangel.org.tw", true }, { "bluebahari.gq", true }, { "blueberrywinery.com.au", true }, { "bluebie.com", true }, - { "bluebikesvalencia.com", true }, + { "bluebirdjc.com", true }, { "bluebirdservice.us", true }, { "blueblou.com", true }, { "bluebnc.com", true }, @@ -16451,6 +16155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blueperil.de", true }, { "bluepoint.me", true }, { "bluepostbox.de", true }, + { "blueprintma.com", true }, { "blueprintrealtytn.com", true }, { "bluepromocode.com", true }, { "bluerabbit.cc", true }, @@ -16499,7 +16204,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blurringexistence.net", true }, { "blurt.cf", true }, { "blusens.com", true }, - { "blushbymounika.com", true }, { "blusmurf.net", true }, { "blutopia.xyz", true }, { "bluxus.com", true }, @@ -16580,6 +16284,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bobstikkers.be", true }, { "bobstronomie.fr", true }, { "bobtiell.com", true }, + { "bobvincent.com", true }, { "bocaaboca.ml", true }, { "bocada.com", true }, { "bocahkampus.com", true }, @@ -16651,6 +16356,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bohramt.de", true }, { "bohyn.cz", true }, { "boimmobilier.ch", false }, + { "boingboing.net", true }, { "boingo00.wtf", true }, { "boiseonlinemall.com", true }, { "boisewaldorf.org", true }, @@ -16663,16 +16369,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bokka.com", true }, { "bokkeriders.com", true }, { "boksburgplumber24-7.co.za", true }, + { "boksburgplumbing.co.za", true }, { "bokutake.com", true }, { "bol.io", true }, { "bolalocobrews.co.uk", true }, { "bolamarela.com.br", true }, { "bolamarela.pt", true }, + { "boldogsagadni.hu", true }, { "bolektro.de", true }, { "boleyn.su", true }, { "bolgarka.kz", true }, { "bolgarnyelv.hu", true }, - { "bolgarus.ru", true }, + { "bolgarus.ru", false }, { "bolico.de", true }, { "bolivar-circuit-clerk.ms", true }, { "bolivar80.com", true }, @@ -16685,6 +16393,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bollywoodgk.tk", true }, { "bollywoodstrot.tk", true }, { "bologna-disinfestazioni.it", true }, + { "bololo.fun", true }, + { "bololo.online", true }, { "bolovegna.it", true }, { "bolsa.tk", true }, { "bolsashidrosolubles.com", true }, @@ -16743,7 +16453,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bongproperty.com", true }, { "bonic.tk", true }, { "bonifatius-friedrich.de", true }, - { "bonifatiusfriedrich.de", true }, { "bonita.com.br", true }, { "bonito.pl", true }, { "bonkleagues.ml", true }, @@ -16751,12 +16460,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bonnant-associes.ch", false }, { "bonnant-partners.ch", false }, { "bonnebouffe.fr", true }, + { "bonneribyen.no", true }, { "bonniecoloring.com", true }, { "bonniedraw.com", true }, { "bonniekitchen.com", true }, { "bonnieradvocaten.nl", true }, { "bonnsustainabilityportal.de", true }, - { "bonnyprints.at", true }, { "bonnyprints.ch", true }, { "bonnyprints.es", true }, { "bonnyprints.fr", true }, @@ -16766,7 +16475,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bonrecipe.com", true }, { "bonsaiclubsanvi.tk", true }, { "bonsaimedia.nl", true }, - { "bonsi.net", false }, + { "bonsi.net", true }, { "bonus-kran.tk", true }, { "bonus.ca", true }, { "bonus.net.nz", true }, @@ -16807,10 +16516,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "booktoan.com", true }, { "booktracker-org.appspot.com", true }, { "bookworld.gr", true }, - { "bookwormex.com", false }, { "bookzaga.com", true }, { "bool.be", true }, - { "boomerangworkouts.com", true }, + { "boomersclub.com.au", true }, { "boomersurf.com", true }, { "boomfestival.org", true }, { "boomkins.net", true }, @@ -16841,10 +16549,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boostdesign.tk", true }, { "boostgame.win", true }, { "boostplm.com", true }, - { "boostrpro.pl", true }, { "booter.pw", true }, { "bootina.com", true }, { "bootjp.me", false }, + { "bootspropertycentral.co.uk", true }, { "bootsschule-weiss.de", true }, { "boozinyan.com", true }, { "bopiweb.com", true }, @@ -16886,6 +16594,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bornfiber.dk", true }, { "bornhack.dk", true }, { "bornreality.tk", true }, + { "borntocover.pl", true }, { "borowski.pw", true }, { "borrelioz.com", true }, { "borriquillacuenca.tk", true }, @@ -16918,6 +16627,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boston-sailing.com", true }, { "bostonadvisors.com", true }, { "bostonaoii.com", true }, + { "bostonblockchainassociation.org", true }, { "bostonews.tk", true }, { "bostonivy.co", true }, { "bostonprocleaning.com", true }, @@ -17056,7 +16766,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bouncydays.co.uk", true }, { "bouncygiggles.com.au", true }, { "bouncyhigher.co.uk", true }, - { "bouncyhousecastlehire.co.uk", true }, { "bouncykingdom.co.uk", true }, { "bouncykings.co.uk", true }, { "bouncykingsnortheast.co.uk", true }, @@ -17077,7 +16786,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bourasse.fr", true }, { "bourbo.net", true }, { "bourgeoisdoor.com", true }, - { "bourgeoisdoorco.com", true }, { "bournefun.co.uk", true }, { "bourse-aux-jouets.org", false }, { "bourse-aux-vetements.org", false }, @@ -17099,7 +16807,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bowedwallcrackrepair.com", true }, { "boweryandvine.com", true }, { "bowlcake.fr", true }, - { "bowlidex.com", true }, { "bowling.com", true }, { "bowmanwilliams.com", true }, { "bowmar.gov", true }, @@ -17156,10 +16863,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bqp.io", false }, { "bqr.ch", false }, { "bqtoolbox.com", true }, + { "bqueen.salon", true }, { "br-miyamoto.spdns.org", true }, { "br.search.yahoo.com", false }, { "br1334shop.com.br", true }, { "br3in.nl", false }, + { "br7.city", true }, { "br7.ru", true }, { "br8.pl", true }, { "braams.nl", true }, @@ -17177,13 +16886,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bradfordmascots.co.uk", true }, { "bradkovach.com", true }, { "bradler.net", false }, + { "bradleyeaton.com", true }, { "bradlinder.org", true }, { "bradypatterson.com", true }, { "braemer-it-consulting.de", true }, { "braeunlich-gmbh.com", true }, { "bragasoft.com.br", false }, { "bragaweb.com.br", true }, - { "brage.info", true }, { "bragpacker.com", false }, { "brahma.world", true }, { "brahmins.com", true }, @@ -17221,6 +16930,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brainyapp.net", true }, { "brajenovic.com", true }, { "brakemanpro.com", true }, + { "brakketrecruit.com", true }, { "brakpanplumber24-7.co.za", true }, { "bralnik.com", true }, { "bramburek.net", true }, @@ -17302,6 +17012,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brasspipedreams.org", true }, { "bratan.ga", true }, { "bratteng.me", true }, + { "bratteng.solutions", true }, { "bratteng.xyz", true }, { "bratunaconline.tk", true }, { "bratvanov.com", true }, @@ -17315,6 +17026,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brava.bg", true }, { "brave-foods.ch", false }, { "brave-foods.com", false }, + { "brave.com", true }, { "bravebaby.com.au", true }, { "bravebooks.berlin", true }, { "bravehearts.org.au", true }, @@ -17344,7 +17056,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "breakerlink.com", true }, { "breaking-security.net", true }, { "breakingnewskenya.tk", true }, - { "breakingsfnews.com", true }, { "breakingtech.fr", false }, { "breakingtech.it", true }, { "breakingvap.fr", true }, @@ -17494,7 +17205,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brie.tech", true }, { "briefassistant.com", true }, { "briefhansa.de", true }, - { "briefkasten-welt.com", true }, { "briefvorlagen-papierformat.de", true }, { "briellenj.gov", true }, { "briffoud.fr", true }, @@ -17505,7 +17215,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brightday.bz", true }, { "brightendofleasecleaning.com.au", true }, { "brighterimagelab.com", true }, - { "brightesttv.in.th", true }, { "brightfuturemadebyme.com", true }, { "brightlingseamusicfest.co.uk", true }, { "brightonbank.com", false }, @@ -17749,7 +17458,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bsd.com.ro", true }, { "bsdes.net", true }, { "bsdfreak.dk", true }, - { "bsdio.com", true }, { "bsdlab.com", true }, { "bsdracing.ca", true }, { "bsdug.org", true }, @@ -17771,6 +17479,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bsociabl.com", true }, { "bsolution.edu.vn", true }, { "bsp-southpool.com", true }, + { "bspecialfx.nl", true }, { "bsquared.org", true }, { "bsrueti.ch", true }, { "bss-systems.net", true }, @@ -17815,8 +17524,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "btdays.com", true }, { "btddd.com", true }, { "btdproductions.tk", true }, - { "bte365app.com", false }, - { "bteapp.com", false }, { "bthub.site", true }, { "bthub.xyz", true }, { "btine.tk", true }, @@ -17828,7 +17535,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "btrb.ml", true }, { "btsapem.com", true }, { "btshe.net", true }, - { "btshenqi.cc", true }, { "btslr.co", true }, { "btsoft.eu", true }, { "btsou.org", true }, @@ -18019,7 +17725,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buerliag.ch", true }, { "bueromoebel-experte.de", true }, { "bueroplus.de", true }, - { "bueroschwarz.design", true }, { "bueroshop24.de", true }, { "buesiforquo.cf", true }, { "buettgens.net", true }, @@ -18042,6 +17747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buggshop.com", true }, { "buggy777.me", true }, { "buggywonderland.tk", true }, + { "bugrasukas.com", true }, { "bugreader.com", true }, { "bugs.chromium.org", true }, { "bugsmashed.com", true }, @@ -18082,7 +17788,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buitenposter.nl", true }, { "buka.jp", true }, { "buketnevesti.cf", true }, - { "buketon.uz", false }, { "bukinist.tk", true }, { "bukiskola.hu", true }, { "bukivallalkozasok.hu", true }, @@ -18103,7 +17808,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bulkcandystore.com", true }, { "bulkowespacerkowo.nl", true }, { "bulktshirtsjohannesburg.co.za", true }, - { "bulkwholesalesweets.co.uk", true }, { "bull.id.au", false }, { "bulldog-hosting.de", false }, { "bulledair-savons.ch", false }, @@ -18170,6 +17874,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "burdine-andersoninc.com", true }, { "bureaugoodwork.nl", true }, { "bureaux-entrepots.fr", true }, + { "burenvoorburen.gent", true }, { "burewala.tk", true }, { "burg-hohnstein.com", true }, { "burgawnc.gov", true }, @@ -18191,7 +17896,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "burlapsac.ca", true }, { "burling.cz", true }, { "burmeister-gmbh.de", true }, - { "burmesecats.eu", true }, { "burmesecatscare.com", true }, { "burmesepythonpet.com", true }, { "burncorp.org", true }, @@ -18216,11 +17920,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buryat-mongol.cf", true }, { "buryatia.tk", true }, { "burz.eu", true }, - { "burz.media", true }, { "burz.net", true }, { "burz.one", true }, + { "burzcast.media", true }, { "burzcast.ro", true }, - { "burzgroup.com", true }, { "burzmali.com", true }, { "burzmedia.com", true }, { "burzstudios.com", true }, @@ -18282,6 +17985,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buspark.com", true }, { "buspark.cz", true }, { "busphotos.tk", true }, + { "busqueautonomo.com.br", true }, { "bustabit.com", true }, { "bustadice.com", true }, { "bustany.org", true }, @@ -18302,6 +18006,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "butowka.tk", true }, { "butserdocumentary.tk", true }, { "butt.repair", false }, + { "buttacakes.com", true }, { "butter.horse", true }, { "butteramotors.com", true }, { "butterhost.ga", true }, @@ -18426,6 +18131,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buytetracycline.cf", true }, { "buytramadol.ga", true }, { "buytramadol.ml", true }, + { "buyucoin.com", true }, { "buyupstorepremium.net", true }, { "buyusa.gov", true }, { "buyventolin.cf", true }, @@ -18439,7 +18145,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buyzofranonline.tk", true }, { "buyzoloft.cf", true }, { "buziaczki.pl", true }, - { "buzz.tools", true }, { "buzzconcert.com", true }, { "buzzconf.io", true }, { "buzzcontent.com", true }, @@ -18461,6 +18166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bvl.aero", true }, { "bvop.org", true }, { "bvrlodge.com", true }, + { "bvrlodge.ro", true }, { "bvsa.co.za", false }, { "bvv-europe.eu", true }, { "bw.codes", true }, @@ -18530,10 +18236,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bypass.sh", true }, { "bypetula.cz", true }, { "byraje.com", true }, + { "byrddogpaving.com", true }, { "byrest.com", true }, { "byrko.cz", true }, { "byrko.sk", true }, - { "byrnesagency.com", true }, { "byronkg.us", true }, { "byrtz.de", true }, { "bysb.net", true }, @@ -18547,7 +18253,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "byte128.com", false }, { "bytearts.net", false }, { "bytebucket.org", true }, - { "bytecode.no", true }, { "bytecrafter.com", true }, { "bytecrafter.net", true }, { "byteflies.com", true }, @@ -18598,7 +18303,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "c-rpg.eu", true }, { "c-rtx.com", true }, { "c-shock.org", true }, - { "c-webdesign.net", true }, { "c-world.co.uk", true }, { "c.cc", true }, { "c00ke.com", true }, @@ -18625,7 +18329,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "c3speak.com", true }, { "c3speak.de", true }, { "c3stream.de", true }, - { "c3vo.de", true }, + { "c3vo.de", false }, { "c3w.at", true }, { "c3wien.at", true }, { "c3woc.de", false }, @@ -18645,8 +18349,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "c81365.com", true }, { "c82365.com", true }, { "c86255.com", true }, - { "c886666.com", true }, - { "c899365.com", true }, { "c9297.co", true }, { "c9397.com", true }, { "c9721.com", true }, @@ -18713,13 +18415,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "caddyfashionshop.com", true }, { "cadeirasparaescritorio.ind.br", true }, { "cadenceconstruction.com", true }, - { "cadep2019.com", true }, { "cadetsge.ch", false }, { "cadici.ga", true }, { "cadifit.ga", true }, { "cadiskitchen.ca", true }, { "cadmail.nl", true }, { "cadman.pw", true }, + { "cadman.uk", true }, { "cadmanlaw.ca", true }, { "cadmanlaw.com", true }, { "cadmax.pro", true }, @@ -18797,7 +18499,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cakalnedobe.si", true }, { "cake-n-go.com", true }, { "cakearific.com", true }, - { "cakedesignsbyjaclyn.com", true }, { "cakeoffencesact.uk", true }, { "cakes.tk", true }, { "cakesbyzoey.com", true }, @@ -18816,6 +18517,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "calabasasoutdoorlighting.com", true }, { "calaborlawnews.com", true }, { "calafont.cat", false }, + { "calaix.click", true }, + { "calancamassages.ch", true }, { "calandrahosting.tk", true }, { "calaverasmedicalcannabis.com", true }, { "calbertsen.dk", true }, @@ -18834,6 +18537,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "calculator.tf", true }, { "calcworkshop.com", true }, { "caldecotevillagehall.co.uk", true }, + { "calderagallery.com", true }, { "caldersoldas.com.br", true }, { "caldervets.co.uk", true }, { "caldoletto.com", true }, @@ -18933,14 +18637,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cambodian.dating", true }, { "cambramanresa.cat", true }, { "cambreaconsulting.com", true }, - { "cambridge-examen.nl", true }, { "cambridge-security.com", true }, { "cambridgeanalytica.cz", true }, { "cambridgebouncers.co.uk", true }, { "cambridgeinfotech.in", true }, { "cambridgesecuritygroup.org", true }, { "cambuslangharriers.org", true }, - { "camcapital.com", true }, { "camconn.cc", true }, { "camdesign.pl", true }, { "camel2243.com", true }, @@ -19077,9 +18779,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "candidateexperiencemarketing.nl", true }, { "candidatlibre.net", true }, { "candidaturedunprix.com", true }, + { "candientutoanquoc24h.com", true }, { "candinya.com", true }, { "candinya.me", true }, { "candlcastles.co.uk", true }, + { "candlemakingexplained.com", true }, { "cando.eu", true }, { "candylion.rocks", true }, { "candytip.ru", true }, @@ -19096,13 +18800,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cani-compostelle.fr", true }, { "canibeoutside.com", true }, { "canihavesome.coffee", true }, - { "canine-mobility.com", true }, { "caniuse.email", true }, { "canker.org", true }, { "canliradyodinle.life", true }, { "canlom.tk", true }, { "canmipai.com", true }, { "cannabis-marijuana.com", true }, + { "cannabiscare.ca", true }, { "cannabislegality.info", true }, { "cannabismd.com", true }, { "cannabiz.tk", true }, @@ -19125,7 +18829,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cansworld.com", true }, { "cant.at", true }, { "cantatio.ch", false }, - { "canterbury.ws", true }, { "canterburybouncycastlehire.co.uk", true }, { "cantical.com", true }, { "cantik.co", true }, @@ -19190,6 +18893,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "capitolpathways.org", true }, { "caplangage.com", true }, { "caplinbouncycastles.co.uk", true }, + { "capnsaddle.com", true }, { "capoeiravillenavedornon.fr", true }, { "capota.tk", true }, { "capper.de", true }, @@ -19224,6 +18928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "capuchinox.com", true }, { "caputo.com", true }, { "caputodesign.com", true }, + { "capybaraowner.com", true }, { "car-clean-nord.de", true }, { "car-forums.com", true }, { "car-seats-store.ga", true }, @@ -19363,6 +19068,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carigami.fr", true }, { "cariki.gq", true }, { "carikiv.gq", true }, + { "carimcoder.website", true }, { "carinaklijn.nl", true }, { "caringladies.org", true }, { "caringmedicine.ga", true }, @@ -19372,11 +19078,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carisenda.com", true }, { "carium.com", true }, { "carkeysanantonio.com", true }, + { "carl.land", true }, { "carlaschiavone.tk", true }, + { "carlcsaposs.com", true }, { "carlesjavierre.com", true }, { "carlgo11.com", true }, { "carlife-at.jp", true }, - { "carlili.fr", true }, { "carlingfordapartments.com.au", true }, { "carlinmack.com", true }, { "carlislepassionplay.org", true }, @@ -19447,6 +19154,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carolinaoliveira.tk", true }, { "carolinapainandspine.com", true }, { "carolinavarletaarriagada.tk", true }, + { "carolinavein.com", true }, { "carolineball.com", true }, { "carolineeball.com", true }, { "carolinegirvan.com", true }, @@ -19543,11 +19251,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casaasia.eu", true }, { "casabella.com.tw", true }, { "casacazoleiro.com", true }, + { "casachameleonhotels.com", true }, { "casacochecurro.com", true }, { "casadasportasejanelas.com", true }, { "casadegomes.com", true }, + { "casadilanga.com", true }, { "casadopulpo.com", true }, - { "casael.com", true }, { "casaessencias.com.br", true }, { "casalborgo.it", true }, { "casalindamex.com", true }, @@ -19562,7 +19271,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casamientos.com.ar", true }, { "casanonnaida.it", true }, { "casanovafishtacos.com", true }, - { "casaruralcincoleyendas.es", true }, { "casasincreibles.com", true }, { "casasparaperross.com", true }, { "casasuara.com", true }, @@ -19581,6 +19289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casecurity.org", true }, { "caseificio.roma.it", true }, { "caselemnbarat.ro", true }, + { "casemaka.com", true }, { "caseof.fr", true }, { "caseplus-daem.de", true }, { "cases.lu", true }, @@ -19653,6 +19362,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casperfirm.com", true }, { "casperpanel.com", true }, { "caspi.org.il", true }, + { "caspianrentcar.com", true }, { "caspicards.com", true }, { "cass.cz", true }, { "casscountyia.gov", true }, @@ -19714,6 +19424,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catbold.space", true }, { "catbox.moe", true }, { "catbull.com", true }, + { "catcat.cc", true }, { "catchall.tw", true }, { "catchers.cc", true }, { "catchhimandkeephim.com", true }, @@ -19767,6 +19478,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catnmeow.com", true }, { "catpic.xyz", true }, { "catprincess.com.tw", true }, + { "catpumpsonline.com", true }, { "catram.org", true }, { "catriel25noticias.com", true }, { "catsgalore.org", true }, @@ -19802,7 +19514,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cavisson.com", true }, { "cavistenancy.fr", true }, { "cavzodiaco.com.br", true }, - { "caxalt.com", true }, { "caycehouse.com", true }, { "caylee.de", true }, { "caylercapital.com", true }, @@ -19899,6 +19610,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ccr.ovh", true }, { "ccriderlosangeles.com", true }, { "ccsae.org", true }, + { "ccsaposs.com", true }, { "ccsistema.com", true }, { "ccsource.org", true }, { "ccsys.com", true }, @@ -19920,6 +19632,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cdbf.ch", false }, { "cdbtech.com", true }, { "cdburnerxp.se", true }, + { "cdc.cx", true }, { "cdcpartners.gov", true }, { "cdda.ch", false }, { "cddwwj.com", true }, @@ -19969,6 +19682,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cebrita.tk", true }, { "cecalivo.tk", true }, { "cecame.ch", true }, + { "cecil.coop", true }, { "ceciledekock.tk", true }, { "cecilga.gov", true }, { "cecilgreens.org", true }, @@ -19997,21 +19711,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cejhon.cz", false }, { "cekabajio.com", true }, { "celadas.tk", true }, - { "celanasarung.com", true }, { "celcelulares.com", true }, { "celcomhomefibre.com.my", true }, { "cele.bi", true }, { "celebavirus.com", true }, { "celebdaily.ga", true }, { "celebmasta.com", true }, - { "celebphotos.blog", true }, { "celebrasianconference.com", true }, { "celebrate-creativity.com", true }, { "celebratingloveministry.com", true }, { "celebraze.tk", true }, { "celebrex.ga", true }, { "celebrex100mg.cf", true }, - { "celebrities.pictures", true }, + { "celebrities.pictures", false }, { "celebritiesblog.tk", true }, { "celebritydailynews.ml", true }, { "celebrityhealthcritic.com", true }, @@ -20028,7 +19740,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "celestebonito.pt", true }, { "celestialenergies.com.au", true }, { "celestialisms.com", true }, - { "celetrend.com", true }, { "celex-machinery.tk", true }, { "celexa365.tk", true }, { "celiac.com", true }, @@ -20089,7 +19800,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "central-apartman.tk", true }, { "central4.me", true }, { "centralconvergence.com", true }, - { "centraldelbebe.com", true }, { "centrale-vapeur.pro", true }, { "centralebigmat.eu", true }, { "centralegedimat.eu", true }, @@ -20211,6 +19921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "certifiedfieldassociate.com", true }, { "certifiednurses.org", true }, { "certnazionale.it", true }, + { "certreg.eu", true }, { "certspotter.com", true }, { "certspotter.org", true }, { "cervejista.com", true }, @@ -20267,7 +19978,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cgan.pw", true }, { "cgbassurances.ch", false }, { "cgbproduction.tk", true }, - { "cgcookiemarkets.com", true }, { "cgelves.com", true }, { "cges.xyz", true }, { "cgf-charcuterie.com", true }, @@ -20275,11 +19985,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cgirb.com", true }, { "cglib.xyz", true }, { "cgmagonline.com", true }, + { "cgmbacklot.com", true }, { "cgminc.net", true }, { "cgn-medienservice.de", true }, { "cgp.moe", true }, { "cgpe.com", false }, { "cgplumbing.com", true }, + { "cgps.xyz", true }, { "cgsmart.com", true }, { "cgtcaixabank.es", true }, { "cgtx.us", true }, @@ -20318,6 +20030,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chainlinkfencestlouis.com", true }, { "chainz.tk", true }, { "chaip.org", true }, + { "chaise-de-gamer.fr", true }, { "chaisystems.net", true }, { "chaitanyapandit.com", true }, { "chaitradings.com.my", true }, @@ -20404,8 +20117,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chaouby.com", false }, { "chaoxi.co", true }, { "chaoxi.in", true }, + { "chaoxi.io", true }, + { "chaoxi.link", true }, { "chaoxi.org", true }, { "chaoxi.tech", true }, + { "chaoxi.us", true }, { "chapek9.com", true }, { "chapelaria.tf", true }, { "chapelfordbouncers.co.uk", true }, @@ -20414,11 +20130,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chapiteauxduleman.fr", true }, { "chapmanstreeservice.com", true }, { "chapstick.life", true }, - { "charakato.com", true }, { "charbonnel.eu", true }, { "charcoal-se.org", true }, { "charcoalvenice.com", true }, { "charge.co", false }, + { "chargifi.com", true }, { "chargify.com", true }, { "charisma.ai", true }, { "charitocracy.org", true }, @@ -20433,6 +20149,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "charlesassaf.com", true }, { "charlesbordet.com", true }, { "charlesbwise.com", true }, + { "charlescwcooke.com", true }, { "charlesdickens.tk", true }, { "charlespitonltd.com", true }, { "charlesrogers.co.uk", true }, @@ -20468,7 +20185,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "charta-digitale-vernetzung.de", true }, { "charteroak.org", true }, { "chartkick.com", true }, - { "chartpen.com", true }, { "chartsy.de", true }, { "charuni.ru", true }, { "charuru.moe", true }, @@ -20540,6 +20256,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chazalet.fr", false }, { "chazay.net", false }, { "chbs.me", true }, + { "chcemradost.sk", true }, { "chch.it", true }, { "chcheaptech.nz", true }, { "chcoc.gov", true }, @@ -20599,6 +20316,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "checkchina.org", true }, { "checkecert.nl", true }, { "checkercab.tk", true }, + { "checkjehuis.be", true }, + { "checkjehuis.gent", true }, { "checklistuj.cz", true }, { "checkmatewebsolutions.com", true }, { "checkmedia.org", true }, @@ -20703,6 +20422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chesskid.com", true }, { "chesspoint.ch", true }, { "chesstempo.com", true }, + { "chessveterinary.co.uk", true }, { "chestercountypediatrics.com", true }, { "chestercountyroboticsurgery.com", true }, { "chesterfieldplaceapartmentsstl.com", true }, @@ -20752,7 +20472,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chicaman.tk", true }, { "chicback.com", true }, { "chicinttim.gq", true }, - { "chicjrajeevalochana.com", true }, { "chick-goo-ewe-farm.com", true }, { "chickencoop.ml", true }, { "chicofc.tk", true }, @@ -20767,7 +20486,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chijb.cc", true }, { "chika.kr", false }, { "chikan-beacon.net", true }, - { "chikazawa.info", true }, { "chikenweb.jp", true }, { "chiki.tk", true }, { "chikory.com", true }, @@ -20799,8 +20517,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chill-house.ga", true }, { "chillebever.nl", true }, { "chilliwackchurchofgod.com", true }, - { "chillpaste.com", true }, { "chiloesinpuente.tk", true }, + { "chilternfarming.com", true }, { "chima.net", true }, { "chima.us", true }, { "chime.com", true }, @@ -20913,6 +20631,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "choiceuniontown.org", true }, { "choigamevui.net", true }, { "chokladfantasi.net", true }, + { "cholleria.es", true }, { "chollima.pro", true }, { "chomp.life", true }, { "chonghe.org", true }, @@ -20939,6 +20658,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chosenplaintext.org", true }, { "choservices.com", true }, { "chou-chinois.com", true }, + { "chouette-assurance.fr", true }, { "chourishi-shigoto.com", true }, { "chovancova.sk", true }, { "chowchowugo.com", true }, @@ -20949,6 +20669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chrc-ccdp.gc.ca", true }, { "chris-edwards.net", true }, { "chris-siedler.at", true }, + { "chris.land", true }, { "chrisahrweileryoga.com", true }, { "chrisaitch.com", true }, { "chrisbryant.me.uk", true }, @@ -21033,7 +20754,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "christineblachford.com", true }, { "christinecloma.com", true }, { "christineprayon.de", true }, - { "christmascard.be", true }, { "christmasinelmhurst.org", true }, { "christmaspages.tk", true }, { "christmaspartyhire.co.uk", true }, @@ -21137,8 +20857,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chuvash.tk", true }, { "chuvashia.tk", true }, { "chuvashiya.tk", true }, - { "chuying.ltd", true }, { "chwilrank.pl", true }, + { "chyen.cc", true }, { "chytraauta.cz", true }, { "chziyue.com", true }, { "ci-fo.org", true }, @@ -21152,10 +20872,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cialowruchu.pl", true }, { "ciancaiphotobooth.com", true }, { "ciancode.com", true }, - { "ciania.pl", false }, { "cianmawhinney.me", true }, { "cianmawhinney.xyz", true }, - { "ciansc.com", true }, { "ciaracode.com", true }, { "ciaran.tk", true }, { "ciat.no", false }, @@ -21178,6 +20896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cidbot.com", true }, { "ciderclub.com", true }, { "cidersus.com.ec", true }, + { "cidgomes.com.br", true }, { "cidiart.vn", true }, { "cidiframe.vn", true }, { "cidikit.tk", true }, @@ -21186,6 +20905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciel.coffee", true }, { "ciel.pro", true }, { "cielly.com", true }, + { "cielo-thefilm.com", true }, { "cienciasempresariais.pt", true }, { "cierreperimetral.com", true }, { "cifapme.net", true }, @@ -21213,6 +20933,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cimtools.net", true }, { "cinafilm.com", true }, { "cinay.pw", true }, + { "cinderellacloset.in", true }, { "cindey.io", true }, { "cindydudley.com", true }, { "cine-music.de", true }, @@ -21243,6 +20964,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cinq-elements.com", false }, { "cinq-elements.fr", true }, { "cinq-elements.net", true }, + { "cinqueportsvets.co.uk", true }, { "cinsects.de", true }, { "cint.com", true }, { "cintactimber.com", true }, @@ -21254,7 +20976,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cio.go.jp", false }, { "cio.gov", false }, { "cioscloud.com", true }, - { "cip.md", true }, { "cipartyhire.co.uk", true }, { "ciph.one", true }, { "cipher.team", true }, @@ -21263,6 +20984,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciphermail.com", true }, { "ciphersuite.info", true }, { "ciphrex.com", true }, + { "ciplerli.st", true }, { "cipri.com", true }, { "cipri.net", true }, { "cipri.nl", true }, @@ -21280,11 +21002,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "circara.com", true }, { "circle-people.com", true }, { "circlebox.rocks", true }, + { "circlelytics.com", true }, { "circleofhealthlongmont.com", true }, { "circlepluscircle.me", true }, { "circu.ml", true }, { "circuitcityelectricaladelaide.com.au", true }, - { "circular.tw", true }, { "circulosocial77.com", true }, { "circum.top", true }, { "circumstances.ir", true }, @@ -21300,7 +21022,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cisa.gov", true }, { "ciscoasanetflow.com", true }, { "ciscocyberthreatdefense.com", true }, - { "ciscodude.net", true }, + { "ciscodude.net", false }, { "cisconetflowleader.com", true }, { "cisconetflowpartners.com", true }, { "cisconetflowreporting.com", true }, @@ -21320,6 +21042,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cisylik.gq", true }, { "citace.com", true }, { "citacepro.com", true }, + { "citadelpark.be", true }, { "citafun.tk", true }, { "citakon.cz", true }, { "citalopram-20-mg.ml", true }, @@ -21334,7 +21057,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cities.cl", true }, { "cities.mx", true }, { "citimarinestore.com", true }, - { "citizenkevin.com", false }, + { "citizenkevin.com", true }, { "citizensbankal.com", true }, { "citizenscience.gov", false }, { "citizenscience.org", true }, @@ -21351,8 +21074,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "city-home.tk", true }, { "city-online.tk", true }, { "city-walks.info", true }, + { "cityacademyslc.org", true }, { "citybeat.de", true }, { "citycalculator.ml", true }, + { "citycardgent.be", true }, + { "citycardgent.com", true }, { "citycreek.studio", true }, { "citycricket.tk", true }, { "citydance.ee", true }, @@ -21371,6 +21097,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cityoflakegeneva.gov", true }, { "cityofmadera.gov", true }, { "cityofmerced.gov", true }, + { "cityofmusic.be", true }, { "cityofpinebluff-ar.gov", true }, { "cityoftitans.com", true }, { "cityoftitansmmo.com", true }, @@ -21424,6 +21151,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cjsounds.com", true }, { "cjwagner.net", true }, { "ck.cx", true }, + { "ck0.eu", true }, { "ck1020.cc", true }, { "ckenel.com", true }, { "ckenell.com", true }, @@ -21455,7 +21183,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cl0ud.space", true }, { "claaruba.com", true }, { "clacetandil.com.ar", true }, - { "clacksixpromo.com", true }, { "clad.cf", true }, { "claibornecountytn.gov", true }, { "claimconnect.com", true }, @@ -21512,6 +21239,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clashersrepublic.com", true }, { "clashoflights.ga", true }, { "class.com.au", true }, + { "classdesignhome.com", true }, { "classdojo.com", true }, { "classic-diva.cf", true }, { "classic-yacht-charters.com", true }, @@ -21533,6 +21261,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "classpoint.cz", true }, { "classroom.google.com", true }, { "classroomconductor.com", true }, + { "classyhandmade.de", true }, { "claude.me", true }, { "claude.photo", true }, { "claude.tech", true }, @@ -21566,6 +21295,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clean-mailbox.com", true }, { "cleanapproachnw.com", true }, { "cleanbrowsing.org", true }, + { "cleanclearwater.co.uk", true }, { "cleandetroit.org", true }, { "cleanfiles.us", true }, { "cleango.pl", true }, @@ -21592,7 +21322,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clearlakechildrenscenter.com", true }, { "clearlinux.org", true }, { "clearmaxx.ch", true }, - { "clearme.com", true }, { "clearpay.co.uk", true }, { "clearsense.com", true }, { "clearspringinsurance.com", true }, @@ -21621,6 +21350,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cles.jp", true }, { "cleveille.com", true }, { "clevelandokla.com", true }, + { "clever-fit.com", true }, { "cleverdarts.com", true }, { "cleverdeal.tk", true }, { "clevermatch.com", true }, @@ -21656,6 +21386,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clevyrstudios.com", true }, { "clevyrvr.com", true }, { "cleysense.com", false }, + { "clgb.org", true }, { "clic-et-site.com", true }, { "clic-music.com", true }, { "clica.net", true }, @@ -21701,7 +21432,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "climatgate.tk", true }, { "climaticequipment.tk", true }, { "climatizzatore.roma.it", true }, - { "climaveneta-economy.gr", true }, { "climbing.tk", true }, { "clinchcountyga.gov", true }, { "clindamycin-150mg.ga", true }, @@ -21835,7 +21565,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloudimproved.com", true }, { "cloudimprovedtest.com", true }, { "cloudindex.io", true }, - { "cloudindia.work", true }, { "cloudinfinit.com", true }, { "cloudix.cf", true }, { "cloudkeep.nl", true }, @@ -21905,7 +21634,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloveros.ga", true }, { "cloverpc.co.uk", true }, { "clovertwo.com", true }, - { "clovissantos.com", false }, { "clowd.ovh", true }, { "clownday.co.uk", true }, { "clownindeklas.nl", true }, @@ -21941,7 +21669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clubdeportivocieza.tk", true }, { "clubdeslecteurs.net", true }, { "clubedegeografia.tk", true }, - { "clubedoberloque.com.br", true }, + { "clubedoberloque.com.br", false }, { "clubefiel.com.br", true }, { "clubegolfpt.com", true }, { "clubeighteen.tk", true }, @@ -22005,7 +21733,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cmlignon.ch", true }, { "cmn-group.com", true }, { "cmn-groupe.com", true }, - { "cmnc.ddns.net", true }, { "cmngroup.com", true }, { "cmngroupe.com", true }, { "cmplainpalais.ch", true }, @@ -22136,6 +21863,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cocoscastles.co.uk", true }, { "cocounty.org", true }, { "cocquyt-usedcars.be", false }, + { "cocreaciones.net", true }, { "cocresa.tk", true }, { "cocukhekimim.com", false }, { "cocyou.ooo", true }, @@ -22147,7 +21875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coda.world", true }, { "codabix.com", true }, { "codabix.de", true }, - { "code-35.com", true }, + { "code-35.com", false }, { "code-in-plate.tk", true }, { "code-judge.tk", true }, { "code-maze.com", true }, @@ -22160,23 +21888,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "code.gov", true }, { "code.taxi", true }, { "code123.eu", true }, + { "code1llp.com", true }, { "code4.hk", true }, + { "code4u.org", true }, { "code67.com", true }, { "codeandsupply.co", true }, { "codeberg.org", true }, - { "codebitel.com", true }, { "codebrahma.com", false }, { "codebrasileiro.tk", true }, { "codebrew.com.au", true }, { "codeclub.gq", true }, { "codecommunity.io", true }, { "codectron.com", true }, + { "codedbyjim.nl", true }, { "codedelarouteenligne.fr", true }, { "codedo.info", true }, { "codedump.net", true }, { "codedynasty.com", true }, { "codeeclipse.com", true }, - { "codeetch.com", true }, { "codefaq.org", true }, { "codeferm.com", true }, { "codefive.co.uk", true }, @@ -22224,7 +21953,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codersatlas.xyz", true }, { "codersbase.org", true }, { "coderslight.com", true }, - { "coderware.co.uk", true }, { "codes.pk", true }, { "codesgroup.tk", true }, { "codesplain.in", true }, @@ -22244,7 +21972,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codeux.net", true }, { "codevat.com", true }, { "codeventure.de", true }, - { "codeversetech.com", true }, { "codewild.de", true }, { "codewiz.xyz", true }, { "codexpert.my", true }, @@ -22273,6 +22000,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codyevanscomputer.com", true }, { "codymoniz.com", true }, { "codyqx4.com", true }, + { "coenraets.com", true }, { "coens.me.uk", true }, { "coentropic.com", true }, { "coenzima.com", true }, @@ -22427,6 +22155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "collectfood.com", true }, { "collectiblebeans.com", true }, { "collective-incubator.de", true }, + { "collectivesupply.com", true }, { "collector.cf", true }, { "collectorknives.net", true }, { "collectorsystems.com", true }, @@ -22542,6 +22271,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comercialcolombia.tk", true }, { "comercialmattos.com", true }, { "comercialroxana.com", true }, + { "comercialtech.cl", true }, { "comercialtpv.com", true }, { "comercialtrading.eu", true }, { "comerciaonline.co", true }, @@ -22569,9 +22299,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comicsanshouse.ddns.net", true }, { "comicspornos.com", true }, { "comicspornow.com", true }, + { "comicspornoxxx.com", true }, { "comicwiki.dk", true }, { "comidina.com", true }, { "comiq.io", true }, + { "comisarul.ro", true }, { "comite-des-fetes-neuville.com", true }, { "comiteaintriathlon.fr", true }, { "comiteexpertes.gc.ca", true }, @@ -22605,11 +22337,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "communist-party.tk", true }, { "community-pro.de", true }, { "community-pro.net", true }, - { "community-services.cz", true }, + { "community-services.cz", false }, { "communityaligned.com", true }, { "communitybangladesh.tk", true }, { "communitycodeofconduct.com", true }, - { "communityhealthservices.co.uk", true }, { "communitymanagertorrejon.com", true }, { "communote.net", true }, { "commure.com", true }, @@ -22617,6 +22348,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comoaliviareldolor.de", true }, { "comoculosdesol.pt", true }, { "comocurarlagastritis24.online", true }, + { "comocurarlashemorroidesya.com", true }, { "comodo.nl", true }, { "comodosslstore.com", true }, { "comohacerblog.net", true }, @@ -22643,6 +22375,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "compare-energie.fr", true }, { "compareandrecycle.co.uk", true }, { "compareceleb.com", true }, + { "compareinsurance.com.au", true }, { "comparelegalforms.com", true }, { "comparemymobile.com", true }, { "comparesoft.com", true }, @@ -22695,6 +22428,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "compoundingrxusa.com", true }, { "compra-deuna.com", true }, { "comprachida.com", true }, + { "compraenpijama.com", true }, { "comprafasil.com", true }, { "compraporinternet.online", true }, { "comprar.club", true }, @@ -22704,6 +22438,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comprarpapelhigienico.online", true }, { "comprarparaguas.online", true }, { "comprauncelular.com", true }, + { "comprax.nl", true }, { "compreair.com", true }, { "compree.com", true }, { "comprefitasadere.com.br", true }, @@ -22764,11 +22499,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "conalcorp.com", true }, { "conalpedis.tk", true }, { "conatus.ai", true }, - { "conbida.co", true }, { "concellodoparamo.tk", true }, { "concepcion-futbol-club.tk", true }, { "concept-web.ch", false }, { "conceptatelier.de", true }, + { "conceptcompany.com", true }, { "conceptground.com", true }, { "conceptual.ga", true }, { "concern.co.nz", true }, @@ -22832,6 +22567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "confidentliving.tk", true }, { "config.schokokeks.org", false }, { "configwizard.xyz", true }, + { "confirmit.ca", false }, { "confirmit.com.au", true }, { "confirmit.de", true }, { "confiscate.ga", true }, @@ -22901,7 +22637,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "connyduck.at", true }, { "conocchialidasole.it", true }, { "conocedordigital.com", true }, - { "conoceme.bio", true }, { "conociendosalama.com", true }, { "conorboyd.info", true }, { "conory.com", true }, @@ -22924,14 +22659,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "consciente.ch", true }, { "consciente.ngo", true }, { "consciente.ong", true }, + { "conscientia.com.mx", true }, { "consegnafioridomicilio.net", true }, { "consejociudadanomx.org", true }, { "consejosdenutricion.com", true }, { "consens.us.org", true }, { "consensoprivacy.it", true }, { "consertodecelulares.com.br", true }, + { "conservadoraembh.com.br", true }, { "conservationfreedivers.com", true }, { "conservationgeography.com", true }, + { "conservativecore.net", true }, { "conservativenewsandviews.com", true }, { "consideredgifts.com", true }, { "consideryourways.net", true }, @@ -22960,7 +22698,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "constituenttracker.com", true }, { "constitution.website", true }, { "constru-vegas.com.mx", true }, - { "construademadeira.com.br", true }, { "construccionesceyve.com", true }, { "construct.net", true }, { "constructexpres.ro", true }, @@ -22988,6 +22725,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "consultoriosodontologicos.com.br", true }, { "consultorseobr.com.br", true }, { "consultpetkov.com", true }, + { "consumer.ee", true }, { "consumer.gq", true }, { "consumeraction.gov", true }, { "consumeractionlawgroup.com", true }, @@ -22998,6 +22736,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "contabilidadebrooklin.com.br", true }, { "contact.inc", true }, { "contact.xyz", true }, + { "contailor.de", true }, { "containerbeveiliging.nl", true }, { "containerspace.com.au", true }, { "contaminatie.nl", true }, @@ -23056,7 +22795,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "conversiepartners.nl", true }, { "conversionsciences.com", true }, { "convert.zone", true }, - { "convert2sql.com", true }, { "converter.ml", true }, { "convertimg.com", true }, { "convexset.org", true }, @@ -23300,6 +23038,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cortexx.nl", true }, { "cortino.ga", true }, { "cortis-consulting.ch", true }, + { "corum.fr", true }, + { "corvaglia.com", true }, { "corvax.kiev.ua", true }, { "corvee.com", true }, { "corvettesalvage.com", true }, @@ -23328,19 +23068,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cosmic-relations.co.jp", true }, { "cosmicdrifters.com", true }, { "cosmicnavigator.com", true }, - { "cosmicskills.com", true }, { "cosmicworlds.mobi", true }, { "cosmicyes.de", true }, { "cosmodacollection.com", true }, { "cosmohit.ua", true }, { "cosmos-ink.net", true }, { "cosmos-software.tk", true }, + { "cosmoschaos.net", true }, { "cosmosearch-azerbaijan.tk", true }, { "cosmosenalerta.tk", true }, { "cosmosmkt.com.mx", true }, { "cosmoswaterdamagerestoration.com", true }, { "cosmundi.de", true }, { "cosni.co", true }, + { "cospi.net", true }, { "cosplayer.com", true }, { "cospol.ch", false }, { "cosset.com.tw", true }, @@ -23367,6 +23108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coteax.com", true }, { "coteax.nl", true }, { "coteibem.com.br", true }, + { "cotejardin.gent", true }, { "coteries.com", false }, { "coth.ml", true }, { "cotoacc.com", true }, @@ -23387,13 +23129,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coughlan.de", true }, { "could.jp", true }, { "coumoul.fr", true }, + { "councilwise.com", true }, { "counselingfw.com", true }, { "counsellingtime.co.uk", true }, { "counsellingtime.com", true }, { "counstellor.com", false }, { "countdowntrader.com", true }, { "counter-team.ch", false }, - { "counterenlol.com", true }, { "countermats.net", true }, { "countersolutions.co.uk", true }, { "countetime.com", true }, @@ -23449,6 +23191,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "covid-model.net", true }, { "covid19.govt.nz", true }, { "covid19.melbourne", true }, + { "covid19dataportal.si", true }, { "covid19resilience.org", true }, { "covid19responsepod.com", true }, { "covid19scotland.co.uk", false }, @@ -23486,11 +23229,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cp015.com", true }, { "cp017.com", true }, { "cp061.com", true }, - { "cpad.org.pk", true }, { "cpaexamguy.com", true }, { "cpanels.us", true }, { "cpaneltips.com", true }, { "cpap.com", true }, + { "cpaporttraining.org", true }, { "cpars.gov", true }, { "cparta.pro", true }, { "cpasperdu.com", true }, @@ -23500,7 +23243,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cpd-education.co.uk", true }, { "cpdhealthcare.com", true }, { "cpe-colleg.de", true }, + { "cpe-registry.com", true }, + { "cpe-registry.net", true }, + { "cpe-registry.org", true }, { "cpegypt.tk", true }, + { "cperegistry.com", true }, + { "cperegistry.net", true }, + { "cperegistry.org", true }, { "cpgiiaragon.es", true }, { "cphollywoodproduct.ml", true }, { "cphpvb.net", true }, @@ -23523,6 +23272,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cpshr.us", true }, { "cpsq.fr", true }, { "cpsurvey.com", true }, + { "cptechsupport.us", true }, { "cptoon.com", true }, { "cpu.biz.tr", true }, { "cpucheu.com", true }, @@ -23530,6 +23280,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cqn.ch", false }, { "cqr.pt", true }, { "cqvradio.ddns.net", true }, + { "cr-it.net", true }, { "cr.search.yahoo.com", false }, { "cr1coffee.com", true }, { "cr4pr.com", true }, @@ -23584,6 +23335,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "craigleclaireteam.com", true }, { "craigphillips-work.cf", true }, { "craigrouse.com", true }, + { "craigsaper.com", true }, { "craigwfox.com", true }, { "crain.com.au", true }, { "craine.tech", true }, @@ -23607,6 +23359,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crashboy.ws", true }, { "crashedata.tk", true }, { "cratss.co.uk", true }, + { "craveativemedia.com", true }, { "cravecraftonline.com", true }, { "crawcial.de", true }, { "crawford.cloud", true }, @@ -23614,7 +23367,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crawfordcountytcc.org", true }, { "crawler.ninja", true }, { "crawleybouncycastles.co.uk", true }, - { "crawlspaceandbasementsolutions.com", true }, { "crayon.co", true }, { "crayonartgallery.com", true }, { "crazy-cat.net", true }, @@ -23644,7 +23396,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crbug.com", true }, { "crc-bank.com", true }, { "crc-search.com", true }, - { "crc32.online", true }, { "crc64.online", true }, { "crdmendoza.net", true }, { "crea-etc.net", false }, @@ -23668,6 +23419,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "creared.edu.co", true }, { "creareup.com", true }, { "creartcompany.com", true }, + { "creatapeak.com", true }, { "create-ls.jp", true }, { "create-website.ga", true }, { "createbeing.com", true }, @@ -23678,6 +23430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "creategyx.ga", true }, { "creati.me", true }, { "creatic.co", true }, + { "creatieven.com", true }, { "creatingchange.us", true }, { "creations-edita.com", true }, { "creationsgate.com", true }, @@ -23692,7 +23445,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "creativecommonscatpictures.com", true }, { "creativeconceptsvernon.com", true }, { "creativedigital.co.nz", true }, - { "creativeglassgifts.com.au", true }, { "creativeideasagency.com", true }, { "creativeimagery.com.au", true }, { "creativeink.de", true }, @@ -23780,11 +23532,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crimesolutions.gov", true }, { "crimethincx.tk", true }, { "crimevictims.gov", true }, + { "criminal-attorney.ru", true }, { "criminal-market.ml", true }, { "criminal-news.tk", true }, { "criminal.enterprises", true }, { "criminalcasecheats.ml", true }, - { "criminaljusticedegreeschools.com", true }, { "criminallawyerjobdescription.gq", true }, { "crimsonconnect.co.uk", true }, { "crimsoninators.ga", true }, @@ -23815,7 +23567,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "criss.com.ua", true }, { "cristaleslitios.com.mx", true }, { "cristals.ga", true }, - { "cristalva.com", true }, { "cristarta.com", true }, { "cristau.org", true }, { "cristenberens.tk", true }, @@ -23843,6 +23594,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crm.onlime.ch", false }, { "crm114d.com", true }, { "crm911.com", true }, + { "crmdumariage.com", true }, { "croceverdevb.it", true }, { "crochetkim.com", true }, { "croco.vision", true }, @@ -23865,7 +23617,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crop-alert.com", true }, { "cropdiagnosis.com", true }, { "crosbug.com", true }, - { "croshera.com", true }, { "cross-culture.tk", true }, { "cross-led-sign.com", true }, { "cross-view.com", true }, @@ -23899,12 +23650,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crowd.supply", true }, { "crowdbox.net", true }, { "crowdcloud.be", true }, + { "crowdfundinggent.be", true }, { "crowdliminal.com", true }, { "crowdpress.it", true }, { "crowds.host", false }, { "crowdsim3d.com", true }, { "crowdstack.com", true }, { "crowdstack.io", true }, + { "crowdstrike.tech", true }, { "crowdsupply.com", true }, { "crowleymarine.com", true }, { "crownaffairs.ch", true }, @@ -23955,7 +23708,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryoit.com", true }, { "cryothanasia.com", true }, { "cryp.no", true }, + { "crypt-app.net", true }, { "crypt.is-by.us", true }, + { "cryptcheck.fr", true }, { "cryptearth.de", true }, { "cryptecks.cf", true }, { "crypted.chat", true }, @@ -23974,7 +23729,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryptoclix.website", true }, { "cryptocon.org", true }, { "cryptocurrencyfare.com", true }, - { "cryptocurrencylatestnews.today", true }, { "cryptocurrencynews.today", true }, { "cryptoearnblog.xyz", true }, { "cryptoeighty.com", true }, @@ -24017,7 +23771,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryptoseb.pw", true }, { "cryptoshot.pw", true }, { "cryptotrendclub.com", true }, - { "cryptowhile.com", true }, { "cryptoya.io", true }, { "cryptozoologyguide.com", true }, { "cryptract.co", true }, @@ -24046,13 +23799,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cs-colorscreed-betongulve.dk", true }, { "cs-kurnik.pl", true }, { "cs.money", true }, + { "csa-library.org", true }, { "csaapac.com", true }, { "csaapac.org", true }, { "csabg.org", true }, { "csacongress.com", true }, { "csacongress.org", true }, { "csacongress.us", true }, + { "csadc.org", true }, { "csaerotherm.com", true }, + { "csaposs.com", true }, + { "csasummit.net", true }, + { "csasummit.org", true }, { "csbya.com", true }, { "csca.me", true }, { "cscau.com", true }, @@ -24105,7 +23863,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "csosa.gov", true }, { "csp.ch", false }, { "cspeti.hu", true }, - { "cspvalidator.org", true }, { "csrichter.com", true }, { "csroot.cf", true }, { "csru.net", true }, @@ -24189,6 +23946,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cubeperformancecentre.com.au", true }, { "cubetech.co.jp", true }, { "cubex.ltd", true }, + { "cubia.com", true }, { "cubia.de", true }, { "cubia3.com", true }, { "cubia4.com", true }, @@ -24208,6 +23966,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cuchichi.es", true }, { "cuckoo.ee", true }, { "cuddlecat.io", true }, + { "cuddlecomfort.com", true }, { "cuddlingyaks.com", true }, { "cuddlybeardaycare.com.au", true }, { "cuddlybeardaycare.org", true }, @@ -24289,6 +24048,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "curacao-license.com", true }, { "curacaodiveguide.com", true }, { "curamail.co.uk", true }, + { "curaprox.co.th", true }, { "curareldolordeespalda.com", true }, { "curatedtaste.com", false }, { "curbside.com", true }, @@ -24381,6 +24141,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cutemodel.ml", true }, { "cutephil.com", true }, { "cutie-viewty.tk", true }, + { "cutieland.to", true }, { "cutienautica.com", true }, { "cuties.chat", true }, { "cutimbo.ovh", true }, @@ -24404,6 +24165,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cuyahogacountyvotesoh.gov", true }, { "cv-developpeur-web.fr", true }, { "cvc.digital", true }, + { "cvdeexpo.com", true }, { "cve-le-carrousel.ch", false }, { "cve.sh", true }, { "cvetpodokonnik.tk", true }, @@ -24528,7 +24290,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cyberschmiede.at", true }, { "cyberschmiede.com", true }, { "cyberschmiede.de", true }, - { "cybersecurite-info.fr", true }, { "cybersecurity.gov", true }, { "cybersecurity.gr", true }, { "cybersecurity.nz", true }, @@ -24566,6 +24327,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cycledownunder.com", true }, { "cyclehackluxembourgcity.lu", true }, { "cycleluxembourg.lu", true }, + { "cycleterrace.jp", true }, { "cyclinggoodso.com", true }, { "cyclisjumper.gallery", true }, { "cyclonedesign.ca", true }, @@ -24635,6 +24397,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "czlx.co", false }, { "czprothz.tk", true }, { "czqu.xyz", true }, + { "czteryporyroku.edu.pl", true }, { "czwartybrat.pl", true }, { "czymamdzisimieniny.pl", true }, { "czzs.org", true }, @@ -24772,7 +24535,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "d88md03.com", true }, { "d88siteintro.com", true }, { "d898.app", true }, - { "d899365.com", true }, { "d8998.com", true }, { "d8studio.net", true }, { "d9297.co", true }, @@ -24781,6 +24543,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "d9728.co", true }, { "d9c.eu", true }, { "da42foripad.com", true }, + { "daaje-und-andre.de", true }, { "daallexx.eu", true }, { "dabai.club", true }, { "dabai.photo", true }, @@ -24793,6 +24556,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dabuzz.tk", true }, { "daceurope.co.uk", true }, { "dacha-letom.ml", true }, + { "dacha.today", true }, { "dachb0den.net", true }, { "dachbleche24-shop.de", true }, { "dachdecker-ranzenberger.de", true }, @@ -24838,6 +24602,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dag-konsult.com", true }, { "dag-ogni.tk", true }, { "daganzo.tk", true }, + { "dagbestedingwarrie.nl", true }, { "dagensannonser.se", true }, { "dagestan.cf", true }, { "dagestanci.tk", true }, @@ -24870,6 +24635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dailydote.com", true }, { "dailyemailinboxing.com", true }, { "dailyenglishchallenge.com", true }, + { "dailyhealthguard.com", true }, { "dailyhealthylife.ml", true }, { "dailykos.com", true }, { "dailynewsclubs.ga", true }, @@ -24906,10 +24672,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dakinnyc.com", true }, { "daknob.net", true }, { "dakota-spain.tk", true }, + { "dakotacil.org", true }, { "dakotasjoint.com", true }, { "daktarisys.com", true }, { "daktariwildlife.org", true }, + { "dal.net.sa", true }, { "dalaran.city", true }, + { "dalat.blog", true }, { "dalb.in", true }, { "dalbitresb.me", true }, { "dalcomseo.com", true }, @@ -25048,6 +24817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "danielhurley.info", true }, { "danielhurley.org", true }, { "danieliancu.com", true }, + { "danielittlewood.xyz", true }, { "danielives.co.uk", true }, { "danieljamesscott.org", true }, { "danieljstevens.com", true }, @@ -25074,7 +24844,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "danielsfirm.com", true }, { "danielstach.cz", true }, { "danielsteiner.net", true }, - { "danielstiner.me", true }, { "danielt.co.uk", false }, { "danielthompson.info", true }, { "danieltollot.de", true }, @@ -25158,6 +24927,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daoplatthanhhoa.com", true }, { "daoplattunhien.com.vn", true }, { "daoro.net", false }, + { "daoudi.it", true }, { "daphne.informatik.uni-freiburg.de", true }, { "daphnes-restaurant.co.uk", true }, { "daplie.com", true }, @@ -25169,12 +24939,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dappworld.com", true }, { "daprint.tk", true }, { "daracokorilo.com", true }, + { "darador.net", true }, { "darani.ch", true }, { "daravk.ch", true }, { "darbi.org", true }, { "darc-mak.de", true }, { "darchoods.net", false }, { "darci.tech", true }, + { "darcyinspired.com", true }, { "darcymarshall.com", true }, { "dare.deals", true }, { "daretogain.com", true }, @@ -25276,6 +25048,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dashice.com", true }, { "dashlane.com", true }, { "dashnearby.com", true }, + { "dashofmedia.com", true }, + { "dashofting.com", true }, { "dashwebconsulting.com", true }, { "dasignsource.com", true }, { "dasinternetluegt.at", true }, @@ -25289,6 +25063,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "data-captive.com", true }, { "data-detox.de", true }, { "data-jt.de", true }, + { "data-reader.de", true }, { "data-wing.ga", false }, { "data.bayern", true }, { "data.gov", true }, @@ -25321,6 +25096,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "datafarms.com", true }, { "datafd.com", false }, { "datafd.net", false }, + { "datafix.fi", true }, { "datagate.com.br", true }, { "datagir.ir", false }, { "datagrail.io", true }, @@ -25366,6 +25142,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "datatypes.net", true }, { "datavizable.org", true }, { "datax-cloud.de", true }, + { "date-chi.world", true }, { "date-hijri.net", true }, { "datecougarslocal.com", true }, { "dateien.at", true }, @@ -25487,7 +25264,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "davidlane.io", false }, { "davidlillo.com", true }, { "davidlindekilde.dk", true }, - { "davidlyness.com", true }, { "davidmcevoy.org.uk", true }, { "davidmessenger.co.uk", true }, { "davidmlujan.com", true }, @@ -25513,7 +25289,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "davidzimmerman3.com", true }, { "davimun.org", true }, { "davinamccall.tk", true }, - { "davincigourmet.vn", true }, { "davisdieselandautorepair.com", true }, { "davmimer-mercerie.ro", true }, { "davo-usedcars.be", false }, @@ -25522,6 +25297,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "davusito.com", true }, { "davy-server.com", true }, { "davyatletiek.tk", true }, + { "davyjones.com.br", true }, { "davypropper.com", true }, { "dawgs.ga", true }, { "dawidpotocki.com", true }, @@ -25538,6 +25314,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daxpatterns.com", true }, { "daxperience.eu", true }, { "daxrunbase.com", true }, + { "daxterfellowesservers.com", true }, { "daycontactlens.com", true }, { "daycubrem.com", true }, { "daydream.team", true }, @@ -25595,6 +25372,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dbradley771.com", true }, { "dbrand.com", true }, { "dbrgn.ch", true }, + { "dbsbeautystore.cl", true }, { "dbtotalnet.tk", true }, { "dbtsai.com", false }, { "dbw678.com", true }, @@ -25605,7 +25383,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dc-occasies.be", false }, { "dc-service.by", true }, { "dc-solution.de", false }, - { "dc1.com.br", true }, { "dc562.org", true }, { "dc585.info", true }, { "dc9.me", true }, @@ -25631,6 +25408,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dcmarvelunited.com", true }, { "dcmediahosting.com", true }, { "dcmt.co", true }, + { "dcnews.ro", true }, { "dcomedieta.it", true }, { "dcpower.eu", true }, { "dcrdev.com", true }, @@ -25643,7 +25421,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dd00228.com", true }, { "dd118d.com", true }, { "dd11d.net", true }, - { "dd152.ru", true }, { "dd202d.com", true }, { "dd207d.com", true }, { "dd209d.com", true }, @@ -25668,7 +25445,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dden.website", true }, { "dden.xyz", true }, { "ddepot.us", true }, - { "ddfreedish.site", false }, { "ddhosted.com", true }, { "ddjlawtampa.com", true }, { "ddkkitchens.com", true }, @@ -25739,7 +25515,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dealcruiser.nl", true }, { "dealdump.nl", true }, { "dealerselectric.com", true }, - { "dealershipdrop.com", false }, { "dealerwriter.com", true }, { "dealinflatables.co.uk", true }, { "dealmecoupon.com", true }, @@ -25795,6 +25570,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "debie-usedcars.be", false }, { "debierhandel.nl", true }, { "debigare.com", true }, + { "debijloke.be", true }, { "debitterballetjes.tk", true }, { "deblocking.ga", true }, { "debora-singkreis.de", true }, @@ -25837,7 +25613,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "decock-usedcars.be", false }, { "decode.ga", true }, { "decodeanddestroy.com", true }, - { "decofiori.com", true }, { "decologisticsgh.com", true }, { "decompiled.de", true }, { "deconsolas.tk", true }, @@ -25866,6 +25641,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "decrypto.net", true }, { "decs.es", true }, { "dedelta.net", true }, + { "dedetizacaoinsetan.com.br", true }, { "dedg3.com", true }, { "dedge.org", true }, { "dedicatedservers.cf", true }, @@ -25893,9 +25669,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deelmijnreis.nl", true }, { "deelodge.art", false }, { "deemlove.com", true }, + { "deenergiecentrale.be", true }, + { "deenergiecentrale.gent", true }, { "deeonix.eu", true }, { "deep-chess.com", false }, - { "deep-labs.com", true }, { "deep.club", true }, { "deepaero.com", true }, { "deeparamaraj.com", true }, @@ -25911,7 +25688,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deepnet.cc", true }, { "deeps.cat", true }, { "deeps.me", true }, - { "deepsea.co.uk", true }, { "deepserve.info", true }, { "deepsoulutions.cf", true }, { "deepspace.dedyn.io", true }, @@ -25943,6 +25719,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "defi-metier.org", true }, { "defiant.com", true }, { "defiantrust.com", true }, + { "defietsambassade.gent", true }, { "defifa.ga", true }, { "defile.ml", true }, { "defimetier.fr", true }, @@ -25973,6 +25750,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "degen-elektrotechnik.de", true }, { "degeneracy.xyz", true }, { "degenerativediscdiseaseexplained.com", true }, + { "degentseflikkenzoekenu.be", true }, { "degestamptepot.nl", true }, { "degit.de", true }, { "degoeiewebsite.cf", true }, @@ -26112,6 +25890,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dementiafactsexplained.com", true }, { "dementiapraecox.de", true }, { "dementieva-pennetta.tk", true }, + { "dementievriendelijk.gent", true }, + { "dementievriendelijkgent.be", true }, { "demeraallergy.com", true }, { "demesos.tk", true }, { "demeyere-usedcars.be", false }, @@ -26163,7 +25943,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "denabot.pw", true }, { "denaehula.com", true }, { "denahrumah.co", true }, - { "denali.net", false }, + { "denali.net", true }, { "denardbrewing.com", true }, { "denariu.ddns.net", true }, { "denarium.com", true }, @@ -26199,6 +25979,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deniszczuk.pl", true }, { "deniz.uk", true }, { "denizdesign.co.uk", true }, + { "denizsartdiary.com", true }, { "denizuydur.nl", true }, { "denkeandersblog.de", true }, { "denkmalagentur.ch", true }, @@ -26269,7 +26050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "depedapplication.com", true }, { "depedcommons.org", true }, { "depedsurigaodelnorte.com", true }, - { "depedtambayan.blog", true }, { "depedtambayan.net", true }, { "depedtayo.com", true }, { "depedtayo.ph", true }, @@ -26372,11 +26152,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "desanctispro.com", true }, { "desanta.top", true }, { "desarrollando.web.ve", true }, - { "desarrollowp.com", true }, { "descargar-apk.org", true }, { "descargarwhatsappplusgratis.net", true }, { "desec.io", true }, { "desentupidorademais.com.br", true }, + { "desentupimentoportoalegre.com.br", true }, { "deseosvip.tk", true }, { "desergo.com", true }, { "desertbloomplasticsurgery.com", true }, @@ -26398,6 +26178,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "designartepublicidad.com", true }, { "designburners.com", true }, { "designcanada.com", true }, + { "designconformitylibrary.com", true }, { "designed-cybersecurity.com", true }, { "designedbygeniuses.com", true }, { "designedcybersecurity.com", true }, @@ -26421,6 +26202,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "desimpelaere.eu", true }, { "desire-host.tk", true }, { "desish.cf", true }, + { "desiskinscience.com", true }, { "deskaservices.com", true }, { "deskdesign.nl", true }, { "deskeen.fr", true }, @@ -26428,7 +26210,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "desktopd.eu.org", false }, { "desktopfibra.com", true }, { "desktopfx.net", false }, - { "desktopgoldlink.com", true }, { "deskture.com", true }, { "deskvip.com", true }, { "desmaakvanplanten.be", true }, @@ -26460,6 +26241,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "desu.ne.jp", true }, { "desuchan.eu", true }, { "desuchan.org", true }, + { "desucla.com", true }, { "desveja.com.br", true }, { "desyatnichenko.ml", true }, { "desynced.rocks", true }, @@ -26470,6 +26252,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "detali-if.com", true }, { "detalika.ru", true }, { "detalyedesigngroup.com", true }, + { "detao.org", true }, { "detc.tk", true }, { "detdom.tk", true }, { "detecmon.com", true }, @@ -26490,9 +26273,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "detki.cf", true }, { "detki24.ru", true }, { "detodojuegos.com", true }, - { "detonic.shop", true }, { "detoxetmoi.com", true }, { "detoxic.vn", true }, + { "detoxtorehab.com", true }, { "detrapdoor.com", true }, { "detreannamaria.tk", true }, { "detroit-english.de", true }, @@ -26531,12 +26314,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deuxsol.com", true }, { "deuxsolutions.com", true }, { "dev", true }, + { "dev-advancedservicesportal.com", true }, { "dev-brandywineglobal.com", true }, { "dev-greavesindia.pantheonsite.io", true }, { "dev-gutools.co.uk", true }, { "dev-pmcc.net", true }, { "dev-pulse-mtn.pantheonsite.io", true }, { "dev-redwood.azurewebsites.net", true }, + { "dev-sev-web.pantheonsite.io", true }, { "dev-tek.de", true }, { "dev.moe", true }, { "dev.vu", true }, @@ -26571,6 +26356,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "developingtheworkforce.co.uk", true }, { "developmentaid.org", true }, { "developmentsites.melbourne", true }, + { "developpeur-freelance.io", true }, + { "developpeur-web.tech", true }, { "developr.uk", true }, { "develops.co.il", true }, { "develoupe.com", true }, @@ -26614,7 +26401,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devops.moe", true }, { "devops.pf", true }, { "devopsish.com", false }, - { "devopt.win", true }, { "devos.ml", true }, { "devpost.com", true }, { "devpp.com.br", true }, @@ -26650,6 +26436,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dewereldwerktthuis.nl", true }, { "dewereldwerktthuis.org", true }, { "dewinter.com", false }, + { "dewitjes.nl", true }, { "dewitteprins.nl", true }, { "dewolden.nl", false }, { "dexalo.de", true }, @@ -26802,7 +26589,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dianurse.com", true }, { "diare-na-miru.cz", true }, { "diario-egipto.com", true }, - { "diariocibao.com", true }, { "diariodearaxa.com.br", true }, { "diarionoticia.pe", true }, { "diariorp.com.br", true }, @@ -26883,6 +26669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diebestengutscheine.de", true }, { "diebetriebsraete.de", true }, { "diedenhofen.tk", true }, + { "diedrehen.de", true }, { "diedrich.co", true }, { "dieecpd.org", true }, { "diegelernten.de", true }, @@ -26900,7 +26687,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diekperaiwseis.gr", true }, { "diem-project.org", true }, { "diemattels.at", true }, - { "diemperu.com", true }, { "dienchaninstitute.com", true }, { "diendorfer.space", true }, { "dienmattroichonthanh.com", true }, @@ -26913,6 +26699,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dierenartsdeconinck.be", true }, { "dierencompleet.nl", true }, { "dieselanimals.lt", true }, + { "dieselfiltersonline.com", true }, { "dieselgalleri.com", true }, { "diesicheremail.de", true }, { "diesse.nl", true }, @@ -26941,7 +26728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dieumfrage.com", true }, { "dievozodis.lt", true }, { "diferenca.com", true }, - { "diff-speed.de", true }, + { "diff-speed.de", false }, { "different.cz", true }, { "differenta.ro", true }, { "differentgirleveryday.ml", true }, @@ -26983,12 +26770,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digino.co.uk", true }, { "digino.us", true }, { "digino.xyz", true }, + { "digipaste.com", true }, { "digipolis.gent", true }, { "digipost.no", true }, { "digirechnung.de", true }, { "digired.ro", true }, + { "digiriik.ee", true }, { "digiskool.co.za", true }, { "digit.ec", true }, + { "digitaaltalent.be", true }, { "digitai.net", true }, { "digital-coach.it", false }, { "digital-compounds.com", true }, @@ -27045,6 +26835,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitalewelten.de", true }, { "digitalezukunft-hagen.de", true }, { "digitalezukunft.nrw", true }, + { "digitalforensicsdubai.com", true }, { "digitalfoster.org", true }, { "digitalframe.nl", true }, { "digitalfuturenow.com", true }, @@ -27068,7 +26859,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitalninja.tk", true }, { "digitalphoto.group", true }, { "digitalphoto.tech", true }, - { "digitalpiloten.org", true }, { "digitalponsel.com", true }, { "digitalposition.com", true }, { "digitalprimate.my", true }, @@ -27085,7 +26875,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitalservices.lk", true }, { "digitalsignagedisplay.com", true }, { "digitalskillswap.com", true }, - { "digitalstudios.dk", true }, { "digitalsurge.io", true }, { "digitaltcertifikat.dk", true }, { "digitalupcoming.tk", true }, @@ -27109,6 +26898,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dihesan.com", true }, { "diis.plus", true }, { "dijitaller.com", true }, + { "dijitalzade.com", true }, { "dijkmanmuziek.nl", false }, { "dijks.com", true }, { "dikant.eu", true }, @@ -27121,7 +26911,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diligo.ch", false }, { "dillonkorman.com", true }, { "dilmarames.com", true }, - { "diluv.com", false }, { "dimagrimentoincorso.it", true }, { "dimanet.fr", true }, { "dimanss47.net", true }, @@ -27161,6 +26950,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dinepont.fr", true }, { "dinero4all.xyz", true }, { "dinerroboticurology.com", true }, + { "dinevigroup.bg", true }, { "dingcc.me", true }, { "dingelbob-schuhcreme.gq", true }, { "dingsbums.shop", true }, @@ -27182,6 +26972,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dionysos-ios.gr", true }, { "dionysus.se", true }, { "diozoid.com", true }, + { "dipakgajjar.com", true }, { "dipalma.me", true }, { "dipdaq.com", true }, { "dipietro.id.au", true }, @@ -27200,6 +26991,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "direct-sel.com", true }, { "direct.cz", true }, { "direct365.es", true }, + { "directeca.com", true }, { "directecommerce.co.uk", true }, { "directelectricalltd.co.uk", true }, { "directfinance.cz", true }, @@ -27309,6 +27101,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "discrete-passion.com", true }, { "discrypt.ca", true }, { "discus-communications.dk", true }, + { "discuss-data.net", true }, { "discuzindo.net", true }, { "dise-online.de", true }, { "disenowebakus.net", true }, @@ -27364,12 +27157,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "disketa.cf", true }, { "disketteetikette.tk", true }, { "diskgem.info", true }, - { "disking.co.uk", true }, { "diskonsepatu.ga", true }, { "diskussionsbereich.de", true }, { "dismail.de", true }, { "disneywallpapers.tk", true }, { "disougstroy.com.ua", true }, + { "dispatchitsolutions.io", true }, { "dispemec.com", true }, { "displayenergycertificate.co.uk", true }, { "displayrd.com", true }, @@ -27394,7 +27187,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "distillery.com", true }, { "distinctdesign2009.com", true }, { "distinctivephotography.com.au", true }, - { "distinguishedprisoner.com", true }, { "distracteddriving.gov", true }, { "distraction.gov", true }, { "distratus.com", true }, @@ -27447,8 +27239,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "divinegames.studio", true }, { "divineglowinghealth.com", false }, { "divinemercyparishvld.com", true }, - { "diving.photo", true }, - { "divingforlife.org", true }, { "divisuite.com", true }, { "divjak.at", true }, { "divo-remont.tk", true }, @@ -27457,6 +27247,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dixibox.com", true }, { "dixie.com", true }, { "dixmag.com", true }, + { "diyanet.nl", true }, { "diycc.org", true }, { "diyeta.cf", true }, { "diygeek.com", true }, @@ -27464,6 +27255,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diymediahome.org", true }, { "diyosun.com", false }, { "diysec.tk", true }, + { "diysonline.com", true }, { "diytechguides.com", true }, { "diyvideoeditor.com", true }, { "dizainkyhni.ml", true }, @@ -27485,6 +27277,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dj16888d.com", true }, { "dj3dub.com", true }, { "djamiroquai.tk", true }, + { "djanemagbrasil.com.br", true }, { "django-lessons.com", true }, { "django.city", true }, { "djangobirthday.com", true }, @@ -27524,7 +27317,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "djlnetworks.co.uk", true }, { "djlove.tk", true }, { "djmarian.com", true }, - { "djmoremusic.ng", true }, + { "djmoremusic.ng", false }, { "djmox.in", true }, { "djnandoalmenara.tk", true }, { "djnext.tk", true }, @@ -27584,7 +27377,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dlyaribalki.tk", true }, { "dlyatepla.ml", true }, { "dlyl888.com", true }, - { "dlzz.net", true }, { "dm-ppp.jp", true }, { "dm.lookout.com", false }, { "dm1.in", true }, @@ -27610,11 +27402,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dmilb.org", true }, { "dmitriid.com", true }, { "dmitry.sh", true }, + { "dmix.ca", true }, { "dmlogic.com", true }, { "dmmedya.com", true }, { "dmmkenya.co.ke", false }, { "dmmultionderhoud.nl", true }, { "dmn.sh", true }, + { "dmni.my", true }, { "dmoj.ca", true }, { "dmparish.com", true }, { "dmwall.cn", true }, @@ -27634,12 +27428,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dnb.co.in", true }, { "dnc.org.nz", true }, { "dnddobbelstenen.nl", true }, + { "dndr.se", true }, { "dndtools.net", true }, { "dnepropetrovck.tk", true }, { "dneprovski.tk", true }, { "dnf.buzz", true }, { "dnfc.rocks", true }, - { "dnmaze.com", true }, { "dnmlab.it", true }, { "dnns.no", true }, { "dnoid.to", true }, @@ -27713,7 +27507,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "docedic.com", true }, { "docedic.es", true }, { "docemeldoces.com", true }, - { "doceo.com", true }, { "docesmartini.com.br", true }, { "dochimera.com", true }, { "dochoitreem.website", true }, @@ -27807,7 +27600,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dog-likeeyes.tk", true }, { "dogadayiz.net", true }, { "dogan.ch", false }, - { "dogandoganay.com", true }, + { "doganoglu.net", true }, { "dogcontrol.ca", true }, { "dogcratereview.info", true }, { "dogday.tk", true }, @@ -27822,12 +27615,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dogfriendly.co.uk", true }, { "dogft.com", true }, { "doggingclub.tk", true }, + { "doggo-staging.herokuapp.com", true }, { "doggo.cloud", true }, - { "doggo.dance", true }, { "doggo.email", true }, { "doggo.tech", true }, { "doggroomingcourse.com", false }, { "doginaflat.com", true }, + { "doglizer.com", true }, { "dogma.it", true }, { "dogmap.jp", true }, { "dogodki.today", true }, @@ -27881,6 +27675,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dolice.net", true }, { "dolinathome.com", true }, { "doll.ml", true }, + { "dollanid.xyz", true }, { "dollarhero.ga", true }, { "dollarrp.pl", true }, { "dollarweb.cf", true }, @@ -27941,7 +27736,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "domenaru.ga", true }, { "domenic.me", true }, { "domenicam.com", true }, - { "domesticcleaners.co.uk", true }, { "domfee.com", true }, { "domhaase.me", true }, { "domhos.tk", true }, @@ -28040,6 +27834,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "donjusto.nl", true }, { "donkennedyandsons.com", true }, { "donkeytrekkingkefalonia.com", true }, + { "donna-bellini-fotografie-berlin.de", true }, + { "donna-bellini-fotografie-muenchen.de", true }, + { "donna-bellini-fotografie-wien.de", true }, { "donnaandscottmcelweerealestate.com", true }, { "donnabrothers.com", true }, { "donnacha.blog", true }, @@ -28085,6 +27882,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "doooooops.com", true }, { "doop.im", true }, { "door.cards", true }, + { "doordash.red", true }, { "doordecor.bg", true }, { "doorflow.com", true }, { "doorgate.pt", true }, @@ -28243,10 +28041,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "doujin.nagoya", true }, { "doujinshi.info", true }, { "doujinspot.com", true }, - { "dournois.fr", true }, { "douzer.de", true }, { "douzer.earth", true }, { "douzer.industries", true }, + { "dovecraft.com.ua", true }, { "dovemoe.com", true }, { "dovenzorgmalawi.nl", true }, { "dovermotion.com", true }, @@ -28574,11 +28372,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drgazeto.com.br", true }, { "drgazivet.com", true }, { "drgeadsdavinci.com", true }, - { "drgerthplasticsurgery.com", true }, { "drghomi.com", true }, { "drglassgyn.com", true }, { "drgn.li", true }, { "drgn.no", true }, + { "drgregroberts.com", true }, { "drguyfacialplastics.com", true }, { "drhathazi.hu", true }, { "drheibel.com", true }, @@ -28654,6 +28452,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drjosebarrera.com", true }, { "drjulianneil.com", true }, { "drjungspine.com", true }, + { "drkansal.com", true }, { "drkhsh.at", false }, { "drkmtrx.xyz", true }, { "drlandis.com", true }, @@ -28678,6 +28477,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "droidtuto.com", true }, { "droidwars.tk", true }, { "droidwiki.de", true }, + { "droitalecole.org", true }, { "dromax.hu", true }, { "dromotique.com", true }, { "drone-it.net", false }, @@ -28730,6 +28530,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drros.ru", true }, { "drrr.chat", true }, { "drrr.com", true }, + { "drrr.wiki", true }, { "drryanstanton.com", true }, { "drsajjadian.com", true }, { "drsamuelkoo.com", true }, @@ -28748,7 +28549,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drtimothysteeljournal.com", true }, { "drtimothysteelnetwork.com", true }, { "drtimothysteelresults.com", true }, - { "drtimothysteelscholarship.com.au", true }, { "drtimothysteelvideos.com", true }, { "drtristanberry.com", true }, { "drtti.io", true }, @@ -28770,7 +28570,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drummondframing.com", true }, { "drunkcalc.com", true }, { "drunkendropkes.tk", true }, - { "drunkscifi.com", true }, { "drupal-expert.it", true }, { "drupal.org", true }, { "drupalspb.org", false }, @@ -28842,6 +28641,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dsn-k.com", true }, { "dso-izlake.si", true }, { "dsol.hu", true }, + { "dsorter.com.ng", true }, { "dsouzamusic.com", true }, { "dspace.pl", true }, { "dspretoria.co.za", true }, @@ -28849,7 +28649,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dsreal.de", true }, { "dsswise.org", true }, { "dstamou.de", true }, - { "dstat.cc", false }, + { "dstat.cc", true }, { "dsteiner.at", true }, { "dstvinstallkemptonpark.co.za", true }, { "dstvsouthafrica.com", true }, @@ -28899,11 +28699,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "duansunshinesdiamond.com", true }, { "duarteeleiteconsultoria.com.br", true }, { "dubai-company.ae", true }, - { "dubaibliss.com", true }, { "dubaizone.cf", true }, { "dubaosheng.com", true }, { "dubbingkursus.dk", true }, { "dubbningshemsidan.se", true }, + { "dubious-website.com", true }, { "dublinrail.tk", true }, { "duboisinternational.com", true }, { "duboisinvestissements.com", true }, @@ -28950,6 +28750,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dugnet.net", false }, { "dugnet.tech", false }, { "dugunedavet.com", true }, + { "dugwood.com", true }, { "duh.se", true }, { "duhini.ru", true }, { "duhivip.ml", true }, @@ -29104,7 +28905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dveri-lugansk.tk", true }, { "dvhosting.be", true }, { "dvipadmin.com", true }, - { "dvn.pt", true }, + { "dvn.pt", false }, { "dvnatura.ch", false }, { "dvor.ml", true }, { "dvorek-karlin.cz", true }, @@ -29117,6 +28918,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dw-loewe.de", false }, { "dwarf.com.tw", true }, { "dwarikajewellers.com", true }, + { "dweb.link", true }, { "dwgf.xyz", true }, { "dwhightmolina.com", true }, { "dwi-sued.de", true }, @@ -29138,7 +28940,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dx2o.com", true }, { "dxa.io", false }, { "dxgl.info", true }, - { "dxgl.org", true }, { "dxm.no-ip.biz", true }, { "dxmpay.com", true }, { "dxzsj.cn", true }, @@ -29196,6 +28997,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dynamictostatic.com", true }, { "dynamicyou.co.uk", true }, { "dynamisk.dk", true }, + { "dynamitejobs.com", true }, { "dynamofanforum.de", true }, { "dynapptic.com", true }, { "dynastic.co", true }, @@ -29216,6 +29018,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dyrkar.com", true }, { "dyrstad.net", true }, { "dys-coaching.com", true }, + { "dysautonomia-postsyndrome.com", true }, { "dyscalculia-blog.com", true }, { "dysthymia.com", true }, { "dyuimovochka.tk", true }, @@ -29232,6 +29035,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dziaduch.pl", true }, { "dziary.com", true }, { "dziekonski.com", true }, + { "dzimchuk.net", true }, { "dziscover.com", true }, { "dziura.me", true }, { "dziurdzia.pl", true }, @@ -29247,7 +29051,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dzu.fund", true }, { "dzu.life", true }, { "dzu.me", true }, - { "dzukhron.com", true }, { "dzus.tk", true }, { "dzworld.com", true }, { "dzyabchenko.com", true }, @@ -29301,6 +29104,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e-nanum.kr", true }, { "e-nature.tk", true }, { "e-node.net", true }, + { "e-node.ru", true }, { "e-peeling.tk", true }, { "e-peets.tk", true }, { "e-planshet.tk", true }, @@ -29315,6 +29119,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e-resident.gov.ee", true }, { "e-speak24.pl", true }, { "e-standardstore.org", true }, + { "e-streams.tv", true }, { "e-student.tk", true }, { "e-surety.net", true }, { "e-sushi.net", true }, @@ -29352,7 +29157,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e30019.com", true }, { "e30gruppe.com", true }, { "e365.vip", true }, - { "e36594.com", true }, { "e3q.de", true }, { "e4.chat", true }, { "e42.org", true }, @@ -29369,7 +29173,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e7fun.net", true }, { "e81365.com", true }, { "e82365.com", true }, - { "e899365.com", true }, { "e8bet.net", true }, { "e901.com", false }, { "e9297.co", true }, @@ -29706,7 +29509,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eamigo.com", true }, { "eamproperties.com", true }, { "earfolds.com", true }, - { "earl.org.uk", true }, { "earlybetter.com", true }, { "earlyimage.com.au", true }, { "earlyyearshub.com", true }, @@ -29757,7 +29559,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "easy-factures.fr", true }, { "easy-katka.ga", true }, { "easy-rpg.org", false }, - { "easy-vn.com", true }, { "easy2bathe.co.uk", true }, { "easyadsnbanners.tk", false }, { "easybrazilianrecipes.com", true }, @@ -29881,6 +29682,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ebuha.ga", true }, { "ebuku.tk", true }, { "eburg.ml", true }, + { "ebusiness724.com", true }, { "ebuyclub.com", true }, { "ec-baran.de", true }, { "ec-current.com", true }, @@ -29911,7 +29713,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "echelle-escamotable.info", true }, { "echi.pw", true }, { "echidna-rocktools.eu", true }, - { "echidna-usa.com", true }, { "echinus.solutions", true }, { "echo-in.info", true }, { "echo-n.nz", true }, @@ -30035,6 +29836,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecoskif.ru", true }, { "ecosoftconsult.com", false }, { "ecosound.ch", false }, + { "ecostarfoam.com", true }, { "ecostruxureit.com", true }, { "ecosystem.atlassian.net", true }, { "ecosystemmanager-uat1.azurewebsites.net", true }, @@ -30088,13 +29890,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edefrutos.me", true }, { "edefrutos2020.com", true }, { "edegulkoyu.tk", true }, - { "edehsa.com", true }, { "edeka-jbl-treueaktion.de", true }, { "edelweiss-pinzolo.com", true }, { "eden-project-insight.tk", true }, { "eden.bz", true }, { "eden.co.uk", true }, - { "edenmal.net", true }, { "edenming.info", true }, { "edenvalerubbleremovals.co.za", true }, { "eder-steiner.at", true }, @@ -30103,6 +29903,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edgarz.tk", true }, { "edgecustomersportal.com", true }, { "edgedynasty.com", true }, + { "edgeless.pp.ua", true }, { "edgeservices.co.uk", true }, { "edgetalk.net", true }, { "edgezzz.com", true }, @@ -30141,6 +29942,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "editorinleaf.com", true }, { "edlinger.at", true }, { "edlinger.mobi", true }, + { "edlinus.cn", true }, { "edmedications.tk", true }, { "edmm.jp", true }, { "edmoncu.com", true }, @@ -30163,7 +29965,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edtech-hub.com", true }, { "edtech.ee", true }, { "edtechwebb.com", true }, - { "edu-kingdom.com", true }, { "edu6.cloud", true }, { "eduard-dopler.de", true }, { "eduardnikolenko.com", true }, @@ -30190,7 +29991,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "educationsupport.org.uk", true }, { "educationtree.tk", true }, { "educative.io", true }, - { "educativetech.com", true }, { "educator-one.com", true }, { "educators.co.nz", true }, { "educatoys.com.br", true }, @@ -30212,6 +30012,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eduschool.ml", true }, { "edusercontent.com", true }, { "eduson.pl", true }, + { "edv-biela.de", true }, { "edv-lehrgang.de", true }, { "edv-ringhofer.de", true }, { "edv-schmittner.de", true }, @@ -30249,8 +30050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ee575.com", true }, { "ee631.com", true }, { "ee632.com", true }, - { "ee651.com", false }, - { "ee652.com", false }, { "ee6729.co", true }, { "ee6729.com", true }, { "ee6957.co", true }, @@ -30265,6 +30064,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eebt.hu", true }, { "eeeeeeeeee.de", true }, { "eeetrust.org", true }, + { "eehitus.ee", true }, { "eelcapone.nl", true }, { "eellak.gr", true }, { "eelsaspets.com", true }, @@ -30373,6 +30173,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "egitimetkinlikleri.net", true }, { "egles.eu", true }, { "eglisedenantes.fr", true }, + { "egm-sakura.com", true }, { "ego4u.com", true }, { "ego4u.de", true }, { "egold-keeper.com", true }, @@ -30589,6 +30390,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eldoradocylinders.com", true }, { "eldrid.ge", true }, { "ele-sm.com", true }, + { "elecpromo.com", true }, { "electerious.com", true }, { "electicofficial.com", false }, { "electionpresidentiellegabon2009.ga", true }, @@ -30700,6 +30502,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "electronictucuman.com", true }, { "electroniko.cf", true }, { "electronis.ru", true }, + { "electroservice.co.za", true }, + { "electroservice.repair", true }, { "electrosoftcloud.com", true }, { "electrostatics.com", true }, { "electrotainment.com", true }, @@ -30712,6 +30516,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eleganceperfumes.com.br", true }, { "elegant-design.tk", true }, { "elegantlatex.tk", true }, + { "elegantly-clean.co.uk", true }, { "eleicoes2014.com.br", true }, { "eleicoes2016.com.br", true }, { "eleicoes2018.com", true }, @@ -30744,11 +30549,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elektromotor.tk", true }, { "elektronickakancelar.cz", true }, { "elektronische-post.org", true }, - { "elektronring.com", true }, { "elektropartner.nu", true }, { "elektropost.org", true }, { "elektroprom.tk", true }, - { "elektroruoff.de", true }, { "elektrotango.tk", true }, { "elektrotechnik-heisel.de", true }, { "elektrotechnik-kaetzel.de", true }, @@ -30838,7 +30641,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elgosblanc.com", true }, { "elgrecohotel.gr", true }, { "elgringosrentals.com", true }, - { "elguadia.faith", true }, + { "elguadia.faith", false }, { "elguillatun.cl", true }, { "elgustdecreixer.cat", true }, { "elgustodecrecer.es", true }, @@ -30846,6 +30649,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elherraderoloscabos.com", true }, { "elhorizontal.com", true }, { "elhossari.com", true }, + { "elia.cloud", true }, { "elias-erdmann.tk", true }, { "eliasfox.com", true }, { "eliasojala.me", true }, @@ -30861,6 +30665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eligibleapi.com", true }, { "eligrey.com", true }, { "elijahgrey.com", true }, + { "elijahzawesome.casa", true }, { "elikers.ml", true }, { "elimidrol.com", true }, { "eliminercellulite.com", true }, @@ -30911,6 +30716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eljef.me", true }, { "elka-piter.ga", true }, { "elkgroveil.gov", true }, + { "elkhalillaw.com", true }, { "elkim.cz", true }, { "elkvalley-nsn.gov", true }, { "ell-net.tokyo", true }, @@ -30954,7 +30760,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elona-wvw.de", true }, { "elonaspitze.de", true }, { "elonbase.com", true }, - { "elonm.ru", true }, { "elonma.gov", true }, { "elopsys.fr", true }, { "elosoavila.tk", true }, @@ -30979,6 +30784,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elsenzhafen.de", true }, { "elsg.co.uk", true }, { "elshou.com", true }, + { "elshrif.com", true }, { "elsignificadodesonar.com", true }, { "elskling.no", true }, { "elstopstelten.nl", false }, @@ -31007,7 +30813,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elvispresley.net", true }, { "elvn.tokyo", false }, { "elwave.org", true }, - { "elwebkala.com", true }, { "elweronete.tk", true }, { "elwix.com", true }, { "elyasweb.com", true }, @@ -31026,6 +30831,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "email-pipeline.xyz", true }, { "email-verifier.tk", true }, { "email.repair", true }, + { "emailadressen.nl", true }, { "emailalaperformance.fr", true }, { "emailconfiguration.com", true }, { "emailexpress.ga", true }, @@ -31074,6 +30880,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emdrupholm.dk", true }, { "emecew.com", true }, { "emedos.es", true }, + { "emeetattd.ddns.net", true }, { "emeliemai.com", true }, { "emelies-inspiration.tk", true }, { "ememsei.com", true }, @@ -31107,6 +30914,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emiliehouse.net", true }, { "emiliendevos.be", true }, { "emilio.media", true }, + { "emilion.dk", true }, { "emiliops.com", true }, { "emilong.com", true }, { "emilreimann.de", true }, @@ -31129,10 +30937,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emirefek.net", true }, { "emirichardson.com", true }, { "emisia.com", true }, + { "emita.ee", true }, { "emivauthey.com", false }, { "emkanrecords.com", true }, { "emkode.pl", true }, { "emkrivoy.com", true }, + { "emlyn.xyz", true }, { "emma-o.com", true }, { "emmababy420.com", true }, { "emmagarland.com", true }, @@ -31170,6 +30980,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emperoranimeindo.tk", true }, { "empese.com", true }, { "empherino.net", true }, + { "empingbalado.com", true }, { "empire-forum.tk", true }, { "empire-univ.com", true }, { "empire24.co", true }, @@ -31230,7 +31041,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emulsifier.ga", true }, { "emusicuz.tk", true }, { "emvitals.com", true }, - { "emvoice.net", true }, { "emvoiceapp.com", true }, { "emw3.com", true }, { "emxvn.co.za", true }, @@ -31303,7 +31113,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "endofinternet.goip.de", true }, { "endofodo.goip.de", true }, { "endoftenancycleaninglondon.co.uk", true }, - { "endoftennancycleaning.co.uk", true }, { "endohaus.us", true }, { "endspamwith.us", true }, { "enduranceday.be", true }, @@ -31316,7 +31125,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enekogarrido.com", true }, { "enemyofman.com", true }, { "enemyterritory.tk", true }, + { "energiatalgud.ee", true }, { "energie-sante.ch", false }, + { "energiecentrale.gent", true }, { "energiekeurplus.nl", true }, { "energija-visiems.lt", true }, { "energy-drink-magazin.de", true }, @@ -31398,7 +31209,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "englishclassworksheets.com", true }, { "englishdirectory.de", true }, { "englishforums.com", true }, - { "englishlatino.com", true }, { "englishlol.com", true }, { "englishouse.tk", true }, { "englishphonopass.com", true }, @@ -31420,6 +31230,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enijew.com", true }, { "enitso.de", true }, { "enity.tk", true }, + { "eniwa-eye.com", true }, { "enixgaming.com", true }, { "eniyicrmprogramlari.tk", true }, { "enizioshop.com", true }, @@ -31439,6 +31250,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enlnf.link", true }, { "enloestatebank.com", true }, { "enlyft.com", false }, + { "enmieux.be", true }, { "ennea-mediation.fr", true }, { "ennori.jp", true }, { "enns-photography.com", true }, @@ -31460,7 +31272,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enremoto.online", true }, { "enrich.email", true }, { "enrique-monroy.tk", true }, - { "enrique.wtf", true }, { "enriqueferreira.com", true }, { "enriquepiraces.com", true }, { "enrollapp.com", true }, @@ -31489,6 +31300,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "enter.eco", true }, { "enteratesoria.tk", true }, { "entercenter.ru", true }, + { "enterdown.com", true }, { "enterprisenetworksecurity.net", true }, { "enterpriset.cf", true }, { "enterprisey.enterprises", true }, @@ -31522,7 +31334,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "entryboss.cc", true }, { "entrypoint.sh", true }, { "entryscape.com", true }, - { "entspannter-arbeiten.de", true }, + { "entspannter-arbeiten.de", false }, { "entwickler.land", true }, { "enuchi.jp", true }, { "enuygun.com", true }, @@ -31591,7 +31403,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epharmasolutions.com", true }, { "ephesusbreeze.com", true }, { "epi-lichtblick.de", true }, - { "epi.no", true }, { "epi.one", false }, { "epic-vistas.com", true }, { "epic-vistas.de", true }, @@ -31683,6 +31494,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epsamsg.com", true }, { "epsi.io", true }, { "epsilon.dk", true }, + { "epsilonone.me", true }, { "epsmil.it", true }, { "epspolymer.com", true }, { "eptreviewer.com", true }, @@ -31736,6 +31548,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erath.fr", false }, { "erback.tk", true }, { "erboristeria.milano.it", true }, + { "erboristeria.roma.it", true }, { "erbt.tk", true }, { "erciyesspor.tk", true }, { "erclab.kr", true }, @@ -31773,7 +31586,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erichorstmanshof.nl", true }, { "erichware.tk", true }, { "ericjohnltd.com", true }, - { "erick.blog", true }, { "ericksonvasquez.com", true }, { "ericleuthardt.com", true }, { "ericleuthardtphotography.club", true }, @@ -31782,7 +31594,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erico-hm.com", true }, { "ericoc.com", true }, { "erics.site", true }, - { "ericsilva.org", true }, { "ericspeidel.de", true }, { "erictgilmour.ca", true }, { "ericvaughn-flam.com", true }, @@ -31811,6 +31622,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erisys.net", true }, { "eritropoyetina.com", true }, { "erkaelderbarenaaben.dk", true }, + { "erkamkahriman.de", true }, { "erkankavas.com", true }, { "erkenntniswen.de", true }, { "erkiss.club", true }, @@ -31852,6 +31664,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erpsolutionsmart.com", true }, { "errietta.me", true }, { "errlytics.com", true }, + { "errolmarkland.com", true }, { "errolstambler.com", true }, { "erronort.com", true }, { "error.fail", true }, @@ -31866,6 +31679,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erspro.net", true }, { "erstehilfeprodukte.at", true }, { "ert.ovh", true }, + { "ertebatatjelve.ir", true }, { "eru.im", false }, { "eru.me", false }, { "eru.moe", true }, @@ -31884,11 +31698,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ervirmaison.tk", true }, { "erwanlepape.com", true }, { "erwin.saarland", true }, - { "erwindesigner.com", true }, { "erwinschmaeh.ch", true }, { "erwinwensveen.nl", true }, { "erythromycinonline.gq", true }, { "erythroxylum-coca.com", true }, + { "erzaehlwerkstatt-heilbronn.de", true }, { "es-geenen.de", true }, { "es-sharing.eu", true }, { "es-tools.at", true }, @@ -31917,6 +31731,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esb555.com", true }, { "esb556.com", true }, { "esb5889.com", true }, + { "esb5889.net", true }, { "esb666.com", true }, { "esb688.com", true }, { "esb68888.com", true }, @@ -31931,6 +31746,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esb999.info", true }, { "esb999.us", true }, { "esba11.cc", true }, + { "esba11.in", true }, { "esba11.net", true }, { "esball.in", true }, { "esball888.com", true }, @@ -31995,6 +31811,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esdiscuss.org", true }, { "eseances.ch", true }, { "esecuredata.com", true }, + { "esehospitalsabanagrande.com", true }, { "eservices-greece.com", true }, { "eset.ml", true }, { "eseth.de", true }, @@ -32031,6 +31848,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eskriett.com", false }, { "eslint.org", false }, { "eslove.jp", true }, + { "esmart.ro", true }, { "esmart.ru", true }, { "esmejor.tk", true }, { "esmibot.com", true }, @@ -32081,6 +31899,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "espiritugay.com", true }, { "espirituracer.com", true }, { "esport-agency.fr", true }, + { "esporters.today", true }, { "esportsmarties.com", true }, { "espower.com.sg", true }, { "espressob2b.com", true }, @@ -32269,13 +32088,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ethereumnews.news", true }, { "ethereumnews.online", true }, { "ethereumnews.site", true }, - { "ethereumnews.today", true }, { "ethereumnews.xyz", true }, { "etherium.org", true }, { "ethermine.org", true }, { "ethernium.fun", true }, { "etheron.com", true }, { "etherpad.nl", true }, + { "ethers.news", true }, { "ethicalads.io", true }, { "ethicalconsumer.org", true }, { "ethicaldata.co.uk", true }, @@ -32304,14 +32123,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "etkaddict.com", true }, { "etkarle.de", true }, { "etmtobik.eu", true }, - { "etna.com.br", true }, { "etnis.id", true }, { "etnoria.com", true }, { "etny.nl", true }, + { "etoile-rc.jp", true }, { "etoile-usedcars.com", false }, - { "etororeview.co", true }, { "etororeview.net", true }, - { "etororeview.org", true }, { "etororeviews.com", true }, { "etre-soi.ch", false }, { "etre-vivant.fr", false }, @@ -32436,7 +32253,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "europetraveler.tk", true }, { "europetravelservice.co.uk", true }, { "europop.com", true }, - { "europrimereviews.com", true }, { "eurora.de", true }, { "eurorecambios24.com", true }, { "euroroad17.dk", true }, @@ -32454,6 +32270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eurovision-romania.tk", true }, { "eurovision.ie", true }, { "eurseo.com", true }, + { "euruni.edu", true }, { "eusarse.tk", true }, { "euskaltzaleak.tk", true }, { "eusolar.cloud", true }, @@ -32505,6 +32322,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evasioncreole.com", true }, { "evasovova.cz", true }, { "evavolfova.cz", true }, + { "evbn.org", true }, { "evcarbontracker.com", true }, { "evdenevenakliyatankara.name.tr", true }, { "eve-online-com.ru", true }, @@ -32574,6 +32392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "everyarti.st", true }, { "everyday.eu.org", true }, { "everydaygary.com", true }, + { "everydaymarts.com", true }, { "everydaypower.com", true }, { "everydaytherich.com", true }, { "everydaywot.com", true }, @@ -32626,6 +32445,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evilsite.cf", true }, { "evion.nl", false }, { "evisa.us.com", true }, + { "evitacion.com", true }, { "evlann.com", false }, { "evlear.com", true }, { "evlorin.com", true }, @@ -32641,6 +32461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evojska.tk", true }, { "evokepk.com", true }, { "evokewonder.com", true }, + { "evolucioneducativa.com.ec", true }, { "evolucionestudios.com.bo", true }, { "evolucionhoy.com", true }, { "evoludis.net", true }, @@ -32697,7 +32518,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ewinstore.com", true }, { "ewizmo.com", false }, { "ewok.io", true }, - { "eworksmedia.com", true }, + { "eworksmedia.com", false }, { "eworldmedia.tk", true }, { "ewoutpool.tk", true }, { "ewritingservice.com", true }, @@ -32709,17 +32530,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ewycena.pl", true }, { "ex-deli.jp", true }, { "exablue.de", true }, + { "exact-online-apps-by-invantive.com", true }, { "exactlyinfinite.com", true }, { "exactphilosophy.net", true }, { "exadime.net", true }, { "exaduosport.fr", true }, { "exagoni.com.au", true }, { "exagoni.com.my", true }, + { "exaktus.pt", false }, { "examedge.com", true }, { "examesrush.com.br", true }, { "example.sc", true }, { "exampleessays.com", true }, - { "examroll.com", true }, { "examroll.io", true }, { "examsexpert.in", false }, { "examsite.tk", true }, @@ -32739,6 +32561,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exceedagency.com", true }, { "excel-mechanical.com", true }, { "excel-utbildning.nu", true }, + { "excelbroadcast.com", true }, { "excelhot.com", true }, { "excelkurs.one", true }, { "excelkursdirekt.eu", true }, @@ -32789,8 +32612,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exeypanteleev.com", true }, { "exforo.tk", true }, { "exgaywatch.com", true }, - { "exiled.land", true }, - { "exiled.world", true }, { "existest.com", true }, { "exit9wineandliquor.com", true }, { "exitooutdoor.com", true }, @@ -32831,6 +32652,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "experienceoz.com.au", true }, { "experiment-626.tk", true }, { "experimentator.cz", true }, + { "experimentrak.com", true }, + { "experimetrix.com", true }, { "experise.fr", true }, { "expert-korovin.ru", true }, { "expert-voronezh.tk", true }, @@ -32842,7 +32665,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "expertnews.info", true }, { "expertofficefitouts.com.au", true }, { "expertpaintersvt.com", true }, - { "expertpakistani.com", true }, { "expertpanel.gc.ca", true }, { "expertplumbingandsolarservicesbathurst.com.au", true }, { "expertsverts.com", true }, @@ -32867,7 +32689,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "explore-visions.com", true }, { "explorea1a.com", true }, { "explorebigideas.com", true }, - { "explorecams.com", true }, { "exploredouglascountyga.com", true }, { "exploretsp.gov", true }, { "exploringmorocco.tours", true }, @@ -32896,6 +32717,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "express-hosting.org", true }, { "express-shina.ru", true }, { "express-shop.tk", true }, + { "express-vpn.com", true }, { "express-vyvoz.ru", true }, { "express1040.com", true }, { "expressemotion.net", true }, @@ -32977,7 +32799,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exxpozed.de", true }, { "exxpozed.eu", true }, { "exxvip.com", true }, - { "exyusubs.com", false }, { "eyal-dvorkin.com", true }, { "eyasc.nl", true }, { "eye-encounters.com", true }, @@ -33071,7 +32892,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "f3r.xyz", true }, { "f42.net", true }, { "f43.me", true }, - { "f5.hk", true }, { "f51365.com", true }, { "f5197.co", true }, { "f6729.co", true }, @@ -33109,14 +32929,30 @@ static const nsSTSPreload kSTSPreloadList[] = { { "f88vip111.com", true }, { "f88vip112.com", true }, { "f88vip113.com", true }, + { "f88vip114.com", true }, + { "f88vip115.com", true }, + { "f88vip116.com", true }, + { "f88vip117.com", true }, + { "f88vip118.com", true }, { "f88vip12.com", true }, + { "f88vip13.com", true }, + { "f88vip14.com", true }, + { "f88vip16.com", true }, + { "f88vip17.com", true }, + { "f88vip18.com", true }, { "f88vip19.com", true }, { "f88vip2.com", true }, { "f88vip20.com", true }, { "f88vip21.com", true }, { "f88vip22.com", true }, { "f88vip23.com", true }, + { "f88vip29.com", true }, { "f88vip3.com", true }, + { "f88vip30.com", true }, + { "f88vip31.com", true }, + { "f88vip32.com", true }, + { "f88vip33.com", true }, + { "f88vip34.com", true }, { "f88vip4.com", true }, { "f88vip5.com", true }, { "f88vip6.com", true }, @@ -33135,17 +32971,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "f8906.com", true }, { "f8908.com", true }, { "f8921.com", true }, - { "f899365.com", true }, - { "f8cp0.com", true }, - { "f8cp1.com", true }, - { "f8cp2.com", true }, { "f8cp3.com", true }, - { "f8cp4.com", true }, { "f8cp5.com", true }, - { "f8cp6.com", true }, - { "f8cp7.com", true }, - { "f8cp8.com", true }, - { "f8cp9.com", true }, { "f8s.co", true }, { "f9297.co", true }, { "f9297.com", true }, @@ -33185,7 +33012,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fabianbeiner.de", false }, { "fabianegli.ch", true }, { "fabianfranke.de", true }, - { "fabiankaindl.de", false }, + { "fabiankaindl.de", true }, { "fabiankoeppen.com", true }, { "fabianni.tk", true }, { "fabien-bousquet.com", true }, @@ -33266,9 +33093,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "facingbipolar.com", false }, { "fackovcova.cz", true }, { "fackovcova.eu", true }, + { "fackovcova.fun", true }, { "fackovcova.sk", true }, { "fackovec.cz", true }, { "fackovec.eu", true }, + { "fackovec.fun", true }, { "fackovec.sk", true }, { "factbytefactbox.com", true }, { "factis.com", true }, @@ -33313,7 +33142,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fafa106.com", true }, { "fafarishoptrading.com", true }, { "fafatiger.com", true }, - { "fafnd.org", true }, { "fafscloud.com", false }, { "fag.wtf", true }, { "faggut.gg", true }, @@ -33329,7 +33157,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "faidatefacile.it", true }, { "faieurope.it", true }, { "fail.cf", true }, - { "fail4free.de", true }, + { "fail4free.de", false }, { "failforward.tech", true }, { "failover.de", true }, { "failover.eu", true }, @@ -33353,6 +33181,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fairr.online", true }, { "fairssl.dk", true }, { "fairssl.se", true }, + { "fairtrade.ro", true }, { "fairview.ca", true }, { "fairviewevents.ca", true }, { "fairviewfcss.com", true }, @@ -33440,6 +33269,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fameuxhosting.co.uk", true }, { "famfi.co", true }, { "famgdigital.com", true }, + { "familiaconfort.com.ar", true }, { "familialchercher.tk", true }, { "familiaperez.net", false }, { "familie-keil.de", true }, @@ -33471,16 +33301,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "familyrecipe.co.uk", true }, { "familytravelmagazine.com", true }, { "familytreehq.com", true }, + { "familytrees.net", true }, { "familytron.com", true }, { "familyworld.gr", true }, - { "famio.cn", true }, { "famion.eu", false }, { "famlefeber.nl", true }, { "fammamtl.com", true }, { "famosas.cf", true }, { "famous-models.tk", true }, { "famousbirthdays.com", true }, - { "famouscelebsurgery.net", true }, { "famouschilirecipes.com", true }, { "famoushostels.com", true }, { "famousit.nl", true }, @@ -33518,6 +33347,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fans-lily-allen.tk", true }, { "fansale.de", true }, { "fansided.com", true }, + { "fantacast.it", true }, { "fantasiapainter.com", true }, { "fantasiasaitian.com", true }, { "fantasiatravel.hr", true }, @@ -33558,6 +33388,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fapality.com", true }, { "fapcoholic.com", true }, { "fapiis.gov", true }, + { "fapisland.com", true }, { "fapp.tube", true }, { "fapplepie.com", true }, { "fapplesauce.com", true }, @@ -33594,7 +33425,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "farhadexchange.com", true }, { "farhanaditya.com", true }, { "farhood.org", true }, - { "farid.is", true }, { "farinatorace.es", true }, { "farizhan.com", false }, { "farizizhan.com", false }, @@ -33611,6 +33441,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "farmers.gov", true }, { "farmkazuto.com", true }, { "farmmaximizer.com", true }, + { "farmocracy.in", true }, { "farodeluz.ca", true }, { "faroebusinessreport.com", true }, { "faroes.net", true }, @@ -33625,6 +33456,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "farumbedandbreakfast.dk", true }, { "farwat.ru", true }, { "farzli.com", true }, + { "fasam.edu.br", true }, { "fascat.com", true }, { "faschingmd.com", true }, { "fascia.fit", true }, @@ -33693,6 +33525,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fastconv.com", true }, { "fastcp.top", true }, { "fastercaretx.com", true }, + { "fastesp.net", true }, { "fastforwardsociety.nl", true }, { "fastforwardthemes.com", true }, { "fasthost.com.br", true }, @@ -33726,6 +33559,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fatowltees.com", true }, { "fatsnack.cl", false }, { "fattailcall.com", false }, + { "fattoriabio.jp", true }, { "fattorino.it", true }, { "fattyink.com", true }, { "fatvalley.at", true }, @@ -33736,6 +33570,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "faucetslist.tk", true }, { "faulkner2020.com", true }, { "faultlines.org", true }, + { "faultyserver.com", true }, { "faunahotel.cl", true }, { "faunatrek.com", true }, { "fauvettes.be", true }, @@ -33859,7 +33694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "federatedbank.com", true }, { "federico.ro", true }, { "federicomigliavacca.it", true }, - { "fedextrackingservices.com", true }, + { "federize.com", true }, { "fedinvest.gov", true }, { "fedjobs.gov", true }, { "fedn.it", true }, @@ -33882,6 +33717,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feedough.com", true }, { "feedstringer.com", true }, { "feedthegreek.tk", true }, + { "feedtube.com", true }, { "feeeei.com", true }, { "feeg-wage.gc.ca", true }, { "feegg.com.br", true }, @@ -33934,7 +33770,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fejes.house", true }, { "fekepp.net", true }, { "fekir.info", true }, - { "feld.design", true }, { "feld.saarland", true }, { "feldbogenclub-hamburg.de", true }, { "feldhousen.com", true }, @@ -33956,8 +33791,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "felixc.at", true }, { "felixcrux.com", true }, { "felixgerschau.com", true }, - { "felixkaaman.com", true }, { "felixkauer.de", true }, + { "felixklein.com", false }, { "felixklenner.de", true }, { "felixqu.com", true }, { "felixsanz.com", true }, @@ -34038,7 +33873,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fermanacuratampaparts.com", true }, { "fermanaghomagh.com", true }, { "fermastore.cf", true }, - { "fermier-mag.ro", true }, { "fernandes.org", true }, { "fernandezvilar.es", true }, { "fernandoalonso.tk", true }, @@ -34067,6 +33901,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fertigasi.com", true }, { "fertila.de", true }, { "fertilityspace.io", true }, + { "fertisa.com", true }, { "fescuesodsouthernindiana.com", true }, { "fespad.org.sv", true }, { "festaprylar.se", true }, @@ -34077,6 +33912,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "festival-transform.com", true }, { "festival365.ml", true }, { "festivaldays.tk", true }, + { "festivaldelumieresgand.com", true }, { "festivaldimouamaroussiou.gr", true }, { "festivalesargentina.com", true }, { "festivalfumo.tk", true }, @@ -34105,6 +33941,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feuerhuhn.de", true }, { "feuerloescher-arten.de", true }, { "feuerloescher-test.de", true }, + { "feuerwehr-coesfeld.de", true }, { "feuerwehr-dachaufsetzer.de", true }, { "feuerwehr-gebirge.de", true }, { "feuerwehr-heiligenberg.de", true }, @@ -34163,6 +34000,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ffsbgateway.com", true }, { "ffsociety.nl", true }, { "ffta.eu", true }, + { "ffty2.com", true }, { "ffw-zeven.de", true }, { "ffzeven.de", true }, { "fgeiger.dnshome.de", true }, @@ -34224,6 +34062,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fidelis-it.net", true }, { "fidelitybank.ng", true }, { "fidelitysound.es", true }, + { "fidesic.com", true }, { "fidhouriet.ch", true }, { "fidias.com.br", true }, { "fidoniagara.ca", true }, @@ -34238,11 +34077,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fierman.eu", false }, { "fierman.net", false }, { "fierman.us", false }, - { "fierscleaning.nl", true }, { "fiery.me", true }, { "fierykitchen.pl", true }, { "fiestagenial.com", true }, { "fietsenbijauke.nl", true }, + { "fietsherstel.gent", true }, { "fietskr.at", true }, { "fifaaddict.com", true }, { "fifacup.ga", true }, @@ -34260,6 +34099,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fiftyshadesofgreyfullmovie.ga", true }, { "fiftyshadesofluca.ml", true }, { "fig.ms", true }, + { "figbert.com", false }, { "fighter-planes.tk", true }, { "fighting-turtle.tk", true }, { "fightinggobbler.com", true }, @@ -34278,8 +34118,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fijnefeestdageneneengelukkignieuwjaar.nl", true }, { "fiken.no", true }, { "fikriwildannugraha.com", true }, + { "fiksem-it.nl", true }, { "fikst.com", true }, { "fil-tec-rixen.com", true }, + { "fil.fi", false }, { "filamentia.nl", true }, { "filanthropystar.org", true }, { "filarakia.eu", true }, @@ -34296,6 +34138,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "filehash.de", true }, { "filehippo.com", true }, { "filehorsefile.com", true }, + { "filehost.to", true }, { "fileio.io", true }, { "filejet.io", true }, { "filek.ga", true }, @@ -34303,6 +34146,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fileon.com", true }, { "files.com", true }, { "files.from-me.org", true }, + { "files.to", true }, { "filesense.com", true }, { "fileservicios.com.ar", true }, { "filestar.io", true }, @@ -34339,7 +34183,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "filmatiporno.xxx", true }, { "filmbasar.com", true }, { "filmbest.tk", true }, - { "filmcrewdb.com", true }, { "filmdirectingtips.com", true }, { "filme-onlines.com", true }, { "filmers.net", true }, @@ -34374,19 +34217,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "finance-colleges.com", true }, { "finance-devils.com", true }, { "finance-news.ga", true }, - { "financebottom.com", true }, { "financecontrol.tk", true }, { "financedepth.com", true }, { "financedraft.com", true }, - { "financeguest.com", true }, { "financejobs.ch", true }, { "financeknown.com", true }, { "financelong.com", true }, { "financemain.com", true }, { "financenews.global", true }, { "financenews.tk", true }, - { "financenews.tv", true }, - { "financeorange.com", true }, { "financepen.com", true }, { "financeplush.com", true }, { "financepre.com", true }, @@ -34421,6 +34260,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "findautoloan.ml", true }, { "findcanary.com", true }, { "findcarspecs.com", false }, + { "findcbdoilnearme.com", true }, { "findcheap.us", true }, { "finde-kleinanzeigen.de", true }, { "findelahistoria.com", true }, @@ -34492,15 +34332,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "finpt.com", false }, { "fins.money", true }, { "finsecurity.eu", true }, + { "finsify.in", true }, { "finsprings.org", true }, { "finstererlebnis.de", true }, { "finstitute.eu", true }, { "fintandunleavy.com", false }, { "fintechnics.com", false }, - { "fintexaddis.com", true }, { "fintry.ca", true }, { "finturelife.com", true }, { "finvantage.com", true }, + { "finvantive.com", true }, { "finverse.com", true }, { "finwe.info", true }, { "finzy.com", true }, @@ -34569,6 +34410,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "firmapi.com", true }, { "firmen-assekuranz.de", true }, { "firmenwerbung-vermarktung.de", true }, + { "firmfunding.com", true }, { "firmground.nl", true }, { "firmware.science", true }, { "firouz.tk", true }, @@ -34620,7 +34462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fischer-wasels-medizin.de", true }, { "fischerlaender.de", true }, { "fischerp.net", true }, - { "fischers.cc", true }, { "fischers.it", true }, { "fischers.srv.br", true }, { "fiscoeconti.it", true }, @@ -34664,18 +34505,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fitbylo.com", true }, { "fitcamp.fitness", true }, { "fitchconnect.com", true }, + { "fitchdesigncompany.com", true }, { "fitcrewhn.com", true }, { "fite.family", true }, { "fitequilibrio.com.br", true }, { "fitflaop.ga", true }, { "fitfocusau.com.au", true }, { "fitkram.cz", true }, - { "fitmybike.eu", false }, + { "fitmybike.eu", true }, { "fitness-challenge.co.uk", true }, { "fitness-world.ga", true }, { "fitness.gov", true }, + { "fitnessexpostores.com", true }, { "fitnesshaber.com", true }, { "fitnesskarate.club", true }, + { "fitnessplanet.best", true }, { "fitnessrogue.com", true }, { "fitnessunder50.com", true }, { "fitnhot.com", true }, @@ -34687,7 +34531,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fitzsim.org", true }, { "fiusi.net", true }, { "fiveboosts.xyz", true }, - { "fivebyfive.com.au", true }, { "fivefortheroad.com", true }, { "fiveloaves.life", true }, { "fiveslice.pizza", true }, @@ -34901,6 +34744,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flfl.de", true }, { "fliacuello.com.ar", true }, { "flibanserina.com", true }, + { "flibusta.appspot.com", true }, { "flicerdowneh.cf", true }, { "flickcritter.com", true }, { "flickor.tk", true }, @@ -34945,6 +34789,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flixcheck.de", true }, { "flixcost.com", true }, { "flixflex.tk", true }, + { "flixhaven.net", true }, { "flixports.com", true }, { "flixsave.com", true }, { "flixstats.com", true }, @@ -34974,7 +34819,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "floorballphilippines.tk", true }, { "flooringnightmares.com", true }, { "flooringsourcetx.com", true }, - { "floorrestore.co.uk", true }, + { "floorrestore.co.uk", false }, { "floors4lessbay.com", true }, { "floort.net", false }, { "flopix.net", false }, @@ -35045,7 +34890,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flowdise.com", true }, { "flowercityflavor.com", true }, { "flowerdesign.tk", true }, - { "flowers-city.com.ua", false }, { "flowersandplantsco.com", true }, { "flowersbylegacy.com", true }, { "flowersquito.com", true }, @@ -35067,6 +34911,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flucky.xyz", true }, { "fluconazole.gq", true }, { "flucover.com", true }, + { "fluessiggas.de", true }, { "fluff.im", true }, { "fluffycloud.de", true }, { "fluggesellschaft.de", true }, @@ -35100,6 +34945,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flyabe.com", true }, { "flyavantar.com", true }, { "flyawaybirds.ga", true }, + { "flybis.net", true }, { "flyboyfpv.com", true }, { "flycheaps.com", true }, { "flydoc.org", true }, @@ -35219,10 +35065,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "followboost.fr", true }, { "follower98.ir", true }, { "followlearning.com", true }, + { "followme.com", true }, { "followmystaff.com", true }, { "followthatpage.com", true }, - { "followthedog.co.uk", true }, { "foluomeng.net", true }, + { "folwark.krakow.pl", true }, + { "folwarkwiazy.pl", true }, { "fomo.af", true }, { "fomo.exposed", true }, { "fomo.trading", true }, @@ -35232,6 +35080,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fondationwiggli.ch", true }, { "fondy.ru", true }, { "fondy.ua", true }, + { "foneapk.com", true }, { "foneo.com", true }, { "fonga.ch", true }, { "fonline.tk", true }, @@ -35262,6 +35111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foodfriek.nl", true }, { "foodlist.net", true }, { "foodloader.net", true }, + { "foodlustkitchen.com", true }, { "foodplantengineering.com", true }, { "foodsafety.gov", true }, { "foodsafetyjobs.gov", true }, @@ -35296,6 +35146,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forbiddenhistory.info", true }, { "forbusiness.ca", true }, { "forcamp.ga", true }, + { "force-unleashed.com", true }, { "force-unleashed.de", true }, { "force4racing.co.uk", true }, { "force4racing.com", true }, @@ -35470,7 +35321,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forty-two.ml", true }, { "forty-two.nl", true }, { "forty8creates.com", true }, - { "fortygordy.com", true }, { "fortytwo.cloud", true }, { "fortytwo.tk", true }, { "forum-batteries.com", true }, @@ -35489,6 +35339,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forumdimo.fr", true }, { "forumirc.net", true }, { "forumoff.com", true }, + { "forumofld.in", true }, { "forumotion.cf", true }, { "forumotomobil.com", true }, { "forumpakistan.tk", true }, @@ -35513,6 +35364,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fossboxen.com", true }, { "fossboxen.net", true }, { "fossboxen.org", true }, + { "fossbytes.com", true }, { "fossdaily.xyz", true }, { "fossewayflowers.co.uk", true }, { "fossewayflowers.com", true }, @@ -35601,7 +35453,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fourmaq.com", true }, { "fourmies.fr", true }, { "fournarisopenday.com", true }, - { "fournisseur-des-collectivites.com", true }, { "fourscore.ga", true }, { "fourseasonsgrower.com", true }, { "foursight.io", false }, @@ -35739,7 +35590,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "framindmap.org", true }, { "framinetest.org", true }, { "fran.cr", true }, - { "france-hotellerie-restauration.com", true }, { "france-news.cf", true }, { "franceactivetravel.cf", true }, { "francepandi.fr", true }, @@ -35764,9 +35614,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "francoisbelangerboisclair.com", true }, { "francoise-paviot.com", true }, { "francoisharvey.ca", true }, + { "francoislaude.fr", true }, { "francoislepage.com", false }, { "francoz.me", true }, { "frandor.co.uk", true }, + { "franfoto.com", true }, { "frank.fyi", true }, { "frankbellamy.co.uk", true }, { "franke-chemie.de", true }, @@ -35801,7 +35653,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fraplaster.com", true }, { "frappant.cc", true }, { "frappant.net", true }, - { "frasch-umzuege.de", true }, { "fraselab.ru", true }, { "fraserengineco.com", true }, { "frasermurray.scot", true }, @@ -35828,11 +35679,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fravegacatalogo.com", true }, { "fraye.net", true }, { "frazell.net", true }, + { "frbg.me", true }, { "frbracch.it", true }, { "frc.gov", true }, { "frccsgo.tk", true }, { "frdl.ch", false }, { "freak-show.tk", true }, + { "freakinstream.com", true }, { "freaksites.dk", true }, { "freaksports.com.au", true }, { "freakyaweso.me", false }, @@ -35951,7 +35804,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freeexampapers.com", true }, { "freefallproductions.tk", true }, { "freefilesync.org", true }, - { "freefinancialhelp.net", true }, + { "freefinancialhelp.net", false }, { "freefincal.com", true }, { "freeform4u.de", true }, { "freegame-mugen.jp", true }, @@ -36047,9 +35900,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freetaxusa.com", true }, { "freetelegraph.ga", true }, { "freetext.org", true }, - { "freethehustle.com", true }, + { "freethehustle.com", false }, { "freethetv.ie", true }, { "freeths.co.uk", true }, + { "freetrial.tech", true }, { "freetrung.tk", true }, { "freetsa.org", true }, { "freeuseporn.org", true }, @@ -36088,6 +35942,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frejasdal.dk", true }, { "frekat.tk", true }, { "fremontcountyia.gov", true }, + { "frenchbluecottage.com", true }, { "frenchcreekcog.org", true }, { "frenchmac.com", true }, { "frenchmusic.fr", true }, @@ -36115,8 +35970,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fresherwalkins.tk", true }, { "freshfishdelivery.com", true }, { "freshhosting.tk", true }, + { "freshinsport.fr", true }, { "freshmail.com", true }, { "freshmans-pizza.de", true }, + { "freshplus62.com", true }, { "freshpounds.com", true }, { "freshstep.com", true }, { "freshtest.tk", true }, @@ -36156,7 +36013,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "friedzombie.com", true }, { "friedzombie.nl", true }, { "friedzombie.online", true }, - { "friendlycleaners.co.uk", true }, { "friendlydabs.com", true }, { "friendlysiberia.com", true }, { "friendlytennisclub.com.ua", true }, @@ -36173,7 +36029,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "friendsnew.com", true }, { "friendsofgfwpc.org", true }, { "friendsofoldstthomas.org", true }, - { "friendsofparks.org", true }, { "friendsofthehoneybee.co.uk", true }, { "friendsofthehoneybee.com", true }, { "friendsofthehoneybee.org", true }, @@ -36201,9 +36056,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fripper.tk", true }, { "frippz.se", false }, { "frisaga.com", false }, - { "frisaga.me", false }, - { "frisaga.org", false }, - { "frisaga.travel", false }, { "friseur-foerder.de", true }, { "friss.com", true }, { "fritteli.ch", true }, @@ -36248,7 +36100,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frontiers.nl", true }, { "frontline.cloud", true }, { "frontlinemessenger.com", true }, - { "frontrangefence.com", true }, { "froogo.co.uk", true }, { "fropky.com", true }, { "frosoku.com", true }, @@ -36256,6 +36107,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frostwarning.com", true }, { "frosty-gaming.xyz", true }, { "frosty.sk", true }, + { "frosty.style", true }, { "frostysummers.com", true }, { "frothy.coffee", true }, { "frothy285.com", true }, @@ -36269,6 +36121,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frozenfutures.com", true }, { "frozenjam.com", true }, { "frozenpennies.com", true }, + { "frozentee.com", true }, { "frp-roleplay.de", true }, { "frpg.gov", true }, { "frprn.com", true }, @@ -36642,6 +36495,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fussy.ee", true }, { "fuszara.eu", true }, { "futa.agency", true }, + { "futa.wiki", true }, { "futaba-works.com", true }, { "futarara.ga", true }, { "futb0l.com", true }, @@ -36664,9 +36518,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "futurefundapp.com", true }, { "futuregrowthva.com", true }, { "futurehack.io", true }, + { "futureindia.tech", true }, { "futurenda.com", true }, { "futureofsex.net", true }, { "futureofyoucdc.sg", true }, + { "futureshock7130.com", true }, { "futuresonline.com", true }, { "futuressm.com", true }, { "futurestyletiling.com.au", true }, @@ -36703,14 +36559,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fx110.com", true }, { "fx5.de", true }, { "fxaltas.com", true }, - { "fxbrokerreview.org", true }, - { "fxbrokerreviews.net", true }, + { "fxe.pt", true }, { "fxeuropa.com", true }, { "fxgame.online", true }, { "fxislamic.com", true }, { "fxmarketing.com.au", true }, { "fxmarketing.net.au", true }, - { "fxnews.media", true }, { "fxnotch.com", true }, { "fxopen.co.uk", true }, { "fxopen.com", true }, @@ -36761,6 +36615,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fysuite.com", true }, { "fytcart.com", true }, { "fytorio-pasxalis.gr", true }, + { "fyziotomi.sk", true }, { "fzbrweb.cz", true }, { "fzdm.com", true }, { "fzhyzamt.com", true }, @@ -36829,7 +36684,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gabe.cooking", true }, { "gabe.download", true }, { "gabe.house", true }, + { "gabe.link", true }, { "gabe.pics", true }, + { "gabe.space", true }, { "gabe.watch", true }, { "gabe565.com", true }, { "gabeb1920.com", true }, @@ -36837,6 +36694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gabethebabetv.com", true }, { "gabinet-okulistyczny.tk", true }, { "gabinetejuridicotecnologicojuandemeseguer.es", true }, + { "gabinetpsychoterapii.krakow.pl", true }, { "gabiocs.com", true }, { "gablesportsga.com", true }, { "gably.net", true }, @@ -36866,6 +36724,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gadatel.ml", true }, { "gaddini.it", true }, { "gadget-freak.cf", true }, + { "gadget-tips.com", true }, { "gadgetadvisor.net", true }, { "gadgetanda.com", true }, { "gadgetflip.com", true }, @@ -36874,6 +36733,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gadgethacks.com", true }, { "gadgetized.net", true }, { "gadgetmaker.tk", true }, + { "gadgetputeh.com", true }, { "gadgets-cars.com.es", true }, { "gadgetstock.ir", true }, { "gadkiy-farm.tk", true }, @@ -36923,6 +36783,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gaku-architect.com", true }, { "gala.kiev.ua", false }, { "galacg.me", true }, + { "galacticaos.tk", true }, { "galaksidot.tk", true }, { "galaktika-znakomstv.tk", true }, { "galaltosalento.it", true }, @@ -36938,7 +36799,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "galaxus.fr", true }, { "galaxy.edu.pe", true }, { "galaxymedia.tk", true }, - { "galaxymimi.com", true }, { "galaxyplex.tk", true }, { "galaxyscientific.com", true }, { "galenguyer.com", true }, @@ -36983,7 +36843,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gallifreypermaculture.com.au", true }, { "gallmeyer-consulting.com", true }, { "gallun-shop.com", true }, - { "galodasa.com", true }, { "galoserver.org", true }, { "galvingao.com", true }, { "galvinism.ink", true }, @@ -37021,7 +36880,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gameanalytics.com", true }, { "gamebase.tk", true }, { "gameblabla.nl", true }, - { "gamecard-shop.nl", true }, { "gamecentercity.fr", true }, { "gamechefpummarola.eu", true }, { "gamechurch.de", true }, @@ -37151,6 +37009,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gangnam-club.com", true }, { "gangnamcool.com", true }, { "gangrulz.tk", true }, + { "ganjinedanesh.com", true }, { "ganodermatiendaonline.com", true }, { "gansleit.com", false }, { "gansu30019.com", true }, @@ -37221,7 +37080,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "garmonia.ml", true }, { "garnertree.com", true }, { "garnuchbau.de", true }, - { "garo.host", true }, { "garonna.com.ua", true }, { "garotastop10.tk", true }, { "garotos.gq", true }, @@ -37276,6 +37134,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gatekiller.co.uk", true }, { "gatemaster.ga", true }, { "gatemotorsalberton.co.za", true }, + { "gatemotorsmidrand.co.za", true }, + { "gatemotorssandton.co.za", true }, { "gatemoves.com", true }, { "gatesstlouis.com", true }, { "gatewaybridal.com", true }, @@ -37306,7 +37166,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gavr.space", true }, { "gavr.xyz", true }, { "gay-jays.com", true }, - { "gay-personal-ads.com", true }, { "gay.systems", true }, { "gayauthors.org", true }, { "gaycafe.lt", true }, @@ -37334,6 +37193,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gazizov.tk", true }, { "gazoakley.com", true }, { "gazoz.ga", true }, + { "gazvangaz.hu", true }, { "gb-repair.com", true }, { "gba.ge", true }, { "gbcsummercamps.com", true }, @@ -37341,7 +37201,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gbhem.org", true }, { "gbinsta.com", true }, { "gbiotech.tk", true }, - { "gbl.selfip.net", true }, { "gbmwolverine.com", true }, { "gboys.net", false }, { "gbs-uk.com", true }, @@ -37371,6 +37230,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gdesemena.ru", true }, { "gdevpenze.ru", true }, { "gdhzcgs.com", true }, + { "gdiary.net", true }, { "gdngs.de", true }, { "gdoce.es", false }, { "gdpr-pohotovost.cz", true }, @@ -37408,7 +37268,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gecem.org", true }, { "gechr.io", true }, { "geckler-ee.de", false }, - { "gecosan.com", true }, { "gedachtekaarsje.nl", true }, { "gedankenworks.com", false }, { "geddert.systems", true }, @@ -37463,6 +37322,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geekzone.co.nz", true }, { "geekzone.fr", true }, { "geenoo.net", true }, + { "geenspam.net", true }, + { "geentsefeesten.be", true }, { "geeq.ch", true }, { "geerdsen.net", true }, { "geertdegraaf.nl", true }, @@ -37472,7 +37333,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gegeco.ch", false }, { "geh.li", true }, { "gehas-wein-shop.de", false }, - { "gehirn.co.jp", true }, { "gehirn.jp", true }, { "gehopft.de", true }, { "gehreslaw.com", true }, @@ -37504,7 +37364,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gelog-software.de", false }, { "gelonghui.com", true }, { "geloofindemocratie.nl", true }, - { "gelsey.com", true }, { "geluidsstudio.com", true }, { "geluk.io", true }, { "gelukkigehonden.nl", true }, @@ -37516,7 +37375,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gem-info.fr", true }, { "gem.forex", true }, { "gemails.eu", true }, + { "gemasulawesi.com", true }, { "gemax-online.de", true }, + { "gembet99.com", true }, { "gemeentestein.nl", true }, { "gemeinde-steinhoering.de", true }, { "gemeinderatswahl2020.de", true }, @@ -37529,6 +37390,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gemonite.com", true }, { "gemquery.com", true }, { "gemstn.com", true }, + { "gemwire.uk", true }, { "gen53.org", true }, { "genbars.jp", true }, { "genbright.com", true }, @@ -37562,6 +37424,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "generalinsuranceagencies.com.au", true }, { "generalinsuranceservices.com", true }, { "generalpsych.cf", true }, + { "generalservice.eu", true }, { "generaly.ga", true }, { "generateur-thot.fr", true }, { "generationgoat.com", true }, @@ -37611,7 +37474,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geneve.guide", true }, { "genevoise-entretien.ch", false }, { "genfaerd.dk", true }, - { "genghan.com", true }, { "gengive-smalto-oralb.it", true }, { "genia-life.de", true }, { "geniofinanciero.org", true }, @@ -37621,6 +37483,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "genious.world", true }, { "genioyfigura.tk", true }, { "geniushost.in", true }, + { "geniusmarketing.ro", true }, { "geniusteacher.in", true }, { "geniuszone.biz", true }, { "genkihub.com", true }, @@ -37633,6 +37496,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "genom.by", true }, { "genome.gov", false }, { "genomedia.jp", true }, + { "genomelink.io", true }, { "genomequestlive.com", true }, { "genometrik.de", true }, { "genoog.com", true }, @@ -37650,9 +37514,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gensokyo.re", true }, { "gensonline.eu", true }, { "gentapps.com", true }, + { "gentbereikbaar.be", true }, { "gentcdn.com", true }, + { "gentcityofmusic.be", true }, { "gentechi.com", true }, + { "gentfietst.be", true }, + { "gentgezondestad.be", true }, { "gentianes.ch", false }, + { "gentklimaatstad.be", true }, { "gentledance.ch", true }, { "gentledance.net", true }, { "gentlemens-life.de", true }, @@ -37674,14 +37543,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gentlentapis.com", true }, { "gentlentgroup.com", true }, { "gentlentssl.com", true }, + { "gentlichtfestival.be", true }, + { "gentlichtfestival.com", true }, + { "gentlivinglab.be", true }, { "gentoo-blog.de", false }, { "gentooblog.de", true }, - { "gentoocn.org", true }, - { "gentreo.com", true }, + { "gentse-ondernemersdagen.be", true }, + { "gentsklimaatverbond.be", true }, + { "genttegenarmoede.be", true }, { "genunlimited.ga", true }, { "genunlimited.tk", true }, { "genusbag.com", true }, { "genxnotes.com", true }, + { "genzi.win", true }, { "geo-industrie.fr", true }, { "geo-portale.it", true }, { "geoarchive.tk", true }, @@ -37703,7 +37577,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geographique.tk", true }, { "geography-schools.com", true }, { "geohashing.site", true }, - { "geohoney.com", true }, { "geoinstinct.com", true }, { "geoip.fedoraproject.org", true }, { "geoip.stg.fedoraproject.org", true }, @@ -37719,6 +37592,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geomonkeys.com", true }, { "geonice.ga", true }, { "geonot.es", true }, + { "geophysicsjournal.com", true }, { "geopixeles.cl", true }, { "geoponika.gr", true }, { "geoport.al", true }, @@ -37736,6 +37610,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "georgelucas.tk", true }, { "georgemaschke.com", true }, { "georgemaschke.net", true }, + { "georgenad.duckdns.org", true }, { "georgepancescu.ro", true }, { "georgesand.be", true }, { "georgescarryout.com", true }, @@ -37788,6 +37663,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gergoladi.me", true }, { "geri.be", true }, { "gerinet.pl", true }, + { "germain.cc", true }, + { "germaintechnologies.com", true }, + { "germancoding.com", true }, { "germancraft.net", true }, { "germandarknes.net", true }, { "germanicvs.tk", true }, @@ -37810,7 +37688,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gers-authentique.com", true }, { "gervais-avocat.fr", true }, { "gerwinvanderkamp.nl", true }, - { "ges-bo.de", true }, { "gesamenvat.nl", true }, { "gesath.com", true }, { "geschaeftsideen-ebook.de", true }, @@ -37855,7 +37732,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getacrane.co.uk", true }, { "getalitools.ru", true }, { "getanswer.ga", true }, - { "getapps.review", true }, { "getbestbooks.com", true }, { "getbookked.com", true }, { "getbooks.co.il", true }, @@ -37874,7 +37750,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getcreditscore.com.au", true }, { "getdash.io", true }, { "getdeclutter.com", true }, - { "getdigitalworld.com", true }, { "getdinghy.com", true }, { "getdoges.tk", true }, { "getdownon.it", true }, @@ -37917,6 +37792,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getlawyered.com.au", true }, { "getleanflorida.gov", true }, { "getmango.com", true }, + { "getmarksvoice.com", true }, { "getmdl.io", true }, { "getme.cf", true }, { "getmerch.eu", true }, @@ -37999,6 +37875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gfedating.com", true }, { "gfelite.de", true }, { "gfestival.fo", true }, + { "gfetechs.com", true }, { "gfk-kunststoff-luebben.de", true }, { "gflame.de", true }, { "gfmomcertified.com", true }, @@ -38057,8 +37934,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ghazi.im", true }, { "ghbtns.com", true }, { "ghcoaching.mx", true }, + { "ghcpl.in", true }, { "ghd.com", true }, { "gheestore.in", true }, + { "ghentcreativecityofmusic.be", true }, + { "ghentholidayland.be", true }, + { "ghentlightfestival.be", true }, + { "ghentlightfestival.com", true }, { "gheorghe-sarcov.ga", true }, { "gheorghesarcov.tk", true }, { "ghettonetflix.de", true }, @@ -38133,6 +38015,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gietvloergarant.nl", true }, { "giff.com.mx", true }, { "giftcard.net", true }, + { "giftcardgranny.com", true }, { "giftedconsortium.com", true }, { "giftedmodels.com", true }, { "giftlist.guru", true }, @@ -38158,6 +38041,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "giganet.tk", true }, { "gigantism.com", true }, { "gigasoft.tk", true }, + { "gigatize.in", true }, { "gigatop.ga", true }, { "gigawa.lt", true }, { "gigawattz.com", true }, @@ -38169,7 +38053,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gigiscloud.servebeer.com", true }, { "giglink.club", true }, { "gigseekr.com", true }, - { "gijsbertus.com", true }, { "gijsdeman.nl", true }, { "gijswesterman.nl", true }, { "gikovatelojavirtual.com.br", true }, @@ -38198,6 +38081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gimnazjum-miloslaw.tk", true }, { "gina-architektur.design", true }, { "ginabaum.com", true }, + { "ginasiovirtual.com", true }, { "ginen.xyz", true }, { "ginionusedcars.be", false }, { "ginitaly.it", true }, @@ -38248,6 +38132,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "girtlak-kanseri.com", true }, { "girvas.ru", true }, { "gisauto.ru", true }, + { "gisbornecabs.com.au", true }, { "gisellapiano.tk", true }, { "gisher.news", true }, { "gisher.org", true }, @@ -38283,7 +38168,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gitstuff.tk", true }, { "gittigidiyor.com", true }, { "gittr.ch", true }, - { "gitube.cn", true }, { "giuem.com", true }, { "giunchi.net", true }, { "giuseppemacario.men", true }, @@ -38348,6 +38232,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "glabiatoren-kst.de", true }, { "glaciernursery.com", true }, { "gladdy.co.uk", true }, + { "gladdy.uk", true }, { "gladdymedia.co.uk", true }, { "gladdymedia.com", true }, { "gladdymedia.uk", true }, @@ -38391,7 +38276,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "glcastlekings.co.uk", true }, { "gld.re", true }, { "gle", true }, - { "gleanview.com", true }, { "glebov.tk", true }, { "gleich-aluminium-shop.de", true }, { "glenavy.tk", true }, @@ -38534,7 +38418,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gluhov-ss.ru", true }, { "gluit.de", true }, { "glutagenic.com", true }, - { "glutenfreeandtasty.com", true }, { "glutenfreehomemaker.com", true }, { "glutenfreelife.co.nz", true }, { "glutenfreeonashoestring.com", true }, @@ -38553,6 +38436,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gm.search.yahoo.com", false }, { "gmail", true }, { "gmail.com", false }, + { "gman.bot", true }, { "gmanukyan.com", true }, { "gmao.com", true }, { "gmbh-kiekin.de", true }, @@ -38631,7 +38515,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "go6.si", true }, { "go6lab.si", false }, { "go889w.com", true }, - { "go9968.com", false }, { "goa8.com", true }, { "goa8.xyz", true }, { "goalbookapp.com", true }, @@ -38666,6 +38549,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "godbo9.com", false }, { "godclan.hu", true }, { "goddard.id.au", true }, + { "goddg.com", true }, { "godesigner.ru", true }, { "godfilm.tk", true }, { "godles.pl", true }, @@ -38685,6 +38569,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goedkoopstecartridges.nl", true }, { "goedkopecartridgeskopen.nl", true }, { "goedkopeonesies.nl", true }, + { "goedkopetaxiservice.nl", true }, { "goedkopetonerkopen.nl", true }, { "goehler-baumpflege.de", true }, { "goeikan.life", true }, @@ -38705,6 +38590,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gofoodservice.com", true }, { "goforcex.top", true }, { "gofriends.cf", true }, + { "gogem.in", true }, + { "gogemini.com", true }, { "gogetssl.com", false }, { "gogle-analytics.com", true }, { "gogleapis.com", true }, @@ -38778,6 +38665,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goldhill.ml", true }, { "goldminer.ga", true }, { "goldnbraces.com", true }, + { "goldnull.com", true }, { "goldpreisfinder.at", true }, { "goldships.com", true }, { "goldsilver.org.ua", true }, @@ -38804,6 +38692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "golighthouse.com", true }, { "golik.net.pl", false }, { "golinuxcloud.com", true }, + { "golnet.hu", true }, { "goloaninsurance.tk", true }, { "golosinascbd.com", true }, { "golosok.ml", true }, @@ -38827,7 +38716,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gometa.link", true }, { "gomezhvac.com", true }, { "gomezites.tk", true }, - { "gomiblog.com", true }, { "gomicrophone.ml", true }, { "gommista.roma.it", true }, { "gomods.link", true }, @@ -38850,7 +38738,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "good-cd.ml", true }, { "good-know.gq", true }, { "good-time-to-be.com", true }, - { "good-tips.pro", true }, { "good-wishes-4-u.ga", true }, { "goodandsnarky.com", true }, { "gooday.life", true }, @@ -38909,6 +38796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goop.com", true }, { "goose.energy", true }, { "gooseberries.ch", true }, + { "goosementor.com", true }, { "goosesmurfs.com", true }, { "gootax.pro", false }, { "gooty.ru", true }, @@ -38955,7 +38843,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gorky.media", true }, { "gorlani.com", true }, { "gorlani.net", true }, - { "gorn.ch", true }, { "gornergrat-kulm.ch", true }, { "gorod74.ru", false }, { "gorodabakan.cf", true }, @@ -39001,7 +38888,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "goszakupki.tk", true }, { "got-tty.de", true }, { "gotajikistan.com", true }, - { "goteborgsklassikern.se", true }, { "gotepisodes.tk", true }, { "gotgeeks.nl", true }, { "gotgenes.com", false }, @@ -39078,7 +38964,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "govorenefekt.com", true }, { "govotecolorado.gov", true }, { "govotetn.gov", true }, - { "govsales.gov", true }, { "govtjobs.blog", true }, { "govtrack.us", true }, { "govype.com", true }, @@ -39089,12 +38974,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gowervets.co.uk", true }, { "gowildrodeo.co.uk", true }, { "gowithflo.de", true }, - { "gozenhost.com", true }, { "gpalabs.com", true }, { "gpastore.com.br", true }, { "gpbdev.ru", true }, { "gpccp.cc", true }, - { "gpcp.org", true }, { "gpcs.ml", true }, { "gpcsolutions.fr", true }, { "gpdimaranathasiantar.org", false }, @@ -39144,12 +39027,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grabatt.de", true }, { "graberbooks.gq", true }, { "grabi.ga", true }, + { "grabtech.vn", true }, { "grace-wan.com", true }, { "gracebaking.com", false }, { "gracecommunity.school", true }, { "gracedays.org", true }, { "graceful-project.eu", true }, - { "gracegensets.com", true }, { "gracethrufaith.com", true }, { "gracetini.com", true }, { "gracia-club.tk", true }, @@ -39200,7 +39083,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grahamleeonline.com", true }, { "grahamsgifts.com", true }, { "grahamsmith.tech", true }, - { "grailians.com", true }, { "grailify.com", true }, { "graingert.co.uk", true }, { "gralhaazulcondominio.com.br", true }, @@ -39309,12 +39191,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grattan.co.uk", true }, { "gratuitweb.tk", true }, { "graumeier.de", true }, + { "gravelshooters.com", true }, { "gravescountyky.gov", true }, { "gravilink.com", true }, { "gravitascreative.net", true }, { "gravitlauncher.ml", true }, { "gravito.nl", true }, - { "gravity-dev.de", false }, { "gravity-inc.net", true }, { "gravityformspdfextended.com", true }, { "gravitypdf.com", true }, @@ -39349,6 +39231,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greatlifeinsurancegroup.com", true }, { "greatlms.com", true }, { "greatnetsolutions.com", true }, + { "greatoutdoorsonline.co.uk", true }, { "greatplainsaustralia.com.au", true }, { "greatrenumbering.tk", true }, { "greatscholars.tk", true }, @@ -39367,7 +39250,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "green-adn.com", true }, { "green-anarchy.tk", true }, { "green-attitude.be", true }, - { "green-aura.ru", true }, + { "green-aura.ru", false }, { "green-care.nl", true }, { "green-factory.ml", true }, { "green-laser.ml", true }, @@ -39381,12 +39264,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greenangels.com.ua", true }, { "greenapproach.ca", true }, { "greenartistsswiss.ch", true }, + { "greencapital.gent", true }, { "greencircleplantnursery.com.au", true }, { "greencircleplantnursery.net.au", true }, { "greencocktail.ga", true }, { "greenconn.ca", true }, { "greencross.cf", true }, - { "greenderma.in", true }, { "greendotcc.com", true }, { "greendotgames.com", true }, { "greendragonsearch.tk", true }, @@ -39404,7 +39287,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greengov.gov", true }, { "greengrocery.tk", true }, { "greenhats.de", true }, - { "greenheartclean.co.uk", true }, { "greenhillhosting.com", true }, { "greenhous-technology.tk", true }, { "greenland-estate.tk", true }, @@ -39416,6 +39298,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greenpark.uz", true }, { "greenpartyofnewmilford.org", true }, { "greenpathscience.com", true }, + { "greenpaws.ee", true }, { "greenpeace.berlin", true }, { "greenponik.com", true }, { "greenroach.ru", true }, @@ -39453,7 +39336,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gregoirow.be", false }, { "gregorians.org", true }, { "gregorkofler.com", true }, - { "gregorsarnow.de", true }, { "gregory-kramer.fr", true }, { "gregory-thibault.com", true }, { "gregorydorrifourt.fr", true }, @@ -39502,6 +39384,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gricargo.com", true }, { "grickle.org", true }, { "gridky.com", true }, + { "gridly.nl", true }, { "gridpack.org", true }, { "gridspace.ca", true }, { "gridtennis.net", true }, @@ -39564,6 +39447,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "groklearning.com", true }, { "grolimur.ch", false }, { "gromovphotography.tk", true }, + { "gronau-it-cloud-computing.de", true }, { "grondius.com", true }, { "groomershop.ru", false }, { "groomlake.tk", true }, @@ -39599,9 +39483,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "groundthumpinmotors.com", true }, { "groundthumpinmotors.net", true }, { "group4layers.net", true }, + { "groupdcc.com", true }, { "groupe-erige.com", true }, { "groupe-neurologique-nord.lu", true }, { "groupeatrium.net", true }, + { "groupeifams.sn", true }, { "groupescr.fr", true }, { "groupghistelinck-cars.be", false }, { "groupme.com", true }, @@ -39636,9 +39522,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gruasllanos.cl", true }, { "gruber-software.com", true }, { "gruebebraeu.ch", true }, + { "grueberstein.de", 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 }, @@ -39679,6 +39565,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grupoproabienesraices.com.mx", true }, { "grupos.cf", true }, { "gruposiit.com.mx", true }, + { "grupotbs.com", true }, { "gruppa.ml", true }, { "gruslic.org.mx", true }, { "gruveo.com", true }, @@ -39692,6 +39579,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gryffin.ga", true }, { "gryffin.ml", true }, { "gryffin.tk", true }, + { "gryphonfinancialsolutions.com", true }, { "gryphzia.cf", true }, { "gryte.tk", true }, { "gs-pflege.de", true }, @@ -39707,6 +39595,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gservera.com", true }, { "gsfreak.pt", true }, { "gsimagebank.co.uk", true }, + { "gsiw.be", true }, { "gslabnet.org", true }, { "gslink.me", true }, { "gsmbrick.com", true }, @@ -39750,12 +39639,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gtxbbs.com", true }, { "gtxmail.de", true }, { "guadagnare.info", true }, - { "guadalgrass.com", true }, { "guadalinfoconlaroja.tk", true }, { "guadaluperoses.co", true }, { "guajars.cl", true }, { "guangdong30019.com", true }, - { "guangjiangk.com", true }, { "guanyu.ml", true }, { "guanzhong.ca", true }, { "guardedbox.com", true }, @@ -39834,7 +39721,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guidesacademe.com", true }, { "guidesorbetiere.com", true }, { "guidethailande.tk", true }, - { "guidetoiceland.is", false }, { "guidopedia.ga", true }, { "guilde-dissection.com", true }, { "guildgearscore.cf", false }, @@ -39909,6 +39795,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gurmel.ru", true }, { "guru-naradi.cz", true }, { "guruakuntansi.co.id", true }, + { "guruarchive.com", true }, { "gurucomi.com", true }, { "gurueffect.com", true }, { "gurugardener.co.nz", true }, @@ -39970,6 +39857,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gveh.de", true }, { "gvi-timing.ch", false }, { "gviedu.com", true }, + { "gvirtualclassroom.com", true }, { "gvitebsk.cf", true }, { "gvitiming.ch", false }, { "gvobgyn.ca", true }, @@ -39985,6 +39873,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gw66.cc", true }, { "gwbet99.cc", true }, { "gwerder.net", true }, + { "gwg-march.ch", true }, { "gwhois.org", true }, { "gwilken.com", true }, { "gwo24.pl", true }, @@ -39998,7 +39887,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gxlrx.net", true }, { "gxm5.com", true }, { "gxmyqy.net", true }, - { "gxpconsultora.com", true }, { "gyas.nl", true }, { "gybol.com", true }, { "gyengus.hu", true }, @@ -40055,7 +39943,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "h2b.me", true }, { "h2cclipboard.com", true }, { "h2cdn.cloud", true }, - { "h2ox.io", true }, { "h2rul.eu", true }, { "h2s-design.de", true }, { "h2ssafety.com", true }, @@ -40065,7 +39952,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "h3b.nl", true }, { "h3x.jp", false }, { "h3x.net", true }, - { "h3z.jp", true }, { "h404bi.com", true }, { "h51365.com", true }, { "h5197.co", true }, @@ -40074,13 +39960,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "h6729.com", true }, { "h6852.com", true }, { "h6853.com", true }, - { "h6895.com", false }, { "h6913.com", true }, { "h6957.co", true }, { "h81365.com", true }, { "h82365.com", true }, { "h9297.co", true }, - { "h9386.com", false }, { "h9397.com", true }, { "h9728.co", true }, { "ha-blog.tw", true }, @@ -40127,6 +40011,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haccp.bergamo.it", true }, { "haccp.milano.it", true }, { "haccp.roma.it", true }, + { "hacerjabon.com", true }, { "hacertest.com", true }, { "hacettepeteknokent.com.tr", true }, { "hachimijiogan.info", true }, @@ -40138,6 +40023,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hackademix.net", true }, { "hackadena.com", true }, { "hackanders.com", true }, + { "hackathonjr.tw", true }, { "hackathontwjr.ml", true }, { "hackattack.com", true }, { "hackbarth.guru", true }, @@ -40244,6 +40130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haiboxu.com", true }, { "haidtechnology.com", true }, { "haigekassa.ee", true }, + { "haigle.com", true }, { "hails.info", true }, { "hailstorm.nl", true }, { "haim.bio", true }, @@ -40257,7 +40144,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hair-carekit.tk", true }, { "hair-extension.tk", true }, { "hair-extensions.tk", true }, - { "hair-guide.net", true }, { "hairbrushes.tk", true }, { "haircareblog.tk", true }, { "haircode.gr", true }, @@ -40340,6 +40226,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "halo.fr", true }, { "halocredit.pl", true }, { "halodebki.pl", true }, + { "halogen.city", true }, + { "halogen.vip", true }, { "halogenos.org", true }, { "halongbaybackpackertour.com", true }, { "haloobaloo.com", true }, @@ -40401,6 +40289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "handsaccounting.com", true }, { "handwerk-digital-steinfurt.de", true }, { "handwerkwebseiten.de", false }, + { "handy.lc", true }, { "handyglas.com", true }, { "handymanbypolli.com", true }, { "handymanlondonplease.co.uk", true }, @@ -40434,7 +40323,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hanksacservice.com", true }, { "hanksservice.com", true }, { "hannah.link", true }, - { "hannahi.com", true }, { "hannasecret.de", true }, { "hannde.com", true }, { "hannehovi.fi", true }, @@ -40480,7 +40368,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haoyangmao8.com", true }, { "haozhang.org", true }, { "haozhexie.com", true }, - { "haozijing.com", true }, { "hapijs.cn", true }, { "hapissl.com", true }, { "hapivm.com", true }, @@ -40535,6 +40422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "happytestings.com", true }, { "happytiger.eu", true }, { "happyukgo.com", true }, + { "happywater.my", true }, { "happyweekend.ga", true }, { "happywheels1.online", true }, { "hapronailz.tk", true }, @@ -40578,6 +40466,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hardies.nl", true }, { "hardinal.com", true }, { "hardmc.ru", true }, + { "hardnode.org", true }, { "hardrain980.com", true }, { "hardrock.tk", true }, { "hardtfrieden.de", true }, @@ -40611,10 +40500,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "harlan.cc", true }, { "harleyclassifieds.com", true }, { "harlor.de", true }, - { "harmoney.co.nz", true }, { "harmoney.com", true }, - { "harmoney.com.au", true }, - { "harmonizely.com", true }, + { "harmonizely.com", false }, { "harmony.ec", true }, { "harmonyonline.ir", true }, { "harmonyplace.com", true }, @@ -40695,7 +40582,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hashiura.jp", true }, { "hashplex.com", true }, { "hashru.nl", true }, - { "hashtagswimwear.com", true }, + { "hashtagpatriot.com", true }, { "hashworks.net", true }, { "hashxp.org", true }, { "hasilkeluaransgp.com", true }, @@ -40763,7 +40650,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "havernbenefits.com", true }, { "haverstack.com", true }, { "havetherelationshipyouwant.com", true }, - { "havranek-its.at", true }, { "hawaar.com", true }, { "hawaiiafro.tk", true }, { "hawaiianchoice.com", true }, @@ -40780,6 +40666,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hawkrovers.tk", true }, { "hawksguild.com", false }, { "hawksracing.de", true }, + { "hax.sc", true }, { "hax.to", true }, { "haxdroid.com", true }, { "haxland.tk", true }, @@ -40793,7 +40680,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haydenjames.io", true }, { "hayfordoleary.com", true }, { "hayl.me.uk", true }, - { "hayobethlehem.nl", true }, + { "hayobethlehem.nl", false }, { "hayonik.com", true }, { "haystackrenovation.com.au", true }, { "hayvid.com", true }, @@ -40808,10 +40695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hazit.co.il", true }, { "hazloconlapix.com", true }, { "hazyhosting.tk", true }, - { "hb2132.com", true }, - { "hb5132.com", true }, { "hb5197.com", false }, - { "hb6132.com", true }, { "hb6729.com", true }, { "hb8522.com", true }, { "hb9397.com", true }, @@ -40822,7 +40706,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hbeiliny.com", true }, { "hbelectricsolutions.com", true }, { "hbgshop.cf", true }, - { "hbkonsult.com", true }, { "hboeck.de", true }, { "hbomaxaustralia.com", true }, { "hbr.link", true }, @@ -40852,7 +40735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hd5197.com", true }, { "hd6132.com", true }, { "hd6729.com", true }, - { "hd6957.com", true }, { "hd9397.com", true }, { "hd9721.com", true }, { "hdbits.org", true }, @@ -40930,6 +40812,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "healthiergenerations.co.uk", true }, { "healthimpel.com", true }, { "healthit.gov", true }, + { "healthlabs.com", true }, { "healthmanager.ml", true }, { "healthmatchapp.com", true }, { "healthplansamerica.org", true }, @@ -40943,7 +40826,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "healthy1lifestyle.com", true }, { "healthybeterlife.click", true }, { "healthyfitfood.com", true }, + { "healthyfoodster.com", true }, { "healthykitchen101.com", true }, + { "healthykitchen33.com", true }, { "healthylifeelite.com", true }, { "healthymen.ml", true }, { "healthynutritionguide.info", true }, @@ -40975,6 +40860,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 }, @@ -41062,14 +40948,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heightselectrical.com.au", true }, { "heijdel.nl", true }, { "heijmans.blog", true }, - { "heijmans.cloud", true }, + { "heijmans.cloud", false }, { "heijmans.email", true }, { "heijmans.io", true }, { "heijmans.network", true }, - { "heijmans.one", true }, { "heijmans.pm", true }, { "heijmans.tech", true }, - { "heijmans.xyz", true }, { "heikegastmann.com", true }, { "heikki-mikkola.tk", true }, { "heikkileivonen.fi", true }, @@ -41089,6 +40973,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heinenhopman.ro", true }, { "heino-peters.de", true }, { "heinpost.nl", false }, + { "heinrich5991.de", true }, { "heinvanhemert.nl", true }, { "heinzelmann.co", false }, { "heinzencastellano.tk", true }, @@ -41107,7 +40992,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hekeki.com", true }, { "hekoro.ml", true }, { "hektenkairez.com", true }, - { "helber-it-services.de", true }, { "helbreath.tk", true }, { "helco.xyz", true }, { "helden-spielen.de", true }, @@ -41298,7 +41182,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "herbweb.org", true }, { "herbymiast.waw.pl", true }, { "herculex.fi", true }, - { "herd-kaufen.com", true }, { "herds.eu", false }, { "herdserv.de", true }, { "herdwilliam.tk", true }, @@ -41326,6 +41209,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hermes-servizi.it", true }, { "hermietkreeft.site", false }, { "herminghaus24.de", true }, + { "hermitant.fr", true }, { "hermiu.com", true }, { "herndl.org", true }, { "herni-kupony.cz", true }, @@ -41393,19 +41277,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hesyifei.com", true }, { "hetene.nl", true }, { "hetfundament.team", true }, + { "hetgetouw.be", true }, { "hethakhout.nl", true }, { "hethely.ch", true }, { "hetmeisjeachterpauw.nl", true }, - { "hetmer.com", true }, { "hetmer.cz", true }, - { "hetmer.net", true }, { "hetushu.com", true }, { "hetwalhalla.nl", true }, { "heureka2.com", true }, { "heute-kaufen.de", true }, { "heute.training", true }, { "heutger.net", true }, - { "hevertonfreitas.com.br", true }, { "hevrishut.cf", true }, { "hewany.com", true }, { "hex.nl", true }, @@ -41451,25 +41333,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hflsdev.org", false }, { "hfox.org", true }, { "hfsctx.gov", true }, + { "hfx405.de", true }, { "hfzlaw.com", false }, { "hg.gg", true }, { "hg.python.org", true }, { "hg0086.la", true }, { "hg170.cc", true }, - { "hg2018hg.com", true }, - { "hg61388.com", true }, - { "hg62388.com", true }, { "hg661.cc", true }, - { "hg67388.com", true }, - { "hg67855.com", true }, - { "hg67877.com", true }, { "hg71839.com", true }, - { "hg72988.com", true }, { "hg881.com", true }, - { "hg97188.com", true }, - { "hg97388.com", true }, - { "hg97588.com", true }, - { "hg97688.com", true }, { "hgbcms.ca", true }, { "hgc369.com", true }, { "hgfa.fi", true }, @@ -41547,6 +41419,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hiffo.de", true }, { "hifiaudio.sk", true }, { "hifiphile.com", true }, + { "hifly.aero", true }, { "hifly.com.tw", true }, { "hifumi.us", true }, { "hig.gov", true }, @@ -41669,6 +41542,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hiphop.ren", true }, { "hiphop2gif.com", true }, { "hipnos.net", true }, + { "hipo.pt", true }, { "hippiekiller.net", true }, { "hippies.com.br", true }, { "hippomovers.com", true }, @@ -41724,6 +41598,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "historiageneral.com", true }, { "historiasdepueblo.es", true }, { "historicizam.tk", true }, + { "historischehuizengent.be", true }, { "historischhout.nl", true }, { "history-schools.com", true }, { "history.google.com", true }, @@ -41820,6 +41695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hk.search.yahoo.com", false }, { "hkas.org.hk", true }, { "hkl-gruppe.de", true }, + { "hklbgd.org", true }, { "hkmap.co", true }, { "hkmap.com", true }, { "hkmap.live", true }, @@ -41832,6 +41708,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hktech.com", true }, { "hktkl.com", true }, { "hktss.pp.ua", true }, + { "hkustmbajp.com", true }, { "hl8id.vip", true }, { "hl8th.vip", true }, { "hlavacek.us", true }, @@ -41882,6 +41759,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ho918.net", true }, { "hoaas.no", true }, { "hoahau.org", true }, + { "hoanghaiauto.vn", true }, { "hoarding.me", true }, { "hoathienthao.com", true }, { "hoathienthao.vn", true }, @@ -41911,15 +41789,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hocoma.org", true }, { "hoctienganhgiaotiep.ga", true }, { "hoctracnghiem.com", true }, - { "hod-ok.com", true }, { "hodeis.ga", true }, { "hodeys.com", true }, { "hodgephotography.com", true }, + { "hodor-stage.com", true }, { "hoe.re", true }, { "hoeft-autolackierung.de", true }, { "hoekvanholland.eu", true }, { "hoelty.network", true }, - { "hoepli.it", true }, { "hoeren.club", true }, { "hoesnelwasik.nl", true }, { "hoest.it", true }, @@ -41979,6 +41856,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "holidaysportugal.eu", true }, { "holine.studio", true }, { "holini.com", false }, + { "holisticacupuncture.com.au", true }, { "holisticdevelopmentagency.ml", true }, { "holistichealer.in", true }, { "holisticon.de", true }, @@ -42001,7 +41879,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "holostyak.tk", true }, { "holowaty.me", true }, { "holoxplor.space", true }, - { "holstphoto.com", true }, { "holtackersleather.be", true }, { "holtslander.ca", true }, { "holubowski.com", true }, @@ -42133,7 +42010,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "honey.beer", true }, { "honey.is", true }, { "honeybadger.io", false }, - { "honeycomb.com.vn", true }, + { "honeybhealthyliving.com", true }, { "honeycombcreative.com", true }, { "honeycome-recruit.com", true }, { "honeycome.net", true }, @@ -42167,6 +42044,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hoodoo.io", true }, { "hoodoo.tech", true }, { "hoodtrader.com", true }, + { "hoofdredacteuren.nl", true }, { "hoogelandzorg.nl", true }, { "hoogeveen.nl", false }, { "hooghiemstrazelf.nl", true }, @@ -42287,6 +42165,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostcoz.com", true }, { "hostdaddyhn.com", true }, { "hosteasy.nl", false }, + { "hosted-power.com", true }, { "hostedcomments.com", true }, { "hostedghost.eu", true }, { "hostedghost.net", true }, @@ -42300,7 +42179,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostfission.com", true }, { "hostfree12.tk", true }, { "hostiberi.com", false }, - { "hostico.ro", false }, { "hostinaus.com.au", false }, { "hostinecpodlipou.cz", true }, { "hosting-rus.tk", true }, @@ -42319,6 +42197,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostingsvizzera.com", true }, { "hostingtg.com", true }, { "hostingtipps.eu", true }, + { "hostinkos.com", true }, { "hostinvest.tk", true }, { "hostix.de", true }, { "hostker.com", true }, @@ -42330,8 +42209,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hostpoint.ch", true }, { "hostreputation.com", true }, { "hostwinds.com", true }, - { "hostworkz.com", false }, { "hosuto.nl", true }, + { "hot-and-new.gr", true }, { "hot-spa.ch", false }, { "hot100.ug", true }, { "hotbabe.ml", true }, @@ -42450,7 +42329,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "housemates.uk.com", true }, { "housemouse.tk", true }, { "houseofaceonline.com", true }, - { "houseofherbs.gr", true }, { "houseofhouston.com", true }, { "houseofpertijs.com", true }, { "houseofpheromones.com", true }, @@ -42527,6 +42405,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "howtutu.org", true }, { "howunadeydoam.ng", true }, { "hoxo.fr", true }, + { "hoymedivorcio.com", true }, { "hozana.si", false }, { "hozinga.de", true }, { "hp-67.com", true }, @@ -42545,6 +42424,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hps.hu", true }, { "hpsdigital.hu", true }, { "hpvtimmerwerken.nl", true }, + { "hq.marketing", true }, { "hq77.ru", true }, { "hqblog.cn", true }, { "hqmovies.club", true }, @@ -42579,7 +42459,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hrkfamilylaw.com", true }, { "hrlab.de", true }, { "hrlive.ga", true }, - { "hrltech.com.br", true }, { "hrmafia.ga", true }, { "hrmg.agency", true }, { "hrna.moe", true }, @@ -42591,7 +42470,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hrpage.ml", true }, { "hrpregnancy.com", true }, { "hrsa.gov", true }, - { "hrseoservice.com", true }, { "hrstapps-dev.com", true }, { "hrtech.shop", true }, { "hrumka.net", true }, @@ -42607,12 +42485,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hscorp.de", true }, { "hse-dev.com", true }, { "hse-online.com", true }, - { "hsg-kreuzberg.de", true }, { "hsimrall.com", true }, { "hsivonen.com", true }, { "hsivonen.fi", true }, { "hsivonen.iki.fi", true }, { "hsjccconference.ca", true }, + { "hskernel.com", true }, { "hsmithsmithfield.co.uk", true }, { "hsmr.cc", true }, { "hsn-tsn.com", true }, @@ -42637,8 +42515,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ht.mk", true }, { "htaccessbook.com", true }, { "htaps.com", true }, + { "htb-email.co", true }, + { "htb-email.com", true }, + { "htb-email.uk.com", true }, { "htb.click", true }, { "htb.co.uk", true }, + { "htbemail.co", true }, + { "htbemail.co.uk", true }, + { "htbemail.com", true }, + { "htbemail.net", true }, + { "htbemail.org", true }, { "htc.com", true }, { "htcvina.com", true }, { "htdcomputer.vn", true }, @@ -42801,7 +42687,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hullscp.co.uk", true }, { "hullseals.space", true }, { "huloveyou.com", true }, - { "hulpbijmarketing.nl", true }, { "hulpmiddelenshop.nl", true }, { "hulsoft.co.uk", true }, { "human-clone.com", true }, @@ -42942,7 +42827,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hvtuananh.com", true }, { "hvylya.net", true }, { "hw8.eu", true }, - { "hw923.com", true }, { "hwag-pb.de", true }, { "hwholdsworth.com.au", true }, { "hwjkk.com", true }, @@ -43012,12 +42896,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hyllie.net", true }, { "hymnsandverses.com", true }, { "hyncice.com", true }, - { "hyndax.com.ar", true }, { "hynek.me", true }, { "hyodyntamaton.site", false }, { "hyparia.fr", true }, { "hyparia.org", true }, - { "hype.ru", true }, { "hype.tech", true }, { "hypemgmt.com", true }, { "hyper-matrix.org", true }, @@ -43070,6 +42952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hystats.net", true }, { "hysupchile.cl", true }, { "hytale.com", true }, + { "hytech.computer", true }, { "hytopcp168.com", true }, { "hytzongxuan.com", true }, { "hytzongxuan.top", true }, @@ -43099,6 +42982,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "i-make.com", true }, { "i-make.fr", true }, { "i-meto.com", true }, + { "i-model.org", true }, { "i-office.com.vn", true }, { "i-pinged-everyone.today", true }, { "i-port-voice.com", true }, @@ -43117,8 +43001,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "i00228.com", true }, { "i0day.com", true }, { "i1314.gdn", true }, + { "i2capmark.com", true }, { "i2gether.org.uk", true }, - { "i2i.ca", true }, { "i2verify.com", true }, { "i30019.com", true }, { "i365365.com", true }, @@ -43157,9 +43041,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iaf.gov", true }, { "iahemobile.net", true }, { "iain.tech", false }, - { "iainsimms.co.uk", true }, - { "iainsimms.com", true }, - { "iainsimms.me", true }, { "iaitouzi.com", true }, { "ialis.me", true }, { "ialps.cn", true }, @@ -43242,7 +43123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ibetora.com", true }, { "ibexcore.com", true }, { "ibexrepair.co.uk", false }, - { "ibharatnews.com", true }, { "ibhgospel.com", true }, { "ibi.mt", true }, { "ibiki-boushi-makura.net", true }, @@ -43283,7 +43163,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "icasture.top", true }, { "icbemp.gov", false }, { "icc.kharkov.ua", true }, - { "icci.info", true }, { "iccorporateinteriors.com.au", true }, { "ice.xyz", true }, { "icebat.dyndns.org", true }, @@ -43321,6 +43200,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ichglaubesbackt.de", true }, { "ichibanfansub.com.br", true }, { "ichitaso.com", true }, + { "ichtushosting.com", true }, { "icid.com.mx", true }, { "icium.org", true }, { "ickerseashop.com", true }, @@ -43414,6 +43294,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ideageek.net", true }, { "ideagen-ops-sandbox.com", true }, { "ideagenpentana.com", true }, + { "ideagenqpulse.com", true }, { "ideahub.tk", true }, { "ideal-envelopes.co.uk", false }, { "idealabs.tk", true }, @@ -43477,6 +43358,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "idhosts.co.id", true }, { "idid.tk", true }, { "idigiskill.com", true }, + { "idigovs.com", true }, { "idinby.dk", true }, { "idiomasdelmundo.tk", true }, { "idiot.trade", true }, @@ -43505,7 +43387,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "idraetsmusik.dk", true }, { "idratherbequilting.com", true }, { "idraulico-roma.it", true }, - { "idraulico-roma.org", true }, { "idraulico.roma.it", true }, { "idrissi.eu", true }, { "idroserviceweb.com", true }, @@ -43541,7 +43422,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ieros.eu", true }, { "ies-italia.it", false }, { "ies911.com", true }, - { "iesconsultores.com", true }, { "iesonline.co.in", true }, { "iesucreipi.edu.co", true }, { "ieval.ro", true }, @@ -43549,7 +43429,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iewar.com", true }, { "iexpats.com", true }, { "iexpert99.com", true }, - { "if-fashion.gr", true }, { "if0.ru", true }, { "ifacservice.be", true }, { "ifadian.club", true }, @@ -43676,10 +43555,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ihasco.co.uk", true }, { "ihatethissh.it", true }, { "ihcprofile.com", true }, + { "ihcr.top", false }, { "ihearmedical.com", true }, { "ihempz.cz", true }, + { "ihgcontrolbook.com", true }, { "ihkk.net", true }, - { "ihls.stream", true }, { "ihls.world", false }, { "ihmphila.org", true }, { "ihoey.com", true }, @@ -43737,7 +43617,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ijsclubwanneperveen.nl", true }, { "ijunohana.jp", true }, { "ik-life.com", false }, - { "ika.monster", true }, { "ikachalife.com", true }, { "ikarate.ru", true }, { "ikari-san.tk", true }, @@ -43776,7 +43655,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ikulist.me", true }, { "ikumi.us", true }, { "ikvts.de", true }, - { "ikwilhuren.nu", true }, { "ikx.me", true }, { "ikzoekeengoedkopeauto.nl", true }, { "ila.fi", true }, @@ -43793,9 +43671,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ilawgix.com", true }, { "ilazycat.com", true }, { "ilbiscottificiodipamparato.it", true }, - { "ilc528.com", true }, - { "ilc568.com", true }, - { "ilctucson.com", false }, + { "ilctucson.com", true }, { "ildomani.it", true }, { "ile-kalorii.pl", true }, { "ile-sapporo.jp", true }, @@ -43821,10 +43697,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ilii.me", true }, { "ilikepenguins.tk", true }, { "iliny.hu", true }, - { "iliturkey.com", true }, { "iliz-kafe.fr", true }, { "ilkeakyildiz.com", false }, { "illaadventure.com", true }, + { "illafuture.com", true }, { "illambias.ch", false }, { "illange.info", true }, { "illative.net", true }, @@ -43937,12 +43813,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imap2imap.de", true }, { "imaple.org", true }, { "imarkethost.co.uk", true }, + { "imarketing.pe", true }, { "imarukita.ninja", true }, { "imasdekor.com", true }, { "imask.ml", true }, { "imawasn-consulting.com", true }, { "imawhale.com", true }, - { "imbiancatura.milano.it", true }, { "imbianchino.roma.it", true }, { "imboom.tk", true }, { "imbrian.org", true }, @@ -43970,7 +43846,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imforza.com", true }, { "img.mg", true }, { "img.ovh", true }, - { "img.ren", true }, { "imgaa.com", true }, { "imgbb.com", true }, { "imgbu.com", true }, @@ -44055,7 +43930,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imoxin.net", true }, { "impact-fluids.com", true }, { "impact.health.nz", true }, - { "impactcalifornia.com", true }, { "impacter.eu", true }, { "impactingsports.com", true }, { "impactparcels.co.uk", true }, @@ -44103,7 +43977,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "impra.com.ua", false }, { "imprendo.co", true }, { "imprendo.pro", true }, - { "imprensaglobal.com.br", true }, { "imprenta-es.com", true }, { "impresa-di-pulizie.milano.it", true }, { "impresa-di-pulizie.org", true }, @@ -44190,6 +44063,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inbrand.agency", true }, { "inbulgaria.info", true }, { "incarceratedwombats.com", true }, + { "incehesap.com", true }, { "inceneritore.ga", true }, { "inceptionband.tk", true }, { "incert.cn", true }, @@ -44301,6 +44175,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "indofountain.tk", true }, { "indogermantrade.de", true }, { "indoidnews.ga", true }, + { "indomanila.com", true }, { "indonesiakaya.com", true }, { "indonesian-news.tk", true }, { "indonesiatrip.tk", true }, @@ -44329,6 +44204,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ineardisplay.com", false }, { "inebula.it", true }, { "ineed.coffee", false }, + { "ineedweb.net", true }, { "ineffect.net", true }, { "inefin.tk", true }, { "ineko.cc", true }, @@ -44368,7 +44244,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "infinether.net", true }, { "infinifour.com", true }, { "infinipharm.com", true }, - { "infinite.com", true }, { "infinitenews.cf", true }, { "infinitescript.com", true }, { "infinitiofallentownparts.com", true }, @@ -44465,6 +44340,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "infopico.com", true }, { "infopier.sg", true }, { "infopool.org.uk", true }, + { "infopreneur.blog", true }, { "infoprofuse.com", true }, { "infopronetwork.com", true }, { "infopronetwork.net", true }, @@ -44598,7 +44474,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ingalabs.hu", true }, { "ingatlanjogaszok.hu", true }, { "ingatlanneked.hu", true }, - { "ingber.com", true }, { "ingbusiness.pl", true }, { "inge-r.nl", true }, { "ingebroer.com", true }, @@ -44679,6 +44554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inlink.ltd", true }, { "inlt.com", true }, { "inmaaa.cf", true }, + { "inmamaskitchen.com", true }, { "inmaps.xyz", true }, { "inmatefinancial.com", true }, { "inmateintake.com", true }, @@ -44687,10 +44563,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inmedsm.com", true }, { "inmigracion-florida.com", true }, { "inmobillium.fr", true }, + { "inmonteblandinio.be", true }, { "inmucrom.com", true }, { "inmucrom.es", true }, { "inmueblescartagena.com.co", true }, { "inmusicfestival.com", true }, + { "innabilawgroup.com", true }, { "innatocol.com", true }, { "inner-vision.tk", true }, { "innerfence.com", true }, @@ -44707,13 +44585,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "innogen.fr", true }, { "innohb.com", true }, { "innolabfribourg.ch", true }, - { "innopharmaeducation.com", true }, { "innophate-security.com", true }, { "innoraft.com", true }, { "innot.net", true }, { "innoteil.com", true }, { "innoteknology.com", true }, { "innotel.com.au", true }, + { "innova360.com.mx", true }, { "innovacoachgroup.com", true }, { "innovairservices.ch", false }, { "innovamag.com", true }, @@ -44795,6 +44673,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inserzioniticino.ch", true }, { "insgesamt.net", true }, { "inshared.nl", true }, + { "insho.fashion", true }, { "inshop.hu", true }, { "insiberia.tk", true }, { "inside19.com", true }, @@ -44804,9 +44683,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insideevs.com", true }, { "insideevs.fr", true }, { "insideevs.ru", true }, + { "insidehook.com", true }, { "insideoutfuel.com", true }, { "insideperu.tk", true }, { "insider-invest.tk", true }, + { "insidergazette.com", true }, { "insiders.ga", true }, { "insidesolutions.nl", true }, { "insidethefirewall.tk", true }, @@ -44840,6 +44721,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insta-drive.com", true }, { "instaart.org", true }, { "instachina.ru", true }, + { "instacredito.pt", true }, { "instafind.nl", true }, { "instafrases.net", true }, { "instafuckfriend.com", true }, @@ -44894,6 +44776,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "institutosparroquiales.com", true }, { "instrukci.tk", true }, { "instrumart.ru", false }, + { "instrumentalverein-tueddern.de", true }, { "instrumentodepaz.com", true }, { "insulations.ga", true }, { "insult.es", true }, @@ -44901,6 +44784,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insurance-companies.tk", true }, { "insurancecompanylive.tk", true }, { "insuranceleep.ga", true }, + { "insurancemarketingcoach.com", true }, { "insurancenews.gq", true }, { "insuranceonlinenow.com", true }, { "insurancequotes.tk", true }, @@ -44922,6 +44806,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "intasky.cz", true }, { "intasky.sk", true }, { "intcarshow.com", true }, + { "intdemocratic.org", true }, { "inteapuestas.com", true }, { "integ.jp", true }, { "integrahealth.com.mx", true }, @@ -44979,12 +44864,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inter-news.tk", true }, { "interabbit.co", true }, { "interacthindu.tk", true }, - { "interactivebrokersreview.co", true }, { "interactiveliterature.org", true }, { "interaffairs.com", true }, { "interaktiva.fi", true }, { "interallied.org", true }, { "interasistmen.se", true }, + { "interbec.com", true }, { "interc0der.tk", true }, { "interchangeillawarra.org", true }, { "interchanges.io", true }, @@ -45032,7 +44917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "internalframebackpack.tk", true }, { "internalkmc.com", true }, { "internally.ga", true }, - { "international-arbitration-attorney.com", true }, + { "international-arbitration-attorney.com", false }, { "international-books.org", true }, { "international-friends.net", true }, { "international-genealogy-services.com", true }, @@ -45076,6 +44961,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "internetofinsecurethings.com", true }, { "internetovehazardnihry.cz", true }, { "internetowykantor.pl", true }, + { "internetpoem.com", true }, { "internetpro.me", true }, { "internetprofitspro.com", true }, { "internetslapfights.com", true }, @@ -45105,7 +44991,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "interstateautomotiveinc.com", true }, { "interstateremovalists.sydney", true }, { "intertime.services", true }, - { "intervalplus.com", true }, + { "interval-training-timer.ru", true }, { "interview-suite.com", false }, { "interviewme.pl", true }, { "interviewpipeline.co.uk", true }, @@ -45163,6 +45049,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "invaded.ga", true }, { "invadelabs.com", true }, { "invalida.ru", true }, + { "invantive.com", true }, + { "invantive.nl", true }, { "invasion.com", true }, { "invasivespeciesinfo.gov", true }, { "invata-ma.ro", true }, @@ -45186,7 +45074,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "investactiv.tk", true }, { "investarholding.nl", true }, { "investarter.nl", true }, - { "investcarpremium.com.br", true }, { "investforum.net", true }, { "investgold.ml", true }, { "investigatemalware.com", true }, @@ -45199,6 +45086,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "investigazione.roma.it", true }, { "investinestonia.com", true }, { "investingdiary.cn", true }, + { "investingent.com", true }, { "investingtrader.net", true }, { "investinturkey.com.tr", true }, { "investinweed.com", true }, @@ -45210,7 +45098,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "investlatam.com", true }, { "investment-adh.com", true }, { "investmonitor.tk", true }, - { "investmotores.com.br", true }, + { "investnorthernontario.com", true }, { "investonline.cf", true }, { "investor-academy.jp", true }, { "investor.gov", true }, @@ -45221,10 +45109,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "investors.pl", true }, { "investosure.com", true }, { "investpay.ru", true }, - { "investuji.net", true }, { "invetep.sk", true }, { "invicti.com", true }, { "invidio.us", true }, + { "invidiou.site", true }, { "invincible.sg", true }, { "invinoaustria.com", true }, { "invinoaustria.cz", true }, @@ -45283,6 +45171,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iondrey.fr", true }, { "ione.net.nz", true }, { "ionlabs.kr", true }, + { "ionovia.de", true }, { "ionplesalexandru.com", true }, { "ionspin.com", true }, { "ionstudio.pe", true }, @@ -45437,6 +45326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iqskinclinics.com", true }, { "iqsmn.org", true }, { "iqtechportal.com", true }, + { "iqtek.solutions", true }, { "iqunit.com", true }, { "irajsingh.tk", true }, { "iraklisfovakis.com", true }, @@ -45506,6 +45396,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iris-design.info", true }, { "iris-insa.com", true }, { "iris.gotdns.com", true }, + { "iriscddg.com", true }, { "irische-segenswuensche.info", true }, { "irisdesideratum.com", true }, { "irisdesign.com", true }, @@ -45527,7 +45418,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "irmgard-woelfle.de", true }, { "irmgardkoch.com", true }, { "irmo.hr", true }, - { "irmtrudjurke.de", true }, { "iroise.ch", true }, { "ironbarnyc.com", true }, { "ironbelly.pro", true }, @@ -45544,6 +45434,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "irontigers.ml", true }, { "ironwind.ga", true }, { "ironycats.net", true }, + { "irr52.ru", true }, { "irr59.ru", true }, { "irrewilse.se", true }, { "irritant.net", true }, @@ -45593,7 +45484,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isastylish.com", true }, { "isavings.com", true }, { "isbaseballstillon.com", true }, - { "isbc-telecom.ru", true }, { "isbengrumpy.com", true }, { "isc2chapter-cny.org", true }, { "iscert.org", true }, @@ -45608,6 +45498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iservicio.com.mx", true }, { "iservicio.mx", true }, { "iseulde.com", true }, + { "isf.fi", true }, { "isfriday.com", true }, { "isg-tech.com", true }, { "isgp-studies.com", false }, @@ -45693,6 +45584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ismena.bg", true }, { "ismywebsitepenalized.com", true }, { "isn.cz", true }, + { "isntall.us", true }, { "iso27032.com", true }, { "isocom.eu", true }, { "isognattori.com", true }, @@ -45705,7 +45597,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isolta.lv", true }, { "isolta.se", true }, { "isondo.com", true }, - { "isonet.fr", true }, { "isopres.de", true }, { "isoroc-nidzica.pl", true }, { "isotope.gov", true }, @@ -45864,6 +45755,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itb-online.co.uk", true }, { "itbog.org", true }, { "itbox.cl", true }, + { "itbrief.asia", true }, { "itbrief.co.nz", true }, { "itbrief.com.au", true }, { "itbrouwerij.be", true }, @@ -45871,7 +45763,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itchy.nl", true }, { "itchybrainscentral.com", true }, { "itconsulting-wolfinger.de", true }, - { "itconvergence.com", true }, { "itcoolie.in", true }, { "itcreative.ro", true }, { "itcs.services", true }, @@ -45888,7 +45779,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iteke.ml", true }, { "iteke.tk", true }, { "iteksys.ru", true }, - { "iteli.eu", true }, { "itemcreator.tk", true }, { "itemmc.com", true }, { "itemorder.com", true }, @@ -45988,6 +45878,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itsecblog.de", true }, { "itseeze.com", true }, { "itseovn.com", true }, + { "itservis.org", true }, { "itsevident.com", true }, { "itsfitlab.com", true }, { "itshealthymoms.com", true }, @@ -46017,7 +45908,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itsynergy.co.uk", true }, { "ittgame.tk", true }, { "ittlloretdemar.com", true }, - { "ittop-gabon.com", true }, { "itvaatlik.ee", true }, { "itvia.email", true }, { "itvia.eu", true }, @@ -46037,6 +45927,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iuyos.com", true }, { "iv-vr.com", true }, { "ivahbbiz.tk", true }, + { "ivampiresp.com", true }, { "ivan1874.cf", true }, { "ivan1874.dynu.net", true }, { "ivanaleksandrov.com", true }, @@ -46057,6 +45948,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ivendi.com", true }, { "ivermectin.gq", true }, { "ivetazivot.cz", true }, + { "ivetdata.com", true }, { "ivfausland.de", true }, { "ivfmeds.com", true }, { "ivig.com.br", true }, @@ -46146,7 +46038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "izolpoznan.pl", true }, { "izolyatsia.org", true }, { "izone.ua", true }, - { "izs8.com", false }, + { "izs8.com", true }, { "izt.tech", false }, { "izttech.com", true }, { "izuba.info", false }, @@ -46156,6 +46048,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "izxxs.com", true }, { "izxxs.net", true }, { "izxzw.net", true }, + { "izzardink.com", true }, { "izzyontour.tk", true }, { "izzys.casa", true }, { "j-ecolife.com", true }, @@ -46192,10 +46085,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "j3349.com", true }, { "j3e.de", true }, { "j4e.name", true }, - { "j51365.com", true }, { "j5197.co", true }, - { "j5563.com", true }, - { "j5573.com", true }, { "j5lx.de", true }, { "j5lx.eu", true }, { "j5lx.io", true }, @@ -46219,8 +46109,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "j70555.com", false }, { "j81365.com", true }, { "j82365.com", true }, - { "j8846.com", true }, - { "j8hs.com", true }, { "j9297.co", true }, { "j9297.com", true }, { "j9504.com", true }, @@ -46243,7 +46131,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "j95zz.com", true }, { "j9721.com", true }, { "j9728.co", true }, - { "j9943.com", true }, { "ja-dyck.de", true }, { "ja-gps.com.au", true }, { "ja-hypnose.de", true }, @@ -46347,7 +46234,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jafarmehdipor.ga", true }, { "jagad.id", true }, { "jagadhatrionline.co.in", true }, - { "jagalink.com", true }, { "jagar.com.pl", true }, { "jagbouncycastles.co.uk", true }, { "jagerkin.tk", true }, @@ -46385,7 +46271,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jakebeardsley.com", true }, { "jakecurtis.de", true }, { "jakegyllenhaal.ga", true }, - { "jakejnx.com", true }, + { "jakejnx.com", false }, { "jakereynolds.co", true }, { "jakerullman.com", true }, { "jakeslab.tech", true }, @@ -46395,6 +46281,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jakob-server.tk", true }, { "jakobejitblokaci.cz", true }, { "jakobkrigovsky.com", true }, + { "jakobs.systems", true }, { "jakobssystems.net", true }, { "jakpremyslet.cz", true }, { "jakse.fr", true }, @@ -46446,7 +46333,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jamesmorrison.me", true }, { "jamesplumbingcompanypasadenatx.com", true }, { "jamesredmond.tk", true }, - { "jamesrobertson.net", true }, { "jamesrobertson.sh", true }, { "jamesross.name", true }, { "jamesrush.com", true }, @@ -46525,6 +46411,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jann.is", true }, { "jannehonkonen.tk", true }, { "jannekekaasjager.nl", true }, + { "jannes-althoff.de", true }, { "jannesmeyer.com", true }, { "jannisfink.de", true }, { "jannyrijneveld.nl", true }, @@ -46546,6 +46433,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "japan.sh", true }, { "japanasonic.ru", true }, { "japanchiropractic.com.br", true }, + { "japanduhoc.com", true }, { "japanese-cuisine.com", true }, { "japanese-imperialism971.tk", true }, { "japaneseacupuncture.london", true }, @@ -46565,6 +46453,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "japlin.io", true }, { "japlin.tk", true }, { "japonyol.net", true }, + { "jar.cool", true }, { "jaramilloconstrucciones.pe", true }, { "jardinderline.ch", true }, { "jardineras.online", true }, @@ -46572,6 +46461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jaredeberle.org", false }, { "jaredfernandez.com", true }, { "jaredfraser.com", true }, + { "jaredkunz.com", true }, { "jaredonline.tk", true }, { "jarett-lee.com", true }, { "jarl.ninja", true }, @@ -46605,6 +46495,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jasonadam.de", false }, { "jasonamorrow.com", true }, { "jasoncoopermd.com", true }, + { "jasoncs.eu.org", true }, { "jasongerber.ch", false }, { "jasonhardin.me", true }, { "jasonian-photo.com", false }, @@ -46640,6 +46531,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "javascriptlab.fr", true }, { "javaweb.site", true }, { "javaxxz.com", true }, + { "jave.asia", true }, { "javfree.me", true }, { "javi-soleil.tk", true }, { "javierbalvin.com", true }, @@ -46679,6 +46571,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jaypandit.me", true }, { "jaypark.gq", true }, { "jaysaw.me", true }, + { "jayschulman.com", true }, { "jayshao.com", true }, { "jaytx.com", true }, { "jayveel.nl", true }, @@ -46702,7 +46595,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jb138.cc", true }, { "jbbd.fr", true }, { "jbc88.cc", true }, - { "jbdesignfoundations.com", true }, { "jbeta.is", true }, { "jbfp.dk", true }, { "jblackweb.com", true }, @@ -46724,7 +46616,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jcbgolfandcountryclub.com", true }, { "jccars-occasions.be", true }, { "jccrew.org", true }, - { "jcde.xyz", true }, { "jcelectronics.com.au", true }, { "jcg.re", true }, { "jch.xyz", true }, @@ -46908,7 +46799,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jeproteste.info", true }, { "jeremiahbenes.com", true }, { "jeremy-chen.org", true }, - { "jeremy.codes", false }, + { "jeremy.codes", true }, { "jeremy.hu", true }, { "jeremybentham.com", true }, { "jeremybloomfield.co.uk", true }, @@ -47000,6 +46891,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jetfirenetworks.com", true }, { "jetflex.de", true }, { "jetkittens.co.uk", true }, + { "jetlaggroup.co.il", true }, { "jetmirshatri.com", false }, { "jetpack.com.ar", true }, { "jetsetboyz.net", true }, @@ -47010,6 +46902,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jettenjachtbouw.eu", true }, { "jettlarue.com", true }, { "jettravel.com.mt", false }, + { "jettshome.org", true }, { "jetular.com", true }, { "jetular.net", true }, { "jetwhiz.com", true }, @@ -47055,7 +46948,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jgoguen.ca", true }, { "jgoldgroup.com", true }, { "jgregory.co.uk", true }, - { "jgtrainer.com", true }, { "jgwb.de", true }, { "jgwb.eu", true }, { "jhandke.de", true }, @@ -47081,6 +46973,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jiangmen.tk", true }, { "jiangshiart.com", true }, { "jiangsu30019.com", true }, + { "jiangwu.eu", true }, { "jiangxi30019.com", true }, { "jiangxu.site", true }, { "jiangzhuyun.net", false }, @@ -47094,6 +46987,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jiaqiang.vip", true }, { "jiatingtrading.com", true }, { "jiaty.com", true }, + { "jiaxitian.com", true }, { "jiayi.eu.org", true }, { "jiayi.life", true }, { "jiazhao.ga", true }, @@ -47200,8 +47094,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jkest.cc", true }, { "jkg.tw", true }, { "jki.io", true }, - { "jkinteriorspa.com", true }, - { "jklas.cz", true }, { "jkloli.tk", true }, { "jkng.eu", true }, { "jkrcuidadopersonal.com", true }, @@ -47214,6 +47106,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jl-dns.nl", true }, { "jl-exchange.nl", true }, { "jl-mail.nl", true }, + { "jlbleakley.com", true }, { "jld.paris", true }, { "jldrenergysaver.com", true }, { "jlink.nl", true }, @@ -47269,10 +47162,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jnjdj.com", true }, { "jnm-art.com", true }, { "jnordell.com", true }, + { "jnshome.com", true }, { "jnssnfotografie.nl", true }, { "jnsz.hu", true }, { "joa-ebert.com", true }, - { "joamoncacms.alwaysdata.net", true }, { "joanjensen.net", true }, { "joannajankowska.pl", true }, { "joanofarcmtcarmel.org", true }, @@ -47283,7 +47176,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joaosampaio.com.br", true }, { "job-chocolat.jp", true }, { "job.biz.tr", true }, - { "job2serv.com", true }, { "jobalicious.nl", true }, { "jobastudio.nl", true }, { "jobatus.com.br", true }, @@ -47325,7 +47217,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jobsoid.com", true }, { "jobsportalbookmarking.tk", true }, { "jobsuchmaschine.ch", true }, - { "jobtarget.com", true }, { "jobtread.com", true }, { "jobty.net", true }, { "joburgplumbing.co.za", true }, @@ -47335,7 +47226,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jobzninja.com", true }, { "jocata.com", true }, { "jocelynjenkins.com", true }, - { "jochem.pro", true }, + { "jochem.pro", false }, { "jockbusuttil.co.uk", true }, { "jockbusuttil.com", true }, { "jockbusuttil.uk", true }, @@ -47368,8 +47259,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joellimberg.com", true }, { "joellombardo.com", false }, { "joelmarkhamphotography.com.au", true }, - { "joelmunch.com", true }, { "joelotu.com", true }, + { "joelsolkoff.com", true }, { "joelving.dk", true }, { "joepitt.co.uk", false }, { "joergschneider.com", true }, @@ -47383,7 +47274,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joetsutj.com", true }, { "joetyson.io", true }, { "joetyson.me", true }, - { "joeyfelix.com", true }, { "joeyhoer.com", true }, { "joeysmith.com", true }, { "joeyvanvenrooij.nl", true }, @@ -47408,7 +47298,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johannes.wtf", true }, { "johannesen.tv", true }, { "johannfritsche.de", true }, - { "johanpeeters.com", true }, { "johansf.tech", true }, { "johego.org", true }, { "johlmike.com", true }, @@ -47465,6 +47354,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johnvanhese.nl", true }, { "johnwinter.tk", true }, { "johnyytb.be", true }, + { "johyn.me", true }, { "joi-dhl.ch", false }, { "joifur.com", true }, { "joinamericacorps.gov", true }, @@ -47478,7 +47368,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jojosplaycentreandcafeteria.co.uk", true }, { "jokedalderup.nl", true }, { "jokequebec.com", true }, - { "jokerice.co.uk", true }, { "jokesbykids.com", true }, { "jokewignand.nl", true }, { "jolee.ro", true }, @@ -47493,6 +47382,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jollygoodspudz.ca", true }, { "jollyjoker.de", true }, { "jollykidswobbleworld.co.uk", true }, + { "jollytotschildminder.com", true }, { "jolo.software", true }, { "jolokia.ch", true }, { "jomagus.de", true }, @@ -47540,6 +47430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jonesfor.men", true }, { "jonesopolis.xyz", true }, { "jonespayne.com", false }, + { "jonestrading.com", true }, { "jonferwerda.net", true }, { "jonfor.net", true }, { "jong030.nl", true }, @@ -47573,6 +47464,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joomla-leipzig.com", true }, { "joomlaclub.ch", true }, { "joomladeveloper.ru", true }, + { "joomlon.com", true }, { "joompress.biz", true }, { "joona.pw", true }, { "joorshin.ir", true }, @@ -47606,6 +47498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jordywijman.nl", true }, { "jorexenterprise.com", true }, { "jorganicsolutions.com", true }, + { "jorgegermano.com", true }, { "jorgemarquez.es", true }, { "jorgenegrete.tk", true }, { "jorgeto.ddns.net", true }, @@ -47654,6 +47547,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joshhoffer.com", true }, { "joshimedical.com", true }, { "joshjanzen.com", true }, + { "joshking.com", true }, { "joshlovephotography.co.uk", true }, { "joshmoulin.com", true }, { "joshpanter.com", false }, @@ -47661,12 +47555,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joshruppe.com", true }, { "joshschmelzle.com", true }, { "joshtriplett.org", true }, - { "joshu.am", true }, { "joshua-kuepper.de", true }, { "joshua.bio", true }, { "joshua.mn", true }, { "joshuadiamant.com", true }, - { "joshuajohnson.ca", true }, + { "joshuahemphill.com", true }, + { "joshuakin.de", true }, { "joshuamccracken.org", true }, { "joshuamessick.com", true }, { "joshuameunier.com", true }, @@ -47741,7 +47635,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jpmelos.com.br", true }, { "jpn-ks.co.jp", true }, { "jpod.cc", true }, - { "jpoirierlavoie.ca", true }, { "jppcadvertising.com", true }, { "jpph.org", true }, { "jpralves.net", true }, @@ -47753,6 +47646,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jpsinflatables.co.uk", true }, { "jpslconsulting.ca", true }, { "jpst.it", true }, + { "jpvermogensregie.com", true }, { "jqk918.com", true }, { "jquery.wtf", true }, { "jr5devdoug.xyz", true }, @@ -47782,7 +47676,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "js0204.com", true }, { "js5203344.com", true }, { "js6868.cc", true }, - { "js80651.com", true }, { "js86.de", true }, { "js889.com", true }, { "js93029.com", true }, @@ -47805,7 +47698,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jsjfact.com", true }, { "jsjohnsononline.com", true }, { "jsk26.ru", true }, - { "jskarzin.org", true }, + { "jskarzin.org", false }, { "jskier.com", false }, { "jsme.cz", true }, { "jsnfwlr.com", true }, @@ -47821,7 +47714,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jswebbdevelopment.com", true }, { "jsxc.ch", true }, { "jtcat.com", true }, - { "jtcjewelry.com", true }, { "jtconsultancy.sg", true }, { "jtg-inc.com", true }, { "jtl-software.com", true }, @@ -47892,11 +47784,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "julian-miller.de", true }, { "julian-post.de", true }, { "julian-uphoff.de", true }, + { "julian.tech", true }, { "julianbroadway.com", true }, { "juliangonggrijp.com", true }, { "julianickel.de", true }, { "julianmeyer.de", true }, - { "juliannorton.com", true }, { "julianporras.com", true }, { "juliansimioni.com", true }, { "julianskitchen.ch", false }, @@ -47981,6 +47873,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "juniorchamber.international", true }, { "juniorhandball.com", true }, { "juniorsambo.tk", true }, + { "juniorsbook.com", true }, { "juniperroots.ca", true }, { "junjie.pro", true }, { "junjun-web.net", true }, @@ -48011,7 +47904,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "juristique.info", true }, { "juristique.org", true }, { "juristique.us", true }, - { "jurke.com", true }, { "jurojin.net", true }, { "jurposluga.tk", true }, { "jurriaan.ninja", true }, @@ -48050,7 +47942,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "justinfreid.com", true }, { "justinharrison.ca", true }, { "justinho.com", true }, - { "justinmuturifoundation.org", true }, { "justinsinkula.com", true }, { "justinstandring.com", true }, { "justknigi.gq", true }, @@ -48087,7 +47978,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "juwelierstoopman.nl", true }, { "juweliervanwillegen.nl", true }, { "juxin08.com", true }, - { "juyunce.com", true }, { "jvanerp.nl", true }, { "jvbouncycastlehire.co.uk", true }, { "jvdham.nl", true }, @@ -48108,6 +47998,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jwala.diamonds", true }, { "jwatt.org", true }, { "jwatt.uk", true }, + { "jwbworks.dk", true }, { "jwchords.org", true }, { "jwe.nl", true }, { "jwhite.network", true }, @@ -48151,18 +48042,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k-pan.com", true }, { "k-plant.com", true }, { "k-pture.com", false }, - { "k-sails.com", true }, { "k-scr.me", true }, { "k-system.de", true }, { "k0.gg", true }, { "k1024.org", true }, { "k123123.com", true }, - { "k1958.com", false }, { "k1chn.com", true }, { "k1yoshi.com", false }, { "k234234.com", true }, { "k258059.net", true }, { "k2mts.org", true }, + { "k2s-efficience.com", true }, { "k3508.com", true }, { "k3nny.fr", true }, { "k3t.net", true }, @@ -48209,6 +48099,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k865.net", true }, { "k86666.com", true }, { "k8668.net", true }, + { "k86681.com", true }, { "k86690.com", true }, { "k867.co", true }, { "k86813.com", true }, @@ -48265,11 +48156,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k886.co", true }, { "k8861.com", true }, { "k88652.com", true }, - { "k886666.com", true }, { "k88670.com", true }, { "k88671.com", true }, { "k88672.com", true }, - { "k88675.com", true }, { "k88686.com", true }, { "k8892.com", true }, { "k89.app", true }, @@ -48400,6 +48289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kaishi555.com", true }, { "kaishi666.com", true }, { "kaishi77.com", true }, + { "kaisto.net", true }, { "kaitol.click", true }, { "kaitori-goods.shop", true }, { "kaiusaltd.com", false }, @@ -48501,7 +48391,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kalugin.tk", true }, { "kalwak.cr", true }, { "kalwestelectric.com", true }, - { "kalyanmatka.guru", false }, + { "kalyanmatka.guru", true }, { "kalyazin-online.tk", true }, { "kam-serwis.pl", true }, { "kamalame.co", true }, @@ -48573,6 +48463,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kanker.nl", true }, { "kankerpannekoek.nl", true }, { "kankimaru.com", true }, + { "kanna.cf", true }, { "kannchen.de", true }, { "kano.tk", true }, { "kanobu.ru", true }, @@ -48599,6 +48490,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kap.pe", true }, { "kapanlagi.gq", true }, { "kapelya.gq", true }, + { "kapilarya.com", true }, { "kapiorr.duckdns.org", true }, { "kapital-kredit.cf", true }, { "kaplan.se", true }, @@ -48631,6 +48523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karachi.dating", true }, { "karalane.com", true }, { "karamomo.net", true }, + { "karanastic.com", false }, { "karand.me", true }, { "karanjthakkar.com", true }, { "karanlyons.com", true }, @@ -48681,6 +48574,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karlbowden.com", true }, { "karlic.net", true }, { "karlin.run", true }, + { "karlis-kavacis.id.lv", true }, { "karlloch.de", true }, { "karloskontana.tk", true }, { "karlov.tk", true }, @@ -48722,6 +48616,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karta-paliwowa.pl", true }, { "kartacha.com", true }, { "kartar.net", false }, + { "kartatopia.com", true }, { "kartbird.com", true }, { "kartec.com", true }, { "karten-verlag.de", true }, @@ -48740,6 +48635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kasasaprotect.com", true }, { "kaseban.com", true }, { "kasei.im", true }, + { "kasemsantaec.com", true }, { "kasettilamerit.fi", true }, { "kashadriskill.com", false }, { "kashbet.com", true }, @@ -48775,7 +48671,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kastorsky.ru", false }, { "kasual.id", true }, { "kasvall.com", true }, - { "kat.al", true }, { "kat.marketing", true }, { "kat4at.tk", true }, { "kataiszilveszter.hu", true }, @@ -48797,6 +48692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "katemihalikova.cz", true }, { "katenka.tk", true }, { "katericke.com", true }, + { "katerinastudio.com", true }, { "katerinaverbovskaya.com", false }, { "kateryan.tk", true }, { "kateryantv.tk", true }, @@ -48807,10 +48703,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kathleendeisher.com", true }, { "kathmandupost.com", true }, { "kathrin-maren-enders.de", true }, - { "kathrynm.com.au", true }, { "kathy.best", true }, { "kathy.lgbt", true }, { "kathy.link", true }, + { "kathyforer.com", true }, { "kati-raumplaner.de", true }, { "kati0.com", true }, { "katiebenson.tk", true }, @@ -48819,7 +48715,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "katieriker.com", true }, { "katieskandy.co.uk", true }, { "katieskastles.co.uk", true }, - { "katio.net", true }, { "kativa.it", true }, { "katja-nikolic-design.de", true }, { "katjavoneysmondt.de", true }, @@ -48851,7 +48746,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kausta.me", true }, { "kaustubhalandkar.com", true }, { "kavatasygarety.tk", true }, + { "kaverti.com", false }, { "kavik.no", true }, + { "kavin.rocks", true }, { "kavkaz.cf", true }, { "kavovary-kava.cz", true }, { "kawaii-dollies.tk", true }, @@ -48863,7 +48760,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kawamura-inc.jp", true }, { "kay.la", true }, { "kay.moe", true }, - { "kaya-architekten.de", true }, { "kayant-server.space", true }, { "kaydan.io", true }, { "kayit.co.uk", true }, @@ -48930,8 +48826,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kb866.com", true }, { "kb88.com", true }, { "kb883.cc", true }, - { "kb8846.com", true }, - { "kb8851.com", true }, { "kb886119.com", true }, { "kb8880.com", true }, { "kb88818.com", true }, @@ -48944,7 +48838,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kb88dc17.com", true }, { "kb88dc26.com", true }, { "kb88dc27.com", true }, - { "kb88dc28.com", false }, { "kb88md14.com", true }, { "kb88md27.com", true }, { "kb9191.com", true }, @@ -48982,6 +48875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kcsordparticipation.org", true }, { "kd.net.nz", true }, { "kd3.in", true }, + { "kdcinfo.com", true }, { "kdcp.pw", true }, { "kdex.de", true }, { "kdistech.nz", true }, @@ -49027,6 +48921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keepingtheplot.co.uk", true }, { "keepiteasy.eu", true }, { "keepitsecure24.com", true }, + { "keepitsimplebitcoin.com", true }, { "keepitweedy.com", true }, { "keepleft.gr", true }, { "keepsight.org.au", true }, @@ -49057,6 +48952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keithwillcock.com", true }, { "keithws.net", true }, { "kejadiananeh.com", true }, + { "kekarimi.com", true }, { "keke-shop.ch", true }, { "keke125.idv.tw", true }, { "kekku.li", true }, @@ -49106,10 +49002,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kenalsworld.com", true }, { "kenbillionsyuan.tk", true }, { "kenbonny.net", true }, - { "kenderbeton-magyarorszag.hu", false }, - { "kenderbetonmagyarorszag.hu", false }, - { "kenderhaz-magyarorszag.hu", false }, - { "kenderhazmagyarorszag.hu", false }, { "kendermore.it", true }, { "kendernet.com", true }, { "kendrick.tk", true }, @@ -49141,7 +49033,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kens.pics", true }, { "kensbouncycastles.co.uk", true }, { "kenscustomfloors.com", true }, - { "kensparkesphotography.com", true }, { "kentdalevets.co.uk", true }, { "kentec.net", false }, { "kenterlis.gr", true }, @@ -49189,6 +49080,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keshankang.com", true }, { "keshausconsulting.com", true }, { "keskeces.com", true }, + { "keskikorpimotorsport.fi", true }, { "kessawear.com", true }, { "kessel-runners.com", true }, { "kesslerandsons.com", true }, @@ -49198,6 +49090,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ketemulagi.com", true }, { "ketgioisu.tk", true }, { "ketoconazole.gq", true }, + { "ketopower.club", true }, { "kett.email", true }, { "kettinggeleider.be", true }, { "kettlebellkrusher.com", true }, @@ -49243,6 +49136,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kevyn.lu", true }, { "kexino.com", true }, { "key-form.fr", true }, + { "key-tracker.de", true }, { "key.lol", true }, { "key2swipe.com", true }, { "keybase.io", true }, @@ -49269,7 +49163,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keypointfrancine.nl", true }, { "keys.fedoraproject.org", true }, { "keyschip.com", true }, - { "keyserve.com.au", true }, { "keyserver.sexy", false }, { "keysmedspa.com", true }, { "keysofart.com", true }, @@ -49343,6 +49236,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "khakassia.gq", true }, { "khakassia.tk", true }, { "khaki.ga", true }, + { "khakiblossom.com", true }, { "khakim.tk", true }, { "khaledgarbaya.net", false }, { "khalidalnajjar.com", true }, @@ -49538,6 +49432,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kindredcode.net", true }, { "kindredcode.org", true }, { "kine-duthil.fr", true }, + { "kine.co.il", true }, { "kinepolis-studio.ga", true }, { "kinesiologikerteminde.dk", true }, { "kinesiologiodense.dk", true }, @@ -49553,6 +49448,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kingcannabisshop.com", true }, { "kingchess.vip", true }, { "kingclass.cn", true }, + { "kingcourriel.fr", true }, { "kingdomcoffee.co", true }, { "kingdomexperiments.org", true }, { "kingdominnergy.com", true }, @@ -49641,6 +49537,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kintore.tv", true }, { "kintsugi-beauty.com", false }, { "kinualive.com", true }, + { "kinvault.com", true }, { "kinyued.store", true }, { "kiocloud.com", true }, { "kiomara.com", true }, @@ -49847,7 +49744,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kkws.co", true }, { "kkyy.me", true }, { "kkzxak47.com", true }, - { "kl-diaetist.dk", true }, { "kl008888.com", true }, { "klaasmeijerbodems.nl", true }, { "klabnik.cz", true }, @@ -49898,7 +49794,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kleinserienproduktion.com", true }, { "kleinsys.com", true }, { "kleintransporte.net", true }, - { "kleinveefokkerij.nl", true }, { "klementijgerta.tk", true }, { "klemkow.net", true }, { "klemkow.org", true }, @@ -49922,6 +49817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "klikmarket.tk", true }, { "klikweb.id", true }, { "klil.co.il", true }, + { "klimaatkids.be", true }, { "klimaloven.no", true }, { "klimapartner.de", true }, { "klimapartner.net", true }, @@ -49935,6 +49831,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "klinknetz.de", true }, { "klinkov.tk", true }, { "klinto.nl", true }, + { "klishyn.com", true }, { "klitmoeller.de", true }, { "klitmoeller.dk", true }, { "kliu.io", true }, @@ -49952,11 +49849,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "klose.family", true }, { "klosko.net", true }, { "kloudboy.com", true }, - { "kls-platform.com", true }, + { "klpiano.my", true }, { "klssn.com", true }, { "klu.io", true }, { "klub-zajmov.ga", true }, { "klub.tk", true }, + { "klubcajovna.cz", true }, { "kluck.me", true }, { "klugemedia.de", true }, { "klusbedrijfdupau.nl", true }, @@ -49968,6 +49866,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kluzza.nl", true }, { "klva.cz", true }, { "kmashworth.co.uk", true }, + { "kmassociations.com", true }, { "kmkz.jp", true }, { "kmrgroup.com", false }, { "kms60.fr", true }, @@ -50008,7 +49907,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "knightsbr1dge.red", false }, { "knightsbridge.net", true }, { "knightsbridgewine.com", true }, - { "knightsofcolumbus867.com", true }, { "knightsweep.com", true }, { "knighulki.cf", true }, { "knigi-free.cf", true }, @@ -50017,7 +49915,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "knigifast.ga", true }, { "knihovnajablonne.cz", true }, { "knip.ch", true }, - { "knispel-online.de", true }, { "knitfarious.com", true }, { "kniwweler.com", true }, { "knjazevac.tk", true }, @@ -50038,6 +49935,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "knowlevillagecc.co.uk", true }, { "knownsec.cf", true }, { "knowpanamatours.com", true }, + { "knowyour.place", true }, { "knowyourday.ai", true }, { "knoxcountytn.gov", true }, { "knoxvilleimplants.com", true }, @@ -50057,6 +49955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koalapress.fr", false }, { "koalarong.com", false }, { "koalas.org", true }, + { "kob-one.com", true }, { "koba.jp", true }, { "kobar.id", true }, { "kobejet.com", true }, @@ -50079,7 +49978,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kocka.cf", true }, { "kocka.tech", true }, { "kockanakocko.si", true }, - { "kocovi.cz", true }, + { "kocovi.cz", false }, { "kod13.com", true }, { "kodak-ism.com", true }, { "kodama-dorayaki.co.jp", true }, @@ -50133,6 +50032,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kogotok.ml", true }, { "kogro.de", true }, { "kogudesi.com", true }, + { "kohaku.love", true }, { "kohlistkool.tk", true }, { "kohoutsautomotive.com", true }, { "kohparadise.com", true }, @@ -50191,6 +50091,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kollawat.me", true }, { "kollega.it", true }, { "kollegamenti.it", true }, + { "kollner.com", true }, { "kollross.io", true }, { "kolmann.at", true }, { "kolmann.eu", true }, @@ -50221,6 +50122,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "komintek.ru", true }, { "komintern43.tk", true }, { "komischkeszeug.de", true }, + { "komisjon.ee", true }, { "komitur.tk", true }, { "kommaer.dk", true }, { "komment.ml", true }, @@ -50244,7 +50146,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "konaqua.com", true }, { "konarentals.net", true }, { "konata.tech", true }, - { "koncertbooking.com", true }, + { "koncertbooking.com", false }, { "kondi.net", true }, { "kondomshop.org", true }, { "kondou-butsudan.com", true }, @@ -50291,14 +50193,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kontracrew.tk", true }, { "kontrastonline.tk", true }, { "kontrolapovinnosti.cz", true }, + { "kontur-buhta.ru", true }, { "kontur-extern.ru", true }, { "kontur.tk", true }, + { "konturconference.ru", true }, { "konut-projeleri.com", true }, { "konventa.net", true }, { "konyalian.com", true }, { "konyvbazar.ro", true }, { "konzertheld.de", true }, + { "koobin.cat", true }, { "koobin.com", true }, + { "koobin.es", true }, { "kood13.com", true }, { "koodaklife.com", true }, { "koode.mx", true }, @@ -50311,10 +50217,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koolauwomenshealthcare.com", true }, { "kooli.ee", true }, { "koolikatsed.ee", true }, + { "koolisw.cf", true }, { "koolitee.ee", true }, { "kooliveeb.ee", true }, { "koood13.com", true }, { "koop-bremen.de", true }, + { "kooplokaal.gent", true }, { "kooponline.eu", true }, { "koot.nl", true }, { "kooxdiving.com", true }, @@ -50341,6 +50249,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kopular.com", true }, { "kopykatz.org", false }, { "kor.ovh", true }, + { "kora-pluss.com", true }, { "korablino.tk", true }, { "korancode.tk", true }, { "koranseruya.com", true }, @@ -50349,6 +50258,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kordamed.ee", true }, { "korea-dpr.org", true }, { "korea.dating", true }, + { "korea.de", true }, { "koreabestood.ga", true }, { "koreaboo.com", true }, { "koreaninhd.com", true }, @@ -50396,7 +50306,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kostenlosepornos.online", true }, { "kostenloses-forum.tk", true }, { "kosterenpartners.com", true }, - { "kosto.store", true }, { "kostroma-city.tk", true }, { "kostroma.cf", true }, { "kostroma.gq", true }, @@ -50427,6 +50336,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kotoopros.tk", true }, { "kotori.love", true }, { "kotorimusic.ga", true }, + { "kottbulle.net", true }, { "kottur.is", true }, { "kotuwa.tk", true }, { "kouki-food.com", true }, @@ -50453,9 +50363,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koyo.kr", true }, { "kozackibazar.pl", true }, { "kozak.cloud", true }, + { "kozansa.net", true }, { "kozlekedes.info", true }, { "kozlov.cf", true }, - { "kozossegireklamozas.hu", true }, { "kozuch.biz", true }, { "kp-walsh.com", true }, { "kp0808.cc", true }, @@ -50492,7 +50402,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kraiwan.com", true }, { "kraiwon.com", true }, { "krajzlinsky.info", true }, - { "kraken-ttt.com", true }, { "kraken.io", true }, { "kraken.site", true }, { "krakozyabra.ga", true }, @@ -50563,8 +50472,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kreidl.org", true }, { "kremalicious.com", true }, { "kreno.tech", true }, + { "krenstetter.at", true }, { "kresimir-blazevic.tk", true }, { "kreslorotang.com.ua", true }, + { "krestanskydarek.cz", true }, { "kretschmann.consulting", true }, { "kreuzbergflieger.de", true }, { "kreuzpfadfinder.de", true }, @@ -50586,6 +50497,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kringloopwinkelsteenwijk.nl", true }, { "krinnovations.ie", true }, { "kripa.tk", true }, + { "kriptodede.com", true }, { "kriptokereso.com", true }, { "kriptopodgon.tk", true }, { "kriptosec.com", true }, @@ -50631,6 +50543,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kromciri.gq", true }, { "krome.sg", true }, { "kromonos.net", true }, + { "kroneaustralia.com.au", true }, { "kronopolo.com", true }, { "kronos-crm.com", true }, { "kronos-web.com", true }, @@ -50656,7 +50569,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kruno.ooo", true }, { "krup.com.ua", true }, { "krupa.net.pl", false }, - { "krupacars.pl", true }, { "kruselegal.com.au", true }, { "krusesec.com", true }, { "krusic22.com", true }, @@ -50767,7 +50679,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ks382.com", true }, { "ks385.com", true }, { "ks386.com", true }, - { "ks388.com", true }, { "ks3888.com", true }, { "ks410.com", true }, { "ks5000.com", true }, @@ -50788,7 +50699,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ks5888.com", true }, { "ks5888.net", true }, { "ks597.com", true }, - { "ks6.app", true }, { "ks6225.com", true }, { "ks626.com", true }, { "ks628.com", true }, @@ -50852,8 +50762,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ks9696.com", true }, { "ks9888.com", true }, { "ks99.app", true }, - { "ks996.com", true }, { "ksauhs-med.com", true }, + { "kscarlett.com", true }, { "kschv-rdeck.de", true }, { "kselenia.ee", true }, { "ksem.tk", true }, @@ -50866,7 +50776,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kshlm.in", true }, { "ksk-raduga.tk", true }, { "ksm.co.in", true }, - { "ksmmmo.org.tr", true }, { "ksoc.com", true }, { "ksopp.si", true }, { "ksradio.it", true }, @@ -50908,6 +50817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kub.hr", true }, { "kuba-orlik.name", true }, { "kubabrussel.be", true }, + { "kubalok.de", true }, { "kubanitoscali.com", true }, { "kubeico.com", true }, { "kubica.ch", true }, @@ -50915,6 +50825,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kubik-rubik.de", true }, { "kubkprf.ru", true }, { "kublis.ch", true }, + { "kubota.com.au", true }, + { "kubotagear.com.au", true }, { "kubotapower.com.au", true }, { "kubusadvocaten.nl", true }, { "kuchen-am-stiel.de", true }, @@ -50948,6 +50860,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 }, { "kukutza.tk", true }, @@ -50978,7 +50891,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kundenerreichen.de", true }, { "kundenvertrag.de", true }, { "kundo.se", true }, - { "kunow.ml", true }, { "kunra.de", true }, { "kunstcentraal.nl", true }, { "kunstdrucke-textildruck.de", true }, @@ -51043,7 +50955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kursyjezykowelublin.pl", true }, { "kursypolska.pl", true }, { "kurszielnull.de", true }, - { "kurtschlatzer.com", true }, + { "kurtschlatzer.com", false }, { "kurungkurawal.id", true }, { "kuruppa.xyz", true }, { "kusasa.biz", true }, @@ -51058,6 +50970,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kusochi.eu", true }, { "kustod.io", true }, { "kustom-kitchens.com", true }, + { "kustomr.io", true }, { "kustosija.tk", true }, { "kutalek.cz", true }, { "kutamo.com", true }, @@ -51065,7 +50978,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kutinsoft.com", true }, { "kutny.cz", true }, { "kutsankaplan.com", true }, - { "kuttler.eu", true }, { "kutus.ee", true }, { "kutvonen.net", true }, { "kuvera.in", true }, @@ -51074,6 +50986,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kuwichitagastro.com", true }, { "kuwichitaim.com", true }, { "kuzbass-pwl.ru", true }, + { "kuzelky-cb.cz", true }, { "kuzik.tk", true }, { "kuzinea.tk", true }, { "kuzmik.net", true }, @@ -51098,9 +51011,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kvilt.dk", true }, { "kviskoteka.tk", true }, { "kvmcloud.net", false }, + { "kvn.tf", true }, { "kvno.de", true }, { "kvnsport.ru", true }, { "kvpc.com.au", true }, + { "kvsrot.cz", true }, { "kvt.berlin", false }, { "kwadraadtevredenheid.nl", true }, { "kwartel.online", true }, @@ -51124,7 +51039,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kybi.sk", true }, { "kycisrael.com", true }, { "kydara.com", true }, - { "kyj110.com", true }, { "kyj22.com", true }, { "kyj250.com", true }, { "kyj311.com", true }, @@ -51173,6 +51087,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kylehakala.com", true }, { "kylejohnson.io", true }, { "kylepet.co", true }, + { "kylese.com", true }, { "kylianvermeulen.com", true }, { "kylianvermeulen.nl", true }, { "kylie-pomada.tk", true }, @@ -51217,7 +51132,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "l3.ee", true }, { "l30019.com", true }, { "l3j.net", true }, - { "l3l365.com", false }, { "l4s.me", true }, { "l51365.com", true }, { "l5197.co", true }, @@ -51255,6 +51169,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laassari.me", false }, { "laatikko.io", true }, { "laatjeniethackmaken.nl", true }, + { "lab-advancedservicesportal.com", true }, + { "labadusa.com", true }, { "labandadelamente.tk", true }, { "labandadelexpreso.tk", true }, { "labande-annonce.fr", true }, @@ -51316,6 +51232,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laceysfarm.ie", true }, { "lachainedesentrepreneurs.fr", true }, { "lachawoj.de", true }, + { "lachlan-harris.com", true }, { "lachlan.com", true }, { "lachlanallison.com", true }, { "lachosetypo.com", true }, @@ -51331,6 +51248,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laclefdor.ch", false }, { "lacnesidlo.sk", true }, { "lacoast.gov", true }, + { "lacoccinelle.net", true }, { "lacochinacounselor.com", true }, { "lacocina.nl", true }, { "lacocinadelila.com", true }, @@ -51377,6 +51295,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ladyofsongstv.com", true }, { "ladysecrets.cf", true }, { "ladysecrets.ga", true }, + { "laembajadamexico.com", true }, { "laemen.com", false }, { "laemen.nl", false }, { "laemiliafutbol.tk", true }, @@ -51395,6 +51314,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lafka.org", true }, { "laflash.com", true }, { "lafr4nc3.xyz", true }, + { "lafsc.co.uk", true }, { "lafyne.eu", true }, { "lag-gbr.gq", true }, { "lagaleria-ag.com", true }, @@ -51404,7 +51324,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lagit.in", true }, { "laglab.org", false }, { "lagloriadehuampani.com", true }, - { "lagodny.eu", true }, { "lagoonrealty.com", true }, { "lagout.org", true }, { "lagracia.com.br", true }, @@ -51425,11 +51344,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lahora.com.ec", true }, { "lai.is", true }, { "lai.zone", true }, + { "laibcoms.com", true }, { "laimut.com", true }, { "lain.at", true }, { "lain.wiki", true }, { "laindonleisure.co.uk", true }, { "laity.gq", true }, + { "laizhongliuxue.com", true }, { "lajarana.tk", true }, { "lajas.com.ve", true }, { "lajauria.tk", true }, @@ -51542,7 +51463,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lan.biz.tr", true }, { "lan4.life", true }, { "lana.swedbank.se", true }, - { "lanahallen.com", true }, { "lanasomething.com", true }, { "lanbroa.eu", true }, { "lancashirecca.org.uk", true }, @@ -51657,7 +51577,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laobayy.com", true }, { "laodongkynghi.info", true }, { "laoliang.ml", true }, - { "laopcionb.net", true }, { "laoriginalfm.com", true }, { "laos.dating", true }, { "laospage.com", true }, @@ -51674,12 +51593,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lapcameradongnai.com", true }, { "lapcamerahochiminh.com", true }, { "lapdance.tk", true }, + { "lapeinturequichangetout.fr", true }, { "lapelpinsandcoins.com", true }, { "laperfumista.es", true }, { "laperla-chemnitz.de", true }, { "lapetition.be", true }, { "lapicena.eu", true }, { "lapidge.net", true }, + { "lapismagico.com", true }, { "laplacesicherheit.de", true }, { "laplanetebleue.com", true }, { "lapnest.in", true }, @@ -51742,7 +51663,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "larryandprisca.it", true }, { "larryli.cn", true }, { "larrysalibra.com", true }, - { "lars-ewald.com", true }, { "lars-kusch.de", true }, { "lars-mense.de", true }, { "lars-minecraft.de", true }, @@ -51813,6 +51733,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lastmohicans.tk", true }, { "lastorder.icu", true }, { "lastpass.com", false }, + { "lastrik.ch", true }, { "lastrourbanismo.com.br", true }, { "lasuzefc.fr", true }, { "lasvegascasinonews.com", true }, @@ -51877,12 +51798,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laughingloon.com", true }, { "laukstein.com", true }, { "launch-subtitle.com", true }, - { "launcher-minecraft.com", true }, { "launchgroup.com.au", true }, { "launchingsuccess.com", true }, { "launchmylifend.com", true }, { "launchpad-app2.com", true }, { "launchpadder2.com", true }, + { "launchyourcareer.com", true }, { "laupv.online", true }, { "laura.network", true }, { "lauraandwill.wedding", false }, @@ -51916,6 +51837,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lausitzer-widerstand.de", true }, { "laussat.de", true }, { "laut.digital", true }, + { "lautremode.com", true }, { "lauxzahnheilkunde.de", true }, { "lauzon-hitter.com", true }, { "lavabit.com", true }, @@ -51983,6 +51905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lawzava.com", true }, { "laxxl.com", true }, { "layar.my.id", true }, + { "layarsosial.com", true }, { "layazc.com", true }, { "layers.media", true }, { "layflamso.tk", true }, @@ -52149,13 +52072,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lc8820.com", true }, { "lc8838.com", true }, { "lc8839.com", true }, - { "lc8841.com", true }, { "lc8866.com", true }, { "lc8868.net", true }, { "lc8881.com", true }, { "lc8885.com", true }, { "lc8887.com", true }, - { "lc8893.com", true }, { "lc8898.net", true }, { "lc891.com", true }, { "lc8912.com", true }, @@ -52178,7 +52099,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lc895.com", true }, { "lc8950.com", true }, { "lc897.com", true }, - { "lc8a.com", true }, { "lc8dc12.com", true }, { "lc8dc14.com", true }, { "lc8dc15.com", true }, @@ -52235,6 +52155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ld66999.com", true }, { "ld699.com", false }, { "ld6999.com", true }, + { "ldarby.me.uk", false }, { "ldcraft.pw", true }, { "ldesignweb.com", true }, { "ldiesel.ca", true }, @@ -52331,7 +52252,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "learnthetruth.tk", true }, { "leaseit24.com", true }, { "leaseourthings.com", true }, - { "leaseplan.com", true }, { "leasit.at", true }, { "leasit.de", true }, { "leastsignificantbit.de", true }, @@ -52375,7 +52295,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lecheng08.com", true }, { "lecheng2.com", true }, { "lecheng3.com", true }, - { "lecheng5288.com", true }, { "lecheng8.net", true }, { "lecheng88.com", true }, { "lecheng88.net", true }, @@ -52388,7 +52307,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lechite.ga", true }, { "lechompenchaine.fr", true }, { "lechucero.com", true }, - { "leclicbazar.com", true }, { "leclubnestleantillesguyane.fr", true }, { "leclubnestlereunion.re", true }, { "lecoinchocolat.com", true }, @@ -52403,6 +52321,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ledeguisement.com", true }, { "ledensite.com", true }, { "lederer-it.com", true }, + { "ledgy.com", true }, { "ledlampor365.se", true }, { "ledlight.com", true }, { "ledlights.ca", true }, @@ -52444,7 +52363,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lefebvristes.com", true }, { "lefebvristes.fr", true }, { "lefilradio.fr", true }, - { "leflibustier.ru", true }, { "leflox.cf", true }, { "lefonddeloeil.com", false }, { "lefroyee.com", true }, @@ -52541,6 +52459,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leiyinan.com", true }, { "lejade.fr", true }, { "lejardindesmesanges.fr", true }, + { "lekkergoings.nl", true }, { "lekkerleben.de", true }, { "leko.tk", true }, { "lektier.cf", true }, @@ -52561,20 +52480,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lemarcheelagrandeguerra.it", true }, { "lemat.de", true }, { "lemazol.fr", true }, + { "lemcarni.shop", true }, { "lemilane.it", true }, { "leminhduong.com", true }, - { "lemkinlaw.com", true }, { "lemmi.no", true }, { "lemni.top", true }, { "lemoine.at", true }, { "lemonardo.ga", true }, - { "lemondenumerique.com", true }, { "lemondrops.xyz", true }, { "lemonlawnow.com", true }, { "lemonop.com", true }, { "lemonparty.co", true }, { "lemonrockbiketours.com", true }, { "lemonrotools.com", true }, + { "lena-klein.de", true }, + { "lena-klein.eu", true }, { "lenafonster.se", true }, { "lenagroben.de", true }, { "lenalio.fr", true }, @@ -52634,6 +52554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leon.wtf", true }, { "leonard.io", false }, { "leonardcamacho.me", true }, + { "leonardcyber.com", true }, { "leonardocremonesi.it", true }, { "leonardofavio.tk", true }, { "leonauto.de", true }, @@ -52727,10 +52648,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lesh.eu", true }, { "lesharris.com", false }, { "leshervelines.com", true }, + { "leshetu.com", true }, { "leshok.tk", true }, { "lesin.tk", true }, { "lesjardinsdemathieu.net", false }, { "lesjardinsdubanchet.fr", true }, + { "leskoalasenvoyage.com", true }, { "lesmamy.ch", false }, { "lesmatinesdheres.fr", true }, { "lesmontagne.net", true }, @@ -52738,7 +52661,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lespagesweb.ch", false }, { "lespatriotes.tk", true }, { "lespecialiste-pradelexcellence.com", true }, - { "lespepinspunk.org", true }, { "lesplatanes.ch", false }, { "lespoesiesdheloise.fr", true }, { "lesportmusic.tk", true }, @@ -52752,13 +52674,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lessis.moe", true }, { "lesterchan.net", true }, { "lesterrassesdusoleil.ch", false }, + { "lestrokeofgenius.com", true }, { "lesultandalep.com", true }, { "lesummeira.is", true }, { "lesyndicat.info", false }, { "leszonderstress.nl", true }, { "letableaunoir.fr", true }, { "letaman.tk", true }, - { "letao18.com", true }, + { "letao18.com", false }, { "letchikleha.tk", true }, { "letdownloads.tk", true }, { "letechgranby.com", true }, @@ -52818,8 +52741,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "letturaveloce.tk", true }, { "letustravel.tk", true }, { "letweedoo.com", true }, + { "letzi-immobilien.ch", true }, { "leu.to", false }, { "leuchtmann.ch", true }, + { "leuenhagen.com", true }, { "leulu.com", true }, { "leumi-how-to.co.il", true }, { "leutgeb.xyz", true }, @@ -52926,7 +52851,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lgnsh.fr", true }, { "lgrs.com.au", true }, { "lgsg.us", true }, - { "lgygf.com", true }, { "lhajn.cz", true }, { "lhakustik.se", true }, { "lhalbert.xyz", true }, @@ -52998,6 +52922,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libertywines.ie", true }, { "libfins.org", true }, { "libgame.com", true }, + { "libget.com", true }, { "libhttp.org", true }, { "libmpq.org", true }, { "libnull.com", true }, @@ -53030,6 +52955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libreho.st", true }, { "librelamp.com", true }, { "libremail.nl", true }, + { "libremedia.info", true }, { "libremedia.video", true }, { "librends.org", true }, { "libreoffice-from-collabora.com", true }, @@ -53097,6 +53023,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lidl.de", true }, { "lidlonline.es", true }, { "lidlovajogurteka.si", true }, + { "lidodecor.com", true }, { "lidogr.com", true }, { "lidong.me", true }, { "lidow.eu", true }, @@ -53127,9 +53054,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lifeasgame.tk", true }, { "lifebetweenlives.com.au", true }, { "lifeboxhealthcare.co.uk", true }, + { "lifebun.com", true }, { "lifebymargot.co.uk", true }, { "lifecism.com", true }, { "lifecoachkatrien.be", true }, + { "lifeconnections.ro", true }, { "lifecounselingorlando.com", true }, { "lifecraft.cf", true }, { "lifeeducationqld.org.au", true }, @@ -53140,6 +53069,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lifeinsurancepro.org", true }, { "lifeisabug.com", true }, { "lifeismmo.com", true }, + { "lifeisqi.nl", true }, { "lifekirov.tk", true }, { "lifekiss.ru", true }, { "lifelinesupport.org", true }, @@ -53309,9 +53239,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "limbaido.tk", true }, { "limberg.me", true }, { "limbo-online.tk", true }, - { "limc.cloud", true }, { "lime-host.cf", true }, { "lime-host.tk", true }, + { "lime.rocks", true }, { "limecho.net", true }, { "limehost.com", true }, { "limit.xyz", true }, @@ -53365,6 +53295,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lindgrenracing.tk", true }, { "lindnerhof-taktik.de", true }, { "lindnerhof.info", true }, + { "lindnerova.cz", true }, { "lindo.ru", true }, { "lindogdahl.dk", true }, { "lindon.pw", true }, @@ -53500,7 +53431,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linux-vme.org", true }, { "linux.cn", true }, { "linux.conf.au", true }, + { "linux.farm", true }, { "linux.fi", true }, + { "linux.im", true }, { "linux.monster", true }, { "linux.sb", true }, { "linux.study", true }, @@ -53545,6 +53478,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lionland.tk", true }, { "lionlyrics.com", true }, { "lioprog.com", true }, + { "lioraaja.com", true }, { "lipacom.ga", true }, { "lipartydepot.com", true }, { "lipaslovanska.cz", true }, @@ -53567,6 +53501,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liquidflash.ml", true }, { "liquidhost.co", true }, { "liquidinternet.co", true }, + { "liquidplus.com", true }, { "liquidradio.pro", true }, { "liquidwarp.net", true }, { "liquidweb.tk", true }, @@ -53586,6 +53521,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lisahutson.co.uk", true }, { "lisamccorrie.com", true }, { "lisanzauomo.com", true }, + { "lisapo.info", true }, { "lisas.ml", true }, { "lisasc.gq", true }, { "lisasworkshop.co.uk", true }, @@ -53612,7 +53548,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "list-gymnasium.de", true }, { "listach.tk", true }, { "listahu.org", true }, - { "listapp.uz", true }, { "listazakupow.com.pl", true }, { "listekdo.fr", true }, { "listen.dk", true }, @@ -53641,10 +53576,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "litebits.com", true }, { "litebooks.gq", true }, { "litecache.de", true }, - { "litecoinnews.biz", true }, - { "litecoinnews.club", true }, { "litecoinnews.info", true }, - { "litecoinnews.xyz", true }, { "litehost24.tk", true }, { "litemind.com", false }, { "liteminer.cf", true }, @@ -53677,6 +53609,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "littlebites.co.nz", true }, { "littleblackfish.se", true }, { "littlebootshonduras.tk", true }, + { "littleboutiqueshop.co.uk", true }, { "littleboutiqueshop.com", true }, { "littleboutiqueshop.uk", true }, { "littledev.nl", true }, @@ -53763,6 +53696,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liveforspeed.se", true }, { "livehomecams.co.uk", true }, { "liveint.org", true }, + { "liveitlogical.in", true }, { "liveitmerck.ca", true }, { "livejasmin-online.com", true }, { "livejasmin.dk", true }, @@ -53809,6 +53743,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "livi.co", true }, { "livi.co.uk", true }, { "livi.fr", true }, + { "livic.ir", true }, { "living-space.co.nz", true }, { "living-with-outlook-2010.com", true }, { "living.digital", true }, @@ -53846,7 +53781,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lizhuogui.ga", true }, { "lizmooredestinationweddings.com", true }, { "liznewton.com.au", true }, - { "liztattoo.se", true }, { "lizteacher.com", true }, { "lizzaran.io", true }, { "lizzian.uk", true }, @@ -53866,6 +53800,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lklyrics.com", true }, { "lknw.de", true }, { "lkotlarenko.xyz", true }, + { "lkp111138.me", true }, { "lkqpickyourpart.com", true }, { "lkummer.cz", true }, { "lkw-servis.sk", true }, @@ -53881,7 +53816,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ll9397.com", true }, { "ll9728.co", true }, { "llamadordeangeles.online", true }, - { "llamame.cl", true }, { "llandudnochristmasfayre.co.uk", true }, { "llanelli-radio-club.tk", true }, { "llanowar.tk", true }, @@ -53911,6 +53845,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lmbyrne.co.uk", true }, { "lmbyrne.com", true }, { "lmddgtfy.net", true }, + { "lmdev.com.br", true }, { "lmh-style.com", true }, { "lmintlcx.com", true }, { "lmmi.nl", true }, @@ -53925,6 +53860,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ln.io", true }, { "lndrive.space", true }, { "lnhydy.cn", true }, + { "lnk.bio", true }, { "lnoldan.com", true }, { "lnx.li", true }, { "lnyltx.cn", true }, @@ -53948,6 +53884,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "loansharkpro.com", true }, { "loanstreet.nl", true }, { "loantillpaydaydelaware.com", true }, + { "loavies.com", true }, { "lob-assets-staging.com", true }, { "lob-assets.com", true }, { "lob-staging.com", true }, @@ -53978,7 +53915,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "localhorst.duckdns.org", true }, { "localhorst.xyz", true }, { "localhost.cat", true }, - { "localhost.ee", true }, { "localized.tk", true }, { "localizejs.com", true }, { "localizestaging.com", true }, @@ -54001,6 +53937,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "localseorepair.rocks", true }, { "localseorepair.services", true }, { "localseorepair.world", true }, + { "localserver.ca", true }, { "localspot.pl", true }, { "localstartupfest.id", true }, { "localtownhouses.ga", true }, @@ -54106,7 +54043,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "locomotiv.tk", true }, { "locomotive.ca", true }, { "locoserver.net", true }, - { "locoxlasmascotas.com.ar", true }, { "locurimunca.co", true }, { "locus-dashboard.com", true }, { "locus.tk", true }, @@ -54169,6 +54105,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "logitrack.tk", true }, { "loglineargroup.com", true }, { "logo-vogtland.de", true }, + { "logobravo.com", true }, { "logodzyn.com", true }, { "logoenvue.fr", true }, { "logoesun.com", true }, @@ -54183,6 +54120,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "logophiliapress.com", true }, { "logopoeia.com", true }, { "logostock.jp", true }, + { "lograr.me", true }, { "logtalk.org", true }, { "logtenberg.eu", true }, { "logue.be", true }, @@ -54218,7 +54156,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lokalna.net", true }, { "loker.id", true }, { "lokjagruktafoundation.com", true }, - { "lol.my.id", true }, { "lolas-vip.com", true }, { "lolaseuropeancafe.com", true }, { "lolcloud.ru", true }, @@ -54227,8 +54164,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lolcow.farm", true }, { "lolfunny.tk", true }, { "loli.com", true }, + { "loli.edu.kg", true }, { "loli.gallery", true }, - { "loli.life", false }, { "loli.net", true }, { "loli.pet", true }, { "loli.tube", true }, @@ -54269,7 +54206,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lomza.tk", true }, { "lon-so.com", true }, { "lona.io", true }, - { "lonasdigital.com", true }, { "lonavla.tk", true }, { "lonay.me", false }, { "london-mafia.tk", true }, @@ -54286,6 +54222,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "londonpropertymatch.com", true }, { "londonseedcentre.co.uk", true }, { "londresdecouverte.fr", true }, + { "londynelliot.com", true }, { "lone-gunman.be", true }, { "lonelyhaoss.com", true }, { "lonelyion.com", false }, @@ -54389,12 +54326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lookagain.co.uk", true }, { "lookart.ch", true }, { "lookasik.eu", true }, - { "lookastic.com", true }, - { "lookastic.de", true }, - { "lookastic.es", true }, - { "lookastic.fr", true }, { "lookastic.mx", true }, - { "lookastic.ru", true }, { "lookatmysco.re", true }, { "lookbetweenthelines.com", true }, { "looker.wang", false }, @@ -54403,6 +54335,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lookup-dns.net", true }, { "loonbedrijfdenboer.nl", true }, { "looneymooney.com", true }, + { "looneytunesdashgame.com", true }, { "loony.info", false }, { "loonylatke.com", true }, { "loopback.kr", true }, @@ -54552,9 +54485,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "love-sent.com", true }, { "love-spells-tarot.com", true }, { "love4musik.com", true }, + { "love4taylor.com", true }, { "love4taylor.eu.org", true }, { "love4taylor.me", false }, - { "loveai.org", true }, + { "love4taylor.xyz", true }, + { "loveai.org", false }, { "loveamber.me", true }, { "loveandloyalty.se", true }, { "lovebeingsexy.co.uk", true }, @@ -54589,6 +54524,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lovelivewiki.com", true }, { "lovelovenavi.jp", true }, { "loveluna.com", true }, + { "lovelyanimal.de", true }, { "lovelybook4u.gq", true }, { "lovelyfamilymm.com", true }, { "lovelylanguedoc.com", true }, @@ -54598,7 +54534,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lovememories.cf", true }, { "lovemen.cc", true }, { "lovemiku.info", true }, - { "lovemomiji.com", true }, { "lovemoon.tk", true }, { "lovemoon.xyz", true }, { "lovemybubbles.com", true }, @@ -54654,7 +54589,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lpdp.photo", true }, { "lph.saarland", true }, { "lpkosovo.tk", true }, - { "lpl-ig.club", true }, { "lpmkonji.cf", true }, { "lprr.fr", true }, { "lpt-nebreziny.eu", true }, @@ -54676,7 +54610,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lsc.gov", true }, { "lsc.moe", true }, { "lshiy.com", true }, - { "lsj.world", true }, { "lsl.eu", true }, { "lsmentor.com", true }, { "lspdonline.gq", true }, @@ -54721,7 +54654,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lubbockyounglawyers.org", true }, { "lubersacr.com", true }, { "lubot.net", true }, - { "luc-oberson.ch", false }, { "luca-steeb.com", true }, { "lucacastelnuovo.nl", true }, { "lucade.ddns.net", true }, @@ -54803,7 +54735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ludogue.net", true }, { "ludolust.tk", true }, { "ludothek-burgdorf.ch", true }, - { "ludovic-muller.fr", true }, { "ludum-polus.xyz", true }, { "ludum.pl", true }, { "ludwig.im", true }, @@ -55014,9 +54945,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luxur.is", true }, { "luxury-inside.vn", true }, { "luxurydistribution.cz", true }, + { "luxuryhome.co.id", true }, { "luxuryislandtrips.com", true }, + { "luxuryitaly.co.id", true }, { "luxurynsight.net", false }, { "luxuryspeed.tk", true }, + { "luxurystays.in", true }, { "luxurytimepieces.net", true }, { "luxuryweddingsindonesia.com", true }, { "luxusnivoucher.cz", true }, @@ -55061,6 +54995,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lyfebotanicals.com", true }, { "lyftrideestimate.com", true }, { "lykope.com", true }, + { "lyme-regis-accommodation.co.uk", true }, { "lymia.moe", true }, { "lyna.ml", true }, { "lynamhomeloans.com.au", true }, @@ -55094,6 +55029,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lys.ch", false }, { "lysbed.com", true }, { "lyscnd.com", true }, + { "lysdeau.be", true }, { "lysel.net", true }, { "lysergion.com", true }, { "lyst.co.uk", true }, @@ -55118,9 +55054,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "m-chemical.com.hk", true }, { "m-epigrafes.gr", true }, { "m-exchange.ml", true }, + { "m-foda.com", true }, { "m-generator.com", true }, { "m-h-b.fr", true }, { "m-hydravlika.com.ua", true }, + { "m-idea.jp", true }, { "m-kleinert.de", true }, { "m-mail.fr", true }, { "m-monitor.pl", true }, @@ -55136,6 +55074,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "m134.eu", true }, { "m1g.hu", true }, { "m1gun.tk", true }, + { "m1hax.uk", true }, { "m23cal.eu", true }, { "m271809.vip", true }, { "m2epro.com", true }, @@ -55144,12 +55083,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "m2os.com", true }, { "m2tm.fr", true }, { "m3-gmbh.de", true }, + { "m365.co", true }, { "m3e30.com", true }, { "m4570.xyz", true }, { "m4all.gr", true }, { "m4g.ru", true }, { "m4rcus.de", true }, - { "m51365.com", true }, { "m5197.co", true }, { "m6729.co", true }, { "m6729.com", true }, @@ -55169,6 +55108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ma-maison-ossature-bois.fr", true }, { "ma-ze-linux.tk", true }, { "ma2t.com", true }, + { "maagdesigns.com.uy", true }, { "maalexi.com", true }, { "maaret.de", true }, { "maarivpn.com", true }, @@ -55194,6 +55134,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "macangus-wainwright.com", true }, { "macaos.com", true }, { "macappstudio.com", true }, + { "macappstudiobridge.com", true }, { "macaque.io", false }, { "macarenagomezfan.tk", true }, { "macaroons.tk", true }, @@ -55324,6 +55265,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "madoka.nu", true }, { "madokami.net", true }, { "madokami.pw", true }, + { "madonnadellafibra.gq", true }, { "madpsy.uk", true }, { "madrants.net", true }, { "madrasareforms.cf", true }, @@ -55370,7 +55312,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magadan.ml", true }, { "magaliff.net", true }, { "magaria.ml", true }, - { "magarpattacity.in", true }, { "magasindejouets.com", true }, { "magasinsalledebain.be", true }, { "magasinsalledebain.fr", true }, @@ -55446,8 +55387,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magnes.priv.pl", true }, { "magnesium-biomed.ch", true }, { "magnesy-neodymowe.pl", true }, + { "magnesy.de", true }, { "magnesy.priv.pl", true }, { "magnetgaming.com", true }, + { "magnetic.su", true }, { "magneticanvil.com", true }, { "magneticarrow.com", true }, { "magneticarrowdev.com", true }, @@ -55457,7 +55400,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magnetpass.uk", true }, { "magnets.jp", true }, { "magnettracker.com", true }, - { "magnificatwellnesscenter.com", true }, { "magnificentdata.com", true }, { "magniflood.com", true }, { "magnitola.ml", true }, @@ -55498,7 +55440,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mahurivaishya.co.in", true }, { "mahurivaishya.com", true }, { "maiaimobiliare.ro", true }, - { "maianhtravel.com", true }, + { "maianhtravel.com", false }, { "maichun.info", true }, { "maid.tk", true }, { "maidenliput.fi", true }, @@ -55525,7 +55467,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mail4you.in", true }, { "mailanyzer.com", true }, { "mailbase.cf", true }, - { "mailbells.com", true }, { "mailbox.mg", true }, { "mailbox.org", true }, { "mailboy.ml", true }, @@ -55554,6 +55495,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mailman.ml", true }, { "mailmaster.tk", true }, { "mailmerc.com", true }, + { "mailmum.io", true }, { "mailnara.co.kr", true }, { "mailon.ga", true }, { "mailpass.ml", true }, @@ -55570,7 +55512,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mailwala.tk", true }, { "mailxpress.ga", true }, { "main-freedom.ru", true }, - { "main1.host", true }, { "mainblades.com", true }, { "mainechiro.com", true }, { "mainelosap.gov", true }, @@ -55588,6 +55529,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mairiedemoncelsurseille.com", true }, { "maisallianz.com", true }, { "maisapanama.com", true }, + { "maisbrazucas.com.br", true }, { "maiscelular.com.br", true }, { "maiscuidar.com", true }, { "maisempregonet.com", true }, @@ -55614,6 +55556,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "majesnix.org", true }, { "majestio.tk", true }, { "majid.info", true }, + { "majisign.co.uk", true }, { "majkassab.com", true }, { "majkassab.net", true }, { "majkassab.org", true }, @@ -55622,7 +55565,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "majkl578.cz", true }, { "majkyto.cz", true }, { "majlovesreg.one", true }, - { "majolka.com", true }, { "majorpaintingco.com", true }, { "majorpussycum.com", true }, { "makaleci.com", true }, @@ -55643,6 +55585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "makemejob.com", true }, { "makemillion.tk", true }, { "makemoney-plan.tk", true }, + { "makemusic-asia.com", true }, { "makenaiyo-fx.com", true }, { "makephpsites.com", true }, { "makepro.net", true }, @@ -55652,7 +55595,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "makermiles.com", true }, { "makermiles.net", true }, { "makermiles.org", true }, - { "makersatwork.com", true }, { "makesenseofdata.co.uk", true }, { "maketheneighborsjealous.com", true }, { "makeupevelinua.ga", true }, @@ -55662,6 +55604,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "makewebbetter.com", true }, { "maki-chan.de", true }, { "makinen.ru", true }, + { "makingindiaheartstrong.com", true }, { "makingmemoney.ml", true }, { "makingmoneyathome.tk", true }, { "makingmoves.gq", true }, @@ -55697,6 +55640,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "malaysia.cf", true }, { "malaysia.search.yahoo.com", false }, { "malaysiabrands.com.my", true }, + { "malaysiainternship.my", true }, { "malaysian.dating", true }, { "malaysianews.ml", true }, { "malcathatochen.co.il", true }, @@ -55723,10 +55667,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "malibuexteriorlighting.com", true }, { "malibulingerie.com", true }, { "malibumodas.com.br", true }, + { "malik.holdings", true }, { "malik.id", true }, { "malikdeenarislamicacademy.tk", true }, + { "malikussa.id", true }, { "malikussaid.com", true }, - { "malikzinad.com", true }, { "malinaclub.com", true }, { "malinheadview.ie", true }, { "malisheva-blog.ga", true }, @@ -55739,6 +55684,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mall.pl", true }, { "mall.sk", true }, { "mallach.net", true }, + { "mallasvita.com", true }, { "mallasypisos.com.co", true }, { "mallgastronomico.com.ar", true }, { "mallner.me", true }, @@ -55747,7 +55693,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "malnex.de", true }, { "malond.com", true }, { "malphisruul.de", true }, - { "malpic.com", true }, { "malrox.com", true }, { "malscan.com", false }, { "malsignature.com", true }, @@ -55779,7 +55724,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mamanakormit.tk", true }, { "mamanecesitaungintonic.com", true }, { "mamanura.tk", true }, - { "mamasbox.net", true }, { "mamasorganizedchaos.com", true }, { "mamaxi.org", true }, { "mamaznaet.ml", true }, @@ -55787,7 +55731,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mambos.tk", true }, { "mamburao.tk", true }, { "mame.cl", true }, - { "mamiecouscous.com", true }, { "mammal-taxonomy.tk", true }, { "mammals.net", true }, { "mammaw.com", true }, @@ -55795,8 +55738,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mammothlakesmls.net", true }, { "mamochka.org.ua", false }, { "mamohe.de", true }, + { "mamoni.co", true }, { "mamospienas.lt", true }, { "mamot.fr", false }, + { "mamradost.sk", true }, { "mamsds.com", true }, { "mamtapark.tk", true }, { "mamuko.nl", true }, @@ -55839,6 +55784,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mandai-st.jp", true }, { "mandai-t.jp", true }, { "mandala-book.tk", true }, + { "mandalatantra.com.br", true }, { "mandanudes.ae", true }, { "mandarinpediatrics.com", true }, { "mandarinplay.tk", true }, @@ -55851,6 +55797,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mandilabeachhotel.com", true }, { "mandor.id", true }, { "mandospersonalizados.com", true }, + { "manducoshop.com", true }, { "mandynamic.gr", true }, { "maneggio.milano.it", true }, { "manelli.fr", true }, @@ -55970,6 +55917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manuel7espejo.com", true }, { "manuelahidalgo.org", true }, { "manuelboelstler.tk", true }, + { "manuelcancelas.com", true }, { "manuelefysiotherapeut.nl", true }, { "manuelguerra.pt", true }, { "manueli.de", true }, @@ -55999,7 +55947,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maosensanguentadasdejesus.net", true }, { "maowtm.org", true }, { "maozedong.red", true }, - { "map-patho.com", true }, { "map4erfurt.de", true }, { "map4jena.de", true }, { "mapado.ru", true }, @@ -56082,7 +56029,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marco-burmeister.de", true }, { "marco-goltz.de", true }, { "marco-hegenberg.net", true }, - { "marco-polo-reisen.com", true }, { "marco-reitmeier.de", true }, { "marco-s.net", true }, { "marcocasoni.com", true }, @@ -56093,6 +56039,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marcopolo-restaurant.com", true }, { "marcoreitmeier.de", true }, { "marcoslater.com", true }, + { "marcosocio.com", true }, { "marcosteixeira.tk", true }, { "marcotics.nl", true }, { "marcus-scheffler.com", true }, @@ -56162,6 +56109,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marie.club", true }, { "mariehane.com", true }, { "mariejulien.com", true }, + { "marielinepitre.com", true }, { "marielouise-oliwkiewicz.nl", true }, { "marielouise.tk", true }, { "mariemiramont.fr", true }, @@ -56191,7 +56139,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marine.gov", true }, { "marinecadastre.gov", true }, { "marinekaplama.com", true }, - { "marinela.com.mx", false }, { "marinelausa.com", false }, { "marinelife.store", true }, { "marinella.tk", true }, @@ -56213,7 +56160,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mariskavankasbergen.nl", true }, { "marisolcu.org", true }, { "maritim.go.id", true }, - { "maritimeseafoods.com", false }, { "maritlarsen.ml", true }, { "marivalemotions.com", true }, { "mariviolin.com", true }, @@ -56257,6 +56203,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marketing1-0-1.com", true }, { "marketing4trends.com", true }, { "marketing91.com", true }, + { "marketingautomationplan.nl", true }, + { "marketingbab.com", true }, { "marketingbrandingnews.com", true }, { "marketingbrandingnews.net", true }, { "marketingco.nl", true }, @@ -56278,6 +56226,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marketio.ai", true }, { "marketizare.ro", true }, { "marketking.ga", true }, + { "marketplace.org", true }, { "marketplace.tf", true }, { "marketplacestrategy.com", true }, { "marketsearch.ga", true }, @@ -56330,7 +56279,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "markus-musiker.de", true }, { "markus-ullmann.de", true }, { "markus.design", false }, - { "markus289.com", true }, { "markusehrlicher.de", true }, { "markusgran.de", true }, { "markusjanzen.de", true }, @@ -56370,8 +56318,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marrickvilleapartments.com.au", true }, { "marron-dietrecipe.com", true }, { "marropax.com", true }, - { "mars.army", true }, - { "mars.navy", true }, { "marsafc.tk", true }, { "marsanvet.com", true }, { "marsatapp.com", true }, @@ -56385,6 +56331,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marshop.tk", true }, { "marsikelektro.cz", true }, { "marsoftyazilim.com", true }, + { "marta.uz", false }, { "martasibaja.com", true }, { "martel-innovate.com", true }, { "martelange.ovh", true }, @@ -56424,6 +56371,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "martineweitweg.de", true }, { "martinhaunschmid.com", true }, { "martinho.tk", true }, + { "martinishotpodcast.com", true }, { "martinkunc.tk", true }, { "martinkus.eu", true }, { "martinmuc.de", true }, @@ -56482,6 +56430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marzio.co.za", true }, { "masajeadorespremium.com", true }, { "masakanibu.ga", true }, + { "masakigarden.com", true }, { "masalaband.tk", true }, { "masaloku.com.tr", true }, { "masanunciosimpresos.com", true }, @@ -56506,13 +56455,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mashandco.tv", true }, { "mashcape.com", true }, { "mashek.net", true }, + { "mashina.world", true }, { "mashonkavortu.tk", true }, { "masiniunelte.store.ro", true }, { "masiul.is", true }, - { "mask4africa.co.za", true }, { "maskerking.com", true }, { "maskim.fr", true }, { "maskinkultur.com", true }, + { "maskpol.com.pl", true }, { "maskssouthafrica.co.za", true }, { "maskssouthafrica.com", true }, { "maslenka.tk", true }, @@ -56575,6 +56525,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "masterofallscience.com", true }, { "masterofbytes.ch", true }, { "masterpassword.org", true }, + { "masterpieceitaly.co.id", true }, { "masterplc.com", true }, { "masterplumber.coach", true }, { "masterpro1.ru", true }, @@ -56596,6 +56547,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mastodon.top", true }, { "mastodon.uno", true }, { "mat-ras.com", true }, + { "mat.com.vn", true }, { "mat.tt", true }, { "mat99.dk", true }, { "matanz.de", true }, @@ -56613,6 +56565,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matdogs.com", true }, { "mate.vn", true }, { "matebalazs.hu", true }, + { "mateball.io", true }, { "matega.hu", true }, { "matehierba.cl", true }, { "mateiko.by", true }, @@ -56633,6 +56586,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mateu.us", true }, { "mateusmeyer.com.br", true }, { "mateuszchyla.pl", true }, + { "mateuszkopytko.pl", true }, { "mateuszmajewski.com", true }, { "mateuszpilszek.pl", true }, { "matex-tokyo.co.jp", true }, @@ -56684,11 +56638,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matocmedia.com", true }, { "matok.me.uk", true }, { "matome-surume.com", true }, - { "matomeathena.com", true }, { "matoutepetiteboutique.com", true }, { "matovaya-pomada.ml", true }, { "matozone.com", true }, { "matpools.com", true }, + { "matras.ru", true }, { "matratzentester.com", true }, { "matrichelp.co.za", true }, { "matridiana.com", true }, @@ -56702,6 +56656,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matriterie-sdv.ro", true }, { "matrix.co", true }, { "matrix.org", true }, + { "matrixbricks.com", true }, { "matrixglobalsms.com", true }, { "matrixmedia.ro", true }, { "matrixread.com", true }, @@ -56726,7 +56681,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mattberryman.org", true }, { "mattbiscay.com", true }, { "mattbsg.xyz", true }, - { "mattcarr.net", false }, { "mattcoles.io", true }, { "mattconstruction.com", true }, { "mattcorp.com", true }, @@ -56793,6 +56747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matuslab.net", true }, { "matway.com", true }, { "matway.net", true }, + { "matyldamost.cz", true }, { "matze.org", false }, { "mau.chat", true }, { "mau.fi", true }, @@ -56843,23 +56798,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "max-went.pl", true }, { "max.gov", true }, { "max00365.com", true }, - { "max0365.com", false }, - { "max11365.com", false }, - { "max1365.com", false }, - { "max22365.com", false }, - { "max2365.com", false }, - { "max33365.com", false }, - { "max3365.com", false }, - { "max4365.com", false }, - { "max44365.com", false }, - { "max5365.com", false }, - { "max55365.com", false }, - { "max6365.com", false }, - { "max66365.com", false }, - { "max77365.com", false }, - { "max8365.com", false }, - { "max88365.com", false }, - { "max9365.com", false }, + { "max0365.com", true }, + { "max11365.com", true }, + { "max1365.com", true }, + { "max22365.com", true }, + { "max2365.com", true }, + { "max33365.com", true }, + { "max3365.com", true }, + { "max4365.com", true }, + { "max44365.com", true }, + { "max5365.com", true }, + { "max55365.com", true }, + { "max6365.com", true }, + { "max66365.com", true }, + { "max77365.com", true }, + { "max8365.com", true }, + { "max88365.com", true }, + { "max9365.com", true }, { "maxb.fm", true }, { "maxbeenen.de", true }, { "maxbruckner.de", true }, @@ -56900,6 +56855,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maxkaul.de", true }, { "maxlaumeister.com", true }, { "maxley.yachts", true }, + { "maxmaharashtra.com", true }, { "maxmanus.ga", true }, { "maxmarket.bg", true }, { "maxmatthe.ws", true }, @@ -56933,6 +56889,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "may24.tw", true }, { "mayacoa.com", true }, { "mayaimplant.com", true }, + { "mayarocabletv.com", true }, { "mayavi.co.in", true }, { "maybeonline.de", true }, { "maybeul.com", true }, @@ -56943,6 +56900,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mayesoley.co", true }, { "mayflowerbocawina.tk", true }, { "mayflowercreative.com", true }, + { "mayflowerfairytales.com", true }, { "mayhutmuibep.com", true }, { "mayito.tk", true }, { "mayki.ga", true }, @@ -56998,9 +56956,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mbeo.ch", false }, { "mbetb33.com", true }, { "mbetb73.com", true }, - { "mbetbtt.com", false }, { "mbfiles.tk", true }, - { "mbgalaxy.com", true }, { "mbinf.de", false }, { "mbinformatik.de", false }, { "mbk.net.pl", true }, @@ -57017,12 +56973,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mbski.se", true }, { "mbsr-barmstedt.de", true }, { "mbsync4supply.com", true }, - { "mbte365.com", false }, - { "mbtt365.com", false }, { "mburaks.com", true }, { "mburns.duckdns.org", true }, { "mbwemmel-usedcars.be", true }, - { "mbwis.net", true }, + { "mc-auth.com", true }, { "mc-jobs.net", true }, { "mc-revolution.ru", true }, { "mc-teemocraft.tk", true }, @@ -57033,6 +56987,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mc4free.cc", true }, { "mc5zvezd.ru", true }, { "mcadmin.net", true }, + { "mcae.cz", true }, + { "mcae.sk", true }, { "mcatnnlo.org", true }, { "mcblain.ca", true }, { "mcblain.com", true }, @@ -57119,6 +57075,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mcprocdn.com", true }, { "mcrn.jp", true }, { "mcsa-usa.org", true }, + { "mcsdatum.co.uk", true }, { "mcsinflatables.co.uk", true }, { "mcsmart.ru", true }, { "mcsnovatamabayan.com", true }, @@ -57147,6 +57104,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mdaemon.de", true }, { "mdazo.net", true }, { "mdbug.de", true }, + { "mdcallianceparty.org", true }, { "mdcghana.org", true }, { "mdcloudps.com", true }, { "mdconnect.asia", true }, @@ -57155,7 +57113,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mdf-bis.com", false }, { "mdhosting.co.uk", true }, { "mdihi.com", true }, - { "mdinashop.com", false }, { "mdinstituteplasticsurgery.com", true }, { "mdinvest.nz", true }, { "mdir.tk", true }, @@ -57164,6 +57121,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mdlayher.com", true }, { "mdma.net", true }, { "mdmed.clinic", true }, + { "mdnailspa.com", true }, { "mdns.eu", true }, { "mdosch.de", true }, { "mdpparish.com", true }, @@ -57572,7 +57530,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medba.se", false }, { "medbiocompany.com", true }, { "medbreaker-friends.at", true }, - { "medcallosmotr.ru", true }, { "medcartoon.com", true }, { "medcenter.online", true }, { "medcentr.online", true }, @@ -57583,6 +57540,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meddigital.com", false }, { "meddin.com", true }, { "mede-handover.azurewebsites.net", true }, + { "medebridge.com.au", true }, { "medecinchinois.be", true }, { "medecinsdumonde.lu", true }, { "medeinos.lt", false }, @@ -57657,9 +57615,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medicalauction.ga", true }, { "medicalcountermeasures.gov", true }, { "medicalpeople.tk", true }, + { "medicalphysicistservices.com", true }, { "medicalsite.tk", true }, { "medicaltools.de", true }, { "medicano.site", true }, + { "medicardlimited.com", true }, { "medicare-providers.net", true }, { "medicarecoveragefinder.com", true }, { "medicareful.com", true }, @@ -57693,7 +57653,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medik8.com.cy", true }, { "medikalakademi.com.tr", true }, { "medikuma.com", true }, - { "medimush.co.uk", true }, { "medinacountyohio.gov", true }, { "medinc.tk", true }, { "medino.com", true }, @@ -57798,6 +57757,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meesteresmisty.nl", true }, { "meet", true }, { "meet.google.com", true }, + { "meetanshi.com", true }, { "meetbot.fedoraproject.org", true }, { "meetfranz.com", true }, { "meeting-server.ml", true }, @@ -57817,7 +57777,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mega-aukcion.ru", true }, { "mega-byte.nl", true }, { "mega-feeling.de", true }, - { "mega-loteria.com", true }, { "mega.co.nz", true }, { "mega.nz", true }, { "megabook.ml", true }, @@ -57836,6 +57795,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "megainformatyk.pl", true }, { "megakoncert90.cz", true }, { "megalibportal.ga", true }, + { "megalogi.ma", true }, { "megam.host", true }, { "megamilftube.com", true }, { "megamillions.tk", true }, @@ -57857,8 +57817,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "megaplonk.com", true }, { "megaportal.ga", true }, { "megaron.at", true }, + { "megasslstore.com", true }, { "megasupportcr.com", true }, - { "megatorrenthd.net", true }, { "megatravel.com.mx", true }, { "megauction.tk", true }, { "megawarez.org", true }, @@ -57898,6 +57858,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meijburg.com", true }, { "meikampf.de", true }, { "meikan.moe", true }, + { "meiksbar.de", true }, { "meiler.cf", true }, { "meillard-auto-ecole.ch", true }, { "meilleur.info", true }, @@ -57920,6 +57881,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meine-immofinanzierung.de", true }, { "meine-stirnlampe.de", true }, { "meineit.dvag", true }, + { "meinevorlagen.com", true }, { "meinewolke.pw", true }, { "meineziege.de", true }, { "meinezwangsversteigerung.de", true }, @@ -57972,6 +57934,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "melbar.com.au", true }, { "melbourne.dating", true }, { "melbourneapartments.website", true }, + { "melbournefunctionalmedicine.com.au", true }, { "melcher.it", true }, { "melchizedek-forum.de", true }, { "melda-agustin.tk", true }, @@ -57989,6 +57952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "melihacar.com.tr", true }, { "melikecapkin.com", true }, { "melikoff.es", true }, + { "melina-may.com", true }, { "melina-schefczyk.de", true }, { "meliowebweer.nl", true }, { "melissaadkins.com", true }, @@ -58009,7 +57973,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "melodiouscode.uk", true }, { "melodrom.de", true }, { "melody-lyrics.com", true }, - { "melodyjane.com", true }, { "melonhub.com", true }, { "meloniecharm.com", true }, { "melonstudios.net", true }, @@ -58034,7 +57997,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meme.fi", true }, { "meme.institute", true }, { "memed.xyz", true }, - { "memememememememe.me", true }, { "memento-mori.cf", true }, { "memepasmal.org", true }, { "memes.nz", true }, @@ -58080,6 +58042,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "menfisonline.com", true }, { "menfisonline.es", true }, { "mengliangyun.xyz", true }, + { "mengma.pub", true }, { "mengxin.life", true }, { "menh.vn", true }, { "menhera.org", false }, @@ -58093,6 +58056,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "menomineemi.gov", true }, { "menotag.com", true }, { "mens-health.com.my", true }, + { "mens-qzin.jp", true }, { "mens-v.com", true }, { "mensagemaniversario.com.br", true }, { "mensagemdaluz.com", true }, @@ -58111,10 +58075,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mentalproblems.tk", true }, { "mentaltraining-fuer-musiker.ch", true }, { "mentecuriosa.net", true }, - { "mentetotal.com", true }, { "menthiere.fr", true }, { "mentiq.az", true }, { "mentita.de", true }, + { "mentorbuk.com", true }, { "mentoringauchan.es", true }, { "mentup.com.br", true }, { "menu.fyi", true }, @@ -58127,12 +58091,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meodihoang.com", true }, { "meow.plus", true }, { "mepambalaj.com", true }, + { "mepassport.com", true }, { "mepc.jp", true }, { "meperidina.com", true }, { "mephedrone.org", true }, { "meps.net", true }, { "merafsolutions.com", true }, - { "merakiclub.com", true }, { "meralda.eu", true }, { "meralda.net", true }, { "meralda.org", true }, @@ -58195,7 +58159,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mercurycards.com", true }, { "mercyseverity.tk", true }, { "merdacz.pl", true }, - { "merenbach.com", true }, { "mereni.cz", true }, { "merenita.com", true }, { "merenita.eu", true }, @@ -58208,7 +58171,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meridianmetals.com", true }, { "merikserver.tk", true }, { "merimatka.fi", true }, - { "merite.cloud", true }, { "merkattumaa.tk", true }, { "merkcabo.com", true }, { "merkel.li", true }, @@ -58223,7 +58185,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "merojob.com", true }, { "meronberry.jp", true }, { "merpay.com", true }, - { "merryvic.com", true }, { "mers.one", true }, { "merson.org", true }, { "merson.tv", true }, @@ -58231,6 +58192,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mertarauh.com", true }, { "mertcangokgoz.com", true }, { "meruri.com", true }, + { "merza.is", true }, { "merzai.co.uk", true }, { "mes-bouquins.fr", true }, { "mes-courriers.fr", true }, @@ -58384,15 +58346,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "metropolis.ga", true }, { "metropolisil.gov", true }, { "metropop.ch", false }, - { "metrorealestatepros.com", true }, { "metrosahel.tn", true }, - { "metrosyvaras.com", true }, { "metrothessalonikis.tk", true }, { "metroval.tk", true }, { "metsasta.com", true }, { "mettekopp.dk", true }, { "mettelenejohansson.dk", true }, { "mettin.org", true }, + { "metube.icu", true }, { "metyweb.ga", false }, { "metz-metropolitain.fr", true }, { "metzgermark.com", true }, @@ -58403,6 +58364,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meuhfolle.com", true }, { "meulk.co.uk", true }, { "meulocal.ml", true }, + { "meupainel.me", true }, + { "meupatrocinio.com", true }, { "meupedido.online", true }, { "meurisse.org", true }, { "meusigno.com", true }, @@ -58459,7 +58422,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mghw.ch", true }, { "mgi.gov", true }, { "mgientertainment.com", true }, + { "mgiljum.com", true }, { "mgmd.org", true }, + { "mgmeet.com", true }, { "mgmpic.com", true }, { "mgmultiservicessrl.it", true }, { "mgonline.tk", true }, @@ -58472,7 +58437,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mh.com.fj", true }, { "mhabdullah.tk", true }, { "mhadot.com", true }, - { "mhalfter.de", true }, { "mhand.org", true }, { "mhatero.com", true }, { "mhatlaw.com", true }, @@ -58491,13 +58455,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mi-so-ji.com", true }, { "mi1k.cn", true }, { "mi80.com", true }, - { "mi92.ru", true }, + { "mi92.ru", false }, { "mia.ac", true }, { "mia.tw", true }, { "miacordeonstereo.com", true }, { "miadennees.com", true }, { "miagexport.com", true }, { "miah.top", true }, + { "mialma.live", true }, { "mialquilerdecoches.com", true }, { "miamimosque.org", true }, { "miamiobgyndreams.com", true }, @@ -58543,12 +58508,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "michaelbondar.tk", true }, { "michaelcontento.de", false }, { "michaelcullen.name", true }, - { "michaelglaser.de", true }, + { "michaelglaser.de", false }, { "michaelhrehor.com", true }, { "michaeliannetta.tk", true }, { "michaelismold.com", true }, { "michaelizquierdo.com", true }, - { "michaeljacksonforsale.com", true }, { "michaeljdennis.com", true }, { "michaelklos.nl", true }, { "michaelkorsgill.tk", true }, @@ -58605,7 +58569,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "micheleandkeith.com", true }, { "michelgolfier.ml", true }, { "michellavat.com", true }, - { "michellebeach.com", true }, { "michelletmc.com", true }, { "michelletrachtenberg.tk", true }, { "michelskovbo.dk", true }, @@ -58631,7 +58594,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "micro-credit.tk", true }, { "microbiologist.tk", true }, { "microbiote-insectes-vecteurs.group", true }, - { "microbird.club", false }, { "microblading.pe", true }, { "microco.sm", true }, { "microdesic.com", true }, @@ -58639,6 +58601,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "microfusion.tw", true }, { "microjournal.xyz", true }, { "microjovem.pt", true }, + { "microl.ink", true }, { "microlog.org", true }, { "micromaid.cf", true }, { "micromata.de", true }, @@ -58651,6 +58614,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "microtel2notch.tk", true }, { "microtube.tk", true }, { "microvb.com", true }, + { "microwavezone.com", true }, { "microwesen.de", true }, { "microzubr.com", true }, { "micsell.com", true }, @@ -58681,6 +58645,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "midlandslotus.co.uk", true }, { "midlandsphotobooths.co.uk", true }, { "midnight-gaming-community.tk", true }, + { "midnightcity.cz", true }, { "midnightmango.co.uk", true }, { "midnightmango.de", true }, { "midnightmechanism.com", true }, @@ -58696,6 +58661,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "midwestbloggers.org", true }, { "midwestplus.com", true }, { "midweststructuralrepair.com", true }, + { "midyatotantik.tk", false }, { "miegl.com", true }, { "miegl.cz", true }, { "mieldemexico.us", true }, @@ -58717,7 +58683,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "migrainereliefplan.com", true }, { "migrantskillsregister.org.uk", true }, { "migrations.tk", true }, - { "miguel-platteel.fr", true }, { "miguel.pw", true }, { "miguelcolmenares.com", true }, { "migueldemoura.com", true }, @@ -58744,6 +58709,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mijn.computer", false }, { "mijncloud.space", true }, { "mijngeldcoach.nl", true }, + { "mijngent.be", true }, { "mijnkantoor.net", true }, { "mijnkerstkaarten.be", true }, { "mijnkinderkleding.com", true }, @@ -58830,6 +58796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mikropixel.de", true }, { "mikrotech.co.za", true }, { "mikrozajmy-na-kartu.cf", true }, + { "miku.bar", true }, { "miku.cloud", true }, { "miku.party", true }, { "miku.ro", true }, @@ -58850,6 +58817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "milanvit.net", true }, { "milarelectrodomesticos.com", true }, { "milavica.tk", true }, + { "milbournequine.co.uk", true }, { "milcahsmusings.com", true }, { "milcarteles.com", true }, { "milchbuchstabe.de", true }, @@ -58873,7 +58841,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "milkagyengedseg.hu", true }, { "milkaholic.ml", true }, { "milkameglepetes.hu", true }, - { "milkandbourbons.com", true }, { "milkandcookies.ca", true }, { "milkingit.co.uk", true }, { "milkingit.net", true }, @@ -58890,6 +58857,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miller-shop.cf", true }, { "milleron.net", true }, { "milleron.xyz", true }, + { "millerpaving.com", true }, { "millersminibarns.com", true }, { "millersprofessionalsco.com", true }, { "millersprolandscape.com", false }, @@ -58903,6 +58871,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "millistream.com", true }, { "millonario.tk", true }, { "milmiedos.tk", true }, + { "milon-apps.com", false }, { "milr.dk", true }, { "miltau.de", true }, { "miltau.online", true }, @@ -58973,6 +58942,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mindorbs.com", true }, { "mindox.com.br", true }, { "mindresti.tk", true }, + { "mindthe5.com", true }, + { "mindthe5.org", true }, { "mindwork.space", true }, { "mine-craftlife.com", true }, { "mine-pixl.de", true }, @@ -59088,6 +59059,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miniwallaby.com", true }, { "miniwaplus.com", true }, { "mink-coat.tk", true }, + { "minka.net.bo", true }, { "minkymoon.jp", true }, { "minload.com", true }, { "minmaxgame.com", true }, @@ -59151,7 +59123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mirasmun.tk", true }, { "mirasurclub.com", true }, { "miratechgroup.com", true }, - { "miravelli.ro", true }, { "miraxe.cf", true }, { "miraxe.ga", true }, { "mirazonline.tk", true }, @@ -59183,6 +59154,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mirrorsedgearchive.de", true }, { "mirrorsedgearchive.ga", true }, { "mirrorwood.com", true }, + { "mirs.ky", true }, { "mirshak.com", false }, { "mirtazapine.gq", true }, { "mirtes.cz", true }, @@ -59194,6 +59166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miryam-martinez.tk", true }, { "mirzetonline.tk", true }, { "misakacloud.net", true }, + { "misakaloli.com", true }, { "misakastudio.com", true }, { "misakiya.co.jp", true }, { "misanci.cz", true }, @@ -59255,6 +59228,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "misterandersson.com", true }, { "misterboddy.com", true }, { "misterd.ml", true }, + { "mistergout.com", true }, { "misterl.net", true }, { "misterorion.com", false }, { "misterseguros.com.br", true }, @@ -59333,7 +59307,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mixedreality.football", true }, { "mixedrecipe.com", true }, { "mixes.cloud", true }, - { "mixify.ga", true }, { "mixinglight.com", true }, { "mixmastermitch.com", true }, { "mixmister.com", true }, @@ -59356,6 +59329,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mizik.cz", true }, { "mizoey.se", true }, { "mizque.ch", true }, + { "mizrahi-tefahot.co.il", true }, { "mizternational.com", true }, { "mizu.coffee", true }, { "mizuasobi.work", true }, @@ -59367,7 +59341,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mjacobson.net", true }, { "mjanja.ch", true }, { "mjasm.org", true }, - { "mjbulgaria.com", true }, { "mjforan.com", true }, { "mjgroup.io", true }, { "mjish.com", true }, @@ -59390,6 +59363,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mkakh.com", true }, { "mkakh.xyz", true }, { "mkalisch.de", true }, + { "mkbd.ru", true }, { "mkbet.tk", true }, { "mkbouncycastles.co.uk", true }, { "mkbouncyhire.co.uk", true }, @@ -59400,6 +59374,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mkg-scherer.de", true }, { "mkg-wiebelskirchen.de", true }, { "mkhsoft.eu", true }, + { "mkie.cf", true }, { "mkimage.com", false }, { "mkinteriores.com.br", true }, { "mkjl.ml", false }, @@ -59479,6 +59454,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mmcafe.com.br", true }, { "mmcalc.jp", true }, { "mmcase.ml", true }, + { "mmcwholesale.com", true }, { "mmgal.com", true }, { "mmhome.fr", true }, { "mmichaelb.pw", true }, @@ -59526,7 +59502,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mnml.art", true }, { "mnml.blog", true }, { "mnml.top", true }, - { "mnn.cloud", true }, + { "mnn.cloud", false }, { "mnnknz.de", true }, { "mnogoknighek.gq", true }, { "mnogoknighek.ml", true }, @@ -59581,6 +59557,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mobileinternetbanking.com", true }, { "mobilelooper.com", true }, { "mobilemedics.com", true }, + { "mobilenerve.com", true }, { "mobilepartner.tk", true }, { "mobiler-handel.de", true }, { "mobileread.com", true }, @@ -59596,6 +59573,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mobilhaber.ga", true }, { "mobilinnov.it", true }, { "mobilisation-generale.org", false }, + { "mobiliteitsbedrijf-gent.be", true }, + { "mobiliteitsbedrijf.be", true }, { "mobility-events.ch", true }, { "mobilize.us", true }, { "mobilizon.org", true }, @@ -59603,7 +59582,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mobilux.lv", true }, { "mobimsua.com", true }, { "mobincube.com", true }, + { "mobincube.es", true }, { "mobincube.mobi", true }, + { "mobincube.net", true }, { "mobinst.ml", true }, { "mobinstore.com", false }, { "mobio.net", true }, @@ -59642,6 +59623,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moda-donna.cf", true }, { "moda-line.ml", true }, { "modacruz.com", true }, + { "modafinilici.com", true }, { "modafo.com", true }, { "modalogi.com", true }, { "modalrakyat.com", true }, @@ -59707,6 +59689,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mods.in.th", true }, { "modscrew.com", true }, { "modsrigs.com", true }, + { "modul-metal-habitat.fr", true }, { "modul21.eu", true }, { "modul8infinity.co", true }, { "module.market", true }, @@ -59758,7 +59741,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mohammad-yarahmadi.tk", true }, { "mohammadreza-bakhtiari.tk", true }, { "mohammedalrifai.tk", true }, - { "mohammedsuhailcs.com", true }, { "mohave.gov", true }, { "moheatingcoolinghvac.com", true }, { "mohela.com", true }, @@ -59814,6 +59796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "molenaagtekerke.tk", true }, { "molenaar-ricardo.tk", true }, { "moleskinestudio.com", true }, + { "molidaytravel.com", true }, { "molinero.xyz", true }, { "molinillo.tk", true }, { "moliporex.pt", true }, @@ -59866,7 +59849,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mon-partage.fr", true }, { "mon-trafic.com", false }, { "mon22.ch", false }, - { "mona-antenna.com", true }, { "mona-dress.com", true }, { "monachatdeco.com", false }, { "monaco-automaten.de", true }, @@ -59876,6 +59858,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monakasatmasr.com", true }, { "monalisa.wtf", true }, { "monalyse.com", true }, + { "monarch.security", true }, { "monarchelectric.com", true }, { "monarchpartnersgroup.com", true }, { "monarcjuexpo.ch", true }, @@ -59937,7 +59920,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moninformaticien.ovh", false }, { "moninformaticien.shop", false }, { "monique.io", true }, - { "monira.online", true }, { "monitman.com", true }, { "monitman.solutions", true }, { "monitorbandwidth.net", true }, @@ -59951,6 +59933,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monitzer.com", true }, { "monix.io", true }, { "monjardin.tk", true }, + { "monjo.io", true }, { "monkeybusiness.agency", true }, { "monkeyfaqs.com", true }, { "monkeyhill.us", true }, @@ -59979,9 +59962,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monothesis.com", true }, { "monoworks.co.jp", true }, { "monpc-pro.fr", false }, - { "monpermismoto.com", true }, - { "monpermisvoiture.com", true }, - { "monpetitherboriste.com", true }, { "monpetitmobile.com", true }, { "monplay.host", true }, { "monroe27.com", true }, @@ -59989,7 +59969,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monsieurbureau.com", true }, { "monsieurdecapage.com", true }, { "monsieursavon.ch", false }, - { "monsitemoncommerce.com", true }, { "monsterandfox.co.uk", true }, { "monstermashentertainments.co.uk", true }, { "monsterminigames.de", true }, @@ -60050,7 +60029,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mooncharmshop.com", true }, { "moonchart.co.uk", true }, { "moondrop.org", true }, - { "moondsee.de", true }, { "moonkin.eu", true }, { "moonlabs.nl", true }, { "moonlightcapital.ml", true }, @@ -60127,6 +60105,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morchstore.com", true }, { "mordovia.tk", true }, { "mordoviya.tk", true }, + { "mordrum.com", true }, { "more-hikkoshi.com", true }, { "more-terrain.de", true }, { "moreal.co", true }, @@ -60155,12 +60134,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morgancounty-al.gov", true }, { "morgancountysheriffal.gov", true }, { "morgandesort.com", true }, + { "morganhome.co.id", true }, { "morgansleisure.co.uk", true }, { "morganwilder.com", true }, { "morgen.news", true }, { "morgner.com", true }, { "morhys.com", true }, { "mori-cdc.com", true }, + { "morisakimikiya.com", true }, { "moritoworks.com", true }, { "moritz-baestlein.de", true }, { "moritz-poldrack.de", true }, @@ -60187,6 +60168,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morris.computer", true }, { "morritosfelices.com", true }, { "morrowind-finland.tk", true }, + { "morsang.net", true }, { "morse-ti.net", true }, { "mortengamstpedersen.tk", true }, { "mortgagecalculator.biz", true }, @@ -60198,7 +60180,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morz.org", true }, { "mosaic-design.ru", true }, { "mosaicmarble.com", true }, - { "mosaicosartesanos.com", true }, { "mosaique-lachenaie.fr", true }, { "mosboutique.it", true }, { "moscow-moscow.tk", true }, @@ -60236,6 +60217,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mostazaketchup.com", true }, { "mosteirobudista.com", true }, { "mosternaut.com", true }, + { "mostertadmin.nl", true }, { "mostfamousbirthdays.com", true }, { "mostlyharmless.at", true }, { "mostlyoverhead.com", true }, @@ -60250,7 +60232,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "motekmedical.com", true }, { "motekmedical.eu", true }, { "motekmedical.nl", true }, - { "motekrysen.com", true }, + { "motekrysen.com", false }, { "moteksystems.com", true }, { "moteksystems.net", true }, { "motezazer.fr", true }, @@ -60297,7 +60279,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "motorpointarenacardiff.co.uk", true }, { "motorring.ru", true }, { "motorsplus.com", false }, - { "motorsportdiesel.com", true }, { "motoryachtclub-radolfzell.de", true }, { "motorzone.od.ua", true }, { "motoscascos.com", true }, @@ -60397,13 +60378,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mozilla.cz", true }, { "mozzak.tk", true }, { "mozzez.de", true }, + { "mozzi.online", true }, { "mozzilla.cz", true }, { "mp3gratuiti.com", true }, { "mp3skull.cf", true }, { "mpa-pro.fr", true }, { "mpath.health", true }, { "mpc-hc.org", true }, - { "mpcmsa.org", true }, { "mpdu.tk", true }, { "mpebrasil.tk", true }, { "mpetroff.net", true }, @@ -60413,6 +60394,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mphold.ru", true }, { "mphwinkel.nl", true }, { "mpintaamalabanna.it", true }, + { "mpk-chayka.org.ua", true }, { "mpkrachtig.nl", true }, { "mplanetphl.fr", false }, { "mplant.io", true }, @@ -60502,6 +60484,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mrnonz.com", true }, { "mrpanipiales.com", true }, { "mrprintables.com", true }, + { "mrprintglobal.com", true }, { "mrs-labo.jp", true }, { "mrs-shop.com", true }, { "mrsbairds.com", false }, @@ -60509,6 +60492,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mrsheep.win", true }, { "mrsiding.net", true }, { "mrsk.me", true }, + { "mrsourabh.me", true }, { "mrssclaus.ca", true }, { "mrstat.co.uk", true }, { "mrston.ml", true }, @@ -60516,13 +60500,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mrtg.com", true }, { "mrtprioritet.ru", true }, { "mrtskidkispb.ru", true }, - { "mrtudo.com", true }, { "mrtunnel.club", true }, { "mruczek.ga", true }, { "mruganiepodspacja.pl", true }, { "mrupert.com", true }, { "mrv.li", true }, { "mrvnt.co", true }, + { "mrwacky.com", true }, { "mrx.one", false }, { "mrxn.net", true }, { "ms-australia.de", true }, @@ -60591,6 +60575,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mt.search.yahoo.com", false }, { "mt1016.com", true }, { "mt2414.com", true }, + { "mta-sts.email", true }, { "mta-sts.eu", true }, { "mta-sts.nl", true }, { "mta.fail", true }, @@ -60631,7 +60616,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mtravelers.net", true }, { "mtrock.ru", true }, { "mts-energia.eu", true }, - { "mtsn3padang.sch.id", true }, + { "mtsoftware.com.au", true }, { "mtsolar.es", true }, { "mtv.re", true }, { "mtvroadies.tk", true }, @@ -60643,7 +60628,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "muafakatmalaysia.ga", true }, { "muarstabyggmarknad.tk", true }, { "mub-tomsk.ru", true }, - { "mubase.dk", true }, { "mubiflex.nl", true }, { "muceniece.tk", true }, { "muchbetterthancash.com", true }, @@ -60655,6 +60639,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mucmail.de", true }, { "muctool.de", true }, { "mudanzasacuna.com.co", true }, + { "mudanzasjuniorh.com", true }, { "mudanzasytransportesbh.com", true }, { "mudaomundo.org", true }, { "mudareganhar.pt", true }, @@ -60683,12 +60668,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "muh.io", true }, { "muhabarishaji.com", false }, { "muhabbet.org", true }, - { "muhafazakarkiralikvilla.com", true }, { "muhcow.dk", true }, { "muhelheim.com", true }, { "muhibbulislam.tk", true }, { "muhlenbergtwppa.gov", true }, + { "mui.kitchen", true }, { "mui.today", true }, + { "muii.com.br", true }, + { "muii.in", true }, { "muilties.com", true }, { "muir.eu.org", true }, { "muir.fun", true }, @@ -60729,6 +60716,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "multilogik.com", true }, { "multimatte.com", true }, { "multimed-solutions.com", true }, + { "multimed.krakow.pl", true }, { "multimedia-pool.com", true }, { "multimediapc.de", true }, { "multimediaworld.tk", true }, @@ -60758,7 +60746,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "multivpn.com.ua", true }, { "multivpn.fr", true }, { "multizone.games", true }, - { "multypanels.com", true }, { "mum.ceo", true }, { "muma.gq", true }, { "muma.ml", true }, @@ -60769,11 +60756,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "muminkoykiran.com", true }, { "mummyandmephotography.com", true }, { "mumolabs.com", true }, + { "muna.de", true }, { "munakata-cl.jp", true }, { "munch.me", true }, { "munchcorp.com", true }, { "mundismart.com", true }, { "mundo-otaku.tk", true }, + { "mundoamatista.online", true }, { "mundoconejos.com", true }, { "mundodapoesia.com", true }, { "mundodasmensagens.com", true }, @@ -60785,7 +60774,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mundopatchwork.online", true }, { "mundoperros.es", true }, { "mundosai.online", true }, - { "mundosteampunk.club", true }, + { "mundoscrapbooking.online", true }, { "mundosuiri.ml", true }, { "mundotortugas.com", true }, { "mundschenk.at", true }, @@ -60799,11 +60788,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "munirajiwa.com", true }, { "munki.org", true }, { "munkibuilds.org", true }, - { "muntajati-om.com", true }, { "muntproever.nl", true }, { "munwr.com", true }, { "munzlocal10.org.nz", true }, { "muoivancauhoivisao.com", true }, + { "muot.tv", true }, { "mup-republicanos.tk", true }, { "muqu.co", true }, { "mur-vegetal-interieur.fr", true }, @@ -60880,6 +60869,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "musicchris.de", true }, { "musiccitycats.com", true }, { "musicfactory.ml", true }, + { "musicfor.us", true }, { "musicfromgod.com", true }, { "musicgamegalaxy.de", true }, { "musicgeek.ga", true }, @@ -60888,7 +60878,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "musician.dating", true }, { "musicindustrydb.org", true }, { "musicinsiderdigest.com", true }, - { "musickhouseleveling.com", true }, { "musiclenta.tk", true }, { "musicnotesroom.com", true }, { "musicompare.com", true }, @@ -60971,6 +60960,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "muzgra.in", true }, { "muzhijy.com", false }, { "muzi.cz", true }, + { "muziekcentrumdebijloke.gent", true }, { "muziektermen.tk", true }, { "muzikanews.tk", true }, { "muzikantine.nl", true }, @@ -61286,6 +61276,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mygermanexpert.com", true }, { "mygest.me", true }, { "mygg32235.com", true }, + { "mygh.online", true }, { "mygigabitnation.com", true }, { "mygignation.com", true }, { "mygimp.tk", true }, @@ -61375,6 +61366,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myloneworkers.com", true }, { "mylookout.com", false }, { "mylotto.co.nz", true }, + { "mylover.be", true }, { "mylstrom.com", true }, { "myltivarka.ml", true }, { "mylucknursinghome.com", true }, @@ -61418,6 +61410,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mynewsspot.com", true }, { "mynext.events", true }, { "mynextmove.org", true }, + { "mynic.my", true }, { "mynimo.com", true }, { "mynook.info", true }, { "mynovus.de", true }, @@ -61438,6 +61431,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myotopie.de", false }, { "myoueb.fr", true }, { "myoukochou.com", true }, + { "myowncloud.ovh", true }, + { "myowncloud.pl", true }, { "myownconference.com", true }, { "myownconference.com.ua", true }, { "myownconference.pl", true }, @@ -61447,6 +61442,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mypaperdone.com", true }, { "mypaperpress.com", true }, { "mypaperwriter.com", true }, + { "myparadigm.com", true }, { "myparfumerie.at", false }, { "mypartnernews.com", true }, { "mypartybynoelia.es", true }, @@ -61555,6 +61551,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myresidence.de", true }, { "myrevery.com", true }, { "myreviews.ga", true }, + { "myrevolution.in", true }, { "myrewardspoints.com", true }, { "myriadlex.com.tw", true }, { "myriadof.com", true }, @@ -61578,7 +61575,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mysecretstylist.ga", true }, { "myself5.de", true }, { "myseo.ga", true }, - { "myservice.store", false }, { "myservicearl.com", true }, { "myservik.ml", true }, { "myseu.cn", true }, @@ -61719,6 +61715,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mzlog.win", true }, { "mzmtech.com", true }, { "mzorn.photography", true }, + { "mzrme.com", true }, { "mzstatic.cc", true }, { "n-a-railways.com", true }, { "n-design-service.de", true }, @@ -61755,7 +61752,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "n7.education", true }, { "n81365.com", true }, { "n82365.com", true }, - { "n886666.com", true }, { "n888-qieji.com", true }, { "n888151.com", true }, { "n888161.com", true }, @@ -61814,6 +61810,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nad-r.com", true }, { "nadacnifondacr.cz", true }, { "nadaquenosepas.com", true }, + { "naddi.org", true }, { "nadejeproninu.cz", true }, { "nadelholzkulturen.de", true }, { "nadex.com", true }, @@ -61875,14 +61872,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "najafpour-stone.com", true }, { "najany.de", true }, { "najany.dk", true }, - { "najany.fr", true }, { "najany.nl", true }, { "najany.se", true }, { "najarkadeh.com", true }, { "najdou.cz", true }, { "naji-astier.com", true }, { "najiflix.fr", true }, - { "najmacademy.com", false }, + { "najmacademy.com", true }, { "naka.io", true }, { "nakada4610.com", true }, { "nakagawa-d.co.jp", true }, @@ -61907,8 +61903,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nakhtalla.ir", true }, { "nakim.cf", true }, { "nakin.tk", true }, + { "nakka.ch", true }, { "nakladki.su", true }, - { "naklejki-plombowe.pl", true }, { "nakliyat.name.tr", true }, { "nakliyatsirketi.biz.tr", true }, { "nakliye.name.tr", true }, @@ -61925,7 +61921,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nalukfitness.com.br", true }, { "namaanakperempuan.net", true }, { "namacindia.com", true }, - { "namaleaks.com", false }, { "namalelaki.com", true }, { "namaperempuan.com", true }, { "namazon.org", true }, @@ -61933,6 +61928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "namegrep.com", true }, { "nameid.org", true }, { "namepros.com", true }, + { "nameproscdn.com", true }, { "namereel.com", true }, { "nameshield.com", true }, { "nameshield.net", true }, @@ -61959,6 +61955,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "namus.gov", true }, { "nan.ge", true }, { "nan0.cloud", true }, + { "nanaimo.ca", true }, { "nanaimoneighbourhoods.ca", true }, { "nanaka.love", true }, { "nanamovies.com", true }, @@ -61970,6 +61967,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nandedbazar.tk", true }, { "nanderson.me", true }, { "nandito.tk", true }, + { "nandonoire.de", true }, { "nanfangstone.com", true }, { "nange.cn", true }, { "nangluongxanhbinhphuoc.com", true }, @@ -61978,7 +61976,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nanjiyy.com", true }, { "nankiseamansclub.com", true }, { "nanmu.me", true }, - { "nannan.online", true }, { "nannytax.ca", true }, { "nano.voting", true }, { "nanobebe.com", true }, @@ -62029,6 +62026,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "napominanie.ml", true }, { "nappylaundry.ga", true }, { "nappywashing.ga", true }, + { "napych.com", true }, { "naql.om", true }, { "naraboty.ga", true }, { "narada.com.ua", true }, @@ -62122,6 +62120,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "natalia-venezuela.tk", true }, { "nataliedawnhanson.com", true }, { "nataliehershlag.tk", true }, + { "natalsentido.com", true }, { "natanaelys.com", false }, { "nataniel-perissier.fr", true }, { "natarius.tk", true }, @@ -62142,7 +62141,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "natenom.de", true }, { "natenom.name", true }, { "natevolker.com", true }, - { "natextruck.com", true }, { "nathaliebaroncoaching.ch", false }, { "nathaliedijkxhoorn.com", true }, { "nathaliedijkxhoorn.nl", true }, @@ -62167,9 +62165,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nationalbanknet.gov", true }, { "nationalcashoffer.com", true }, { "nationalcentereg.org", true }, - { "nationalcprfoundation.com", true }, { "nationalcrimecheck.com.au", true }, { "nationalcybersecuritysociety.org", true }, + { "nationalfleetparts.com", true }, { "nationalhomeimprovements.co.uk", true }, { "nationalhomequotes.com", true }, { "nationalmall.gov", true }, @@ -62183,6 +62181,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nationslending.com", true }, { "nativeindonesia.com", true }, { "nativeonestop.gov", true }, + { "nativereach.tv", true }, { "natives-team.ch", false }, { "nativitynj.org", true }, { "nativs.ch", false }, @@ -62201,9 +62200,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "natura2000.tk", true }, { "naturalbeautyhacks.com", true }, { "naturalbijou.com", true }, + { "naturalcakrawala.com", true }, { "naturalcosmetics.cf", true }, { "naturaldisasters.tk", true }, - { "naturaleza.com.ar", true }, { "naturalezafengshui.com", true }, { "naturalfit.co.uk", true }, { "naturalhealthcures.net", true }, @@ -62229,9 +62228,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "naturtint.co.uk", true }, { "natuterra.com.br", true }, { "natuurlijk.tk", true }, + { "natuurlijkmooi-meppel.nl", true }, { "natuwa.com", true }, { "natverkstekniker.se", true }, { "natwest.com", true }, + { "nau.edu.pt", true }, { "naude.co", true }, { "naufalpanjwani.com", true }, { "naughty.audio", true }, @@ -62360,6 +62361,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ndfa.net", true }, { "ndfirefighter.com", true }, { "ndhlink.com", true }, + { "ndibba.com", true }, { "ndmath.club", true }, { "ndmibiza.com", true }, { "ndns.ga", true }, @@ -62381,7 +62383,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "near.sh", true }, { "nearbi.com.mx", true }, { "nearby.in.th", true }, - { "nearon.nl", true }, { "neartothesky.com", true }, { "neasahourigan.com", false }, { "neat-patch.de", true }, @@ -62412,7 +62413,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "necormansir.com", true }, { "necretro.org", true }, { "necromantia.tk", true }, - { "necta.go.tz", true }, + { "necta.go.tz", false }, { "nectere.ca", true }, { "nectir-staging.com", true }, { "nectir.co", true }, @@ -62433,7 +62434,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nedviga.tk", true }, { "nedvizhimost.tk", true }, { "nedvizhimostthailand.ml", true }, + { "nedworks.net", true }, { "nedzadalibegovic.com", true }, + { "neecist.org", true }, { "needemand.com", true }, { "needfire.ga", true }, { "needflare.com", true }, @@ -62461,6 +62464,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "negativecurvature.net", true }, { "negativeentropy.org", true }, { "negativex.gq", true }, + { "neglecteddiseases.gov", true }, { "negocios-imatore.com", true }, { "negociosurbanos.net", true }, { "negoya-shokai.info", true }, @@ -62506,7 +62510,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nekondiciya.cf", true }, { "nekorektni.cz", true }, { "nekosc.com", true }, - { "nekowa.moe", true }, { "nekox.ml", true }, { "nekrasowsky.ml", true }, { "nekretnine-lidl.hr", true }, @@ -62529,10 +62532,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nemagiya.tk", true }, { "nemberone.com", true }, { "nemcd.com", true }, + { "nemecisolutions.com", true }, { "nemecl.eu", true }, { "nemesisenterprises.de", true }, { "nemez.net", true }, - { "nemiroth.net", true }, { "nemirow.tk", true }, { "nemkoff.tk", true }, { "nemo.run", true }, @@ -62610,6 +62613,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nepremicnine-lidl.si", true }, { "nepremicnine.click", true }, { "nepremicnine.net", true }, + { "neptuna.hu", true }, { "neptuneliveaboards.com", true }, { "neptunescubadiving.com", true }, { "neptunosrefugio.tk", true }, @@ -62624,6 +62628,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nerdinator.ddns.net", true }, { "nerdjokes.de", true }, { "nerdmachina.com", true }, + { "nerdmachina.com.br", true }, { "nerdmind.de", true }, { "nerdnet.goip.de", true }, { "nerdoftheherd.com", true }, @@ -62634,7 +62639,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nerds.company", false }, { "nerdsin.space", true }, { "nerdsuits.tk", true }, - { "nerdtime.de", true }, { "nerdwallet.com", true }, { "nerdycharmer.com", true }, { "nerdydev.net", true }, @@ -62705,8 +62709,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netelite.tk", true }, { "netera.se", true }, { "neteraser.de", true }, + { "netexem.com", true }, { "netexpatcommunity.com", false }, { "netfabb.com", true }, + { "netfeeds.eu", true }, { "netferie.de", true }, { "netferie.dk", true }, { "netferie.no", true }, @@ -62737,6 +62743,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nethealth.cf", true }, { "nethealth.ga", true }, { "nethealth.tk", true }, + { "nethlon.net", true }, { "nethorizon.cn", true }, { "nethostingtalk.com", true }, { "nethound.ga", true }, @@ -62755,6 +62762,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netmarvic.com", true }, { "netmeister.org", true }, { "netmouse.tk", true }, + { "netnaps.com", true }, { "netnea.com", true }, { "netnik.de", false }, { "netnodes.net", true }, @@ -62789,6 +62797,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netsoj.nl", true }, { "netsparker.com", true }, { "netsparker.com.tr", true }, + { "netspeedia.net", true }, { "netsphere.cloud", true }, { "netsphere.cz", true }, { "netsyms.com", true }, @@ -62820,7 +62829,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "networds.ro", true }, { "networg.com", true }, { "networg.cz", true }, - { "networg.pl", true }, { "network-midlands.co.uk", true }, { "network-midlands.uk", true }, { "network-notes.com", false }, @@ -62886,7 +62894,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neurologysantamonica.com", true }, { "neurontinprice.ga", true }, { "neuronus.com.br", true }, - { "neuropatia-periferica.com", true }, { "neuropharmacology.com", true }, { "neurostimtms.com", true }, { "neurosurgeryinmexico.com", true }, @@ -62903,7 +62910,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nevalogic.com", true }, { "nevam.cf", true }, { "never-afk.de", false }, - { "never.pet", true }, { "nevergirl.tk", true }, { "nevergreen.io", true }, { "neverguess.ca", true }, @@ -62965,6 +62971,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newday.host", true }, { "newdimensioninterlock.com", true }, { "newearth.press", true }, + { "neweggsoft.org", true }, { "newendsoft.com", true }, { "newenglandradioforum.tk", true }, { "newenglandworkinjury.com", true }, @@ -62988,7 +62995,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newind.info", true }, { "newinf.at", true }, { "newinternet.media", true }, - { "newizv.ru", true }, + { "newizv.ru", false }, { "newknd.com", true }, { "newlegalsteroid.com", true }, { "newlifehempoil.com", true }, @@ -63009,6 +63016,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newposts.ru", true }, { "newquilters.com", true }, { "newreleases.io", true }, + { "newreop.com", true }, { "news-novoros.cf", true }, { "news-of-russia.gq", true }, { "news-police.tk", true }, @@ -63052,7 +63060,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newsinkansas.ml", true }, { "newsinpolitics.ga", true }, { "newsireland.tk", true }, - { "newslanes.com", true }, { "newslanka.tk", true }, { "newsletteralerts.com", true }, { "newsmotor.info", true }, @@ -63069,6 +63076,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newstone-tech.com", true }, { "newstraveltoday.gq", true }, { "newsuk.tk", true }, + { "newsunited.com", true }, { "newsuzbekistan.tk", true }, { "newsvideo.tk", true }, { "newsvoice.com", true }, @@ -63105,6 +63113,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nexgeneration-solutions.com", true }, { "nexicafiles.com", true }, { "nexiumgeneric.tk", true }, + { "nexlp.com", true }, { "nexril.net", false }, { "next-idea.co", true }, { "next-log.ru", false }, @@ -63146,6 +63155,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nextrec.site", true }, { "nextrend.co", true }, { "nextright.tk", true }, + { "nextsfd.co.uk", true }, { "nextstart-staging.azurewebsites.net", true }, { "nextstart.azurewebsites.net", true }, { "nextstep-labs.gr", true }, @@ -63185,6 +63195,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nframe.io", true }, { "nfrost.me", true }, { "nfsec.pl", true }, + { "nfz.moe", true }, { "ng-musique.com", true }, { "ngarate.com", true }, { "ngawa-avocat-paris.fr", true }, @@ -63197,6 +63208,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nginxconfig.com", true }, { "nginxtest.ml", true }, { "nginxyii.tk", true }, + { "ngkusnd.com", true }, { "ngla.gov", true }, { "ngmx.com", true }, { "ngmx.net", true }, @@ -63214,10 +63226,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nguyenminhhung.com", true }, { "ngvf.de", true }, { "ngx.hk", true }, - { "ngxpkg.com", true }, { "nhahatde.com", true }, { "nhakhoabella.com", false }, - { "nhakhoaflora.com", true }, { "nhakhoangocanh.net", true }, { "nhanlucnhatban.com", true }, { "nhaoi.com", true }, @@ -63238,6 +63248,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nhv-vintagelemans.com", true }, { "nhw.ovh", true }, { "ni-mate.com", true }, + { "ni.sb", true }, { "ni.search.yahoo.com", false }, { "niacinreviews.com", true }, { "niadd.com", true }, @@ -63249,6 +63260,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nianubo.net", true }, { "nibb13.tech", false }, { "nibbler.ai", true }, + { "nibiru.com.uy", true }, { "nibletllc.com", true }, { "nibo.blog", true }, { "nibouw.nl", true }, @@ -63340,6 +63352,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nickloose.de", true }, { "nickmandler.tk", true }, { "nickmchardy.com", true }, + { "nickmiller.ie", true }, { "nickmorri.com", false }, { "nickmorris.name", false }, { "nickplotnek.co.uk", true }, @@ -63354,6 +63367,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nickserve.org", true }, { "nickstories.de", true }, { "nicktheitguy.com", true }, + { "nickymoore.com", true }, { "niclasreich.de", true }, { "niclewis.me", true }, { "nicn.me", true }, @@ -63506,15 +63520,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nikscloud.eu", true }, { "niktok.com", true }, { "nikz.in", true }, - { "nil.gs", true }, + { "nil.gs", false }, { "nil.mx", true }, { "nila.store", true }, - { "nilahue.com", true }, { "nilefi.cf", true }, { "niles-simmons.de", true }, { "niles.xyz", true }, { "nilgirispice.co.uk", true }, { "nilianwo.com", true }, + { "nillarayeshi.com", true }, { "nilosoft.com", true }, { "niloxy.com", true }, { "nilpointer.com", true }, @@ -63551,6 +63565,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "niniko.tk", true }, { "ninja-corner.tk", true }, { "ninja-galerie.de", true }, + { "ninjacomputing.com", true }, { "ninjan.co", true }, { "ninjasproxy.com", true }, { "ninjasquad.fr", true }, @@ -63585,6 +63600,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nirjonmela.net", true }, { "nirmalroy.ml", true }, { "nirudo.me", true }, + { "nirvana-esport.fr", true }, { "nirvanashop.com", true }, { "niscats.com", true }, { "niscemi.tk", true }, @@ -63606,7 +63622,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nitropanel.com", true }, { "nitropur.com", true }, { "nitropur.de", true }, - { "nitrous-networks.com", true }, { "nitschinger.at", true }, { "nitter.net", true }, { "niunaimilk.cn", true }, @@ -63715,6 +63730,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "no-war-on-iraq.tk", true }, { "no-xice.com", false }, { "no.search.yahoo.com", false }, + { "noachgilor.co.il", true }, { "noagendahr.org", true }, { "noah-witt.com", true }, { "noahjacobson.com", true }, @@ -63734,7 +63750,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noblesmart.com", true }, { "nobly.de", true }, { "nobreaks.ca", true }, - { "nobreinox.com.br", true }, { "nobs.no", true }, { "noc.org", true }, { "noc.wang", true }, @@ -63902,6 +63917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "norbert-wollheim-platz.tk", true }, { "norbertorabinovichblog.com", true }, { "nord-sud.be", true }, + { "nordaccount.com", true }, { "nordcheckout.com", true }, { "nordcity.ga", true }, { "norden.eu.org", true }, @@ -63996,7 +64012,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "northstate.net", true }, { "northtek.tk", true }, { "northtexasvasectomy.com", true }, - { "northumbriagames.co.uk", true }, { "northwest-events.co.uk", true }, { "northwindfence.com", true }, { "northwoodsfish.com", true }, @@ -64035,7 +64050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noswap.com", true }, { "nosyu.pe.kr", true }, { "not-a.link", true }, - { "not4hack.com", true }, { "not4me.ga", true }, { "nota-web.com", true }, { "nota.moe", true }, @@ -64080,6 +64094,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noticaballos.com", true }, { "noticiaelmundo.com", true }, { "noticiasdetv.com", true }, + { "noticiasdocambio.com.br", true }, { "noticiasymas.cl", true }, { "noticies.tk", true }, { "notificami.com", true }, @@ -64091,6 +64106,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "notinglife.com", true }, { "notisec.hu", true }, { "notisecit.hu", true }, + { "notizieh24.eu", true }, { "notjustvacs.com", true }, { "notliriklagu.com", true }, { "notmybox.com", true }, @@ -64150,6 +64166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "novecity.org", true }, { "novecitymail.com", true }, { "novel543.com", true }, + { "novelas.net.br", true }, { "novelinglife.net", false }, { "novelvyretraite.fr", true }, { "novema.jp", true }, @@ -64221,6 +64238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noxx.solutions", true }, { "noydeen.com", true }, { "noyocenter.org", true }, + { "nozaka-k.com", true }, { "nozel.gq", true }, { "nozier.com", true }, { "np-edv.at", true }, @@ -64238,6 +64256,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "npiconsultoria.com.br", true }, { "npmcdn.com", true }, { "npod.me", true }, + { "nppaper.be", true }, { "npregion.org", true }, { "npsas.org", true }, { "nptn.tk", true }, @@ -64282,6 +64301,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nshipster.com", true }, { "nshipster.es", true }, { "nsine.be", true }, + { "nsinternational.com", true }, + { "nsinternational.nl", true }, { "nslacandelaria.com", true }, { "nsm.ee", true }, { "nsmail.cn", true }, @@ -64371,7 +64392,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nukleovisual.com", true }, { "null-d.com", true }, { "null-life.com", true }, - { "null.cat", true }, { "nullbox.co", true }, { "nulle-part.org", true }, { "nulledme.ga", true }, @@ -64442,7 +64462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nut.services", true }, { "nutbot.co.uk", true }, { "nutextonline.com", true }, - { "nutikell.com", true }, { "nutleyarchives.org", true }, { "nutleyeducationalfoundation.org", true }, { "nutleyef.org", true }, @@ -64453,7 +64472,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nutrashop.fr", true }, { "nutri-spec.me", true }, { "nutriciametabolics-shop.de", true }, - { "nutriclub.co.id", true }, { "nutridieta.com", true }, { "nutrienti.eu", true }, { "nutrifyyourself.com", true }, @@ -64465,6 +64483,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nutritionalsupplement.co.uk", true }, { "nutritious.cf", true }, { "nutrizionista.roma.it", true }, + { "nutsforfruits.com.au", true }, { "nuus.hu", true }, { "nuva.hu", true }, { "nuvechtdal.nl", true }, @@ -64505,7 +64524,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nwuss.okinawa", true }, { "nwwnetwork.net", true }, { "nx42.pw", true }, - { "nxgn.io", true }, { "nxinfo.ch", false }, { "nxit.ca", true }, { "nxlogis.kr", true }, @@ -64541,6 +64559,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nyerjachioval.hu", true }, { "nyerjakekszekkel.hu", true }, { "nyerjamilkaval.hu", true }, + { "nyerjazoreoval.hu", true }, { "nyerjenaheraval.hu", true }, { "nyhaoyuan.net", true }, { "nyiad.edu", true }, @@ -64560,7 +64579,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nysteak5.com", true }, { "nystudio107.com", true }, { "nytrafficticket.com", true }, - { "nyuusannkinn.com", false }, { "nyyu.tk", true }, { "nyzed.com", true }, { "nzbr.de", true }, @@ -64654,7 +64672,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oasis9.net", true }, { "oasisbodycare.jp", true }, { "oasisgenetics.com", true }, - { "oasisorthodontics.com.au", true }, { "oatmealdome.me", true }, { "oatycloud.spdns.de", true }, { "oauth.how", true }, @@ -64706,7 +64723,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "obnalichka.gq", true }, { "obnalichka.tk", true }, { "obocat.tk", true }, - { "oboivam.ru", true }, { "obomne.tk", true }, { "obozrevatel.tk", true }, { "obrabotka-zakazow.tk", true }, @@ -64757,6 +64773,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ocdadmin.com", true }, { "ocdhub.co.za", true }, { "ocean-of-love.ml", true }, + { "oceanbeauty.ir", true }, { "oceanborn.tk", true }, { "oceanbreezehomes.com", true }, { "oceandns.eu", true }, @@ -64851,7 +64868,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "odnostranichnik.tk", true }, { "odo-pro.ru", true }, { "odolbeau.fr", true }, - { "odontologia-online.com", true }, { "odontologiawilliampizarro.com", true }, { "odoo.co.th", true }, { "odoru.ga", true }, @@ -64891,8 +64907,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oestemc.com.br", true }, { "oetzies-quiz.com", true }, { "oevenezolano.org", true }, - { "of2m.fr", true }, - { "ofaas.jp", true }, { "ofasoft.com", true }, { "ofcampuslausanne.ch", false }, { "ofda.gov", true }, @@ -64902,6 +64916,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ofertino.es", true }, { "ofertolino.fr", true }, { "off-rabota.tk", true }, + { "offandonagain.org", true }, { "offbyinfinity.com", true }, { "offcasesstore.com", true }, { "offenekommune.de", true }, @@ -65044,6 +65059,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oita-homes.com", true }, { "ojaioliveoil.com", true }, { "ojeremy.com", true }, + { "ojk.ee", true }, { "ojp.gov", true }, { "ok-ex.io", true }, { "ok-test.de", true }, @@ -65069,7 +65085,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "okcasino.ga", true }, { "okchousebuyer.com", true }, { "okeeferanch.ca", true }, - { "okewp.com", true }, { "okhanvatansever.tk", true }, { "okhrana.agency", true }, { "okib.ca", true }, @@ -65124,6 +65139,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "olafnorge.de", true }, { "olafvantol.nl", true }, { "olafwalther.de", true }, + { "olajcbd.hu", true }, { "olamisys.com", true }, { "olamisys.email", true }, { "olamisys.xyz", true }, @@ -65141,7 +65157,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oldbkcom.tk", true }, { "oldbrookinflatables.co.uk", true }, { "oldbrookmarqueehire.co.uk", true }, - { "oldchaphome.nl", true }, { "oldcity.tk", true }, { "olddisk.ml", true }, { "oldenglishsheepdog.com.br", true }, @@ -65168,7 +65183,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oldtavern.tk", true }, { "oldtimerparts.de", true }, { "oldtimerreifen-moeller.de", true }, - { "oleam.org", true }, { "olecoin.io", true }, { "olegchursin.com", true }, { "olegon.ru", true }, @@ -65216,6 +65230,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oliverah.com", true }, { "oliverclausen.com", true }, { "oliverdunk.com", false }, + { "olivereats.ca", true }, { "oliverfaircliff.com", true }, { "olivernaraki.com", true }, { "oliverniebuhr.de", true }, @@ -65264,6 +65279,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "olson25.org", true }, { "olsonproperties.com", true }, { "oluchiedmundmusic.com", true }, + { "olydemy.com", true }, { "olygazoo.com", true }, { "olymp-arts.world", false }, { "olympe-transport.fr", true }, @@ -65274,6 +65290,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "olympiamanzanilla.tk", true }, { "olympic-research.com", true }, { "olympicfitness.com.mx", true }, + { "olymptrade.com", true }, { "om.yoga", true }, { "om1.com", true }, { "omachi.top", true }, @@ -65311,6 +65328,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omgbouncycastlehire.co.uk", true }, { "omggo.ph", true }, { "omgpu.com", true }, + { "omgvaneyckwashere.be", true }, + { "omgvaneyckwashere.com", true }, + { "omgvaneyckwashere.eu", true }, + { "omgvaneyckwashere.gent", true }, { "omicron3069.com", true }, { "omie.com.br", true }, { "omintmais.azurewebsites.net", true }, @@ -65359,7 +65380,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onaboat.se", true }, { "onahonavi.com", true }, { "onby.org", true }, - { "oncalltech.net", true }, { "onceuagain.tk", true }, { "onceuponabow.org", true }, { "onceuponarainbow.co.uk", true }, @@ -65403,10 +65423,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oneclickmoney.tk", true }, { "oneclickroot.com", true }, { "onedollar.fund", true }, + { "onedot.nl", true }, { "onedrive.com", false }, { "onedrive.live.com", false }, { "onee3.org", true }, { "oneearthapp.com", false }, + { "oneearthsacredarts.com", true }, { "onefour.ga", false }, { "oneheartbali.church", false }, { "onehost.kz", true }, @@ -65434,6 +65456,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onereview.in", true }, { "oneshotmediakc.com", true }, { "oneso.win", true }, + { "onesourceit.nl", true }, { "onesports.cz", true }, { "onestasolar.com", true }, { "onestepbooks.gq", true }, @@ -65528,7 +65551,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onlinehartha.com", true }, { "onlinehashfollow.com", true }, { "onlineinfographic.com", true }, - { "onlineinsurancespot.com", true }, { "onlinekmc.com", true }, { "onlineknighki.ga", true }, { "onlinekocunuz.com", true }, @@ -65566,12 +65588,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onlinezaim.ml", true }, { "onload.pt", true }, { "only-fragrances.com", false }, + { "only.lc", true }, { "only.sh", true }, { "only4free.tk", true }, { "onlybooks.gq", true }, { "onlyesb.net", true }, { "onlyfans.com", true }, - { "onlylibya.com", true }, { "onlylithiumhere.gq", true }, { "onlylovastatin.gq", true }, { "onlysim.nl", true }, @@ -65592,6 +65614,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onpermit.net", true }, { "onpointplugins.com", true }, { "onporn.red", true }, + { "onporn.tube", true }, { "onqproductions.com", true }, { "onrr.gov", true }, { "ons.ca", true }, @@ -65612,6 +65635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onthegosystems.com", true }, { "onthehook.ru", true }, { "ontheten.org", true }, + { "onthewaypodcast.com", true }, { "ontogenese.net", true }, { "ontopoflove.nl", true }, { "ontourmarketing.at", true }, @@ -65666,6 +65690,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oorbellen.nl", true }, { "oortcast.com", true }, { "oositk.tk", true }, + { "oosm.org", true }, { "oosolutions.nl", true }, { "ooyo.be", true }, { "op11.co.uk", false }, @@ -65684,9 +65709,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opcionpublicitaria.com", true }, { "opcod3.io", true }, { "ope.ee", true }, + { "opel-focken.de", true }, { "open-banking-access.uk", true }, { "open-bs.com", true }, { "open-bs.ru", true }, + { "open-ctp.com", true }, + { "open-ctp.net", true }, + { "open-ctp.org", true }, { "open-desk.org", true }, { "open-domotics.info", true }, { "open-fixture-library.org", true }, @@ -65698,13 +65727,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "open-novel.work", true }, { "open-sauce-recipes.co.uk", true }, { "open-source.gr", true }, + { "open-trip.id", true }, { "open.film", true }, { "open.gl", true }, { "open.my.id", true }, { "open.ru", true }, { "openacte.ch", false }, { "openai.community", true }, - { "openalgeria.org", true }, { "openarch.nl", true }, { "openbayes.blog", true }, { "openbayes.com", true }, @@ -65718,6 +65747,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opencache.uk", true }, { "opencad.io", true }, { "opencaves.io", true }, + { "openchronicles.net", true }, { "opencircuit.nl", true }, { "opencity.spb.ru", true }, { "openclima.com", true }, @@ -65731,6 +65761,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opencpes.net", true }, { "opencpes.org", true }, { "opencrm.co.uk", true }, + { "openctp.com", true }, + { "openctp.net", true }, + { "openctp.org", true }, { "opendata.cz", true }, { "opendataincubator.eu", true }, { "opendecide.com", true }, @@ -65786,18 +65819,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "openstandia.jp", true }, { "openstem.com.au", true }, { "openstreetmap.is", true }, - { "openstreetmap.lu", true }, { "openstreetmap.org", true }, { "opentable.com", true }, { "opentable.com.au", true }, { "opentrack.info", true }, { "opentrash.org", true }, - { "opentuition.com", true }, { "openverse.com", true }, { "openvz.org", true }, { "openwaveguide.de", true }, { "openwifi.gr", true }, - { "openwireless.org", true }, { "openwrt-dist.tk", true }, { "operad.fr", true }, { "operanavigation.ro", true }, @@ -65806,8 +65836,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "operationkiwi.work", true }, { "operationtulip.com", true }, { "operationturkey.tk", true }, + { "operd.gob.do", true }, { "operrhealth.com", false }, { "opexterminating.com", true }, + { "opfin.com", true }, { "opiates.ca", true }, { "opiates.net", false }, { "opic.gov", true }, @@ -65873,6 +65905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opti-net.at", true }, { "opti-net.solutions", true }, { "opticaltest.com", true }, + { "opticamasvision.com", true }, { "opticoolheadgear.com", true }, { "opticsboss.com", true }, { "optiekdemeester.be", true }, @@ -66053,6 +66086,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "original-christstollen.com", true }, { "original-christstollen.de", true }, { "originalabsinthe.com", true }, + { "originalgyms.com", true }, { "originalmockups.com", true }, { "originalniknihy.cz", true }, { "originalpharmacygrup.ml", true }, @@ -66164,6 +66198,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "osez-l-odyssee.fr", true }, { "oshayr.com", true }, { "oshea.cc", true }, + { "oshershalom.com", true }, { "oshrc.gov", true }, { "osielnava.com", true }, { "osimmo.fr", true }, @@ -66196,8 +66231,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "osrs.wiki", true }, { "osszekotatermeszettel.hu", true }, { "ostankino.tk", true }, + { "ostatargalt.ee", true }, { "ostechnix.com", true }, { "osteendiner.com", true }, + { "ostendus.club", true }, { "osteolaclusaz.com", false }, { "osteopathe-palaiseau.com", true }, { "osteopathe-voisine.com", true }, @@ -66235,9 +66272,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "otdelka56.ml", true }, { "otdelochnik.tk", true }, { "otdyh-v-abhazii.tk", true }, - { "otellio.com", true }, - { "otellio.de", true }, - { "otellio.it", true }, { "otg-drives.tk", true }, { "other98.com", true }, { "otherkinforum.com", true }, @@ -66248,7 +66282,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "otiumtech.com", true }, { "otixz.com", true }, { "otmo7.com", false }, - { "otoblok.com", true }, { "otocenterfelix.com.br", true }, { "otokirala.com", true }, { "otokiralama.name.tr", true }, @@ -66285,6 +66318,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "otzyvy2.ru", true }, { "ouaibe.qc.ca", true }, { "ouattara.ch", true }, + { "oudedokken.be", true }, { "ouderamstelbridge.nl", true }, { "ouestacro.fr", true }, { "ouestfrance-auto.pro", true }, @@ -66308,6 +66342,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ourdocuments.gov", true }, { "ourevents.net", true }, { "ourgame.ie", true }, + { "ourgems.com.au", true }, { "ourharvest.com", true }, { "ourladymountcarmel.net", true }, { "ourladymtcarmel.org", true }, @@ -66318,6 +66353,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ournewsindia.ga", true }, { "ouroboros.world", true }, { "ourocg.cn", true }, + { "ours-tudio.com", true }, { "oursiteupdates.com", true }, { "ourstory.rip", true }, { "oursurplus.com", true }, @@ -66376,6 +66412,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "outsideconnections.com", true }, { "outsiders.paris", false }, { "outsourcingdenomina.co", true }, + { "outsourcingnominabogota.com", true }, { "outstack.vote", true }, { "outstandingpromotion.com", true }, { "outurnate.com", false }, @@ -66428,7 +66465,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ovirt.org", true }, { "ovisy.com", true }, { "ovix.co", true }, - { "ovnrain.com", true }, { "ovodakadarkut.tk", true }, { "ovpn.com", true }, { "ovpn.to", true }, @@ -66436,13 +66472,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "owall.ml", true }, { "owapi.net", true }, { "owbt.pl", true }, - { "owddm.com", true }, { "owennelson.co.uk", true }, { "owensmith.website", true }, { "owid.cloud", true }, { "owl-square.com", true }, { "owl-stat.ch", false }, - { "owl.net", true }, { "owlandrabbitgallery.com", true }, { "owlscrap.ru", true }, { "owmobility.com", true }, @@ -66450,6 +66484,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ownagepranks.com", true }, { "ownc.at", true }, { "owncloud.ch", true }, + { "owncloud.ml", true }, { "owner.pw", true }, { "ownian.com", true }, { "ownmay.com", false }, @@ -66503,6 +66538,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ozel-ders.tk", true }, { "ozli.ga", true }, { "oznamovacipovinnost.cz", true }, + { "ozon.ru", true }, { "ozonstyle.ga", true }, { "ozoterio.com.br", true }, { "ozudogru.com", true }, @@ -66517,6 +66553,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "p-soc.com.br", true }, { "p-store.net", true }, { "p-t.io", true }, + { "p-vegas.com", true }, { "p02.de", true }, { "p10.ru", true }, { "p1984.nl", false }, @@ -66527,73 +66564,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "p2d.ru", true }, { "p2p-tv.tk", true }, { "p3.marketing", true }, - { "p333a.net", true }, { "p333aa.com", true }, - { "p333aaa.com", true }, - { "p333b.com", true }, { "p333b.net", true }, - { "p333bb.com", true }, - { "p333bbb.com", true }, - { "p333c.com", true }, - { "p333c.net", true }, - { "p333cc.com", true }, - { "p333ccc.com", true }, - { "p333d.com", true }, - { "p333d.net", true }, - { "p333ddd.com", true }, - { "p333e.com", true }, { "p333e.net", true }, - { "p333ee.com", true }, - { "p333f.com", true }, - { "p333f.net", true }, - { "p333ff.com", true }, - { "p333fff.com", true }, - { "p333g.com", true }, - { "p333g.net", true }, - { "p333ggg.com", true }, - { "p333h.com", true }, - { "p333h.net", true }, - { "p333hh.com", true }, { "p333hhh.com", true }, - { "p333i.com", true }, - { "p333i.net", true }, - { "p333ii.com", true }, - { "p333iii.com", true }, - { "p333j.com", true }, { "p333j.net", true }, - { "p333jj.com", true }, - { "p333jjj.com", true }, - { "p333k.com", true }, - { "p333kk.com", true }, - { "p333kkk.com", true }, - { "p333l.com", true }, - { "p333ll.com", true }, - { "p333lll.com", true }, - { "p333m.com", true }, - { "p333mm.com", true }, - { "p333mmm.com", true }, - { "p333n.com", true }, - { "p333nn.com", true }, - { "p333nnn.com", true }, - { "p333o.com", true }, - { "p333oo.com", true }, - { "p333ooo.com", true }, - { "p333q.com", true }, - { "p333qq.com", true }, - { "p333qqq.com", true }, - { "p333r.com", true }, - { "p333rr.com", true }, - { "p333rrr.com", true }, - { "p333s.com", true }, - { "p333sss.com", true }, - { "p333t.com", true }, - { "p333ttt.com", true }, - { "p333u.com", true }, - { "p333v.com", true }, - { "p333w.com", true }, - { "p333x.com", true }, - { "p333y.com", true }, - { "p333z.com", true }, { "p4chivtac.com", true }, { "p5197.co", true }, { "p58101.com", true }, @@ -66623,7 +66598,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "p88835.com", true }, { "p88836.com", true }, { "p88845.com", true }, - { "p88848.com", true }, { "p88856.com", true }, { "p88867.com", true }, { "p888a.com", true }, @@ -66722,6 +66696,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "packetoverflow.com", true }, { "packliberte.org", true }, { "packservice.es", true }, + { "paclease.com.my", true }, { "pacoda.de", false }, { "pact2017.nl", true }, { "pactf-flag-4boxdpa21ogonzkcrs9p.com", true }, @@ -66760,7 +66735,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pagalworld.me", true }, { "pagalworld.org", true }, { "pagalworld.wiki", true }, - { "pagamentosonline.pt", true }, + { "paganismguide.com", true }, { "pagatuarriendo.cl", true }, { "pagbitcoin.com", true }, { "page", true }, @@ -66798,6 +66773,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paidtodesign.com", true }, { "paidtodev.com", true }, { "paiementdp.com", true }, + { "paigeglass.com", true }, { "paigejulianne.com", true }, { "paigethegeek.com", true }, { "paikkatietokanta.net", true }, @@ -66805,7 +66781,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paincareehr.com", true }, { "paindata.dk", true }, { "painefamily.co.uk", true }, - { "painetcompagnie.fr", true }, { "painosso.org", true }, { "paint-it.pink", true }, { "paint4.life", true }, @@ -66950,6 +66925,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "panda-craft.tk", true }, { "panda-life.tk", true }, { "panda.tf", true }, + { "pandacbd.com", true }, { "pandahut.net", true }, { "pandakid.tk", true }, { "pandaltd.nl", false }, @@ -67044,6 +67020,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paperhoney.by", true }, { "paperlesssolutionsltd.com.ng", true }, { "papermuseum.jp", true }, + { "paperopedia.com", true }, { "paperplatefun.com", true }, { "paperplus.com.au", true }, { "papersmart.net", true }, @@ -67144,7 +67121,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parfumi.tk", true }, { "pari.cz", true }, { "pariga.co.uk", true }, - { "parijattechnologies.com", true }, { "parina.vn", true }, { "parisackerman.com", true }, { "parisbesttravel.com", true }, @@ -67157,6 +67133,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parisfranceparking.fr", true }, { "parisfranceparking.nl", true }, { "parishome.jp", true }, + { "parisprovincedemenagements.fr", true }, { "parkbee.com.br", true }, { "parkcitycu.org", true }, { "parkeerbordenhuren.be", true }, @@ -67183,6 +67160,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parketdoska.ua", false }, { "parkettdielen.net", true }, { "parki.cloud", true }, + { "parking4less.com", true }, { "parkinginparis.fr", true }, { "parkingparisnord.fr", true }, { "parkr.io", true }, @@ -67250,7 +67228,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "partnermobil.de", true }, { "partnerobzor.tk", true }, { "partnersofprc.com", true }, - { "partnerwerk.de", true }, + { "partnerwerk.de", false }, { "partofthequeue.ml", true }, { "partou.de", true }, { "partridge.tech", true }, @@ -67305,6 +67283,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pascualinmuebles.com", true }, { "pasearch.nl", true }, { "paseelite.co", true }, + { "paseodelariviera.com", true }, { "pashminacachemire.com", true }, { "pasito.se", true }, { "pasnederland.tk", true }, @@ -67414,6 +67393,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pathogen.nl", true }, { "pathsha.re", true }, { "pathwaytofaith.com", true }, + { "patientwisdom.com", true }, { "patikabiztositas.hu", true }, { "patikakristaly.hu", true }, { "patineteelectrico.shop", true }, @@ -67443,10 +67423,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "patricklynch.xyz", true }, { "patrickneuro.de", true }, { "patrickschneider.me", true }, + { "patricksymmes.com", true }, { "patrikjohan.cf", true }, { "patriksima.cz", true }, { "patriksimek.cz", true }, { "patrikzk.eu", true }, + { "patriotbearingsupply.com", true }, { "patriquefashion.tk", true }, { "patrisnews.com", true }, { "patrycjamichera.com", true }, @@ -67532,8 +67514,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pavernosmatao.tk", true }, { "paviformas.es", true }, { "pavlic.se", true }, + { "pavlov-ledec.cz", true }, { "paw.cloud", true }, { "paw.pt", true }, + { "pawchewgo.com", true }, { "pawel-international.com", true }, { "pawelnazaruk.com", true }, { "pawelurbanek.com", true }, @@ -67552,7 +67536,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pay.ubuntu.com", true }, { "pay8522.com", true }, { "paya.cat", true }, - { "payalts.com", true }, { "payboy.biz", true }, { "payboy.rocks", true }, { "paybro.eu", true }, @@ -67598,6 +67581,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pazerandepstein.com", true }, { "pazyarmonia.tk", true }, { "pb-design.ch", true }, + { "pb-eatz.com", true }, { "pb-trockeneisreinigung.at", true }, { "pb.ax", false }, { "pba.org.uk", true }, @@ -67617,6 +67601,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pbrb.gov", true }, { "pbrumby.com", true }, { "pbscreens.com", true }, + { "pbsrmoto.com.au", true }, { "pbwebdev.com", true }, { "pbytes.com", true }, { "pbz.im", true }, @@ -67771,7 +67756,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pedikura-vitu.cz", true }, { "pedimanie.cz", true }, { "pedradatattoo.com", true }, - { "pedradatattoosupplies.com", true }, { "pedro.com.es", true }, { "pedrobotias.tk", true }, { "pedrolamas.com", true }, @@ -67832,6 +67816,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peklostroj.sk", true }, { "pekoe.se", true }, { "pelachim.com.br", true }, + { "pelakefun.com", true }, { "pelanucto.cz", true }, { "pelatihanwirausaha.com", true }, { "pelevin.gq", true }, @@ -67986,6 +67971,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pereuda.com", true }, { "perevedi.org", true }, { "perevedut.cf", true }, + { "perevirka.net", true }, { "perewall.tk", true }, { "perez-marrero.com", true }, { "perezdecastro.org", true }, @@ -67994,6 +67980,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perfect-carstyle.de", true }, { "perfect-dream.tk", true }, { "perfect-privacy.com", true }, + { "perfect-tour.ro", true }, { "perfectbalance.tech", true }, { "perfectcloud.org", true }, { "perfectcommunity.ga", true }, @@ -68003,11 +67990,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perfectme.tk", true }, { "perfectoparty.co.uk", true }, { "perfectosidiotaspunk.tk", true }, + { "perfectsmilesdentistry.net", true }, { "perfectsnap.co.uk", true }, { "perfectstreaming.systems", true }, { "perfectworldbot.tk", true }, { "perfektesgewicht.com", true }, - { "perfila.com.br", true }, { "perfmatters.io", true }, { "perfmed.ro", true }, { "performanceetcoaching.fr", true }, @@ -68113,7 +68100,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perved.org", true }, { "pervejshijistochnik.tk", true }, { "perversa.cl", true }, - { "perversas.cl", true }, { "pervoklass.cf", true }, { "pervomaysk-city.ml", true }, { "perzeidi.hr", true }, @@ -68177,11 +68163,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peterkshultz.com", false }, { "peterlajos.com", true }, { "peterlew.is", true }, + { "peterlmai.com", true }, { "petermaar.com", true }, { "petermuenster.tk", true }, { "peternagy.ie", true }, { "peters.consulting", true }, { "peterslavik.com", true }, + { "petersonchiropractic.net", true }, { "petersontoscano.com", true }, { "petervaldesii.com", false }, { "petevagabond.com", true }, @@ -68192,6 +68180,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peticion.tk", true }, { "petit-archer.com", true }, { "petite-maison.ch", false }, + { "petiteframes.com", true }, { "petitsfrenchies.com", true }, { "petitsfreresdespauvres.fr", true }, { "petitu.mx", true }, @@ -68237,6 +68226,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peukert.cc", true }, { "pew.ninja", true }, { "pewat.com", true }, + { "pewresearch.org", true }, { "pex.digital", false }, { "pexxi.eu", true }, { "peya.tokyo", true }, @@ -68375,10 +68365,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phil.red", true }, { "phil.tw", true }, { "philadelphia.com.mx", true }, - { "philadelphiadancefoundation.org", true }, { "philanima.com", true }, { "philarmonic-abaza.tk", true }, - { "phildonaldson.com", true }, { "phileas-psychiatrie.be", true }, { "philia-sa.com", false }, { "philipdb.com", true }, @@ -68411,6 +68399,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "philipsmanythougths.cf", true }, { "philipssupportforum.com", true }, { "philipzhan.tk", true }, + { "philis-oenologie.fr", true }, { "phillipgoldfarb.com", true }, { "phillippe-lemarc.ch", true }, { "phillippi.me", true }, @@ -68452,6 +68441,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phoenixmunicipalcourt.gov", true }, { "phoenixnest.ltd", true }, { "phoenixsalon.eu", true }, + { "phoenixshirt.com", true }, { "phoenixurbanspaces.com", true }, { "phographer.com", true }, { "pholder.com", true }, @@ -68498,15 +68488,14 @@ 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 }, - { "photographymof.com", true }, { "photolessya.by", true }, { "photomaniastore.com", true }, { "photomizer.com", false }, { "photomodelcasting.com", true }, + { "photoneo.com", true }, { "photops.fr", true }, { "photosafari.com.my", true }, { "photosafaribg.com", true }, @@ -68642,6 +68631,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "picksin.club", true }, { "pickupalliance.com", true }, { "pickupenc.ru", true }, + { "pickybeast.com", true }, { "piclect.com", true }, { "picloud.xyz", true }, { "picme.tk", true }, @@ -68698,12 +68688,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pierre-denoblens.net", true }, { "pierre-schmitz.com", true }, { "pierreau.fr", true }, - { "pierrebruynooghe.fr", true }, + { "pierrebruynooghe.fr", false }, { "pierrefv.com", false }, { "pierrejeansuau.fr", true }, { "pierreprinetti.com", false }, { "pierreterrien.fr", true }, { "pierreyvesdick.fr", true }, + { "piersmana.com", true }, { "pierson.tk", true }, { "pietbrakman.tk", true }, { "pietechsf.com", false }, @@ -68712,7 +68703,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pieterbos.nl", true }, { "pieterdev.net", true }, { "pieterhordijk.com", false }, - { "pietermaene.be", false }, { "pietron.name", true }, { "pietrosoft.tk", true }, { "pietz.uk", true }, @@ -68725,7 +68715,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pighouse.info", true }, { "pigliadesigns.com", true }, { "pignus.tech", true }, - { "pigritia.de", true }, { "pigzilla.co", true }, { "pijamasbichopreguica.com.br", true }, { "pijuice.com", true }, @@ -68768,7 +68757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pilvin.pl", true }, { "pimanta.com", true }, { "pimastoneaz.com", true }, - { "pimentokinderboeken.nl", true }, { "pimhaarsma.nl", true }, { "pimhaarsmamedia.nl", true }, { "pimichi.com", true }, @@ -68924,6 +68912,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pisarzowa.tk", true }, { "piscine.roma.it", true }, { "piseach.be", true }, + { "pisearch.cn", true }, { "pisf.in", true }, { "pishgamiran.tk", true }, { "piskenfuerwehr.de", true }, @@ -68939,6 +68928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pitbooks.ga", true }, { "pitbullclub.tk", true }, { "pitbullsecuritysolutions.ca", true }, + { "pitch.com", true }, { "pitchup.com", true }, { "pitchupp.com", true }, { "piter-print.tk", true }, @@ -69023,7 +69013,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pizzeria-mehrhoog.de", true }, { "pizzeriaamadeus.hr", true }, { "pizzeriasmallorca.com", true }, - { "pj1100.cc", false }, { "pj11018.com", true }, { "pj21j.com", false }, { "pj21m.com", true }, @@ -69106,6 +69095,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "planeta-tierra.cl", true }, { "planetadeti.org", true }, { "planetanim.fr", true }, + { "planetapolska.com", true }, { "planetarian.moe", true }, { "planetarydesign.com", true }, { "planetau2.com", true }, @@ -69137,12 +69127,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "planktonforhealth.co.uk", true }, { "planlos.net", true }, { "planmemberpartners.com", true }, + { "planned-cities.com", true }, { "plannedgrocery.com", true }, { "plannedlink.com", true }, { "planning.ga", true }, { "plano.gq", true }, { "planolowcarb.com", true }, - { "planosvivointernet.com.br", true }, { "planosylicencias.de", true }, { "planovivofibra.com.br", true }, { "planrow.com", true }, @@ -69187,6 +69177,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plateformecandidature.com", true }, { "platform-med.org", true }, { "platform.ltd.uk", true }, + { "platform2020prague.com", true }, + { "platforma2020praha.cz", true }, { "platformadmin.com", true }, { "platformlms.org", true }, { "platinapump.com", true }, @@ -69205,11 +69197,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "play-charades.com", true }, { "play-lu.com", true }, { "play-telochki.tk", true }, - { "play-the-furyu.com", true }, { "play.cash", true }, { "play.google.com", true }, { "playandwin.co.uk", true }, { "playanka.com", true }, + { "playasmiles.com", true }, { "playawaycastles.co.uk", true }, { "playblightnight.com", true }, { "playcollect.net", true }, @@ -69218,14 +69210,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "playelephant.com", true }, { "player.me", true }, { "playerdb.co", true }, - { "playerhunter.com", false }, { "playface.ml", true }, - { "playfrank.com", true }, { "playground.place", true }, { "playhappywheelsunblocked.com", true }, { "playinfinity.com", true }, { "playinfinityvr.com", true }, { "playit.rs", true }, + { "playitsafe.eu", false }, { "playlisten.radio.br", true }, { "playmei.com", true }, { "playmfe.com", true }, @@ -69307,6 +69298,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plokko.com", true }, { "plongee-phuket.fr", true }, { "plotbubble.com", true }, + { "plothost.com", true }, { "ploxel.com", true }, { "plr4wp.com", true }, { "plsboop.me", true }, @@ -69327,7 +69319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plumbingcentral.com.au", true }, { "plumbingglenvista.co.za", true }, { "plumbingkingsllc.com", true }, - { "plumbingofmesquite.com", true }, { "plumlocosoft.com", true }, { "plumnet.ch", true }, { "plumpie.net", false }, @@ -69372,7 +69363,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pm13.org", true }, { "pm25.im", true }, { "pma-iss.com", true }, - { "pmaene.be", false }, { "pmalaty.com", true }, { "pmarbeid.nl", true }, { "pmarques.info", true }, @@ -69396,6 +69386,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pmk.ddns.net", false }, { "pmklaassen.com", true }, { "pmnaish.co.uk", true }, + { "pmnd.rs", true }, { "pmoreau.org", true }, { "pmoscr.com", true }, { "pmp-art.com", true }, @@ -69547,7 +69538,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pocketfullofkittens.com", true }, { "pocketinsure.com", true }, { "pocketmags.com", true }, - { "pocketpasta.com", true }, + { "pocketpasta.com", false }, { "pockets.jp", true }, { "pocobelli.ch", false }, { "pocze.ch", true }, @@ -69558,7 +69549,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "podcrto.si", true }, { "podd.xyz", true }, { "podemos.info", true }, - { "poder.tech", true }, { "poderesdanatureza.com.br", true }, { "podia.com.gr", false }, { "podia.gq", true }, @@ -69566,6 +69556,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "podlibre.org", true }, { "podo-podo.com", true }, { "podobovo.if.ua", true }, + { "podologie-diever.nl", true }, { "podroof.com", true }, { "podroof.com.au", true }, { "podshrink.de", true }, @@ -69594,6 +69585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pogetback.pl", true }, { "pogodavolgograd.tk", true }, { "pogodok.tk", true }, + { "pogomate.com", true }, { "pogoswine.com", true }, { "pogotowiekomputeroweolsztyn.pl", true }, { "pogrebisky.net", true }, @@ -69662,11 +69654,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pokerking.club", true }, { "pokermix.ca", true }, { "pokerslab.com", true }, - { "pokia.ir", true }, { "pokl.cz", true }, { "pokon548.ink", true }, { "pokpok.tk", true }, { "pokrowcecardo.pl", true }, + { "pokupaisumom.ee", true }, { "pokupkionline.tk", true }, { "polaire.org", true }, { "polak-import.tk", true }, @@ -69693,9 +69685,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "policymakr.com", true }, { "policyreporter.us", true }, { "polifisio.com.br", true }, + { "poliground.com", true }, { "polimer39.ml", true }, { "polina-gagarina.gq", true }, { "polinet.de", true }, + { "polioptics.com", true }, { "polis.or.at", true }, { "polis.to", false }, { "polis812.ru", true }, @@ -69807,6 +69801,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ponnohaat.com", true }, { "ponpon.tk", true }, { "ponpon05.com", true }, + { "ponselgue.com", true }, { "ponselsoak.com", true }, { "ponte-camp.de", true }, { "pontiwerx.com.au", true }, @@ -69924,6 +69919,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "porniwi.com", true }, { "pornjunkiesxxx.com", true }, { "pornless.biz", true }, + { "pornline.porn", true }, { "pornline.sex", true }, { "pornloupe.com", true }, { "pornmad.com", true }, @@ -69938,6 +69934,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pornofilmovi.us", true }, { "pornogam.porn", true }, { "pornogo.sex", false }, + { "pornogo.tube", true }, { "pornohub.su", true }, { "pornohypnosis.tk", true }, { "pornojimo.com", true }, @@ -70004,7 +70001,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "portchesterny.gov", true }, { "porte.roma.it", true }, { "portefeuillesignalen.nl", false }, - { "portercup.com", true }, { "porterranchelectrical.com", true }, { "portesmagistral.com", true }, { "portfoliobox.net", true }, @@ -70056,6 +70052,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "positronicmoron.tk", true }, { "poslusny.com", true }, { "posobota.cz", true }, + { "posoco.in", true }, { "posoiu.net", true }, { "pospisilik.eu", true }, { "post-anon.tk", true }, @@ -70070,6 +70067,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "postal.dk", true }, { "postal3.es", true }, { "postandfly.com", true }, + { "postat.com", true }, { "postawnasiebie.pl", true }, { "postback.io", false }, { "postblue.info", true }, @@ -70101,6 +70099,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "postmoderns.info", true }, { "postmusicologia.tk", true }, { "postn.eu", true }, + { "postofficenear.com", true }, { "postoffices.co.in", true }, { "postoyanstvo.cf", true }, { "postpot.co.kr", true }, @@ -70113,7 +70112,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "potato.im", true }, { "potatodiet.ca", true }, { "potatofrom.space", true }, - { "potatotee.com", true }, { "potatron.tech", true }, { "potature.it", true }, { "potature.org", true }, @@ -70124,6 +70122,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "potentialproject.com", false }, { "potentialunlockedtuition.com", true }, { "poterepersonale.it", true }, + { "poterscy.pl", true }, { "potgrowersunion.com", true }, { "pothe.com", true }, { "pothe.de", true }, @@ -70180,7 +70179,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "powerball.shop", true }, { "powerbi.istanbul", true }, { "powerblanket.com", true }, - { "powercloud.technology", true }, { "poweredbyiris.nl", true }, { "powerentertainment.tv", true }, { "powerforpeople.tk", true }, @@ -70210,6 +70208,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "powersergusercontent.com", true }, { "powershellmagic.com", true }, { "powersolusa.com", true }, + { "powerspeaking.com", true }, { "powersubmitter.tk", true }, { "powertoolsrater.net", true }, { "powertop.com", true }, @@ -70305,12 +70304,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pragueswim.cz", true }, { "praha-9.eu", true }, { "praiss.net", true }, + { "praizeej.com", true }, { "prajwal-koirala.com", true }, { "prakhar.uk", true }, { "prakharprasad.com", true }, + { "praksite.fr", true }, { "praktijkdeeersteindruk.nl", true }, { "praktijkdevecht.nl", true }, { "praktijkpassepartout.nl", true }, + { "praktijktian.be", true }, { "praktiker.hu", true }, { "praladofuturo.blog", true }, { "praleria.com", true }, @@ -70454,6 +70456,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "premkumar.net", true }, { "premsarswat.me", true }, { "premtech.nl", true }, + { "prepa-benjam.fr", true }, { "prepadefi.fr", true }, { "prepagosyescortforyou.com", true }, { "prepaid-cards.xyz", true }, @@ -70487,6 +70490,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "presidentialinnovationfellows.gov", true }, { "presidentialserviceawards.org", true }, { "presidio.gov", true }, + { "presly.org", true }, { "presnya.tk", true }, { "press-presse.ca", true }, { "pressakey.com", true }, @@ -70535,6 +70539,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prettygirlcheats.com", true }, { "prettynode.com", false }, { "prettytunesapp.com", true }, + { "pretzelhands.com", true }, { "pretzelx.com", true }, { "prevenir.ch", false }, { "preventfalls.com", true }, @@ -70572,6 +70577,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "primalshop.dk", true }, { "primalsurvivor.net", true }, { "primananda.com", true }, + { "primark.guru", true }, { "primary.fit", true }, { "primates.com", true }, { "primbit.ru", true }, @@ -70579,6 +70585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "primecursos.com.br", true }, { "primeequityproperties.com", true }, { "primegiftindia.com", true }, + { "primekinoshita.com", true }, { "primelogistics.cf", true }, { "primeops.co", true }, { "primglaz.ru", true }, @@ -70594,7 +70601,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "princelishan.com.tw", true }, { "princemathew.tk", true }, { "princemolak.ga", true }, + { "princess-vip-escort.com", true }, { "princessbackpack.de", true }, + { "princesscarly.com", true }, { "princessefoulard.com", true }, { "princetonnassaupediatrics.com", true }, { "princetonradiationoncology.com", true }, @@ -70649,6 +70658,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "priorityelectric.mobi", true }, { "priorityelectric.net", true }, { "priorityessays.com", true }, + { "priorityfakes.com", true }, { "prioritynissannewportnewsparts.com", true }, { "prism-communication.com", true }, { "prismacloud.com", true }, @@ -70698,6 +70708,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "privatebanks.uk", true }, { "privatebin.info", true }, { "privatecapsecurity.org", true }, + { "privatecollection.ae", true }, { "privateger.me", true }, { "privategiant.com", true }, { "privatehd.to", true }, @@ -70714,6 +70725,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "privatetrainingonline.se", true }, { "privatevoid.net", true }, { "privatfrei.de", true }, + { "privatmeet.com", true }, { "privatpatient-krankenhaus.de", true }, { "privatstunden.express", true }, { "privc.io", true }, @@ -70740,6 +70752,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prm-taiwan.com", true }, { "prmihoc.com", true }, { "prnav.com", true }, + { "pro-alter.ch", true }, { "pro-ben.sk", true }, { "pro-clean.org", true }, { "pro-co.at", true }, @@ -70767,6 +70780,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proadvanced.com", true }, { "proagile.se", true }, { "proalist.com", true }, + { "proalter.ch", true }, { "proastec.com.br", true }, { "proauto.bg", true }, { "probano.com", true }, @@ -70778,10 +70792,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "probiv.biz", true }, { "probiv.cc", true }, { "problempaws.ie", true }, + { "problemstate.com", true }, + { "problemstate.de", true }, + { "problemstate.net", true }, + { "problemstate.org", true }, { "problemysholkama.cz", true }, { "probono14.org", true }, { "probonus.tk", true }, { "probooks.gq", true }, + { "procalc.be", true }, { "procar-rheinland.de", true }, { "procarservices.com", true }, { "procarswoking.com", true }, @@ -70798,6 +70817,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proclubs.news", true }, { "procode.ch", true }, { "procode.gq", true }, + { "proconnectengenharia.com.br", true }, { "procore.space", true }, { "procrastinatingengineer.co.uk", true }, { "procrastinatingengineer.uk", true }, @@ -70824,7 +70844,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prodinger.com", true }, { "prodottitipicidellatoscana.it", true }, { "prodottogiusto.com", true }, - { "prodsim.ninja", true }, { "produccioneskm.cl", true }, { "producentbalustrad.pl", true }, { "producepromotions.com", true }, @@ -70912,7 +70931,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prog.sh", true }, { "prog24.net", true }, { "progamehackers.tk", true }, - { "progamermundo.com", true }, { "progarm.org", true }, { "progaudio.be", true }, { "progenda.be", true }, @@ -70968,6 +70986,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proj.org.cn", true }, { "proj3ct.me", true }, { "proj6.site", true }, + { "project-merlin.co.uk", true }, { "project-novis.org", true }, { "project-rune.tech", true }, { "project-scarlett.com", true }, @@ -71009,16 +71028,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "projet-saara.com", true }, { "projetomovase.com", true }, { "projetoscan.online", true }, - { "prolearningcentre.com", true }, { "proledwall.nl", true }, { "prolens-lankaran.tk", true }, { "prolinos.de", true }, { "prolocofrascarolo.tk", true }, { "promax.nl", true }, + { "promea.net", true }, { "promedyczny.pl", true }, { "prometheanfire.net", true }, { "prometheanfire.org", true }, - { "promexbol.com.bo", true }, { "promhadan.com", true }, { "promiflash.de", true }, { "promifotos.com", true }, @@ -71031,6 +71049,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "promo-code.tk", true }, { "promo-kodi.tk", true }, { "promo-matelas.com", true }, + { "promo.lc", true }, { "promobo.fr", true }, { "promocao.email", true }, { "promocjedladzieci.pl", true }, @@ -71051,7 +71070,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "promospg.es", true }, { "promotech.pro", true }, { "promoterms.com.au", true }, - { "promotioncentre.co.uk", true }, { "promotiongeeks.com", false }, { "promotionnissanauto.com", true }, { "promtechosnastka.ru", true }, @@ -71074,6 +71092,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "propermatches.com", true }, { "propershave.com", true }, { "propertea.me", true }, + { "propertech.com.br", true }, { "properticons.com", true }, { "property-catalogue.eu", true }, { "property-tax.cf", true }, @@ -71093,7 +71112,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prophiler.de", true }, { "propipesystem.com", true }, { "propiteer.com", true }, - { "propmag.co", true }, + { "propiteercapitalplc.com", true }, { "propolisturkiye.tk", true }, { "proporcer.tk", true }, { "proposalonline.com", true }, @@ -71113,6 +71132,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proservices-informatique.fr", true }, { "proservices.vip", true }, { "prosharp.com.au", true }, + { "proshnotori.com", true }, { "proshow.com.ua", true }, { "proslimdiets.com", true }, { "prosocialmachines.com", true }, @@ -71183,6 +71203,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "protic.pt", true }, { "protidhoni.com", true }, { "protiksana.gr", true }, + { "proto.io", true }, { "proto.ovh", true }, { "protobetatest.com", true }, { "protocol.ai", true }, @@ -71219,6 +71240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proverochka.tk", true }, { "provide-your-image.de", true }, { "providencecmc.com", true }, + { "providentfireplus.com", true }, { "providential.be", true }, { "providentins.com", true }, { "providerlijst.com", true }, @@ -71318,6 +71340,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pschierl.com", true }, { "pscp.tv", true }, { "psd2.club", true }, + { "psdfindia.in", true }, { "psdpt-tpfd.gc.ca", true }, { "psdreams.com", true }, { "psdsfn.com", true }, @@ -71379,6 +71402,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psw-group.de", true }, { "psw-training.de", true }, { "psw.net", true }, + { "pswatcher.com", true }, { "psycenter.tk", true }, { "psychedelia.com", true }, { "psychedelics.org", true }, @@ -71396,6 +71420,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psychologic.tk", true }, { "psychologie-hofner.at", true }, { "psychologist.ga", true }, + { "psychologue-a-paris.com", true }, { "psychologue-grenoble.org", true }, { "psychologytests.tk", true }, { "psychometrictest.ca", true }, @@ -71425,6 +71450,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psyk-patienten.tk", true }, { "psykologtidningen.gq", true }, { "psykometrisk.se", true }, + { "psylab.cc", false }, { "psylab.re", true }, { "psylab.vip", true }, { "psynapse.net.au", true }, @@ -71443,6 +71469,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ptboys.tk", true }, { "ptcbooks.gq", true }, { "ptcdogpark.com", true }, + { "ptcmonitoring.ir", true }, { "pteceng.com", true }, { "pterodactyl.org.cn", true }, { "pterodactylus.cz", true }, @@ -71467,7 +71494,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pub-online.ro", true }, { "pubclub.com", true }, { "pube.tk", true }, - { "pubean.com", true }, { "pubertytalk.com", true }, { "pubg-tournament.com", true }, { "pubgmobilebangladesh.com", true }, @@ -71565,6 +71591,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "punkcolombia.tk", true }, { "punknews.org", true }, { "punknmetal.tk", true }, + { "punkrockpsychology.com", true }, { "puntacanalink.com", true }, { "puntacananetwork.com", true }, { "puntacanatransporte.com", true }, @@ -71646,6 +71673,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pushok.tk", true }, { "pushpanel.io", true }, { "pushphp.com", true }, + { "pushroi.com", true }, { "pusichatka.ddns.net", true }, { "pussplay.com", true }, { "pussr.com", true }, @@ -71671,6 +71699,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "putnik.tk", true }, { "putrock.be", true }, { "puttymonos.club", true }, + { "puurgent.be", true }, { "puxlit.net", true }, { "puyallupnissanparts.com", true }, { "puyblanc.info", true }, @@ -71730,6 +71759,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pycrypto.org", true }, { "pycycle.info", true }, { "pygarage.com", false }, + { "pygb.cl", true }, { "pygmyleafchameleon.com", true }, { "pyhello.world", true }, { "pyjiaoyi.cc", true }, @@ -71785,8 +71815,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "q6957.co", true }, { "q81365.com", true }, { "q82365.com", true }, - { "q88588.com", false }, - { "q886666.com", true }, { "q8igh228tq.tk", true }, { "q9297.co", true }, { "q9297.com", true }, @@ -71824,6 +71852,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qbtechs.com", true }, { "qc.immo", true }, { "qc.search.yahoo.com", false }, + { "qcbrna.qa", true }, { "qccareerschool.com", false }, { "qcdesignschool.com", false }, { "qceventplanning.com", false }, @@ -71907,6 +71936,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qm-marzahnnordwest.de", true }, { "qmarket.tk", true }, { "qmee.com", true }, + { "qmeriaux.fr", true }, { "qnid.cc", true }, { "qnixon.com", true }, { "qnome.eu", true }, @@ -71992,6 +72022,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qualite-ecole-et-formation.ch", false }, { "qualith.tk", true }, { "quality-life.gr", true }, + { "qualityasphaltutah.com", true }, + { "qualitybazarbd.com", true }, { "qualityconcreteraising.com", true }, { "qualitydns.net", true }, { "qualityfactory.com", true }, @@ -72004,10 +72036,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qualpay.com", true }, { "qualtrics.com", true }, { "qualyven.com", true }, - { "quant-labs.de", true }, + { "quant-labs.de", false }, { "quantaloupe.tech", true }, { "quantatec.com.br", true }, { "quanterra.ch", false }, + { "quanticlab.com", true }, { "quantifiedcommerce.com", true }, { "quantolytic.de", true }, { "quantomaisconsorcios.com.br", true }, @@ -72170,12 +72203,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quire.io", true }, { "quirkytravelguy.com", true }, { "quisildenafil.gq", true }, - { "quitarlasmanchasde.com", true }, { "quitimes.com", true }, { "quiv.re", true }, { "quiz.biz", true }, { "quiz4math.gr", true }, { "quizandmoney.com", true }, + { "quizapps.se", true }, { "quizhub.co", false }, { "quizhub.ml", true }, { "quizinn.live", true }, @@ -72224,7 +72257,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qwerty.work", true }, { "qwertyatom100.me", true }, { "qwikdash.com", true }, - { "qwitsmoking.com", true }, { "qwq.moe", true }, { "qwq2333.top", true }, { "qwrk.io", true }, @@ -72236,6 +72268,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qxzgssr.xyz", true }, { "qybot.cn", true }, { "qzhou.ddns.net", true }, + { "qzin.jp", true }, { "r-ay.cn", true }, { "r-core.org", true }, { "r-cut.fr", true }, @@ -72292,6 +72325,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rabbitcallcenter.com", true }, { "rabbitfinance.com", true }, { "rabbitinternet.com", true }, + { "rabbitsstore.com", true }, { "rabec.com.sa", true }, { "rabica.de", true }, { "rabinson2005.tk", true }, @@ -72310,16 +72344,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raccoon.fun", true }, { "raccoon.io", true }, { "raccoonsociety.org", true }, + { "raceevents.live", true }, { "racermaster.xyz", true }, { "racesimscoring.com", true }, - { "raceviewcycles.com", true }, { "rachaeltaylor.tk", true }, { "rachelchen.me", true }, { "racheldiensthuette.de", true }, { "rachelmoorelaw.com", true }, { "rachelreagan.com", true }, { "rachelsbouncycastles.co.uk", true }, - { "rachida-dati.eu", true }, { "rachnacollege.tk", true }, { "racing-planet.cz", true }, { "racingfanclub.tk", true }, @@ -72328,6 +72361,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rackoon.de", true }, { "raclet.co.uk", true }, { "raconconsulting.co.uk", true }, + { "raconteurs.gent", true }, { "racunovodstvo-prina.si", true }, { "rad-route.de", true }, { "rad2share.com", true }, @@ -72396,6 +72430,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radioelectronic.tk", true }, { "radioenam.tk", true }, { "radiofmimagen.net", true }, + { "radiogear.ru", true }, { "radiogomezone.tk", true }, { "radioharrastus.tk", true }, { "radioheaven.co.kr", true }, @@ -72447,11 +72482,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radixsalon.tk", true }, { "radlina.com", true }, { "radnas.com", true }, - { "radnetumconnect.com", true }, { "radnickapartija.tk", true }, { "radomir-online.ru", true }, { "radon.tk", true }, { "radondetectionandcontrol.com", true }, + { "radost.digital", true }, { "radreisetraumtreibstoff.de", true }, { "raduga-tv.tk", true }, { "raduga4.ml", true }, @@ -72461,7 +72496,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radyodinle.us", true }, { "radzikow.ski", true }, { "raeder-test.azurewebsites.net", true }, - { "raelto.com", true }, { "raeu.me", true }, { "raeven.nl", true }, { "raevinnd.com", true }, @@ -72511,13 +72545,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "railbird.nl", true }, { "railbus.fan", true }, { "railclub.tk", true }, + { "railduction.eu", true }, { "raileo.com", true }, { "railgun.ac", true }, { "railgun.com.cn", true }, { "railjob.cn", true }, { "raillto.com", true }, { "railorama.nl", true }, - { "railot.com", true }, { "railpassie.nl", true }, { "railsideworks.com", true }, { "railto-sucks.com", true }, @@ -72531,14 +72565,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "railto.net", true }, { "railto.org", true }, { "railtocom.com", true }, - { "railtoe.com", true }, { "railtoexchange.com", true }, - { "railtoh.com", true }, { "railtollc.com", true }, { "railtoo.com", true }, { "railtosucks.com", true }, - { "railtow.com", true }, - { "railtp.com", true }, { "railtto.com", true }, { "railvideo.co.uk", true }, { "railvideo.net", true }, @@ -72564,6 +72594,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rainer-knappe.de", true }, { "rainforest.engineering", true }, { "rainierpros.com", true }, + { "rainiv.com", true }, { "rainmanzone.com", true }, { "rainnetwork.tk", true }, { "rainpaper.com", true }, @@ -72578,6 +72609,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raiseyourflag.com", true }, { "raisingzona.com", true }, { "raissarobles.com", true }, + { "raistrick.art", true }, { "raistrick.it", true }, { "raitlo.com", true }, { "raitza.de", true }, @@ -72595,7 +72627,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raku.bzh", true }, { "rakugaki.cn", true }, { "rakugokai.net", true }, - { "raleto.com", true }, { "ralfs-zusizone.de", true }, { "ralimtek.com", false }, { "ralix.net", true }, @@ -72608,6 +72639,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rallybase.cz", true }, { "rallybase.eu", true }, { "rallycycling.com", true }, + { "rallyekrumlov.cz", true }, { "rallypodium.be", true }, { "rallytrophy.tk", true }, { "raltha.com", true }, @@ -72619,7 +72651,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ramatola.uk", false }, { "ramblingrf.tech", true }, { "rambo.codes", true }, - { "ramdigital.xyz", true }, { "rametrix.com", true }, { "ramiabusalah.tk", true }, { "ramieres.cf", true }, @@ -72661,6 +72692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "randomquotesapp.com", true }, { "randomsearching.ml", true }, { "randomserver.pw", true }, + { "randomserver.xyz", true }, { "randomsnapshots.tk", true }, { "randomstuffproductions.tk", true }, { "randomtest.cf", true }, @@ -72706,6 +72738,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raoul-kieffer.net", true }, { "rap4ever.org", true }, { "rapanui.tk", true }, + { "rapay.net", true }, { "rapdinle.tk", true }, { "rapdogg.com", true }, { "rapenroer.com", true }, @@ -72725,7 +72758,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rapidsec.net", true }, { "rapidshit.net", true }, { "rapidstone.com", true }, - { "rapidsurvival.com", true }, { "rapidxray.biz", true }, { "raportdnia.pl", true }, { "rappet.de", true }, @@ -72766,7 +72798,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raskrutka.cf", true }, { "raspii.tech", true }, { "raspitec.ddns.net", true }, - { "rassadacvetov.com", true }, + { "rassadacvetov.com", false }, { "rasset.ie", true }, { "rassro.sk", true }, { "rastabooks.ga", true }, @@ -72830,6 +72862,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ravne.land", true }, { "ravron.com", true }, { "ravse.dk", true }, + { "rawbeautysource.com", true }, { "rawcbd.shop", true }, { "rawcode.xyz", true }, { "rawdamental.com", true }, @@ -72842,7 +72875,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raxion.cf", true }, { "raxion.tk", true }, { "ray-works.de", true }, - { "raya.io", false }, { "rayadventure.com", true }, { "raycarruthersphotography.co.uk", true }, { "raycon.io", true }, @@ -72880,6 +72912,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "razrabo.tk", true }, { "razrsec.uk", true }, { "razvanburz.net", true }, + { "razvanburz.ro", true }, + { "razvanvatamanu.ro", true }, { "razvlekuha.cf", true }, { "razvlekuhablog.tk", true }, { "rb-china.net", true }, @@ -72917,6 +72951,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rca.ink", true }, { "rca2015.ru", true }, { "rcanradon.ca", true }, + { "rccom.ru", true }, { "rccsc.org", true }, { "rcd.cz", false }, { "rcdocuments.com", true }, @@ -72935,6 +72970,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rcsda.net", true }, { "rcsolutions.nl", true }, { "rcsscontractors.com", true }, + { "rct-chair.com", true }, { "rct.sk", false }, { "rct.uk", true }, { "rctalk.com", true }, @@ -72950,7 +72986,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rdfmapped.com", true }, { "rdfproject.it", true }, { "rdfz.tech", true }, - { "rdh.asia", true }, + { "rdienclosures.com", true }, { "rdimedical.com", true }, { "rdjb2b.com", true }, { "rdl.at", true }, @@ -72970,6 +73006,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "re-crawl.com", true }, { "re-engines.com", true }, { "re-inspect.com", true }, + { "re-presented.de", true }, { "re-security.com", true }, { "re-wilding.com", true }, { "reach-on.de", true }, @@ -72992,7 +73029,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reading-assist.com", true }, { "readingandmath.org", true }, { "readingrats.de", true }, - { "readityourself.net", true }, { "readlater.de", true }, { "readless.cf", true }, { "readlight.me", true }, @@ -73075,6 +73111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reallytrusted.com", true }, { "reallywild.tk", true }, { "realm-of-shade.com", true }, + { "realm.is", true }, { "realme.govt.nz", true }, { "realmofaesir.com", true }, { "realmofespionage.xyz", true }, @@ -73085,7 +73122,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "realpython.com", true }, { "realrapfans.tk", true }, { "realtechreviews.com", true }, - { "realtime1.com.br", true }, { "realtoraidan.com", true }, { "realty-pochta.tk", true }, { "realtygroup-virginia.com", true }, @@ -73125,10 +73161,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reboxonline.com", true }, { "rebtoor.com", true }, { "rebuga.com", false }, + { "rebull.fr", true }, { "recalls.gov", true }, { "recantoshop.com", true }, { "recantoshop.com.br", true }, - { "recapp.ch", true }, { "recaptcha-demo.appspot.com", true }, { "recebersms.com", true }, { "receptenwebsite.com", true }, @@ -73136,6 +73172,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "receptionpoint.com", true }, { "receptionsbook.com", true }, { "recessmonkeyz.tk", true }, + { "recetasboricuas.com", true }, { "recetin.com", true }, { "recettemedievale.fr", true }, { "rechenknaecht.de", true }, @@ -73199,9 +73236,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "recuperatufigura.com", true }, { "recupero.it", true }, { "recuperodatiraidfastec.it", true }, - { "recurly.com", true }, { "recurrentmeningitis.org", true }, { "recursionrecursion.co.uk", true }, + { "recursos.vip", true }, { "recursoscristianosleinad.com", true }, { "recursosdeautoayuda.com", true }, { "recycle.cf", true }, @@ -73225,7 +73262,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redactedmedia.org", true }, { "redactieco.nl", true }, { "redballoonsecurity.com", true }, - { "redbaronpoolsupplies.com.au", true }, { "redburn.com", true }, { "redcabbage.tk", true }, { "redcanary.co", true }, @@ -73241,6 +73277,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redcross.com.ph", true }, { "redcupit.com", true }, { "redd.it", true }, + { "reddcrypt.com", true }, { "reddepsicologosdecr.com", true }, { "reddevilarmada.com", true }, { "reddingo.at", true }, @@ -73298,7 +73335,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redirecionarnoticias.ml", true }, { "redirect.fedoraproject.org", true }, { "redirect.stg.fedoraproject.org", true }, + { "redisgreen.com", true }, { "rediske.me", true }, + { "redite.co", true }, { "redivis.com", true }, { "redjuice.co.uk", true }, { "redkiwi.nl", true }, @@ -73329,6 +73368,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redraven.studio", true }, { "redray.org", true }, { "redrichindia.com", true }, + { "redriverhealthandwellness.com", true }, { "redrivernm.gov", true }, { "redrowcareers.co.uk", true }, { "redsequence.com", true }, @@ -73387,7 +73427,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "referati-ru.tk", true }, { "referati.tk", true }, { "referdell.com", true }, + { "refillthecity.eu", true }, { "refinansiering.no", true }, + { "refinedlightingaz.com", true }, { "refinedroomsllc.com", true }, { "refinery29.com", true }, { "refjob.jp", true }, @@ -73411,6 +73453,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "refreshliving.us", true }, { "refrigeratorrepair-austin.com", true }, { "refu.net", true }, + { "refuelcreative.com.au", true }, { "refundo.cz", true }, { "refundo.sk", true }, { "reg.place", true }, @@ -73434,6 +73477,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "regenpod.com", true }, { "regensburg-repariert.de", true }, { "regentinvest.com", true }, + { "regg.ae", true }, { "reggea.tk", true }, { "regiamo.ch", true }, { "regie-sc.ch", true }, @@ -73458,6 +73502,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "register.to", true }, { "registerex.me", true }, { "registerforevent.co.uk", true }, + { "registerforhappywellth.com", true }, { "registerra.nl", true }, { "registr.io", true }, { "registrarplus.net", true }, @@ -73509,7 +73554,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rein.kr", true }, { "reinaertvandecruys.com", true }, { "reinaertvandecruys.me", true }, - { "reinaldudras.ee", true }, { "reinaldudrasfamily.ee", true }, { "reinascba.com.ar", true }, { "reindersfoodfashion.nl", true }, @@ -73520,6 +73564,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reinhart-auto.cz", true }, { "reinheft.de", true }, { "reinierjonker.nl", true }, + { "reinisch.io", true }, { "reinoldus.ddns.net", true }, { "reinotools.com", true }, { "reinout.nu", true }, @@ -73534,7 +73579,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reishunger.de", true }, { "reismil.ch", true }, { "reisslittle.com", true }, - { "reissnehme.com", true }, { "reitmeier.me", true }, { "reitoracle.com", true }, { "reitstall-goettingen.de", true }, @@ -73613,6 +73657,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "remediohalkiparaladiabetes.org", true }, { "remedionaturales.com", true }, { "remedioparaherpes.com", true }, + { "remedyrow.market", true }, { "remejeanne.com", true }, { "remembermidi.sytes.net", true }, { "remembertheend.com", true }, @@ -73634,7 +73679,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "remitatm.com", false }, { "remiz.org", true }, { "remmik.com", true }, - { "remny.com", true }, { "remodelwithlegacy.com", true }, { "remodeus.com", true }, { "remonline.ru", true }, @@ -73694,6 +73738,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "renewablefreedom.org", true }, { "renewablemaine.org", true }, { "renewablepedia.com", true }, + { "renewcleaningservices.net", true }, { "renewedfreedomcenter.com", true }, { "renewgsa.com", true }, { "renewmedispa.com", true }, @@ -73747,6 +73792,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "renthelper.us", true }, { "rentinsingapore.com.sg", true }, { "rentitnowfast.com", true }, + { "rentnow.my", true }, { "rentourhomeinprovence.com", true }, { "rentsbg.com", true }, { "renuo.ch", true }, @@ -73760,7 +73806,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "repairgeniuses.com", true }, { "repairguy.dk", true }, { "repairit.support", true }, - { "repairtly.com", true }, + { "repairtly.com", false }, { "repalcateia.com.br", true }, { "repaper.org", true }, { "reparacionesdecalefones.com", true }, @@ -73817,7 +73863,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "repuestosmedellin.com", true }, { "repugnant-conclusion.com", true }, { "repugnantconclusion.com", true }, - { "reputatiedesigners.nl", true }, { "reputationweaver.com", true }, { "requestr.co.uk", true }, { "requeue.ga", true }, @@ -73836,7 +73881,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "research-panel.jp", true }, { "research.facebook.com", false }, { "research.md", true }, - { "researchchempro.nl", true }, { "researchgate.net", true }, { "researchstory.com", true }, { "reseau-protestant.ch", false }, @@ -73999,6 +74043,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "retroride.cz", true }, { "retroroundup.com", true }, { "retroslave.ga", true }, + { "retrotown.ws", true }, { "retrotracks.net", false }, { "retrotubesporn.com", true }, { "retrovideospiele.com", true }, @@ -74018,7 +74063,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reva.edu.in", true }, { "revaloriza.cf", true }, { "revamed.com", false }, - { "revampweb-development.azurewebsites.net", true }, { "revampweb-staging.azurewebsites.net", true }, { "revapost.fr", true }, { "revayd.net", true }, @@ -74028,10 +74072,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "revealdata.com", true }, { "revenge-spells.com", true }, { "revensoftware.com", true }, - { "reverenceplanning.com", true }, { "reverencestudios.com", true }, { "reverseaustralia.com", true }, { "reversecanada.com", true }, + { "reversecrucifixkm.altervista.org", true }, { "reversedns.tk", true }, { "reverseloansolutions.com", true }, { "reverselookupphone.us", true }, @@ -74119,6 +74163,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rfp-rechtsanwaelte.de", true }, { "rfs-zbpe.net", true }, { "rftoon.com", true }, + { "rfxanalyst.com", true }, { "rga.sh", true }, { "rgb2hex.online", true }, { "rgbinnovation.com", true }, @@ -74164,6 +74209,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rhodos.fr", true }, { "rhodri.io", true }, { "rhowell.io", true }, + { "rhubarb.land", true }, { "rhumblineadvisers.com", true }, { "rhye.tk", true }, { "rhymc.com", true }, @@ -74183,6 +74229,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rib-leipzig.com", true }, { "riba-lov.ga", true }, { "ribafs.tk", true }, + { "ribdigital.com", true }, { "ribella.net", true }, { "ribolov.tk", true }, { "ribtours.co", true }, @@ -74232,18 +74279,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "richfieldsean.org", true }, { "richie.cloud", true }, { "richie.fi", true }, - { "richie.network", true }, - { "richie.one", true }, - { "richie.pm", true }, - { "richieheijmans.cloud", true }, { "richieheijmans.com", true }, { "richieheijmans.email", true }, { "richieheijmans.eu", true }, { "richieheijmans.io", true }, { "richieheijmans.network", true }, - { "richieheijmans.nl", true }, { "richieheijmans.one", true }, - { "richieheijmans.xyz", true }, { "richkidmarketing.com", true }, { "richlandcountyoh.gov", true }, { "richlj.com", true }, @@ -74263,13 +74304,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rickweijers.nl", true }, { "rickyromero.com", true }, { "rico-brase.de", false }, + { "rico-j.de", true }, { "rico.ovh", true }, { "ricobaldegger.ch", true }, + { "ricochet.com", true }, { "ricochet.im", true }, { "ricor.cl", false }, { "ricordisiciliani.it", true }, { "ricoydesign.com", true }, { "ricozienke.de", true }, + { "ricreare.com", true }, { "riddickthemovie.tk", true }, { "riddimsworld.com", true }, { "riddler.com.ar", true }, @@ -74286,13 +74330,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ridvan-vllasaliu.tk", true }, { "riechsteiner.tech", true }, { "riederle.com", true }, - { "riem.in", true }, { "riemzac.com", true }, { "riesenmagnete.de", true }, { "riesenweber.id.au", true }, { "riesheating.com", true }, { "riesurya.com", false }, - { "rievo.net", true }, { "riffelhaus.ch", true }, { "riffreporter.de", true }, { "rift.pictures", true }, @@ -74334,6 +74376,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rik.onl", true }, { "rikaidoshop.com", true }, { "riklewis.com", true }, + { "riku.la", true }, { "riku.pro", true }, { "riku.pw", true }, { "rikunori.com.tw", true }, @@ -74350,7 +74393,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rimeto.io", true }, { "rimkereso.hu", true }, { "rimo.site", true }, - { "rimonhwang.com", true }, { "rimorrecherche.nl", true }, { "rincon-nsn.gov", true }, { "rincondenoticas.com", true }, @@ -74378,6 +74420,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rioxmarketing.pt", true }, { "rioxmarketing.us", true }, { "rip-sport.cz", true }, + { "ripa.io", true }, { "ripadores.tk", true }, { "ripaton.fr", true }, { "ripcityproject.com", true }, @@ -74388,19 +74431,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ripp-it.com", true }, { "ripper.store", true }, { "ripple.com", true }, - { "ripplelatestnews.today", true }, { "ripplenews.club", true }, - { "ripplenews.co", true }, { "ripplenews.info", true }, { "ripplenews.io", true }, { "ripplenews.live", true }, - { "ripplenews.me", true }, { "ripplenews.media", true }, { "ripplenews.news", true }, { "ripplenews.online", true }, { "ripplenews.world", true }, - { "ripplenews.xyz", true }, - { "ripplexrpnews.today", true }, { "riproduzionichiavi.it", true }, { "riptidetech.io", true }, { "ripuree.com", true }, @@ -74411,7 +74449,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "risalatconsultants.com", true }, { "risaphuketproperty.com", false }, { "riscascape.net", true }, - { "rischard.org", true }, { "riscoshardware.tk", true }, { "rise-technologies.com", true }, { "rise.com", true }, @@ -74494,6 +74531,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rizospastis.gr", true }, { "rj-onderneemt.nl", true }, { "rjan.nl", true }, + { "rje-hub.net", true }, { "rjicpas.com", true }, { "rjnutrition.consulting", false }, { "rk-links.ml", true }, @@ -74539,6 +74577,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rnb-storenbau.ch", true }, { "rnbjunk.com", true }, { "rncc.mx", true }, + { "rndtool.info", true }, { "rnews.tk", true }, { "rngmeme.com", true }, { "rnoax.com", true }, @@ -74564,6 +74603,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rob006.net", true }, { "robandjanine.com", true }, { "robaxin750mg.ml", true }, + { "robben.io", true }, { "robbertt.com", false }, { "robbiecrash.me", true }, { "robbievasquez.com", true }, @@ -74585,7 +74625,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roberthurlbut.com", true }, { "robertkotlermd.com", true }, { "robertkrueger.de", true }, - { "robertlluberes.com", true }, { "robertlysik.com", true }, { "robertmusil.ml", true }, { "robertnemec.com", true }, @@ -74636,6 +74675,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robotbattle.tk", true }, { "roboth.am", true }, { "robotham.org", true }, + { "robotimeshop.com", true }, { "robotkvarnen.se", true }, { "robots-ju.ch", true }, { "robotsbigdata.com", true }, @@ -74785,6 +74825,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rohitagr.com", true }, { "rohitpatil.com", true }, { "rohlik.cz", true }, + { "roi-project.be", true }, + { "roi-project.eu", true }, { "roi.ovh", true }, { "roiblozyxfswe.ga", true }, { "roidsstore.com", true }, @@ -74810,7 +74852,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rolecontj.com", true }, { "roleplaybdsm.com", true }, { "roleplayhome.com", true }, - { "rolibo.com", true }, { "roligh.cf", true }, { "roligt.tk", true }, { "roliki.ml", true }, @@ -74835,7 +74876,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "romainlapoux.fr", true }, { "roman-pavlik.cz", true }, { "roman.systems", true }, - { "romanchuvashov.ru", true }, { "romancloud.com", true }, { "romancoinsforsale.org", false }, { "romania-film.ml", true }, @@ -75041,7 +75081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rostov-avia.ru", true }, { "rostov.cf", true }, { "roswellcity.tk", true }, - { "rot256.io", false }, + { "rot256.io", true }, { "rot47.net", true }, { "rotamap.net", true }, { "rotanaval.tk", true }, @@ -75087,6 +75127,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roussos.cc", true }, { "roussosmanos.gr", true }, { "rout0r.org", true }, + { "route-wird-berechnet.de", true }, { "routerchart.com", true }, { "routerclub.ru", true }, { "routeto.com", true }, @@ -75095,7 +75136,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rouxh.com", true }, { "rove3d.com", true }, { "roverglobal.ga", true }, - { "rovertheory.com", true }, { "rovity.io", true }, { "rovota.com", true }, { "rowancasting.com", true }, @@ -75110,12 +75150,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rowansheriff.org", true }, { "rowantransit.com", true }, { "rowantransit.org", true }, + { "rowery.org", true }, { "rowingsa.asn.au", true }, { "rowlog.com", true }, { "roxanaherguz.com", true }, { "roxburytech.tk", true }, { "roxiesbouncycastlehire.co.uk", true }, - { "roxisoft.be", true }, { "roxtri.cz", true }, { "roxxz.nl", false }, { "roy-buehring.de", true }, @@ -75194,7 +75234,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roycewilliams.net", true }, { "roychan.org", true }, { "royger.tk", true }, - { "roygerritse.nl", true }, { "royjr.com", true }, { "roynuesca.com", true }, { "roys.design", true }, @@ -75228,6 +75267,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rpora.co", true }, { "rps-auto.com", true }, { "rpschultz.de", true }, + { "rpsforum.com", true }, { "rpus.co", true }, { "rpy.xyz", true }, { "rq-labo.jp", true }, @@ -75267,6 +75307,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rsarchive.net", true }, { "rsarchive.org", true }, { "rsauget.fr", true }, + { "rsb.net", true }, { "rsblake.net", true }, { "rsc-cronenberg.de", true }, { "rscturmoil.com", true }, @@ -75307,6 +75348,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rt22.ch", true }, { "rtate.ca", true }, { "rtate.se", true }, + { "rtc-israel.com", true }, { "rtcx.net", true }, { "rtd.uk", true }, { "rtd.uk.com", false }, @@ -75461,7 +75503,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruitersportbak.nl", true }, { "rujbin.ddns.net", true }, { "ruk.ca", true }, - { "rukhaiyar.com", true }, { "rukminicarrentals.com", true }, { "ruknguk.tk", true }, { "rulu.tv", true }, @@ -75478,7 +75519,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rummage4property.co.uk", true }, { "rummel-platz.de", true }, { "rummey.co.uk", true }, - { "rumn.de", true }, { "rumtaste.com", true }, { "rumtaste.de", true }, { "rumus.co.id", true }, @@ -75536,6 +75576,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruquiz.tk", true }, { "rural-house.tk", true }, { "ruralink.com.ar", true }, + { "ruralsoba.com", true }, { "ruralsuppliesdirect.co.uk", true }, { "ruri.io", true }, { "rurian-gyohen.com", true }, @@ -75548,6 +75589,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rusenemas.tk", true }, { "rusexmany.ml", true }, { "rushashkyfond.com", true }, + { "rushball.net", true }, { "rushmix.com", true }, { "rushmyessay.gq", true }, { "rushpoppershop.co.uk", true }, @@ -75595,6 +75637,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rust-lang.codes", true }, { "rust.cf", true }, { "rust.mn", true }, + { "rust.pm", true }, { "rustable.com", true }, { "rustambek.tk", true }, { "rustfu.rs", true }, @@ -75732,6 +75775,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "s1mplescripts.de", true }, { "s1ris.org", true }, { "s2.coach", true }, + { "s20121946.ml", true }, { "s2i.ch", false }, { "s2member.com", true }, { "s2p.moe", true }, @@ -75769,7 +75813,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "s81365.com", true }, { "s82365.com", true }, { "s88.com", true }, - { "s886666.com", true }, { "s8a.us", true }, { "s92.cloud", true }, { "s92.io", true }, @@ -75786,13 +75829,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sa.net", true }, { "sa68.cc", true }, { "sa88.cc", true }, + { "saadat.in.ua", true }, { "saalfrank.at", true }, { "saalfrank.de", true }, { "saamhorigheidsfonds.nl", false }, { "saaremaa.tk", true }, { "saas.de", true }, { "saatchiart.com", true }, - { "saathi.asia", true }, { "sab.id", true }, { "saba-piserver.info", true }, { "saba-shop.tk", true }, @@ -75874,11 +75917,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "safebasementsofindiana.com", true }, { "safebasementswaterproofing.com", true }, { "safeboard.ml", true }, - { "safebuyerscheme.co.uk", true }, { "safecar.gov", true }, { "safecash.id", true }, { "safecso.cf", true }, - { "safeex.com", true }, { "safefreehost.gq", true }, { "safefreepornsites.com", true }, { "safegold.ca", true }, @@ -75918,6 +75959,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "safethishome.com", true }, { "safetycloud.me", true }, { "safetydrivessuccess.com", true }, + { "safetymeasuresas.com", true }, { "safetymp3.com", true }, { "safetynames.com", true }, { "safetynetwork.me", true }, @@ -75956,6 +75998,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saharacloud.com", true }, { "saharmassachi.com", true }, { "sahb.dk", true }, + { "sahccareers.com", true }, { "sahibinden.com", true }, { "sahkotyot.eu", true }, { "saibacademy.com", false }, @@ -75982,7 +76025,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sailwiz.com", true }, { "saimatravels.in", true }, { "saimoe.moe", true }, + { "sainetworks.net", true }, { "sainformatica.com.es", true }, + { "sainokuni-eng.jp", true }, { "sainshand.tk", true }, { "saint-aubin-sur-scie.fr", true }, { "saint-cyril.com", true }, @@ -76035,10 +76080,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saisecure.net", true }, { "sait.at", true }, { "saitapovan.com", true }, + { "saitechgroups.com", true }, { "saito-koken.co.jp", true }, { "saitrance.com", true }, { "saitschool.ml", true }, { "saityvkaluge.ru", true }, + { "saiyans.com.ve", true }, { "sajamstudija.info", true }, { "sajdowski.de", true }, { "sajjadzaidi.com", true }, @@ -76061,6 +76108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sakurapalace.tk", true }, { "sakuraplay.com", true }, { "sakuraz.net", true }, + { "salaamgateway.com", true }, { "saladgo.id", true }, { "salaervergleich.com", false }, { "salaire-minimum.com", true }, @@ -76070,6 +76118,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "salariominimo.com.co", true }, { "salarycalculatoruk.co.uk", true }, { "salas.cf", true }, + { "salasbanquetes.cl", true }, { "salati.tk", true }, { "salatiga.com", true }, { "salatiga.net", true }, @@ -76091,7 +76140,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saledump.nl", true }, { "salegor.tk", true }, { "salekaz.ru", true }, - { "salem-warrad.com", true }, { "salemedia.pro", true }, { "salensmotors-usedcars.be", false }, { "salentocab.com", true }, @@ -76110,6 +76158,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "salle-quali.fr", false }, { "sallyandruss.ca", true }, { "sallyangeli.tk", true }, + { "sallycooke.co.uk", true }, { "sallydowns.name", true }, { "sallyman.de", true }, { "sallysubs.com", false }, @@ -76201,7 +76250,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sambuchanan.tk", true }, { "sambus.com", true }, { "samdev.io", true }, - { "samdrewtakeson.com", false }, + { "samdrewtakeson.com", true }, { "samedamci.com", true }, { "samegoal.com", true }, { "samegoal.org", true }, @@ -76224,7 +76273,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "samiratv.tk", true }, { "samisoft.ir", true }, { "samiysok.cf", true }, - { "samizdat.cz", true }, { "samkelleher.com", true }, { "samkoandmikotoywarehouse.com", true }, { "saml-gateway.org", true }, @@ -76248,12 +76296,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sample-site.click", true }, { "samplefashion.nl", true }, { "samri.pt", true }, + { "samroelants.com", true }, { "sams.wtf", true }, { "samsebe.tk", true }, { "samshouseofspaghetti.net", true }, { "samskaar.in", true }, { "samsonova.de", true }, + { "samsreseller.com", true }, { "samtalen.nl", true }, + { "samuel-philipp.de", true }, { "samuelcoles.co.uk", true }, { "samuelkeeley.com", true }, { "samuellaulhau.fr", false }, @@ -76272,7 +76323,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sana-store.com", true }, { "sana-store.cz", true }, { "sana-store.sk", true }, - { "sanabproperties.com", true }, { "sanael.net", true }, { "sanalaile.tk", true }, { "sanantoniolocksmithinc.com", true }, @@ -76345,12 +76395,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sanemind.de", true }, { "sanepsychologen.nl", true }, { "sanex.ca", true }, - { "sanfranciscopersonalinjuryattorney.us", true }, { "sangen.ml", true }, { "sangheon.com", true }, { "sangiovannilipioni.tk", true }, { "sanglierhurlant.fr", true }, { "sangobion.com", false }, + { "sangobion.com.my", true }, { "sangowen.xyz", true }, { "sangwanbeach.tk", true }, { "sangwon.io", false }, @@ -76372,6 +76422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sanjosecostarica.org", true }, { "sanjuandeabajo.tk", true }, { "sanketsu.ml", false }, + { "sankovitzmediation.com", true }, { "sanktpetriskole.dk", true }, { "sankyo-sys.com", true }, { "sanluisdequillota.tk", true }, @@ -76403,6 +76454,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "santamariadelaisla.tk", true }, { "santamonicapost123.org", true }, { "santander.com", true }, + { "santanderassetmanagement.es", true }, { "santanderideas.com", false }, { "santandertrade.com", true }, { "santarosaca.gov", true }, @@ -76447,7 +76499,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saorviewconnected.ie", true }, { "sap-inc.co.jp", true }, { "sapac.es", true }, - { "sapancavillalari.com", true }, { "sapibatam.com", true }, { "sapien-ci.com", true }, { "sapience.com", true }, @@ -76481,6 +76532,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sarahjaneredmond.com", true }, { "sarahlicity.co.uk", true }, { "sarahlicity.me.uk", true }, + { "sarahmckenna.ie", true }, { "sarahplusdrei.de", true }, { "sarahshabrina.tk", true }, { "sarahvanessen.tk", true }, @@ -76752,6 +76804,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scalpel.com", true }, { "scamblockplus.org", true }, { "scambusters.club", true }, + { "scamtested.com", true }, { "scan.co.uk", true }, { "scan.computer", true }, { "scanamed.tk", true }, @@ -76791,7 +76844,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scenariossecuritygroup.com", true }, { "scenastu.pl", true }, { "scene.mx", true }, - { "scenester.tv", false }, { "scenetv.ga", true }, { "scenicbyways.info", true }, { "scepticism.com", true }, @@ -76912,6 +76964,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scholarly.com.ph", true }, { "scholarly.ph", true }, { "scholarnet.cn", true }, + { "scholarsclub.club", true }, { "scholarships.link", true }, { "scholarstyle.com", false }, { "scholenlijst.tk", true }, @@ -76936,6 +76989,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "school43.tk", true }, { "schoolantwoorden.tk", true }, { "schoolbuddy.ch", true }, + { "schoolcafe.com", true }, + { "schooldatasquad.com", true }, { "schooli.io", true }, { "schoolofphilosophy.org.au", true }, { "schoolotzyv.ru", true }, @@ -76948,7 +77003,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schorel.eu", true }, { "schorel.ovh", true }, { "schorelweb.nl", true }, - { "schorers.org", false }, + { "schorers.org", true }, { "schottenland.de", true }, { "schoutenseo.com", true }, { "schrader-institute.de", true }, @@ -76961,6 +77016,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schreibers.ca", true }, { "schreinerei-jahreis.de", true }, { "schreinerei-schweikl.de", true }, + { "schreinerei-schwenk.com", true }, { "schritt4fit.de", true }, { "schrodingersscat.com", true }, { "schrodingersscat.org", true }, @@ -76982,6 +77038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schuhwerkstatt.at", true }, { "schuhzoo.de", true }, { "schulderinsky.de", true }, + { "schule.wtf", true }, { "schuler.st", true }, { "schulferien.org", true }, { "schulfotograf-deinfoto.ch", true }, @@ -77042,6 +77099,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scientific-socialism.cf", true }, { "scientificwomen.net", true }, { "scif.com", true }, + { "scifplus.com", true }, { "scifsafe.com", true }, { "scigov.xyz", true }, { "sciguyryan.com", true }, @@ -77056,7 +77114,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scitopia.me", true }, { "scity88.com", true }, { "scm-2017.org", true }, - { "scm-team.be", true }, { "scoach475k.net", true }, { "scohetal.de", true }, { "scolasti.co", true }, @@ -77079,6 +77136,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scott.cm", true }, { "scott.st", true }, { "scottainslie.me.uk", true }, + { "scottandtammy.com", true }, { "scottbot.tk", true }, { "scottdunn.com", true }, { "scottgalvin.com", true }, @@ -77125,7 +77183,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scrabble123.de", true }, { "scrabble123.fr", true }, { "scrabble123.pl", true }, - { "scraft.su", true }, { "scrambled.online", true }, { "scrambox.com", true }, { "scramget.com", true }, @@ -77199,7 +77256,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scuolatdm.com", true }, { "scurtam.tk", true }, { "scuters.club", true }, - { "scvoet.me", true }, { "scvotes.gov", true }, { "scw.nz", true }, { "scwildflours.com", true }, @@ -77248,7 +77304,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seadrive.cc", true }, { "seadus.ee", true }, { "seaelba.com", true }, - { "seafood.co.nz", true }, { "seaholmwines.com", true }, { "sealaw.com", true }, { "sealbaker.com", true }, @@ -77264,7 +77319,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seanmeedevworld.com", true }, { "seanrodda.com", true }, { "seanstaffiery.com", true }, - { "seaplayhomes.com", true }, { "search", true }, { "search-documents-free-download.com", true }, { "search-engine-optimization.xyz", true }, @@ -77278,7 +77332,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "searchdatalogy.com", true }, { "searchenginepartner.com", true }, { "searchenginereports.net", true }, - { "searchexperts.co.za", true }, { "searchforbeer.com", true }, { "searchfox.org", true }, { "searchmore.dk", true }, @@ -77289,6 +77342,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "searsucker.com", true }, { "searx.be", true }, { "searx.ca", true }, + { "searx.nu", true }, { "searx.one", true }, { "searx.pw", true }, { "searx.ru", true }, @@ -77336,7 +77390,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sebastianjaworecki.tk", true }, { "sebastianllenque.com", true }, { "sebastiantroncoso.tk", true }, - { "sebastianungureanu.com", true }, { "sebastiaperis.com", true }, { "sebastien-meric.com", true }, { "sebasveeke.nl", true }, @@ -77413,7 +77466,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "secrium.io", true }, { "secs.london", true }, { "secta.cf", true }, - { "secteer.com", true }, { "sectelligence.nl", true }, { "sectember.com", true }, { "sectember.events", true }, @@ -77441,6 +77493,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "secure-server-hosting.com", true }, { "secure.advancepayroll.com.au", true }, { "secure.facebook.com", false }, + { "securecheck360.com", true }, { "securecloudplatform.nl", true }, { "securecomms.cz", true }, { "secureddocumentshredding.com", true }, @@ -77522,6 +77575,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "securitywatch.co.nz", true }, { "securitywithoutborders.org", true }, { "securityx.nl", true }, + { "securix.hk", true }, { "securocloud.com", true }, { "securon.io", true }, { "securoswiss.ch", true }, @@ -77532,6 +77586,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "secvault.io", false }, { "secwall.me", true }, { "secyourity.se", false }, + { "sedirector.net", true }, { "seditious.games", true }, { "sedlakovalegal.com", true }, { "sedlex.fr", true }, @@ -77539,6 +77594,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sedoexpert.nl", true }, { "sedoexperts.nl", true }, { "see.asso.fr", true }, + { "see.wtf", true }, { "seearmenia.tk", true }, { "seedalpha.com", true }, { "seedandleisure.co.uk", true }, @@ -77734,7 +77790,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "semps-2fa.de", true }, { "semps-threema.de", true }, { "semps.de", true }, - { "semriscos.pt", true }, { "semsec.net", true }, { "semtinde.com", true }, { "semyonov.su", true }, @@ -77805,10 +77860,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sensepixel.com", true }, { "senshot.com", true }, { "senshudo.tv", true }, + { "sensitidolls.com", true }, { "sensivo.eu", true }, { "sensoft-int.com", true }, { "sensoft-int.net", true }, { "sensoft-int.org", true }, + { "sensor-dream.ru", false }, { "sensorsoft-waterontharder.nl", true }, { "sensorville.com.br", true }, { "sensound.ml", true }, @@ -77818,6 +77875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sentencing.net", true }, { "sentenza.tk", true }, { "senterada.tk", true }, + { "sentic.info", true }, { "sentidosdelatierra.org", true }, { "sentiments.io", true }, { "sentinel.gov", true }, @@ -77844,8 +77902,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seo-reality.cf", true }, { "seo-reklama.ml", true }, { "seo-website.ru", true }, - { "seo.consulting", true }, { "seo.london", true }, + { "seo.services", true }, { "seoankara.name.tr", true }, { "seoarchive.org", true }, { "seoargentina.com.ar", true }, @@ -77881,7 +77939,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seolister.cf", true }, { "seolisting.cf", true }, { "seolisting.tk", true }, - { "seolotsen.de", true }, { "seomag.tk", true }, { "seomarketing.bg", true }, { "seomaton.com", true }, @@ -78004,6 +78061,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sertasimmons.com", true }, { "sertkayagroup.com", true }, { "seru.eu", true }, + { "servcom.net.au", true }, { "serve-a.com.au", true }, { "serve.work", true }, { "servea.com.au", true }, @@ -78072,7 +78130,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "servicios-electricos.com", true }, { "serviciosparaconsorcio.com", true }, { "servida.ch", true }, - { "serviefectivo.com.co", true }, { "servietten-grosshandel.at", true }, { "servietten-grosshandel.be", true }, { "servietten-grosshandel.ch", true }, @@ -78183,6 +78240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sexar.info", true }, { "sexara.co", true }, { "sexdocka.nu", true }, + { "sexdolls.com", true }, { "sexedquickies.com", true }, { "sexedrescue.com", true }, { "sexflare.net", true }, @@ -78236,6 +78294,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sfo-fog.ch", false }, { "sfpebblesstones.com", true }, { "sft-framework.org", true }, + { "sftkey.com", true }, { "sftool.gov", true }, { "sfvonline.nl", true }, { "sfweef.gq", true }, @@ -78339,7 +78398,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shaiyaevolved.com", true }, { "shakalaka.co.za", true }, { "shakan.ch", false }, - { "shakardara.com", true }, { "shaken-kyoto.jp", true }, { "shaken110.com", true }, { "shakerwebdesign.net", true }, @@ -78354,9 +78412,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shalombolivia.tk", true }, { "shalomcottage.tk", true }, { "shalyapin.by", true }, - { "sham-group.fr", true }, { "shamans.ga", true }, - { "shamariki.ru", false }, { "shambala.cf", true }, { "shambhu.info", true }, { "shamimmedia.ir", true }, @@ -78387,7 +78443,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shansing.org", true }, { "shansing.space", true }, { "shanteo.com", true }, - { "shantiniketanacademy.in", true }, { "shanxi30019.com", true }, { "shanxia.com", true }, { "shanxiapark.com", true }, @@ -78403,7 +78458,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "share.gy", true }, { "share2act-dev.io", true }, { "share2act-test.io", true }, - { "sharealo.org", true }, { "shareasale-analytics.com", true }, { "sharebee.space", true }, { "sharebot.ga", true }, @@ -78411,7 +78465,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sharedgoals.co", true }, { "sharedhost.de", true }, { "shareeri.com", true }, - { "shareeri.xyz", true }, { "sharefox.eu", true }, { "sharefox.nl", true }, { "sharejoy.cn", false }, @@ -78467,6 +78520,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shavit.space", true }, { "shawcentral.ca", false }, { "shawclan.id.au", true }, + { "shawfactor.com", true }, { "shawfamily.id.au", true }, { "shawiah.tk", true }, { "shawnalucey.com", true }, @@ -78544,6 +78598,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shemalexxxfreetube.com", true }, { "shemogo.com", true }, { "shemsconseils.ma", true }, + { "shemsharples.co.uk", true }, { "shena.co.uk", true }, { "shenderman.ml", true }, { "shenghaiautoparts.com", true }, @@ -78565,6 +78620,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sheriffwashingtoncountymaine.gov", true }, { "sherijames.com", true }, { "shermancountyks.gov", true }, + { "shermanmorgan.mx", true }, { "shermantank.biz", true }, { "sherpa.blog", true }, { "sherpnortheast.com", true }, @@ -78601,7 +78657,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shiftdevices.com", true }, { "shiftj.is", true }, { "shiftleft.org", true }, - { "shiftpsych.com", true }, + { "shiftpsych.com", false }, { "shiftsixth.com", true }, { "shiga1.jp", true }, { "shigaben.or.jp", true }, @@ -78627,6 +78683,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shincastella.com", true }, { "shindocuba.tk", true }, { "shines.ml", true }, + { "shinetsuamerica.com", true }, + { "shinetsusilicones.com", true }, { "shinghoi.com", true }, { "shinglereplacementlv.com", true }, { "shinice.net", true }, @@ -78667,6 +78725,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shiqi1.com", true }, { "shiqishidai.cc", true }, { "shiqisifu.cc", true }, + { "shira-diamonds.com", true }, { "shiranaitenshi.tk", true }, { "shirao.jp", true }, { "shirazi.tk", true }, @@ -78681,7 +78740,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shiroki-k.net", true }, { "shiropaev.tk", true }, { "shirro.com", true }, - { "shirts2u.com", false }, + { "shirts2u.com", true }, { "shirtsdelivered.com", true }, { "shirtsofholland.com", true }, { "shishadenbosch.nl", true }, @@ -78704,6 +78763,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shiulungkungfu.com.au", true }, { "shiva-temple.tk", true }, { "shivacarpet.com", true }, + { "shivamber.com", true }, { "shivammathur.com", true }, { "shivamohanam.com", true }, { "shixuen.com", true }, @@ -78738,6 +78798,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shola.ga", true }, { "sholtowu.com", true }, { "shooba.net", true }, + { "shoobacreations.com", true }, { "shooter.dog", true }, { "shootpooloklahoma.com", true }, { "shop-cosmetic.tk", true }, @@ -78746,7 +78807,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shop-links.co", true }, { "shop-s.net", true }, { "shop-slivki.tk", true }, - { "shop3dmili.com", true }, + { "shop3dmili.com", false }, { "shop4d.com", true }, { "shopadvies.nl", true }, { "shopalike.cz", true }, @@ -78767,7 +78828,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shopazmoon.ir", true }, { "shopbabymonitors.gq", true }, { "shopbakersnook.com", true }, - { "shopcceputnam.com", true }, { "shopcoupon.co.za", true }, { "shopcoupons.co.id", true }, { "shopcoupons.my", true }, @@ -78861,7 +78921,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "showgirls.ga", true }, { "showmax.com", true }, { "showmeengland.co.uk", true }, - { "showmegames.net", true }, { "showmethemoney.ru", true }, { "shownet.tk", true }, { "showpassword.net", false }, @@ -78874,6 +78933,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shoxmusic.net", false }, { "shpil.by", true }, { "shpilevsky.name", true }, + { "shpiliak.com", true }, + { "shpiliak.ru", true }, { "shrapnel.ga", true }, { "shraymonks.com", true }, { "shred.ch", false }, @@ -78907,7 +78968,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shu-fu.net", true }, { "shuang.us", true }, { "shuax.com", true }, - { "shucheng.li", true }, { "shuffleradio.nl", true }, { "shuffleware.tk", true }, { "shuftipro.com", true }, @@ -79073,6 +79133,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "signaturecountertops.com", true }, { "signaturedallas.com", true }, { "signere.com", true }, + { "signicat.io", true }, { "significados.com", true }, { "significados.com.br", true }, { "significantbanter.com", true }, @@ -79368,6 +79429,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simplia.cz", true }, { "simplicitypvp.net", true }, { "simplidesigns.nl", true }, + { "simplifixed.com", true }, { "simplifyengineering.co.uk", true }, { "simplifylivelove.com", true }, { "simplixos.org", true }, @@ -79376,6 +79438,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simply.scot", true }, { "simply2020.com", true }, { "simplyathenee.com", true }, + { "simplybrave.net", true }, { "simplycateringequipment.co.uk", true }, { "simplycharlottemason.com", true }, { "simplycloud.de", true }, @@ -79413,6 +79476,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sinanaydemir.com.tr", true }, { "sinapuros.tk", true }, { "sinaryuda.web.id", true }, + { "sinatrafamily.com", true }, { "sinavyo.ml", true }, { "sincelockdown.co.uk", true }, { "sincemydivorce.com", true }, @@ -79432,12 +79496,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sindromebenjamin.tk", true }, { "sinefili.com", true }, { "sinergy.ch", false }, + { "sinergylabs.com", true }, { "sinetron.ga", true }, { "sinews.tk", true }, { "sinfield.com", false }, { "sinfulforums.net", true }, { "sinfully.gq", true }, - { "sinfulthrills.co.uk", true }, { "singaporebrand.com.sg", true }, { "singaporefreelegaladvice.com", true }, { "singaporetoptentravel.com", true }, @@ -79466,7 +79530,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sinluzvenezuela.tk", true }, { "sinmik.com", true }, { "sinnersprojects.ro", true }, - { "sinnvoll-online.de", true }, + { "sinnvoll-online.de", false }, { "sinog.si", true }, { "sinok.tk", true }, { "sinonimos.com.br", true }, @@ -79481,6 +79545,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sintaxis.org", true }, { "sinterama.biz", true }, { "sintomasdocancer.com", true }, + { "sintpietersabdijgent.be", true }, { "sintraunipricol.com.co", true }, { "sinuate.gq", true }, { "sinusbot.online", true }, @@ -79496,6 +79561,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "siongseafood.com", true }, { "sipa.nc", true }, { "sipa.pf", true }, + { "sipc.org", true }, { "sipede.tk", true }, { "sipln.com", true }, { "sipstix.co.za", true }, @@ -79556,6 +79622,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sistemapronto.ml", true }, { "sistemasarquitectonicos.com", true }, { "sistemasespecializados.com", true }, + { "sisters.cloud", true }, { "sistimiki-anaparastasi.gr", true }, { "sistov.it", true }, { "sisu.ai", true }, @@ -79700,6 +79767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skiingproperty.com", true }, { "skiinstructor.services", true }, { "skile.ru", false }, + { "skiley.net", true }, { "skilift-quellenwiese.at", true }, { "skill.moe", true }, { "skilldetector.com", true }, @@ -79852,6 +79920,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skynet800.goip.de", true }, { "skynetnetwork.eu.org", true }, { "skynetstores.ae", true }, + { "skynetstores.net", true }, { "skynetz.tk", true }, { "skyntalent.com", true }, { "skyoy.com", true }, @@ -79893,7 +79962,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slackline.tk", true }, { "sladic.si", false }, { "slainvet.net", true }, - { "slalix.cc", false }, + { "slalix.cc", true }, { "slalix.pw", true }, { "slalix.xyz", true }, { "slamdjapan.com", true }, @@ -79940,7 +80009,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sleepmap.de", true }, { "sleepo.ga", true }, { "sleeps.jp", true }, - { "sleepstar.co.uk", true }, { "sleepstar.fr", true }, { "sleestak.net", true }, { "sleio.com", true }, @@ -79986,10 +80054,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sloanrealtygroup.com", true }, { "slobrowink.com", true }, { "slogan.tk", true }, + { "sloganfarm.info", true }, { "sloneczni.pl", true }, { "slonep.net", true }, { "slopeedge.com", true }, { "slopeedge.net", true }, + { "slopi.net", true }, { "slotarazzi.com", true }, { "slotcar.com", false }, { "slotfara.com", true }, @@ -80015,6 +80085,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slpm.com", true }, { "slpower.com", false }, { "slrd-isperih.com", true }, + { "slt24.de", true }, { "sluciaconstruccion.com", false }, { "slugify.online", true }, { "sluhockey.com", true }, @@ -80058,6 +80129,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smallhadroncollider.com", true }, { "smallpath.me", true }, { "smalls-world.tk", true }, + { "smallsites.eu", true }, { "smalltalkconsulting.com", true }, { "smallville.tk", true }, { "smallwhitebear.ga", true }, @@ -80112,10 +80184,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartech.co.id", true }, { "smarterskies.gov", true }, { "smartest-trading.com", true }, + { "smartestate.com", true }, { "smartfit.cz", true }, { "smartfons.tk", true }, { "smartftp.com", true }, { "smartgrid.gov", true }, + { "smartgridsecurity.com", true }, + { "smartgridsecurity.org", true }, { "smarthdd.com", true }, { "smarthealthinnovationlab.com", true }, { "smarthrms.com", true }, @@ -80153,7 +80228,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartpti.net", true }, { "smartrecruit.ro", true }, { "smartrentacar.ro", true }, - { "smartriotour.com.br", true }, { "smartrise.us", true }, { "smartroofingandsheetmetal.com", true }, { "smartservices.nl", true }, @@ -80333,6 +80407,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snatch.com.ua", true }, { "snatertlc.it", true }, { "snatti.com", true }, + { "snazel.ae", true }, + { "snazel.co.il", true }, + { "snazel.co.uk", true }, + { "snazel.de", true }, + { "snazel.ee", true }, + { "snazel.lu", true }, + { "snazel.uk", true }, { "snazzie.nl", true }, { "snb.com", true }, { "sncdn.com", true }, @@ -80341,6 +80422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snea-kers.tk", true }, { "sneak.berlin", true }, { "sneaker.date", true }, + { "sneakerpimps.co.uk", true }, { "sneakers-sports.tk", true }, { "sneakers88.it", true }, { "sneakersmexs.com", true }, @@ -80379,6 +80461,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snight.co", true }, { "snille.com", true }, { "snip.city", true }, + { "snipdrive.com", true }, { "snipermarkettiming.com", false }, { "snipl.io", true }, { "snippet.host", true }, @@ -80387,7 +80470,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snizl.com", true }, { "snj.pt", true }, { "snohomishsepticservice.com", true }, - { "snoopyfacts.com", true }, { "snoot.club", true }, { "snopyta.com", true }, { "snopyta.org", true }, @@ -80423,7 +80505,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snowsubs.moe", true }, { "snowvictoria.ga", true }, { "snowy.ink", true }, - { "snowy.land", true }, { "snowyluma.com", true }, { "snowyluma.me", true }, { "snperformance.gr", true }, @@ -80441,6 +80522,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sny.no", true }, { "so-buff.com", true }, { "so-commerce.com", true }, + { "so-link.co", true }, { "so.is-a-cpa.com", true }, { "soacompanhantes.vip", true }, { "soakgames.com", true }, @@ -80485,6 +80567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "socialblaze.com.au", true }, { "socialclimb.com", true }, { "socialdevelop.biz", false }, + { "socialeyesthailand.com", true }, { "socialhams.net", true }, { "socialistyouth.tk", true }, { "socializator.tk", true }, @@ -80523,6 +80606,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sociopampers.com.ar", true }, { "sociopathy.org", true }, { "sociusian.gq", true }, + { "socket.social", true }, { "sockfetish.net", true }, { "sockscap64.com", true }, { "socktopus.io", true }, @@ -80550,7 +80634,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sofa-rockers.org", true }, { "sofabedshop.de", true }, { "sofaclean.co.uk", true }, - { "sofacleanerslondon.co.uk", true }, { "soffit.com", true }, { "sofgen.com", true }, { "sofi.codes", true }, @@ -80585,6 +80668,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "softonic.jp", true }, { "softonic.pl", true }, { "softonic.vn", true }, + { "softonline.net", true }, { "softpark.ml", true }, { "softplay4hire.co.uk", true }, { "softprayog.in", true }, @@ -80639,6 +80723,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sol24.net", true }, { "solace.com", true }, { "solacyre.ch", false }, + { "solalt.com", true }, { "solana-active.tk", true }, { "solar-ec.com", true }, { "solar-floodlight.ca", true }, @@ -80651,7 +80736,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solarhome.ml", true }, { "solariilacheie.ro", true }, { "solarium.gov", true }, - { "solarlider.com.br", true }, { "solarloon.com", true }, { "solaronics.tk", true }, { "solarpanels.tk", true }, @@ -80683,6 +80767,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solfegiator.ch", false }, { "soli.cafe", true }, { "solicafe.at", true }, + { "solidariedadecultura.pt", true }, { "solidarita-kosovo.net", true }, { "solidform.ml", true }, { "solidhost.cf", true }, @@ -80708,6 +80793,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solntsezaschitnye-ochki.tk", true }, { "solo.com.sa", true }, { "solocalcetines.com", true }, + { "solochubasqueros.com", true }, { "solofajas.online", true }, { "solofi.fr", true }, { "sologetaway.ga", true }, @@ -80722,6 +80808,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solomo.pt", true }, { "solomonsklash.io", true }, { "solonotizie24.it", true }, + { "soloparaguas.com", true }, { "soloparati.cf", true }, { "soloroboto.com", true }, { "solos.im", true }, @@ -80758,13 +80845,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solved.tips", true }, { "solvemethod.com", true }, { "solvewebmedia.com", true }, + { "solvin.com", true }, { "solvingforu.com", true }, { "solvingproblems.com.au", true }, { "solviq.com", true }, { "solvops.com", true }, { "solxsys.com", true }, { "solymar.co", true }, - { "solyplaya.info", true }, { "soma.com.au", true }, { "somali-derp.com", true }, { "somaliagenda.com", true }, @@ -80807,6 +80894,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "son-onlajn.tk", true }, { "son-tolkovatel.gq", true }, { "sona-gaming.com", true }, + { "sona-systems.cn", true }, + { "sona-systems.jp", true }, { "sona.fr", true }, { "sonacupalova.cz", true }, { "sonar.ga", true }, @@ -80852,7 +80941,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sonixonline.com", true }, { "sonja-daniels.com", true }, { "sonja-kowa.de", true }, - { "sonkonews.com", true }, { "sonnenbergharrison.law", true }, { "sonnenta.de", true }, { "sonneundstrand.de", true }, @@ -80933,7 +81021,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sosnovka.ga", true }, { "sosoftplay.co.uk", true }, { "sosok.tk", true }, - { "sosou.eu", true }, + { "sosou.eu", false }, { "sospeed.net", true }, { "sostacancun.com", true }, { "sosteam.jp", true }, @@ -80962,7 +81050,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soul-source.co.uk", true }, { "soulc.ml", true }, { "soulcrazy.org", true }, - { "souldigging.de", false }, { "soulema.com", true }, { "souletter.com", true }, { "souleymanecamara.com", true }, @@ -80988,6 +81075,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soundabout.nl", true }, { "soundblast.tk", true }, { "soundclick.com", true }, + { "soundcloud.com", true }, { "soundcloud.org", true }, { "soundeo.com", true }, { "soundeo.net", true }, @@ -81002,6 +81090,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soundorabilia.com", true }, { "soundprotectionllc.com", true }, { "soundrecords.tk", true }, + { "soundrelief.com", true }, { "sounds-familiar.info", true }, { "soundsecurity.io", true }, { "soundtrash.tk", true }, @@ -81024,6 +81113,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sourcelair.com", false }, { "sourcely.net", true }, { "sourceway.de", true }, + { "sourcing4exports.co.uk", true }, { "sourcitec.com", false }, { "sourdough.vc", true }, { "souris.ch", false }, @@ -81052,6 +81142,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "southflanewsletter.com", true }, { "southlakenissanparts.com", true }, { "southlandurology.com", true }, + { "southmarengo.com", true }, { "southmelbourne.apartments", true }, { "southmill.com", true }, { "southmorangtownhouses.com.au", true }, @@ -81070,6 +81161,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soutien-naissance.com", true }, { "souvenirsdebordeaux.fr", true }, { "souzanabellydance.com", true }, + { "sova.st", true }, { "sovendus.com", true }, { "sovendus.de", true }, { "sovereignartfoundation.com", true }, @@ -81086,6 +81178,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sowncloud.de", true }, { "soya.com.ua", true }, { "soybase.org", true }, + { "soychef.today", true }, { "soydemac.com", true }, { "soydxn.com", true }, { "soykaf.eu", true }, @@ -81100,6 +81193,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sozialstation-ritterhude.de", true }, { "sozialy.com", true }, { "sozon.ca", true }, + { "sp-codes.de", true }, + { "sp-magic.de", true }, { "sp-sites.com.au", true }, { "sp.com.pl", true }, { "sp.rw", true }, @@ -81168,7 +81263,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spanner.tk", true }, { "spanner.works", true }, { "spanpine.gq", true }, - { "spantrix.com", true }, { "spanyolul.hu", true }, { "spar-ni.co.uk", true }, { "sparanoid.blog", true }, @@ -81241,6 +81335,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "specialprojectsdesk.com", true }, { "specialproperties.com", true }, { "specialtyalloys.ca", true }, + { "specialtyjets.ca", true }, { "specialtyrigging.com", true }, { "specialworld.ml", true }, { "speciauxquebec.com", true }, @@ -81351,6 +81446,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spilogkoder.dk", true }, { "spinal.ga", true }, { "spinalien.net", false }, + { "spind.energy", true }, { "spindle.com.ph", true }, { "spinner.dnshome.de", true }, { "spinning-portugal.com", true }, @@ -81395,7 +81491,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "splitreflection.com", true }, { "splnk.net", true }, { "sploch.com", true }, - { "splopp.com", true }, { "splorge.cloud", false }, { "splorge.website", true }, { "splunk.net", true }, @@ -81403,6 +81498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spmax.design", true }, { "spmswiss.com", true }, { "spnitalianfestival.com", true }, + { "spnsv.com", true }, { "spodelime.com", true }, { "spofia.nu", true }, { "spokaneexteriors.com", true }, @@ -81413,6 +81509,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spolwind.de", true }, { "spom.net", true }, { "sponc.de", true }, + { "sponec.com", true }, + { "sponecstructure.com", true }, { "spongepowered.org", true }, { "sponsor.software", true }, { "spoofhaus.com", true }, @@ -81456,6 +81554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sports-sites.ml", true }, { "sports-wear.tk", true }, { "sports.dating", true }, + { "sportschoolgeelhoed.nl", true }, { "sportsdrobe.com", true }, { "sportsjaw.com", true }, { "sportsmansblog.com", true }, @@ -81499,6 +81598,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spravka-internet.tk", true }, { "spravka.tk", true }, { "spravki.cf", true }, + { "sprawdz-nip.pl", true }, { "sprax2013.de", true }, { "sprayontv.com", true }, { "spreadsheetgear.com", true }, @@ -81551,15 +81651,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sqap.pt", true }, { "sqclick.com", true }, { "sqdll.com", true }, - { "sqhs.club", true }, { "sqills.com", true }, { "sql-injection.cz", true }, { "sql-injection.rocks", true }, + { "sql-query-tool-exact-online.nl", true }, { "sql-und-xml.de", true }, { "sql.bi", true }, { "sqlapius.net", true }, { "sqlbi.com", true }, - { "sqlfeatures.com", true }, { "sqli.cz", true }, { "sqli.rocks", true }, { "sqlinjection.cz", true }, @@ -81573,6 +81672,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sqroot.eu", true }, { "sqsd.xyz", true }, { "sqshq.de", true }, + { "squadgames.ru", true }, { "squadlinx.com", true }, { "squadronprotectiveservices.net", true }, { "squardllc.ml", true }, @@ -81708,6 +81808,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ss9728.co", true }, { "ssa.co.ir", true }, { "ssa.gov", false }, + { "ssasociety.nl", true }, { "ssbgportal.net", true }, { "ssbkk.ru", false }, { "ssbrm.ch", true }, @@ -81734,6 +81835,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssl.do", true }, { "ssl.google-analytics.com", true }, { "ssl.md", true }, + { "ssl.pink", true }, + { "ssl.red", true }, { "ssl24.pl", true }, { "ssl247.co.uk", true }, { "ssl247.com.mx", true }, @@ -81741,6 +81844,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssl247.dk", true }, { "ssl4all.gq", true }, { "sslbrain.com", true }, + { "sslcentral.co.uk", true }, { "sslcertificaten.nl", true }, { "sslcheck.nl", true }, { "ssld.at", true }, @@ -81764,7 +81868,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssprod.tk", true }, { "sspu.ml", true }, { "ssr.llc", true }, - { "ssr01.com", true }, { "ssradio.live", true }, { "ssready.io", true }, { "ssrfq.com", true }, @@ -81820,7 +81923,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stadlwirt.at", true }, { "stadm.com", false }, { "stadsbos013.nl", true }, - { "stadsbygd.info", true }, { "stadtbauwerk.at", false }, { "stadtbuecherei-bad-wurzach.de", true }, { "stadterneuerung-hwb.de", true }, @@ -81881,6 +81983,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stalkerteam.pl", true }, { "stalkr.net", true }, { "stalkthe.net", true }, + { "stall-frei.de", true }, { "stallardjw.me", true }, { "stallionsnow.com", true }, { "stalplus.ml", true }, @@ -81889,6 +81992,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stamboomforum.nl", true }, { "stamboomgids.nl", true }, { "stameystreet.com", true }, + { "stamit.nl", true }, { "stamkassa.nl", true }, { "stammering.ga", true }, { "stammtisch-bauwagen.tk", true }, @@ -81909,6 +82013,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "standoff-magic.ru", true }, { "standoffdrop.com", true }, { "standoffdrop.ru", true }, + { "standoffhub.com", true }, + { "stang.moe", true }, { "stangeland.tk", true }, { "stanglwirt.com", true }, { "stankingma.com", true }, @@ -81920,7 +82026,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stansweather.net", true }, { "stantabler.com", true }, { "stanthony-hightstown.net", true }, - { "stanthonymaryclaret.org", true }, { "stanzolo.com", true }, { "staparishgm.org", true }, { "stapvoorstapduurzaam.nl", true }, @@ -81951,6 +82056,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "starease.com", true }, { "starease.net", true }, { "stareplanymiast.pl", true }, + { "starfield.ai", true }, { "starfishconstruction.com", true }, { "starflix.uk", true }, { "starfm.de", true }, @@ -81960,6 +82066,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stargate365.com", true }, { "stargatelrp.co.uk", true }, { "stargazer.de", true }, + { "starget.org", true }, { "stari.co", true }, { "stariders.com", true }, { "starina.ru", true }, @@ -82004,6 +82111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "startersiteweb.com", true }, { "startgeophysical.ga", true }, { "starthubs.uk", true }, + { "startingent.be", true }, { "startinop.com", true }, { "startlab.sk", true }, { "startlap.es", true }, @@ -82012,6 +82120,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "startlemusic.com", true }, { "startliste.info", true }, { "startmail.com", true }, + { "startner.com", true }, + { "startnowmakingmoneyonline.com", true }, { "startpage.com", true }, { "startpage.info", true }, { "startplats.tk", true }, @@ -82042,10 +82152,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "startuptechstack.com", true }, { "startupum.ru", true }, { "startw.cf", true }, + { "starvizyon.com", true }, { "starwatches.eu", true }, { "stasiniewicz.com", true }, { "stassi.ch", true }, { "stastka.ch", true }, + { "staszic.waw.pl", true }, { "stat.ink", true }, { "statcenter.tk", true }, { "state-of-body-and-mind.com", true }, @@ -82128,6 +82240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stderr.ch", true }, { "stdev.org", true }, { "stdev.top", true }, + { "stdnet.ru", true }, { "stdrc.cc", false }, { "steakovercooked.com", true }, { "stealingheather.com", true }, @@ -82241,14 +82354,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stels.tk", true }, { "stematechnologies.ga", true }, { "stembureauledenindenhaag.nl", true }, - { "stemcellclinic.club", true }, { "stemcellclinic.design", true }, { "stemcellclinic.digital", true }, { "stemcellclinic.life", true }, { "stemcellclinic.live", true }, { "stemcellclinic.ltd", true }, { "stemcellclinic.network", true }, - { "stemcellclinic.online", true }, { "stemcellclinic.services", true }, { "stemcellclinic.store", true }, { "stemcellclinic.tech", true }, @@ -82259,6 +82370,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stemkit4kids.com", true }, { "stemklank.tk", true }, { "stemmayhem.com", true }, + { "stempel-lobenhofer.at", true }, { "stenaro.ch", true }, { "stenhojmedia.dk", true }, { "stening.co", true }, @@ -82303,10 +82415,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stepsweb.com", true }, { "ster-enzo.nl", true }, { "sterchi-fromages.ch", false }, - { "stereo.lu", true }, { "stereochro.me", false }, { "stereostudio.cf", true }, { "sterlingheights.gov", true }, + { "sterlingmodular.com", true }, { "sterlingtechnotrade.com", true }, { "sterlinx.de", true }, { "sterlitamak.tk", true }, @@ -82350,12 +82462,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stevemonteyne.be", true }, { "steven-bennett.com", true }, { "steven-klix.de", true }, + { "steven.photos", true }, { "stevenapate.com", true }, { "stevenavaldez.tk", true }, { "stevenberg.net", true }, { "stevenbolgartersnakes.com", true }, { "stevengoodpaster.com", true }, { "stevengrech.com", true }, + { "stevenhardy.digital", true }, { "stevenkendypierre.com", true }, { "stevenmdriving.co.uk", true }, { "stevenroddis.com", true }, @@ -82404,6 +82518,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stickeramoi.com", true }, { "stickerparadise.me", true }, { "stickertrade.me", true }, + { "stickertuningfetzt.de", true }, { "stickies.io", true }, { "stickme.be", true }, { "stickmy.cn", true }, @@ -82436,7 +82551,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stikkie.me", true }, { "stikonas.eu", false }, { "stileapp.com", true }, - { "stilecop.com", true }, { "stiliankasimov.com", true }, { "stilingavonia.lt", true }, { "stillsnfilms.com", true }, @@ -82458,7 +82572,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stipsan.me", true }, { "stirblaut.de", true }, { "stirling.co", true }, - { "stirlingpoon.com", true }, { "stisidores.org", true }, { "stitch.money", true }, { "stitchfiddle.com", true }, @@ -82512,6 +82625,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stnews.ga", true }, { "stnl.de", false }, { "sto500.com.ua", true }, + { "stock-ai.com", true }, { "stock-solution.de", true }, { "stockanalysis.com", true }, { "stockholmpride.org", true }, @@ -82528,6 +82642,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stockx.com", true }, { "stocp.org", true }, { "stodieck.com", true }, + { "stodrive.com", true }, { "stoebermehl.at", true }, { "stoffelnet.de", true }, { "stoffhandwerk.tk", true }, @@ -82570,6 +82685,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stoneproperty.ie", true }, { "stonerwitch.tk", true }, { "stonesfamilyrestaurant.com", true }, + { "stonesnowboards.com", true }, { "stonetribute.tk", true }, { "stoneworld.ga", true }, { "stonewuu.com", true }, @@ -82607,6 +82723,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stopsscam.ru", true }, { "stopssherdenking.tk", true }, { "stopsvet.ml", true }, + { "stopthemoss.com", true }, { "stopthethyroidmadness.com", true }, { "stopthinkconnect.jp", true }, { "stoptrading.co.uk", true }, @@ -82643,7 +82760,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "storin.nl", true }, { "storingdesk.com", true }, { "storjar.com", true }, - { "storkfront.com", true }, { "storlead.com", true }, { "storm-news.tk", true }, { "stormairsoft.tk", true }, @@ -82766,7 +82882,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "streamgato.com", true }, { "streaming-download.net", true }, { "streaminginternacional.com", true }, - { "streamkit.gg", true }, { "streamlineverify.com", true }, { "streamodz.com", true }, { "streampanel.net", true }, @@ -82810,8 +82925,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stricted.net", true }, { "strictlyguitar.de", true }, { "strictlynormal.com", true }, + { "strijdmeevoorvrede.gent", true }, { "strijkshop.be", true }, { "strikeout.ga", true }, + { "strikers.futbol", true }, { "strily.com", false }, { "strings.cf", true }, { "stringtoolbox.com", true }, @@ -82837,6 +82954,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stroeerdigital.de", true }, { "stroginopk.ga", true }, { "strogov.me", true }, + { "strogova.me", true }, { "stroifenix.ru", true }, { "stroimsami.tk", true }, { "stroimvse.ml", true }, @@ -82849,8 +82967,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stromkomfort.cz", true }, { "stromzivota.sk", true }, { "strong-sport.com.ua", true }, + { "strongdm.com", true }, { "strongohio.gov", true }, { "strongpassword.club", true }, + { "strongprorealty.com", true }, { "strongrandom.com", false }, { "strongsalpinesucculents.com", true }, { "strongtieinsurance.com", true }, @@ -82858,6 +82978,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strongtowerpc.com", true }, { "stronku-gaming.de", true }, { "stroomacties.nl", true }, + { "stroopwafel.ch", true }, { "strosemausoleum.com", true }, { "stroseoflima.com", true }, { "strotmann.de", true }, @@ -82871,7 +82992,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "strozik.de", true }, { "strrl.com", true }, { "strtrade.com", true }, - { "structuralfix.com", true }, { "structurally.net", true }, { "structure.systems", true }, { "strugee.net", true }, @@ -82912,6 +83032,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "studentfinancecountdown.com", true }, { "studentforums.biz", true }, { "studenti.tk", true }, + { "studentingent.be", true }, { "studentite.bg", false }, { "studentklinikk.no", true }, { "studentloans.gov", true }, @@ -82999,6 +83120,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "studying-neet.com", true }, { "studyme.ml", true }, { "studyportal.net", true }, + { "studysciences.com", true }, { "studystack.ml", true }, { "studytactics.com", true }, { "studytale.com", true }, @@ -83138,7 +83260,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sudanindependent.net", true }, { "sudaraka.org", false }, { "sudmotor-occasions.be", false }, - { "sudo-i.net", true }, { "sudo.im", true }, { "sudo.ws", true }, { "sudoash.com", true }, @@ -83149,6 +83270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "suecaunitedfc.tk", true }, { "suelyonjones.com", true }, { "suempresa.cloud", true }, + { "suenotek.com", true }, { "suerteloteria.com", true }, { "suessdeko.de", true }, { "suevia-ka.de", true }, @@ -83209,6 +83331,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sultangroup.ru", true }, { "suluvir.com", true }, { "sulytics-tool.com", true }, + { "sumatogroup.com", true }, { "sumatphoto.com", true }, { "sumatrabarat.ml", true }, { "sumatraselatan.ml", true }, @@ -83344,6 +83467,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "super-knighki.gq", true }, { "super-lolitas.tk", true }, { "super-o-blog.com", true }, + { "super11.nl", true }, { "superaficionados.com", true }, { "superbart.nl", true }, { "superbaskirskij-med.tk", true }, @@ -83488,6 +83612,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "surgerylifeenhancement.cloud", true }, { "surgerylifeenhancement.com", true }, { "surgicalassociateswny.com", true }, + { "surgispa.net", true }, { "suricate.ru", true }, { "suriname.tk", true }, { "surnet.io", true }, @@ -83513,10 +83638,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "susanagomez.tk", true }, { "susanbpilates.co", true }, { "susanbpilates.com", true }, - { "susann-kerk.de", true }, + { "susann-kerk.de", false }, { "susanna-komischke.de", true }, { "susanvelez.com", true }, - { "susc.org.uk", true }, { "susconam.org", true }, { "suseki.ga", true }, { "sush.us", true }, @@ -83601,10 +83725,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "svenbacia.me", true }, { "svendubbeld.nl", true }, { "sveneckelmann.de", true }, + { "svenjaundbenni.de", true }, { "svenjaundchristian.de", true }, { "svenluijten.com", false }, { "svenmuller.nl", true }, { "svennd.be", true }, + { "svenpeter.eu", true }, + { "svenpeter.info", true }, + { "svenpeter.me", true }, + { "svenpeter.net", true }, + { "svenpeter.org", true }, { "svenskakyrkansunga.tk", true }, { "svenskapsalmer.se", true }, { "svenskmediabevakning.se", true }, @@ -83640,6 +83770,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "svoimi-slovami.tk", true }, { "svorcikova.cz", true }, { "svorkmofotball.tk", true }, + { "svpe.de", true }, + { "svpe.eu", true }, { "svpoa.org.uk", true }, { "svrx.one", true }, { "svse.global", true }, @@ -83685,7 +83817,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swe777.com", true }, { "sweak.net", true }, { "sweat-shirts.tk", true }, - { "swedentelugucommunity.com", true }, { "swederica.tk", true }, { "swedish-saints.tk", true }, { "swedishforces.tk", true }, @@ -83695,7 +83826,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sweepay.ch", false }, { "sweepy.pw", true }, { "sweet-as.co.uk", true }, - { "sweet-spatula.com", true }, { "sweetair.com", true }, { "sweetairlines.tk", true }, { "sweetbabyjesus.com", true }, @@ -83768,11 +83898,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swisscannabis.club", true }, { "swisscypher.com", true }, { "swissdojo.ch", false }, + { "swissdomaintrustee.ch", true }, { "swisselement365.com", false }, { "swissentreprises.ch", true }, { "swisservers.com", true }, { "swissfreshaircan.ch", false }, { "swissfreshaircan.com", false }, + { "swissgrid.ch", true }, { "swissid.ch", true }, { "swissinternationalva.com", true }, { "swissj.com", true }, @@ -83789,6 +83921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swisswebhelp.ch", true }, { "swissxperts.ch", true }, { "swit.io", true }, + { "switch-defekt.de", true }, { "switch-trader.com", true }, { "switchassur.fr", true }, { "switcheo.exchange", true }, @@ -83815,6 +83948,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swrpgitems.com", true }, { "swtun.com", true }, { "swvaux.com", true }, + { "swxtd.com", true }, { "swy.cz", true }, { "swyn.net", true }, { "swynwyr.com", true }, @@ -83826,6 +83960,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sy24.ru", true }, { "sy95.de", true }, { "syajvo.if.ua", false }, + { "syakeapps.net", true }, { "syakonavi.com", true }, { "syazli7.me", true }, { "sycamorememphis.org", true }, @@ -83861,6 +83996,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sylvan.me", true }, { "sylvangarden.net", true }, { "sylve.ch", false }, + { "sylwiasun.com", true }, { "sym01.com", true }, { "symbiose-com.ch", false }, { "symbiose-immobilier.ch", false }, @@ -83873,8 +84009,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "symetrix.tk", true }, { "symfora-meander.nl", true }, { "symlnk.de", true }, + { "symoteb.ir", true }, { "sympletrade.com", true }, - { "symplexia.com.br", true }, { "symplyos.tk", true }, { "sympmarc.com", true }, { "symposium.beer", true }, @@ -83974,6 +84110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "system.is", true }, { "system4travel.com", true }, { "systemadmin.uk", true }, + { "systemart.pro", true }, { "systematic-momo.com", true }, { "systematic-momo.dk", true }, { "systemausfall.org", true }, @@ -84023,6 +84160,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "szerbnyelvkonyv.hu", true }, { "szerelem.love", true }, { "szetowah.org.hk", true }, + { "szkolajazdykaleta.pl", true }, { "szlovaknyelv.hu", true }, { "szlovennyelv.hu", true }, { "szotkowski.info", true }, @@ -84055,6 +84193,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t2-sit-test.tk", false }, { "t2000headphones.com", true }, { "t2000laserpointers.com", true }, + { "t22.uk", true }, { "t2881.com", true }, { "t2i.nl", true }, { "t3.ie", true }, @@ -84069,17 +84208,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t5118.com", true }, { "t51365.com", true }, { "t5197.co", true }, - { "t59970.com", false }, - { "t59971.com", false }, - { "t59972.com", false }, - { "t59973.com", false }, - { "t59974.com", false }, - { "t59981.com", false }, - { "t59982.com", false }, - { "t59983.com", false }, - { "t59984.com", false }, - { "t59985.com", false }, - { "t59986.com", false }, { "t6729.co", true }, { "t6957.co", true }, { "t776633.com", true }, @@ -84096,31 +84224,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t81365.com", true }, { "t82365.com", true }, { "t8250.com", true }, - { "t8803.com", true }, - { "t8805.com", true }, - { "t8807.com", true }, - { "t8809.com", true }, - { "t8815.com", true }, { "t8816.com", true }, - { "t8817.com", true }, - { "t8819.com", true }, - { "t8830.com", true }, { "t88gg.com", true }, - { "t88jj.com", true }, { "t88kk.com", true }, { "t88ll.com", true }, - { "t88mm.com", true }, - { "t88nn.com", true }, - { "t88oo.com", true }, - { "t88ss.com", true }, - { "t88vip0.com", true }, - { "t88vip1.com", true }, - { "t88vip2.com", true }, - { "t88vip3.com", true }, - { "t88vip4.com", true }, - { "t88vip5.com", true }, - { "t88vip6.com", true }, - { "t88vip7.com", true }, { "t88ww.com", true }, { "t88yy.com", true }, { "t90official.games", true }, @@ -84133,7 +84240,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ta-soest.nl", false }, { "ta65.com", true }, { "taabe.net", true }, - { "taalcursusvolgen.nl", true }, { "taalmeisje.nl", true }, { "taaltaal.nl", true }, { "taanishsaifu.gq", true }, @@ -84152,7 +84258,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tabi-news.com", true }, { "tabi-runrun.com", true }, { "tabira.tk", true }, - { "tabithawebb.co.uk", true }, { "tablamatica.tk", true }, { "tableandhearth.com", true }, { "tabledusud.be", true }, @@ -84184,6 +84289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tacotown.tk", true }, { "tactical.zone", true }, { "tacticalavocado.com", true }, + { "tacticalgearexperts.com", true }, { "tacticalvote.co.uk", true }, { "tacticalwalls.com", true }, { "tacworldusa.com", true }, @@ -84203,6 +84309,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taffe-elec.com", true }, { "tafusu-support.com", true }, { "tagabrand.co.uk", true }, + { "tagalliances.com", true }, { "tagana-anindustrialpark.tk", true }, { "tagat.top", true }, { "tagaytayhighlands.com", true }, @@ -84232,6 +84339,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tahmintr.com", true }, { "tahosa.co", false }, { "tahrirbazar.com", true }, + { "tahugocilebut.com", true }, { "taiaro.tk", true }, { "taibachicken.com", true }, { "taibafarms.com", true }, @@ -84341,7 +84449,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tallcraft.com", true }, { "talldude.net", true }, { "tallgrasslegal.com", true }, - { "tallinnsec.ee", true }, { "tallinnsex.ee", true }, { "tallship.cz", true }, { "tallyfy.com", true }, @@ -84404,7 +84511,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tandemexhibits.com", true }, { "tandempartnerships.com", true }, { "tandemwise.net", true }, - { "tandk.com.vn", true }, { "tandzorg.link", true }, { "tangel.me", true }, { "tangle-teezer.net", true }, @@ -84467,11 +84573,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taowa.ca", true }, { "taoways.com", true }, { "taoyingchang.tk", true }, + { "taozgt.xyz", true }, { "tapbutdao.com", true }, { "tapchiphaidep.info", true }, { "tapestries.tk", true }, { "tapestryjournal.com", true }, { "tapetenresonanz.de", true }, + { "tapio.my", true }, { "taplemon.at", true }, { "taplemon.com", true }, { "tappezzeria.roma.it", true }, @@ -84506,6 +84614,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tardis.cloud", true }, { "tardis.io", true }, { "tarek.link", true }, + { "tarek.wtf", true }, { "targaryen.house", true }, { "targetbuilding.com", true }, { "targetx.pl", true }, @@ -84536,7 +84645,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tarzanka.ml", true }, { "tas.best", true }, { "tas2580.net", false }, - { "tasadar.net", true }, + { "tasadar.net", false }, { "tasadordecoches.com", true }, { "tasarimgazetesi.com", true }, { "tascout.com", true }, @@ -84631,6 +84740,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taxisafmatosinhos.pt", true }, { "taxisantandreudelabarca.es", true }, { "taxiscollectifs.ch", false }, + { "taxiservicedenbosch.nl", true }, { "taxiunion.info", true }, { "taxlab.co.nz", true }, { "taxmadras.com", true }, @@ -84642,6 +84752,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taylorfry.co.nz", true }, { "taylorfry.com", true }, { "taylorfry.com.au", true }, + { "taylorfry.nz", true }, { "taylorpearson.me", false }, { "taylors-castles.co.uk", true }, { "taylorshillsamoan.org", true }, @@ -84689,7 +84800,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tcdww.cn", true }, { "tcf.org", true }, { "tcgpraktijk.nl", true }, - { "tcgrepublic.com", true }, { "tch-forum.com", true }, { "tchaka.top", true }, { "tchannels.tv", true }, @@ -84819,6 +84929,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tease.email", true }, { "teasenetwork.com", true }, { "teaser-trailer.com", true }, + { "teast.eu", true }, { "teatrarium.com", true }, { "teatroutopia.tk", true }, { "teawithmum.com", true }, @@ -84840,14 +84951,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tecart-cloud.de", true }, { "tecart-system.de", true }, { "tecartcrm.de", true }, + { "teccozed.com", true }, { "tecfleet.com", true }, - { "tech-banker.com", false }, - { "tech-blogger.net", true }, { "tech-clips.com", false }, { "tech-essential.com", true }, { "tech-info.jp", true }, { "tech-leaders.jp", true }, - { "tech-mfoda.com", true }, { "tech-ninja.de", true }, { "tech-professor.ir", true }, { "tech-rat.com", true }, @@ -84941,6 +85050,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "technogroup.cz", true }, { "technoholod.tk", true }, { "technokicks.com", true }, + { "technoledge.jp", true }, { "technologie-innovation.fr", true }, { "technology.cx", true }, { "technologyand.me", true }, @@ -84968,6 +85078,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techpivot.net", true }, { "techpoint.org", true }, { "techpp.com", true }, + { "techquintal.com", true }, { "techraptor.net", true }, { "techsecrets.tk", true }, { "techserve.ml", true }, @@ -84978,11 +85089,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techsmartstore.com", true }, { "techsna.com", true }, { "techsocial.nl", true }, - { "techsolcorp.com", true }, { "techsolvency.com", true }, + { "techstartup.tech", true }, { "techsys.cz", true }, { "techsystemsa.com", true }, - { "techto.date", true }, { "techtoydeveloper.tk", true }, { "techtrader.ai", true }, { "techtrader.io", true }, @@ -85006,13 +85116,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tecknologg.website", true }, { "tecma.com", true }, { "tecmarkdig.com", true }, - { "tecmobile.com.br", true }, { "tecnaa.com", true }, { "tecne.ws", true }, { "tecnicapotiguar.com.br", true }, { "tecnick.com", true }, { "tecnicoelettrodomestici.roma.it", true }, { "tecnikan.com.ar", true }, + { "tecnimotos.com", true }, { "tecnipuntoseguridad.com", true }, { "tecno-pack.net", true }, { "tecnoarea.com.ar", true }, @@ -85021,6 +85131,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tecnodritte.it", true }, { "tecnogaming.com", true }, { "tecnogazzetta.it", true }, + { "tecnogestionsas.com", true }, { "tecnograficaimpresos.com", true }, { "tecnologia.net", true }, { "tecnologiasurbanas.com", true }, @@ -85043,13 +85154,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tedxyalesecondaryschool.com", true }, { "teeautomat-teemaschine.de", true }, { "teedb.de", true }, + { "teehaus-shila.de", true }, { "teektalk.org", true }, { "teemulintula.fi", true }, { "teen-porno-video.ru", true }, { "teengirl.pub", true }, { "teenmissions.org", true }, { "teenmoviesgallery.ga", true }, - { "teenportal.net", true }, { "teenpussypornvid.com", true }, { "teenringen.nl", true }, { "teensexgo.com", true }, @@ -85057,7 +85168,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teenwebcams.ml", true }, { "teenworlds.tk", true }, { "teepak.ml", true }, - { "teeqq.com", true }, { "teesurprise.com", true }, { "teesypeesy.com", true }, { "teetje-doko.de", true }, @@ -85079,8 +85189,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teixobactin.com", true }, { "teka.ro", true }, { "tekanswer.com", true }, - { "tekingb.com", true }, + { "tekingb.com", false }, { "tekirdagemlak.tk", true }, + { "tekmoloji.com", true }, { "teknemodus.com.au", true }, { "teknik.io", true }, { "teknikaldomain.me", true }, @@ -85178,7 +85289,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "telework.gov", true }, { "teleyal.blog", true }, { "telford.codes", true }, - { "telhabrasil.com.br", true }, + { "tellall.com", true }, + { "tellet.tel", true }, { "telling.xyz", true }, { "tellingua.com", false }, { "tellthemachines.com", true }, @@ -85206,6 +85318,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "temizmama.com", true }, { "temnacepel.cz", true }, { "temp.pm", true }, + { "temp37c.com", true }, { "tempa.com.ua", true }, { "tempatwisatakeren.com", true }, { "tempdatalogger.com", true }, @@ -85216,7 +85329,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "template-parks.com", true }, { "templateinvaders.com", true }, { "templete.tk", true }, - { "templum.com.br", true }, { "tempmail.ninja", true }, { "tempoprimo.com", true }, { "temporal.tk", true }, @@ -85228,6 +85340,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tempus-aquilae.de", true }, { "tempus.tf", true }, { "temtekco.com", true }, + { "ten.me", true }, { "tenable.com.au", true }, { "tenber.ge", true }, { "tenberg.com", true }, @@ -85314,6 +85427,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teraservice.eu", true }, { "teraservice.ml", true }, { "terass.com", true }, + { "terbaruberita.id", true }, { "terence2008.info", true }, { "terengganudaily.tk", true }, { "terenska-edinica.tk", true }, @@ -85397,13 +85511,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "test-my.tk", true }, { "test-online.tk", true }, { "test-school.ml", true }, + { "test-sev-web.pantheonsite.io", true }, { "test-textbooks.com", true }, { "test.de", true }, { "test.support", true }, { "test3-websiteboost.nl", true }, { "testabacus.com", true }, + { "testadministrators.net", true }, { "testadren.com", true }, { "testadron.com", true }, + { "testapfnxg.com", true }, { "testbirds.cz", true }, { "testbirds.sk", true }, { "testcoz.tk", true }, @@ -85439,6 +85556,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "testpool.gq", true }, { "testpornsite.com", true }, { "testpsicotecnicos.com.es", true }, + { "tests-and-tips.info", true }, + { "tests-und-tipps.info", true }, { "tests.pp.ru", true }, { "testscript.ml", true }, { "testsitefortask.xyz", true }, @@ -85492,7 +85611,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "texby.com", true }, { "texcolors.com.co", true }, { "texel.es", true }, - { "texhnolyze.net", true }, { "texiafinishing.com", true }, { "texican.nl", true }, { "texier.mx", true }, @@ -85539,6 +85657,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tfok.ml", true }, { "tfq.me", false }, { "tfsound.cz", true }, + { "tfsrcymru.org.uk", true }, { "tft-cheat-sheet.com", true }, { "tftdom.com", true }, { "tfus.co", true }, @@ -85617,7 +85736,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thalmann.fr", false }, { "thambaru.com", true }, { "thamesfamilydentistry.com", true }, - { "thanabh.at", false }, { "thanatoid.net", true }, { "thanhquyet.info", true }, { "thapduoc.com", true }, @@ -85644,7 +85762,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "the-archive.ml", true }, { "the-azad.com", true }, { "the-bermanns.com", true }, - { "the-big-bang-theory.com", true }, { "the-body-shop.hu", false }, { "the-burtons.xyz", true }, { "the-busbys.com", true }, @@ -85691,13 +85808,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theafleo.ga", true }, { "theafleo.gq", true }, { "theagencywithoutaname.com", true }, + { "thealchemistatelier.com", true }, { "theallmanteam.com", true }, + { "thealmsolution.com", true }, { "theangelfishfoundation.org", true }, { "theangelgivingtree.com", true }, { "theangelgivingtree.info", true }, { "theangelgivingtree.net", true }, { "theangelgivingtree.org", true }, { "theankhlife.com", true }, + { "theantarcticx.com", true }, { "theantarticx.com", true }, { "theantisocialengineer.com", true }, { "theapplewiki.com", true }, @@ -85720,9 +85840,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theatresuite.tk", true }, { "theaustinsevenworkshop.com", true }, { "theauthenticdad.com", true }, + { "theaviationagency.com", true }, { "theawesomemuse.com", true }, { "theazoorsociety.org", true }, { "thebabypassport.com", true }, + { "thebacksplashcompany.com", true }, { "thebacteriafight.gq", true }, { "thebakery2go.de", true }, { "thebannerstore.com", true }, @@ -85808,7 +85930,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecarpenters.tk", true }, { "thecatbowl.com.au", true }, { "thecedarsbb.co.za", true }, - { "thecellulitediet.com", true }, { "thechallenge.fit", true }, { "thechandigarhcity.com", true }, { "thechargertimes.com", true }, @@ -85816,6 +85937,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecheat.tk", true }, { "thecheese.co.nz", true }, { "thecherryship.ch", false }, + { "thecigarlibrary.com", true }, { "theciso.com", false }, { "thecitywarehouse.clothing", true }, { "theclearingnw.com", true }, @@ -85856,10 +85978,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecurvyfashionista.com", true }, { "thecustomdroid.com", true }, { "thecustomerinstitute.org", false }, - { "thecustomizewindows.com", true }, { "theda.co.za", true }, { "thedailyprosper.com", false }, - { "thedailyshirts.com", true }, { "thedailyupvote.com", true }, { "thedaleyclan.hopto.org", true }, { "thedanceacademybuckscounty.com", false }, @@ -85910,6 +86030,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theepankar.com", true }, { "theepiclounge.com", true }, { "theepicsponge.co.uk", true }, + { "theeuropeanlibrary.org", true }, { "theevergreen.me", false }, { "theeverycompany.com", true }, { "theexpatriate.de", true }, @@ -85944,7 +86065,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theformtool.com", true }, { "thefox.com.fr", true }, { "thefreebay.tk", true }, - { "thefreemail.com", true }, { "thefreethinker.tk", true }, { "thefriedzombie.com", true }, { "thefriedzombie.nl", true }, @@ -85972,6 +86092,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thegingersnapbaker.co.za", true }, { "thegioidulich.com.vn", true }, { "thegioinano.com", true }, + { "theglobalreport.org", true }, { "thegoddy.com", true }, { "thegolden.com", true }, { "thegoodheartedwoman.com", true }, @@ -86009,10 +86130,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theholloways.tk", true }, { "thehomebakery.ie", true }, { "thehomemademasks.com", true }, + { "thehomeofthefuture.com", true }, { "thehonorguard.org", true }, { "thehookup.be", true }, { "thehopefuture.com", true }, { "thehopper.io", true }, + { "thehorsesadvocate.com", false }, { "thehotfix.net", true }, { "thehotness.tech", true }, { "thehotrocks.tk", true }, @@ -86082,6 +86205,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thelonelyones.co.uk", true }, { "thelonious.nl", true }, { "theloop.ai", true }, + { "theloop.build", true }, { "thelordofthewing.cf", true }, { "thelostyankee.com", true }, { "thelotter.club", true }, @@ -86089,6 +86213,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theluxonomist.es", true }, { "thelwallrangers.tk", true }, { "themadlabengineer.co.uk", true }, + { "themagazine.my", true }, { "themallards.info", true }, { "themandogs.tk", true }, { "themarshallproject.org", true }, @@ -86106,6 +86231,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "themerchandiser.net", false }, { "themeridianway.com", true }, { "themesurgeons.net", true }, + { "themevilles.com", true }, { "themiddle.co", true }, { "themigraineinstitute.com", true }, { "themilanlife.com", true }, @@ -86115,7 +86241,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "themodernalchemist.be", true }, { "themodernreviewer.ga", true }, { "themoneyconverter.com", true }, - { "themonkeytrail.co.uk", true }, { "themonthly.com.au", true }, { "themostexpensiveworkofart.com", true }, { "themurrayfamily.me.uk", true }, @@ -86222,6 +86347,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thepokerbank.com", true }, { "theposhfudgecompany.co.uk", true }, { "thepowerboys.tk", true }, + { "thepricewatcher.co.uk", true }, { "theprincegame.com", true }, { "theprinceshort.tk", true }, { "thepriorybandbsyresham.co.uk", true }, @@ -86282,6 +86408,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thermowood-bkh.ru", true }, { "therniakov.tk", true }, { "therockawaysny.com", false }, + { "theroguestormtrooper.com", true }, { "therokasshow.tk", true }, { "theroks.com", false }, { "theromexchange.com", true }, @@ -86359,6 +86486,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thesteins.org", false }, { "thestockoasis.com", true }, { "thestoneage.de", true }, + { "thestoragebay.co.uk", true }, { "thestore.tk", true }, { "thestoryshack.com", false }, { "thestral.pro", true }, @@ -86375,7 +86503,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theswimdoctors.com", true }, { "theswissbay.ch", true }, { "theswitch.club", true }, - { "theta.eu.org", true }, { "thetakeout.com", true }, { "thetapirsmouth.com", true }, { "thetassos.com", true }, @@ -86383,6 +86510,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theteaguemovie.tk", true }, { "thetebodifference.com", true }, { "thetechieflutist.com", true }, + { "thetechkernel.com", true }, { "thetechsite.net", true }, { "thetfordvt.gov", true }, { "thetherapist.tk", true }, @@ -86420,6 +86548,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theuniversallover.tk", true }, { "theuniversitiesofasia.ga", true }, { "theunleashedpet.com", true }, + { "theunwrittenletters.tk", true }, { "thevacweb.com", true }, { "thevalentineconstitution.com", true }, { "thevanishedvoyager.ml", true }, @@ -86434,6 +86563,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theviolenceofdevelopment.com", true }, { "thevirgin.tk", true }, { "thevirtualbookkeepers.com", true }, + { "thevirtualdetective.games", true }, + { "thevirtuousdog.com", true }, { "thevisasofoz.com", true }, { "thevitpro.com", true }, { "thevoid.one", true }, @@ -86441,6 +86572,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thevoya.ga", false }, { "thewagesroom.co.uk", true }, { "thewalkerz.tk", true }, + { "thewallet.today", true }, { "thewashingmachine.tk", true }, { "thewave.tk", true }, { "thewaxhouse.academy", true }, @@ -86452,6 +86584,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thewebcully.com", true }, { "thewebdexter.com", true }, { "thewebflash.com", true }, + { "thewebguru.net", true }, { "thewebsitedoctors.co.uk", true }, { "thewebsitemarketingagency.com", true }, { "theweed.tk", true }, @@ -86544,7 +86677,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thinkindifferent.net", true }, { "thinkingandcomputing.com", true }, { "thinkingliberty.com", true }, + { "thinkingplanet.net", true }, { "thinkmarketing.ca", true }, + { "thinkscar.com", true }, { "thinktac.com", true }, { "thinktankofthree.com", true }, { "thinktux.net", true }, @@ -86558,6 +86693,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thirstyjourneys.com", true }, { "thirteen.pm", true }, { "thirtysixseventy.ml", true }, + { "thirtyspot.com", true }, { "thiry-automobiles.net", false }, { "thiscloudiscrap.com", false }, { "thisdayinhockey.tk", true }, @@ -86568,6 +86704,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thisismit.ch", true }, { "thisisrapt.com.au", true }, { "thisistechtoday.com", true }, + { "thisisthefinalact.com", false }, { "thisistranquility.life", true }, { "thisistwice.tk", true }, { "thisiswhywemom.com", true }, @@ -86620,7 +86757,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thomien.de", true }, { "thomkrom.com", true }, { "thompsonfunerals.com", true }, - { "thomsons.com", false }, + { "thomsons.com", true }, { "thomsonscleaning.co.uk", true }, { "thomspooren.nl", false }, { "thomwiggers.nl", false }, @@ -86686,7 +86823,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thsecurity.cz", true }, { "thues.eu", true }, { "thugcityrecords.tk", true }, - { "thuisverpleging-meerdael.be", true }, { "thullbery.com", true }, { "thumbsnap.com", true }, { "thumbsupcandy.com", true }, @@ -86699,13 +86835,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thunderkeys.net", true }, { "thundr.eu", true }, { "thunraz.com", true }, + { "thuongthuccuocsong.com", true }, { "thuongtravel.com", true }, { "thurn.net", true }, { "thusoy.com", true }, { "thuthuatios.com", true }, { "thuviensoft.com", true }, { "thuviensoft.net", true }, - { "thuybich.com", true }, + { "thuybich.com", false }, { "thuyetphapmoi.com", true }, { "thvideo.tv", true }, { "thw-bernburg.de", true }, @@ -86738,6 +86875,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tiance.me", true }, { "tiandixing.org", true }, { "tianeptine.com", true }, + { "tianjiaxi.com", true }, { "tianjin30019.com", true }, { "tianshili.me", true }, { "tiantangbt.com", true }, @@ -86770,6 +86908,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ticketsource.us", true }, { "ticketsourcebeta.co.uk", true }, { "ticketsvergleichen.de", true }, + { "ticketswap.at", true }, + { "ticketswap.be", true }, + { "ticketswap.ch", true }, + { "ticketswap.co", true }, + { "ticketswap.co.nz", true }, + { "ticketswap.com", true }, + { "ticketswap.com.au", true }, + { "ticketswap.com.br", true }, + { "ticketswap.cz", true }, + { "ticketswap.de", true }, + { "ticketswap.dk", true }, + { "ticketswap.es", true }, + { "ticketswap.fi", true }, + { "ticketswap.fr", true }, + { "ticketswap.hu", true }, + { "ticketswap.ie", true }, + { "ticketswap.in", true }, + { "ticketswap.it", true }, + { "ticketswap.nl", true }, + { "ticketswap.no", true }, + { "ticketswap.pl", true }, + { "ticketswap.pt", true }, + { "ticketswap.ru", true }, + { "ticketswap.se", true }, + { "ticketswap.uk", true }, { "tickettailor.com", true }, { "ticketure.com", true }, { "tickit.ca", false }, @@ -86804,6 +86967,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tierra-indomables.tk", true }, { "tierracenter.com", true }, { "tierradeayala.com", true }, + { "tierraprohibida.net", true }, { "tierschutz-niederrhein.de", true }, { "ties.com", true }, { "tietotori.fi", true }, @@ -86872,7 +87036,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tim-lawrence.cf", true }, { "tim427.net", true }, { "timacdonald.me", true }, - { "timatooth.com", true }, { "timawesomeness.com", true }, { "timbarlotta.com", true }, { "timberjewelleryboxes.ga", true }, @@ -86951,6 +87114,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timonenko.cf", true }, { "timoso.de", true }, { "timothy.tk", true }, + { "timothysykes.com", true }, { "timowi.de", true }, { "timoxbrow.com", true }, { "timqueen.com", true }, @@ -86975,7 +87139,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tinastahlschmidt.de", true }, { "tindallriley.co.uk", true }, { "tinderphotos.ga", true }, - { "tinekevanurk.nl", true }, { "tinf.de", true }, { "tinf15b4.de", true }, { "tinfoilsecurity.com", false }, @@ -87004,6 +87167,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tintenland.de", true }, { "tintenprofi.de", true }, { "tintoria.roma.it", true }, + { "tinturanaturale.it", true }, { "tiny-house.ro", true }, { "tiny-tattoos.tk", true }, { "tiny.ee", true }, @@ -87051,7 +87215,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tipsoftech.tk", true }, { "tipstersweb.com", true }, { "tipsypresent.com", true }, + { "tiptoptransmissions.com", true }, { "tipulnagish.co.il", true }, + { "tipwho.com", true }, { "tiqets.com", true }, { "tir-mauperthuis.fr", true }, { "tirana-chat.tk", true }, @@ -87113,7 +87279,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tjmarron.co.uk", true }, { "tjongeling.tk", true }, { "tjp.ch", false }, - { "tjs.me", true }, { "tju.me", true }, { "tjupt.org", true }, { "tjxxzy.com", true }, @@ -87139,12 +87304,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tl.gg", true }, { "tlach.cz", true }, { "tlca.org", true }, + { "tlcbynature.com.au", true }, { "tlcnet.info", true }, { "tlctrades.com", true }, { "tld-list.com", true }, { "tldplaza.com", true }, { "tldtattoo.com", true }, - { "tldus.com", true }, { "tlehseasyads.com", true }, { "tleng.de", true }, { "tlo.xyz", true }, @@ -87241,7 +87406,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tobias-bauer.net", true }, { "tobias-haenel.de", true }, { "tobias-kleinmann.de", true }, - { "tobias-kluge.com", true }, { "tobias-kluge.de", true }, { "tobias-picha.de", true }, { "tobias-weidhase.de", true }, @@ -87310,7 +87474,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toddmath.com", true }, { "toddmclauchlin.cf", true }, { "toddmissiontx.gov", true }, - { "todo-anime.com", true }, { "todobien.club", true }, { "todocracy.com", true }, { "todocruces.com", true }, @@ -87330,6 +87493,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toeglhofer.at", true }, { "toeightycountries.com", true }, { "toekomstperspectief.be", true }, + { "toepferei-langerwehe.de", true }, { "toepferwerk.de", true }, { "toerschaatsenknsb.nl", true }, { "toest.bg", true }, @@ -87353,7 +87517,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toila.best", true }, { "toirereform.com", true }, { "tojannah.com", false }, - { "tokage.me", true }, { "tokaido-kun.jp", true }, { "tokaido.com", true }, { "tokainafb.net", true }, @@ -87380,6 +87543,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tokopedia.ga", true }, { "tokoplugin.com", true }, { "tokototech.com", true }, + { "tokoword.id", true }, { "tokugai.com", true }, { "tokyo-onkyo.jp", true }, { "tokyo-powerstation.com", true }, @@ -87403,6 +87567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tollfreeproxy.com", true }, { "tollmanz.com", false }, { "tolmaidis.com", true }, + { "tolmandrywall.com", true }, { "tolnavar.hu", true }, { "tolstoevsky.tk", true }, { "tom-geiger.de", true }, @@ -87442,6 +87607,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomboonen.tk", true }, { "tomboy.org", true }, { "tombrossman.com", true }, + { "tombu.biz", true }, + { "tombu.info", true }, { "tombu.org", true }, { "tombu.xyz", true }, { "tomchen.org", true }, @@ -87457,7 +87624,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomica.me", true }, { "tomica.net", true }, { "tomik.cloud", true }, - { "tomik.fun", true }, + { "tomik.space", true }, { "tomikoyco.com", true }, { "tomiler.com", true }, { "tomiubezpiecz.pl", true }, @@ -87494,7 +87661,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toms.ovh", true }, { "tomschlick.com", true }, { "tomsdevsn.me", true }, - { "tomsherakmshope.org", true }, { "tomsick.it", true }, { "tomsk.cf", true }, { "tomsk.ml", true }, @@ -87680,7 +87846,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topicit.net", true }, { "topicv.com", true }, { "topideipodarkov.ru", true }, - { "topinjust.com", true }, { "topirishcasinos.com", true }, { "topjeans.ga", true }, { "topjobs.ch", true }, @@ -87700,6 +87865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topnet.tk", true }, { "topnlist.com", true }, { "topnotchendings.com", true }, + { "topnotchhomepros.com", true }, { "topnotchsociety.com", false }, { "topnotepad.com", true }, { "topodin.com", true }, @@ -87734,6 +87900,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topspin.tk", true }, { "topsteroidsonline.com", true }, { "toptec.net.br", true }, + { "toptechs.com.br", true }, { "topten.com.co", true }, { "toptenthebest.com", true }, { "toptexture.com", true }, @@ -87766,6 +87933,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toretfaction.net", true }, { "torfbahn.de", true }, { "torg-room.ru", true }, + { "tork.news", true }, { "torkware.com", true }, { "torlinnhe.com", true }, { "torlock.com", true }, @@ -87779,11 +87947,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "torn1.se", true }, { "tornadodetector.ga", true }, { "tornadotwistar.com", true }, - { "torngalaxy.com", true }, { "tornos.site", true }, { "torogroups.com", true }, - { "torohandyman.com", true }, { "torondor.tk", true }, + { "toronto-escorts.com", true }, { "torontoaccesscontrol.com", true }, { "torontocorporatelimo.services", true }, { "torontonews.tk", true }, @@ -87858,6 +88025,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "totalemaildellivery.com", true }, { "totalemailldeliivery.com", true }, { "totalemailldelivery.com", true }, + { "totalengineering.club", true }, { "totalforcegym.com", false }, { "totalhomecareinc.com", true }, { "totalhost.gq", true }, @@ -87867,6 +88035,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "totalleedee.com", true }, { "totallemaiildelivery.com", true }, { "totallemaildelivery.com", true }, + { "totallovingcareservice.com", true }, { "totally-dakota.tk", true }, { "totallylegitimatehosting.ru", true }, { "totallynotaserver.com", true }, @@ -87883,10 +88052,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "totalzen.ga", true }, { "totch.de", true }, { "totem-international.com", true }, + { "tothetopmentoring.com", true }, { "totkamassage.com", true }, { "totobetty.com", true }, { "totodil.es", true }, { "totolabs.com", true }, + { "totoland7.cc", true }, { "totoro.pub", true }, { "tottoya.com", true }, { "totvs.com", true }, @@ -88055,6 +88226,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "traceroute.network", true }, { "traces.ml", true }, { "tracesteps.ga", true }, + { "tracetracker.com", true }, { "tracetracker.no", true }, { "traceur-france.fr", true }, { "tracewind.top", true }, @@ -88090,7 +88262,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trade.gov", true }, { "trade247.exchange", true }, { "trade360solutions.com", true }, - { "trade99review.com", true }, { "tradebotcompany.ml", true }, { "tradecloud.sg", true }, { "tradedesk.co.za", true }, @@ -88114,17 +88285,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tradik.com", true }, { "tradinews.com", true }, { "tradinews.fr", true }, - { "trading-analytics.com", true }, { "tradinghelper.be", true }, { "tradingtag.ga", true }, { "tradingview.com", true }, { "tradingyourownway.com", true }, + { "tradition-immobilier.com", true }, { "traditions.nl", true }, { "traditionskapperscollege.nl", true }, { "traditionsvivantesenimages.ch", true }, { "tradlost-natverk.se", true }, { "tradreams.com", true }, { "traducir.win", true }, + { "traefik.io", false }, { "traf-bonus.tk", true }, { "trafarm.ro", true }, { "trafas.nl", true }, @@ -88154,7 +88326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trailforks.com", true }, { "trainable.cf", true }, { "trainex.org", true }, - { "trainhornforums.com", true }, + { "trainhornforums.com", false }, { "trainiac.com.au", true }, { "training-eca.eu", true }, { "trainingcentral.cf", true }, @@ -88174,7 +88346,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trainline.dk", false }, { "trainline.es", false }, { "trainline.eu", false }, - { "trainline.fr", false }, { "trainline.io", true }, { "trainline.it", false }, { "trainline.nl", false }, @@ -88221,7 +88392,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trance-heal.de", true }, { "trance-heal.me", true }, { "trance-zone.tk", true }, - { "tranceattic.com", true }, + { "tranceattic.com", false }, { "tranceheal.com", true }, { "tranceheal.me", true }, { "trancehost.com", true }, @@ -88238,6 +88409,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "transappealrights.com", true }, { "transcend.org", true }, { "transcendmotor.sg", true }, + { "transcoalition.net", true }, { "transcontrol.com.ua", true }, { "transcricentro.pt", true }, { "transdev.blog", true }, @@ -88311,6 +88483,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trapkitchen.ml", true }, { "trappednerve.org", true }, { "trapz.xyz", true }, + { "trarch.com", true }, { "trasandino.tk", true }, { "trasatsatelital.com.ar", true }, { "trash2treasurecreations.co.za", true }, @@ -88351,6 +88524,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "travelamm.com", true }, { "travelarmenia.org", true }, { "travelassist.us.com", true }, + { "travelbags.be", true }, + { "travelbags.nl", true }, { "travelbangladesh.ga", true }, { "travelbiz.cf", true }, { "travelbuddiesperu.com", true }, @@ -88389,6 +88564,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "travelround.io", true }, { "travelsets.com", true }, { "travelshack.com", true }, + { "travelspassion.com", true }, { "travelstation.tk", true }, { "travelsuperapp.com", true }, { "traveltalk.tk", true }, @@ -88404,6 +88580,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "travelzoneshop.com", true }, { "traverse.com.ua", true }, { "travi.org", true }, + { "travis.nl", true }, { "travisec.com", true }, { "travisf.net", true }, { "travisforte.io", true }, @@ -88424,6 +88601,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "treasuryscams.gov", true }, { "treatment.org", true }, { "treatmentindiana.com", true }, + { "treatyoself.com.au", true }, { "trebarov.cz", true }, { "trebek.club", true }, { "trebilfoundationsystems.com", true }, @@ -88481,6 +88659,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trentonmakesnews.com", true }, { "trentonoh.gov", true }, { "trenztec.ml", true }, + { "trepare.com", true }, { "tresen-demo.com", true }, { "tresmaistres.com.br", true }, { "tresor.it", true }, @@ -88549,6 +88728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tricountyheatingcooling.com", true }, { "triddi.com", true }, { "trident-online.de", true }, + { "trident1000logoi.gr", true }, { "tridentmedia.gq", true }, { "tridnice.eu", true }, { "triedandtruebytrista.com", true }, @@ -88600,6 +88780,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "triploqal.com", true }, { "tripolinews.tk", true }, { "tripolistars.com", true }, + { "tripout.tech", true }, { "tripp.xyz", true }, { "trippen.travel", true }, { "tripsided.com", true }, @@ -88675,6 +88856,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tropicaltravelco.com", true }, { "tropikdeniz.com.tr", true }, { "troplo.com", true }, + { "troqueladoras.online", true }, { "trosell.net", true }, { "trosinenko.com", true }, { "tross.tk", true }, @@ -88706,6 +88888,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trucchibellezza.it", true }, { "truccoshop.com", true }, { "truckersmp.com", true }, + { "truckscout24.de", true }, { "truckshina-plus.com.ua", true }, { "truckstop-magazin.de", false }, { "trucosdescargas.com", true }, @@ -88785,6 +88968,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "try2services.vc", true }, { "trybabyschoice.com", true }, { "trybooking.com", true }, + { "trydoggo.com", true }, { "tryfabulousdiet.com", true }, { "tryfabulousskincream.com", true }, { "tryfabulousskinserum.com", true }, @@ -88854,6 +89038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tslcontractors.co.uk", true }, { "tsmgroup2.biz", true }, { "tsmn.com.au", true }, + { "tsmost.cz", true }, { "tsontes.online", true }, { "tsp.gov", true }, { "tspdrits.xyz", true }, @@ -88884,25 +89069,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tsutsumi-kogyo.jp", true }, { "tsuyuzakihiroyuki.com", true }, { "tszwww.com", true }, - { "tt0766.com", true }, - { "tt0966.com", true }, { "tt2866.com", true }, { "tt2966.com", true }, { "tt30019.com", true }, { "tt3666.com", true }, - { "tt3699.com", true }, - { "tt3766.com", true }, - { "tt3999.com", true }, { "tt5197.co", true }, { "tt6729.co", true }, { "tt6729.com", true }, { "tt6957.co", true }, - { "tt7199.com", true }, { "tt7299.com", true }, { "tt7399.com", true }, - { "tt8166.com", true }, { "tt8266.com", true }, - { "tt8366.com", true }, { "tt918.com", true }, { "tt9297.co", true }, { "tt9397.com", true }, @@ -88968,7 +89145,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tucsonfcu.com", true }, { "tucsonpcrepair.com", true }, { "tucuatro.com", true }, - { "tucumpleanos.info", true }, { "tucuxi.org", true }, { "tudienchinhta.com", true }, { "tudorproject.org", true }, @@ -89003,6 +89179,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tulevaisuusdemarit.fi", true }, { "tuliha.ga", true }, { "tulikajain.cf", true }, + { "tulippublishing.com.au", true }, { "tuller.tk", true }, { "tully.co.uk", true }, { "tulsameetingroom.com", true }, @@ -89061,11 +89238,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "turbinelectricity.ga", true }, { "turbo24.com", true }, { "turbohost.co.mz", true }, + { "turbohostingcolombia.com", true }, { "turbosuflantecluj.ro", true }, { "turbotube.ga", true }, { "turboworld.tk", true }, { "turciya.cf", true }, { "turdnagel.com", true }, + { "tureceta.net", true }, { "turf-experts.com", true }, { "turi.space", true }, { "turigum.com", true }, @@ -89116,10 +89295,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "turnosinscripcionchascomus.site", true }, { "turnout.rocks", true }, { "turnover.cf", true }, + { "turobot.online", true }, { "turpinpesage.fr", true }, { "tursiae.org", true }, { "turteka.com", true }, - { "turtlearmy.net", true }, { "turtledigital.co.uk", true }, { "turtleduckstudios.com", true }, { "turtlehead.tk", true }, @@ -89156,6 +89335,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tutorialcoding.tk", true }, { "tutorialdb.tk", true }, { "tutorialehtml.com", true }, + { "tutorialforest.com", true }, { "tutorialinux.com", true }, { "tutorialitmalaysia.tk", true }, { "tutorialphotoshop.tk", true }, @@ -89229,7 +89409,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tvoia-dietka.tk", true }, { "tvoistili.ml", true }, { "tvoyaknighka.ga", true }, - { "tvoysad.ru", true }, + { "tvoysad.ru", false }, { "tvplusiptv.com", true }, { "tvquot.es", true }, { "tvrestyler.eu", true }, @@ -89296,7 +89476,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "twittelzie.nl", true }, { "twitter.ax", true }, { "twitter.com", false }, + { "twitterdriver.io", true }, { "twitteroauth.com", true }, + { "twizzle.net", true }, { "twl-clan.tk", true }, { "twlan.org", true }, { "twlitek.com.tw", true }, @@ -89403,6 +89585,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tylermade.net", true }, { "tyleromeara.com", true }, { "tylerschmidtke.com", true }, + { "tylertysdal.org", true }, { "tylervigario.com", true }, { "tylko-wazne.tk", true }, { "tymoch.pl", true }, @@ -89438,9 +89621,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tyree.tech", true }, { "tyres-price.com", true }, { "tyrkey.tk", true }, + { "tyroola.com.au", true }, { "tyroremotes.co.uk", true }, { "tyroremotes.es", true }, - { "tyroremotes.eu", true }, { "tyroremotes.fr", true }, { "tyroremotes.nl", true }, { "tyroremotes.no", true }, @@ -89492,7 +89675,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "u6957.com", true }, { "u81365.com", true }, { "u82365.com", true }, - { "u886666.com", true }, { "u9297.co", true }, { "u9397.com", true }, { "u9721.com", true }, @@ -89602,7 +89784,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uddi.ng", true }, { "uddin.io", true }, { "udemydownload.com", true }, - { "udid.fyi", true }, { "udien.tk", true }, { "udiregelverk.no", true }, { "udiutv.no", true }, @@ -89670,6 +89851,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uhcuhcas.tk", true }, { "uhlhosting.ch", true }, { "uhlturf.com", true }, + { "uhost.cyou", true }, { "uhrenlux.de", true }, { "uhuc.de", true }, { "uhurl.net", true }, @@ -89681,6 +89863,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uinst.tk", true }, { "uiop.link", true }, { "uiterwijk.org", true }, + { "uitingent.be", true }, { "uitvaartvrouwenfriesland.nl", true }, { "uj2008.com", true }, { "ujiyasu.com", true }, @@ -89723,6 +89906,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ukutabs.com", true }, { "ukvoipforums.com", true }, { "ukwct.org.uk", true }, + { "ul-fluglehrer.de", true }, { "ulabox.com", true }, { "ulax.tk", true }, { "uldsh.de", true }, @@ -89756,6 +89940,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ultimatepaleoguide.com", true }, { "ultimateparts.nl", true }, { "ultimatepatrol.de", true }, + { "ultimatesoftware.tech", true }, { "ultortech.com", true }, { "ultra-pro.ga", true }, { "ultrabeautycream.com", true }, @@ -89932,6 +90117,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ungnyo.org", true }, { "ungooglize.org", true }, { "ungrafakta.gq", true }, + { "uni-cleaner.com", true }, + { "uni-watch.com", true }, { "uni2share.com", true }, { "uniaofraternalraulcury.com.br", true }, { "unibev.net", true }, @@ -89951,6 +90138,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unicefvoscilnice.si", true }, { "unicioushop.com", true }, { "unicode.gq", true }, + { "unicode.link", true }, { "unicolabo.jp", true }, { "unicool.tk", true }, { "unicorn-systems.net", true }, @@ -89978,7 +90166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uniformebateriasheliar.com.br", true }, { "unify.id", true }, { "unijob.com.br", true }, - { "unik.bg", true }, + { "unikainfocom.in", true }, { "unikoingold.com", true }, { "unikrn.com", true }, { "unila.edu.br", true }, @@ -90041,7 +90229,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unitir.gq", true }, { "unityconsciousnessbooks.com", true }, { "unityvox.com", true }, - { "unium.uz", true }, { "uniuni.info", true }, { "univaservizi.academy", true }, { "univate.berlin", true }, @@ -90140,9 +90327,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unripple.com", true }, { "unruh.fr", false }, { "uns.vn", true }, + { "unsee.cc", true }, { "unseen.is", true }, { "unseen.tw", true }, { "unser-gartenforum.de", true }, + { "unsereins.me", true }, { "unsiteweb.fr", true }, { "unsourirealecole.fr", true }, { "unstable.network", true }, @@ -90171,7 +90360,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unxcoconsulting.com", true }, { "unxicdellum.cat", true }, { "uoe.com", true }, - { "uotomizu.com", true }, { "up-ai.com", true }, { "up-obmen.ml", true }, { "up-stage.info", true }, @@ -90201,9 +90389,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "upbtrbt.net", true }, { "upbtrbt.nl", true }, { "upbtrbt.org", true }, + { "upc-point.ch", true }, { "upcambio.com", true }, { "upcloud.cz", true }, { "upd.jp", true }, + { "update-linthdcp-567app1.com", true }, { "updoze.com", true }, { "upengo.com", true }, { "upgamerengine.com", true }, @@ -90211,7 +90401,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "upgamerengine.net", true }, { "upgauged.com", true }, { "upgrade.com", true }, - { "upguard.com", true }, { "uphabit.io", true }, { "upholsterycleanerslondon.co.uk", true }, { "upholsterydesign.com.au", true }, @@ -90525,9 +90714,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utahhydrographics.com", true }, { "utahrealestatepodcast.com", true }, { "utahtravelcenter.com", true }, + { "utaowan.com", false }, { "utavatu.mk", true }, { "utazas-nyaralas.info", true }, { "utazine.com", true }, + { "utbabogados.com", true }, { "utbosbeekhuuske.tk", true }, { "utcast-mate.com", true }, { "uteasybooki.com", true }, @@ -90545,8 +90736,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utilitarismo.com", true }, { "utilitronium.com", true }, { "utilityapi.com", true }, + { "utitreatment.com", true }, { "utleg.gov", true }, - { "utleieplassen.no", false }, { "utodyg.ga", true }, { "utonia.ch", true }, { "utopialgb.org.uk", true }, @@ -90565,7 +90756,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utwente.io", true }, { "utzon.net", true }, { "uu30019.com", true }, - { "uu378.com", false }, { "uu5197.co", true }, { "uu6729.co", true }, { "uu6729.com", true }, @@ -90611,6 +90801,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uy.search.yahoo.com", false }, { "uyen.party", true }, { "uygindir.ml", true }, + { "uyuniscooterluggage.com", true }, { "uyz.me", true }, { "uz-yulduzlar.tk", true }, { "uz.search.yahoo.com", false }, @@ -90661,28 +90852,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "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 }, - { "v05bet365.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 }, { "v139.com", true }, - { "v1951.com", false }, { "v1sit0r.ru", true }, { "v2.pw", true }, - { "v2bet365.com", true }, { "v2bv.net", true }, { "v2bv.win", true }, { "v2ex.com", true }, @@ -90695,45 +90873,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v30019.com", true }, { "v3025.com", true }, { "v33v33.com", true }, - { "v3bet365.com", true }, { "v44v44.com", true }, - { "v4bet365.com", true }, { "v4f.com", true }, { "v5075.com", true }, { "v51365.com", true }, { "v5197.co", true }, - { "v55510.com", false }, - { "v55520.com", false }, - { "v55530.com", false }, { "v55565.com", false }, - { "v55569.com", false }, { "v55580.com", false }, - { "v55590.com", false }, { "v55593.com", false }, { "v55v55.com", true }, { "v5658.com", true }, - { "v5bet365.com", true }, { "v5ray.top", true }, { "v6004.com", true }, { "v6021.com", true }, { "v6170.com", true }, { "v6350.com", true }, - { "v637.com", false }, { "v6506.com", true }, - { "v66233.com", false }, { "v66255.com", false }, { "v66557.com", false }, - { "v66615.com", false }, - { "v66618.com", false }, - { "v66619.com", false }, - { "v66629.com", false }, - { "v66635.com", false }, - { "v66638.com", false }, { "v6729.co", true }, { "v6752.com", true }, { "v6791.com", true }, { "v6957.co", true }, - { "v6bet365.com", true }, { "v700a.com", true }, { "v700bb.com", true }, { "v700cc.com", true }, @@ -90741,29 +90902,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "v700ee.com", true }, { "v700w.com", true }, { "v7090.com", true }, - { "v7bet365.com", true }, { "v81365.com", true }, { "v82365.com", true }, { "v88158.com", true }, - { "v88299.com", false }, { "v88511.com", false }, - { "v88522.com", false }, - { "v88559.com", false }, - { "v88656.com", false }, - { "v88799.com", false }, - { "v8bet365.com", true }, + { "v8builder.com", true }, { "v9037.com", true }, { "v9285.com", false }, - { "v9286.com", false }, - { "v9289.com", false }, { "v9297.co", true }, { "v9728.co", true }, { "v9728.com", true }, - { "v9812.com", false }, { "v9820.com", true }, - { "v9821.com", false }, - { "v9823.com", false }, - { "v9831.com", false }, { "va-reitartikel.com", true }, { "va.gov", false }, { "va11hal.la", true }, @@ -90776,6 +90925,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaat.io", true }, { "vabusinesses.org", true }, { "vacacionesenlinea.com", true }, + { "vacacionestours.com", true }, { "vacancyfiller.com", true }, { "vacati0n.tk", true }, { "vacation-croatia.com", true }, @@ -90788,7 +90938,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaclavambroz.eu", true }, { "vaclavkocum.com", true }, { "vacpas.com", true }, - { "vacreativos.com", true }, { "vadasztanyabuk.hu", true }, { "vademekum.com", true }, { "vader.news", true }, @@ -90817,7 +90966,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaidikapriya.pub", true }, { "vaindil.com", true }, { "vaioswolke.xyz", false }, - { "vairuok.lt", true }, { "vaisselle-nature.fr", true }, { "vak-pobeda.ru", true }, { "vakantiedetective.nl", true }, @@ -90867,6 +91015,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "validbrands.com", true }, { "validius.fi", true }, { "validius.net", true }, + { "valigate.com", true }, { "valika.ee", true }, { "valimised.ee", true }, { "valioncolonialcompany.com", true }, @@ -90923,7 +91072,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "valuemywebsite.net", true }, { "valueng.com", true }, { "valueofblog.com", true }, + { "valueourmind.com", true }, { "valueourminds.com", true }, + { "valueourminds.org", true }, { "valuepenguin.com", true }, { "valueseed.net", true }, { "valuesetters.com", true }, @@ -90982,9 +91133,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vanessarivas.com", true }, { "vanetv.com", true }, { "vaneurology.com", true }, + { "vaneyckexpo.be", true }, + { "vaneyckwashere.eu", true }, { "vangest.pt", true }, { "vangoghcoaching.nl", true }, - { "vanguardreviews.co", true }, { "vanhaos.com", true }, { "vanhatten.com", true }, { "vanhelsing.tk", true }, @@ -91009,6 +91161,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vantien.com", true }, { "vantru.is", true }, { "vanuithartenziel.nl", true }, + { "vanvanlines.com", true }, { "vanwa.ch", true }, { "vanwertcountyohio.gov", true }, { "vanwoensel.xyz", true }, @@ -91057,6 +91210,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "varlex.cl", true }, { "varnish.ga", true }, { "varonahairrestoration.com", true }, + { "varoscak.de", false }, { "varshathacker.com", true }, { "varta.io", true }, { "varun-rajeshwari.tk", true }, @@ -91083,6 +91237,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vashdohod.ml", true }, { "vashel.us", true }, { "vasheradio.tk", true }, + { "vashmatrass.ru", true }, { "vashprazdnik.tk", true }, { "vasileruscior.ro", true }, { "vasilevo.tk", true }, @@ -91199,6 +91354,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vectomatic.org", true }, { "vectops.com", true }, { "vectorcardiometry.tk", true }, + { "vectordtg.com", false }, { "vectormagnetics.com", true }, { "vectortrack.com.au", true }, { "vectorwish.com", true }, @@ -91214,7 +91370,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "veg-leiden.nl", true }, { "veg.lv", true }, { "vega-diva.com", true }, - { "vega-rumia.pl", true }, + { "vega-rumia.pl", false }, { "vegalitarian.org", true }, { "vegan-pratique.fr", true }, { "vegandelivery.cz", true }, @@ -91238,7 +91394,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vegetus.ua", true }, { "veggie-einhorn.de", true }, { "veggies.tk", true }, - { "vegguide.org", true }, { "vegoresto.fr", true }, { "vegtelenchat.tk", true }, { "vehicleenquiry.service.gov.uk", true }, @@ -91369,6 +91524,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vergelijksimonly.nl", true }, { "vergessen.cn", true }, { "vergraal.tk", true }, + { "verhaltenstherapie-weiden.de", true }, { "verhovs.ky", false }, { "veri2.com", true }, { "verifalia.com", true }, @@ -91379,12 +91535,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "verifyos.com", true }, { "verifyyourip.com", true }, { "veriomed.com", true }, - { "verita.com", true }, { "veritafineviolins.com", true }, { "veritas-data.de", true }, { "veritashomeschoolers.org", true }, { "veritasinvestmentwealth.com", true }, { "veritycu.com", true }, + { "verius.io", true }, { "verizonconnect.com", false }, { "verizonguidelines.com", true }, { "verkeersschoolrichardschut.nl", true }, @@ -91426,12 +91582,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "versalhost.nl", true }, { "versallesin.com", true }, { "versbesteld.nl", true }, - { "verschoren.com", true }, { "verschurendegroot.nl", true }, { "verses.space", true }, { "versfin.net", true }, { "versicherungen-werner-hahn.de", true }, { "verso.money", true }, + { "versolslapeyre.fr", true }, { "verspai.de", true }, { "verstaanwiskunde.co.za", true }, { "verstka.cf", true }, @@ -91443,7 +91599,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vertexventures.sg", true }, { "verticesedge.com", true }, { "verticrew.com", true }, - { "vertigo-rec.com", true }, { "vertigo.name", false }, { "vertretungsplan.io", true }, { "vertrieb-strategie.de", true }, @@ -91455,7 +91610,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "veryapt.com", true }, { "verybin.com", true }, { "verygoodwebsite.ca", true }, - { "veryhappy.ru", true }, + { "veryhappy.ru", false }, { "veryhome.com.pe", true }, { "verymelon.de", true }, { "verymetal.nl", true }, @@ -91497,6 +91652,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "veterinarioaltea.com", true }, { "veterinary-colleges.com", true }, { "veterinaryhelp.cf", true }, + { "veterinaryvision.co.uk", true }, { "veteriner.name.tr", true }, { "vetinte.eu", true }, { "vetitus-teatro.tk", true }, @@ -91550,6 +91706,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viaprinto.de", true }, { "viasinc.com", false }, { "viasun.ru", true }, + { "viasyscorp.com", true }, { "viato.fr", true }, { "viatvperu.com", true }, { "viaura.biz", true }, @@ -91569,7 +91726,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vichiya.com", true }, { "vician.cz", true }, { "vicicode.com", true }, - { "vicioanimal.pt", true }, { "viciousflora.com", true }, { "vicjuwelen-annelore.be", true }, { "vickyflipfloptravels.com", false }, @@ -91641,6 +91797,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "videogamer.com", true }, { "videogamerreader.tk", true }, { "videogamesartwork.com", true }, + { "videograb.ml", true }, { "videojuegos.com", true }, { "videokaufmann.at", true }, { "videoload.co", true }, @@ -91665,6 +91822,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "videoueberwachung-set.de", true }, { "videouroki.ml", true }, { "videov.tk", true }, + { "videovt.tk", true }, { "videownload.com", true }, { "videozv.tk", true }, { "videt-son.cf", true }, @@ -91676,6 +91834,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viditour-zorg.nl", true }, { "vidkovaomara.si", true }, { "vidlyoficial.com", true }, + { "vidmia.com", true }, { "vidnoe50.ru", true }, { "vidracariaespelhosbh.com.br", true }, { "vidyabhavanam.org", true }, @@ -91698,7 +91857,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vietnam-lifer.com", true }, { "vietnam-tours.tk", true }, { "vietnamese.dating", true }, - { "vietnamesetyping.com", true }, { "vietnamguide.co.kr", true }, { "vietnamhairs.com", true }, { "vietnamhost.vn", false }, @@ -91710,9 +91868,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vievolution.tk", true }, { "view-page-source.com", true }, { "viewbook.com", true }, - { "viewbykrian.com", true }, { "vieweb.tk", true }, { "viewer.ga", true }, + { "viewey.com", true }, { "viewflix.win", true }, { "viewing.nyc", true }, { "viewmythoughts.com", true }, @@ -91732,7 +91890,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vignoblesdeletat.ch", true }, { "vigo-krankenversicherung.de", true }, { "vigo-select.de", true }, - { "vigo-tarife.de", true }, { "vigoinvestments.com", true }, { "vigorspa.it", true }, { "vigoxatelier.tech", true }, @@ -91744,7 +91901,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viikko.gq", true }, { "viikko.ml", true }, { "viilup.com", true }, - { "vijay-international.com", true }, { "vijayam.ml", true }, { "vijaymishra.tk", true }, { "vijoe.org", true }, @@ -91824,7 +91980,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vimeosucks.nyc", true }, { "vimka.gq", true }, { "vimoksa.com", true }, - { "vinagro.sk", true }, { "vinahost.vn", true }, { "vinarstvimodryhrozen.cz", true }, { "vinaygakhar.tk", true }, @@ -91846,8 +92001,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vindafrid.com", true }, { "vindafrid.nu", true }, { "vindafrid.se", true }, - { "vindax.com", true }, { "vindipoker.dk", true }, + { "vineethavarma.com", true }, { "vinesauce.info", true }, { "vineta.tk", true }, { "vinetalk.net", true }, @@ -92057,12 +92212,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visiontree-beta.eu", true }, { "visionwow.ai", true }, { "visionxcreative.gq", true }, + { "visionyo.com", true }, { "visit-thailand.tk", true }, { "visitationbvm.net", true }, { "visitbangkoktravel.com", true }, { "visitbeulah.com", true }, { "visitcambridgeshirefens.org", true }, { "visiter-tunis.tk", true }, + { "visitghent.be", true }, + { "visitghent.eu", true }, { "visitkangaroovalley.com.au", true }, { "visitmaine.com", true }, { "visitorguard.com", true }, @@ -92078,7 +92236,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visordown.com", true }, { "visoundcloud.com", true }, { "visscher.codes", true }, - { "visse-if.dk", true }, { "vista-calculator.ru", true }, { "vista-research-group.com", true }, { "vistacampus.gov", true }, @@ -92252,7 +92409,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vlaggen-landen.nl", true }, { "vlajo.org", true }, { "vlakem.net", true }, - { "vlamir.dynu.net", true }, { "vlaser.es", true }, { "vlasov.ml", true }, { "vlasova-sova.ml", true }, @@ -92307,8 +92463,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vnpem.org", true }, { "vnpem.store", true }, { "vns168.vip", true }, - { "vns377a.com", false }, - { "vns377b.com", false }, { "vns377c.com", false }, { "vns377d.com", false }, { "vns377e.com", false }, @@ -92338,7 +92492,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vns6969.com", false }, { "vns89386.com", true }, { "vnsc.org", true }, - { "vnsr112233.com", false }, { "vnvisa.ru", true }, { "vobe.io", true }, { "vocab.guru", true }, @@ -92358,6 +92511,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vodpay.net", true }, { "vodpay.org", true }, { "voetbalclubinfo.tk", true }, + { "voetbalindestad.be", true }, { "voetbalquizkopen.nl", true }, { "voetfit47.nl", true }, { "voeux.io", false }, @@ -92394,7 +92548,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "voidx.top", true }, { "voinuocsago.com", true }, { "voinuocthienmy.com", true }, - { "voipdigit.nl", true }, { "voipsun.com", true }, { "voix-bien-etre.com", false }, { "vojenshandicap.dk", true }, @@ -92541,6 +92694,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "votockova.cz", true }, { "votoot.com", true }, { "votra.ru", true }, + { "votre-agence-web.com", true }, { "votre-avenir.com", false }, { "votre-hotel.com", true }, { "votresiteweb.ch", false }, @@ -92565,7 +92719,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "voyageofyume.com", true }, { "voyagesaufildespages.be", false }, { "voyageschine.com", true }, - { "voyagesdetective.fr", true }, { "voyagewd.world", true }, { "voyagewonders.com", true }, { "vozami.com", true }, @@ -92597,7 +92750,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vpstrial.net", true }, { "vpsvz.cloud", true }, { "vpsvz.co.uk", true }, - { "vpsvz.com", true }, { "vpsvz.net", true }, { "vpsvz.ninja", true }, { "vpswebs.tk", true }, @@ -92659,7 +92811,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vsatke.tk", true }, { "vsc-don-stocksport.de", true }, { "vscale.io", true }, - { "vschafer.com", true }, { "vscm888.com", true }, { "vscodownloader.net", true }, { "vsd.sk", true }, @@ -92765,7 +92916,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vwt-event.nl", true }, { "vww-8522.com", true }, { "vx.hn", true }, + { "vxapps.com", true }, { "vxl.sh", true }, + { "vxne.com", true }, { "vxst.org", true }, { "vybavzahradu.cz", true }, { "vybeministry.org", true }, @@ -92924,11 +93077,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "w8620.com", true }, { "w8628.com", true }, { "w8659.com", true }, - { "w888011.com", false }, { "w888022.com", true }, { "w888033.com", true }, { "w888044.com", true }, - { "w888055.com", false }, { "w888066.com", true }, { "w888077.com", true }, { "w888088.com", true }, @@ -92965,6 +93116,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wa-stromerzeuger.de", false }, { "wa.me", true }, { "waaifu.com", true }, + { "waalsekrook.be", true }, { "waays.eu", true }, { "waays.fr", true }, { "waayz.eu", true }, @@ -92975,7 +93127,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wacken666.com", true }, { "wacky-science.com", true }, { "wacky.one", true }, + { "wackys.com", true }, { "wade.gdn", true }, + { "wadebet.com", true }, { "wadidi.com", true }, { "wadsworth.gallery", true }, { "wadvisor.com", true }, @@ -93001,7 +93155,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "waggs.link", true }, { "wagn3r.de", true }, { "wagspuzzle.space", true }, - { "wagyu-bader.de", true }, { "wahhoi.net", true }, { "wahine.gq", true }, { "wahlen-bad-wurzach.de", true }, @@ -93029,6 +93182,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wakandasun.com", true }, { "wakastream.cc", true }, { "wakatime.com", true }, + { "wake.net", true }, { "wakeupworld.ml", true }, { "wakf123.net", true }, { "wakf456.com", true }, @@ -93050,6 +93204,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "walkingandcycling.org.uk", true }, { "walkingrehabilitation.com", true }, { "walkinweb.com", true }, + { "walklocal.be", true }, + { "walklocal.gent", true }, { "walkman.cloud", true }, { "walkman.io", true }, { "walksedona.com", true }, @@ -93065,11 +93221,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wallacehigh.org.uk", true }, { "wallapollas.com", true }, { "walldisplaysapp.com", true }, + { "wallduck.com", true }, { "wallet.google.com", true }, { "wallet.pp.ua", true }, { "walletconnector.cz", true }, { "wallethub.com", false }, - { "walletnames.com", true }, { "wallett.gq", true }, { "wallhost.tk", true }, { "wallinger-online.at", true }, @@ -93082,6 +93238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wallnot.dk", true }, { "wallpapers.pub", false }, { "wallpaperup.com", true }, + { "wallrgb.com", true }, { "walls.de", true }, { "walls.io", true }, { "wallsauce.com", true }, @@ -93166,7 +93323,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wapazewddamcdocmanui6001.azurewebsites.net", true }, { "wapazewrdamcdocmanui6001.azurewebsites.net", true }, { "wapbd.ga", true }, - { "wapbet365.com", false }, { "wapgame.gq", true }, { "wapgu.cc", true }, { "wapheat.tk", true }, @@ -93268,7 +93424,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wasithard.com", true }, { "waskesiuapparel.com", true }, { "wass.ga", true }, - { "wassenaar.org", true }, + { "wassenaar.org", false }, { "wasserpflanzen-freunde.de", true }, { "wassibauer.com", true }, { "wassim.is", true }, @@ -93286,8 +93442,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "watchfreeonline.co.uk", true }, { "watchhentai.co", true }, { "watchinventory.com", true }, - { "watchlogs.net", true }, - { "watchlol.live", true }, { "watchmetech.com", true }, { "watchmoviesgallery.com", true }, { "watchparts-and-tools-okayama.co.jp", true }, @@ -93338,6 +93492,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "watvindtnederland.com", true }, { "watzijnmijnkerntalenten.nl", true }, { "waukeect.com", true }, + { "waukeshairon.com", false }, { "wav-productions.com", true }, { "wav.tv", true }, { "wave.is", true }, @@ -93362,6 +93517,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "waynefranklin.com", true }, { "wayohoo.com", true }, { "wayohoo.net", true }, + { "waysthat.com", false }, { "waytofreedom.tk", true }, { "waytt.cf", true }, { "wayuanma.com", true }, @@ -93377,7 +93533,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wbcme.co.uk", false }, { "wbinnssmith.com", true }, { "wbit.co.il", true }, - { "wblautomotive.com", true }, { "wblinks.com", true }, { "wbookcompany.com", true }, { "wbsogids.nl", true }, @@ -93409,7 +93564,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wdesign.cl", true }, { "wdesk.com", true }, { "wdic.org", true }, - { "wdmcheng.cn", true }, { "wdmg.com.ua", true }, { "wdnmd.online", true }, { "wdodelta.nl", false }, @@ -93436,6 +93590,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wealthreport.com.au", true }, { "wealthsetsyoufree.com", true }, { "wealthsuccess.edu.vn", true }, + { "wealthyspeakerschool.com", true }, { "weaponsinhebrew.blog", true }, { "wear-largesizes.tk", true }, { "wear-referrals.co.uk", true }, @@ -93452,6 +93607,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weareoffstage.com", true }, { "wearepapermill.co", true }, { "wearepapermill.com", true }, + { "wearesuma.com", true }, { "wearetravellers.nl", true }, { "wearetuzag.com", true }, { "wearewithyou.org", true }, @@ -93472,6 +93628,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "web-aps.tk", true }, { "web-art.cz", true }, { "web-connected.com", true }, + { "web-cpv.ru", true }, { "web-create.ml", true }, { "web-creato.tk", true }, { "web-demarche.com", true }, @@ -93483,7 +93640,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "web-it-entwicklung.de", true }, { "web-jive.com", true }, { "web-lab.ml", true }, - { "web-mail.info", true }, { "web-odyssey.com", true }, { "web-online.cf", true }, { "web-redacteuren.nl", true }, @@ -93580,9 +93736,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webdollarvpn.io", true }, { "webduck.nl", false }, { "webeast.eu", true }, + { "webeau.com", true }, { "webeditors.com", true }, { "webergrillrestaurant.com", true }, - { "webers-webdesign.de", true }, { "webest.pl", true }, { "webexample.win", false }, { "webexp.biz", true }, @@ -93623,7 +93779,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webhotelsoversigt.dk", true }, { "webhr.co", true }, { "webia.in.th", true }, - { "webies.ro", true }, { "webinator.tk", true }, { "webini.co", true }, { "webinnovation.ie", true }, @@ -93716,7 +93871,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webrentcars.com", false }, { "webreport.fr", true }, { "webs4all.ro", false }, - { "websa.nl", true }, { "websanlamuerte.tk", true }, { "websec.nu", true }, { "websectools.com", true }, @@ -93728,7 +93882,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webshaped.de", true }, { "websharks.org", true }, { "webshop.nl", true }, - { "websika.com", true }, { "website-engineering.co.za", true }, { "website-traffic.shop", true }, { "website.builders", true }, @@ -93768,6 +93921,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webstart.nl", true }, { "webstats.tk", true }, { "webstore.be", false }, + { "webstreamworld.com", true }, { "webstu.be", true }, { "webstudio-n.com", true }, { "webstylemedia.com", true }, @@ -93859,8 +94013,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weekendinitaly.com", true }, { "weekly-residence.com", true }, { "weeklydcoupgen.com", true }, - { "weeknummers.be", true }, - { "weeknummers.nl", true }, { "weemake.fr", false }, { "weemakers.fr", false }, { "weenvio.com", true }, @@ -93897,8 +94049,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weihnachten-schenken.de", true }, { "weijte.rs", false }, { "weiler.xyz", false }, - { "weili.bet", false }, - { "weili8888.com", false }, { "weiling.clinic", true }, { "weils.net", true }, { "weiltoast.de", true }, @@ -93988,6 +94138,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wem.hr", true }, { "wemajin.com", true }, { "wemakebookkeepingeasy.com", true }, + { "wemakeit.live", true }, { "wemakemenus.com", false }, { "wemakeonlinereviews.com", true }, { "wemediate.info", true }, @@ -94054,6 +94205,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "werpo.com.ar", true }, { "wertheimer-burgrock.de", true }, { "wertpapiertreuhand.de", true }, + { "wervingenselectieamsterdam.nl", true }, { "werwolf-live.de", true }, { "werxus.eu", true }, { "weryfikacjapodatnika.pl", true }, @@ -94137,6 +94289,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wewin889.com", true }, { "wewitro.de", true }, { "wewitro.net", true }, + { "weworkjpn.com", true }, { "wexfly.com", true }, { "wexfordbouncycastles.ie", true }, { "wexilapp.com", true }, @@ -94169,6 +94322,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wgdp.gov", true }, { "wge-feg.gc.ca", true }, { "wgec-fegc.gc.ca", true }, + { "wget.cool", true }, { "wgom.org", false }, { "wgplatform.co.uk", true }, { "wgraphics.ru", true }, @@ -94176,6 +94330,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wgrlc.vic.gov.au", true }, { "wgsuyi.cf", true }, { "wgtrm.com", true }, + { "wgyt.tk", true }, { "wh-guide.de", true }, { "wh36.net", true }, { "wh966.com", true }, @@ -94207,6 +94362,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whatgrowswhere.net", true }, { "whatgrowswhere.nl", true }, { "whatgrowswhere.org", true }, + { "whatiexpose.com", true }, { "whatimissed.news", true }, { "whatisapassword.com", true }, { "whatiscss.tk", true }, @@ -94321,9 +94477,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whitelabelcashback.nl", true }, { "whitelabeltickets.com", false }, { "whitelotuscyp.com", true }, + { "whitelynx.co", true }, { "whitemetalperu.tk", true }, { "whitemountainnaturalcreations.com", true }, - { "whitepack.ru", false }, { "whitepages.ml", true }, { "whitepen.tk", true }, { "whitepharmacy.co.uk", true }, @@ -94384,7 +94540,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whtcsj.com", true }, { "whub.io", true }, { "why-brexit.uk", true }, - { "why918.com", true }, { "whychoosebob.net.au", true }, { "whyfeedthegreed.com", true }, { "whymps.com", true }, @@ -94392,7 +94547,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whyopencomputing.ch", false }, { "whyopencomputing.com", false }, { "whysoslow.co.uk", true }, - { "whytefoxtrend.com", true }, { "whytls.com", true }, { "whyworldhot.com", true }, { "whyy.eu.org", true }, @@ -94410,6 +94564,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wicharypawel.com", true }, { "wichitafoundationpros.com", true }, { "wick-machinery.com", true }, + { "wickbot.com", true }, { "wickelfischfrance.fr", true }, { "wickerliving.com", true }, { "wickerwoman.com", true }, @@ -94425,6 +94580,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "widemann.de", true }, { "widememory.com", true }, { "widenews.org", false }, + { "wideweb.host", true }, { "wideworks.agency", true }, { "widgetmaker.co.uk", true }, { "widmer.bz", true }, @@ -94468,10 +94624,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiisas.fi", true }, { "wijaya.net", true }, { "wijaya2u.com", true }, + { "wijkbudget.gent", true }, { "wijnbesteld.nl", true }, { "wijnlandkroatie.nl", true }, { "wijnservices.nl", false }, + { "wijsaantwerk.be", true }, + { "wijseuropa.gent", true }, { "wijwillendit.nl", true }, + { "wijzeweters.gent", true }, { "wijzijnwolf.nl", true }, { "wikalin.ski", true }, { "wikelia.com", true }, @@ -94558,7 +94718,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wilderky.gov", true }, { "wildewood.ca", true }, { "wildfirechain.xyz", true }, - { "wildfirexpeditions.com", true }, { "wildfoxlady.com", true }, { "wildfoxosteopathy.com", true }, { "wildhelper.com", true }, @@ -94582,7 +94741,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiliquet.net", false }, { "wilk.tech", true }, { "wilkebouwer.nl", true }, - { "wilkinsondigital.com", true }, { "wilkushka.com", true }, { "wilkushka.net", true }, { "will-lash.com", true }, @@ -94595,9 +94753,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "willenberg.family", true }, { "willetlaw.com", true }, { "willfarrell.ca", true }, + { "willflies.com", true }, { "willi-graf-gymnasium.de", true }, { "willi-graf-os.de", true }, { "willi-roth-holzbau.ch", true }, + { "william.gg", true }, { "williamarias.tk", true }, { "williamboulton.co.uk", true }, { "williamboundsltd.com", true }, @@ -94642,11 +94802,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wilsonovi.com", true }, { "wilsonvilleoregon.gov", true }, { "wimachtendienk.com", true }, + { "wimbledonmusicfestival.co.uk", true }, { "wimmer-software.de", true }, { "wimmer-software.eu", true }, { "wimmersoftware.de", true }, { "wimmersoftware.eu", true }, - { "wimpernforyou.de", true }, { "wimtec.net", true }, { "win-fortuna.ml", true }, { "win-rar.com", true }, @@ -94717,6 +94877,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wingsofacow.com", true }, { "wingspatagonia.com", true }, { "winhistory-forum.net", true }, + { "wini.my.id", true }, { "winkelcentrumputten.nl", true }, { "winkli.ddns.net", true }, { "winktonsibo.tk", true }, @@ -94741,6 +94902,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "winterfeldt.de", true }, { "winterhavenobgyn.com", true }, { "winterhillbank.com", true }, + { "winteringent.be", true }, { "wintermeyer-consulting.de", true }, { "wintermeyer.de", true }, { "winteromeo.tk", true }, @@ -94793,8 +94955,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wisak.me", true }, { "wisal.org", true }, { "wisatabagus.com", true }, + { "wisatawan.id", true }, { "wischu.com", true }, { "wiscon.co", true }, + { "wisconsinhomemaker.com", true }, { "wisdomgeek.com", true }, { "wisdomize.me", true }, { "wiseadvicetravelling.com", false }, @@ -94806,7 +94970,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiseradiology.com.au", true }, { "wisereshape.com", true }, { "wisersp.com", true }, - { "wishesbee.com", true }, + { "wisetechglobal.com", true }, { "wishingyou.co.uk", true }, { "wishlisotr.gq", true }, { "wishlist.net", true }, @@ -94872,10 +95036,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wizard.gov", true }, { "wizardbouncycastles.co.uk", true }, { "wizardmeow.xin", true }, + { "wizardofvegas.com", true }, { "wizardroofingexperts.com", true }, { "wizardschool.tk", true }, { "wizathon.com", true }, { "wizbot.tk", true }, + { "wizdomonwheels.com", true }, { "wizzair.com", true }, { "wizzley.com", true }, { "wizznab.tk", true }, @@ -94899,7 +95065,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wkennington.com", true }, { "wkv.com", true }, { "wkz.io", true }, - { "wl511.com", false }, { "wlaws.com", true }, { "wlci.gov", true }, { "wlilai.com", true }, @@ -94908,11 +95073,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wlpvzfilmy-onlajnmlawq.tk", true }, { "wlt.ca", false }, { "wltix.com", false }, - { "wlx678.com", false }, - { "wlx678a.com", false }, - { "wlx678b.com", false }, - { "wlx678c.com", false }, - { "wlx678d.com", false }, { "wm-access.com", true }, { "wm-access.de", true }, { "wm-talk.net", false }, @@ -94933,6 +95093,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wmsndorgen.gq", true }, { "wmsndorgen.ml", true }, { "wmsndorgen.tk", true }, + { "wmspropertyportal.co.uk", true }, { "wnark.com", true }, { "wngs-creative.hu", true }, { "wnmed.com.au", true }, @@ -94949,6 +95110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wo2forum.nl", true }, { "woah.how", true }, { "woaiuhd.com", true }, + { "wobako.pl", true }, { "wobble.ninja", true }, { "wobblywotnotz.co.uk", true }, { "wobker.co", true }, @@ -94981,6 +95143,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wolfachtal-alpaka.de", true }, { "wolfarth.info", true }, { "wolfcrow.com", true }, + { "wolfeco.net", true }, { "wolfermann.org", true }, { "wolferstetterkeller.de", true }, { "wolfgang-kerschbaumer.at", true }, @@ -94999,7 +95162,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wolfvideoproductions.com", true }, { "wolfwings.us", true }, { "wolfy.design", true }, - { "wolfy1339.com", true }, { "wolkanca.com.tr", true }, { "wolke7.wtf", true }, { "wolkenspeicher.org", true }, @@ -95059,6 +95221,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "woning-verfspuiten.be", true }, { "woning-verfspuiten.com", true }, { "woning-verfspuiten.nl", true }, + { "woningent.gent", true }, { "woningverfspuiten.be", true }, { "woningverfspuiten.com", true }, { "woningverfspuiten.nl", true }, @@ -95091,7 +95254,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "woodlandsunrooms.com", true }, { "woodlandsunroomsandenclosures.com", true }, { "woodlandsvale.uk", true }, - { "woodlandwindows.com", true }, { "woodlandwindows.net", true }, { "woodminsterrealty.com", true }, { "woodomat.com", true }, @@ -95139,7 +95301,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wordpress-szakerto.hu", true }, { "wordpress.com", false }, { "wordpressabi.com", true }, - { "wordpressarequipa.com", true }, { "wordpressdevelopment.ml", true }, { "wordpressfalcon.com", true }, { "wordpressfly.com", true }, @@ -95249,6 +95410,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "worldsy.com", true }, { "worldtalk.de", true }, { "worldtrandingnews.ml", true }, + { "worldtreechocolate.ca", true }, { "worldturkmans.tk", true }, { "worldvisa.tk", true }, { "worldvisionsummerfest.com", true }, @@ -95316,7 +95478,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wowpolisa.pl", true }, { "wows-mods.tk", true }, { "woxter.com", false }, - { "wozwebdesign.com.br", true }, { "wp-bootstrap.org", true }, { "wp-cloud.fi", true }, { "wp-fastsearch.de", true }, @@ -95333,10 +95494,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wpautolistings.com", true }, { "wpbeter.nl", true }, { "wpboot.com", true }, + { "wpbox.cc", false }, { "wpboys.com", false }, - { "wpcanban.com", true }, + { "wpcanban.com", false }, { "wpcc.io", true }, { "wpccu-cdn.org", true }, + { "wpcdn.bid", true }, { "wpcepat.com", true }, { "wpcharged.nz", true }, { "wpcheck.io", true }, @@ -95397,6 +95560,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wptotal.com", true }, { "wptrigone.net", true }, { "wpuse.ru", true }, + { "wq.ro", true }, { "wqaw3.tk", true }, { "wr.su", true }, { "wrap.in.ua", true }, @@ -95438,6 +95602,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "writtenworld.bg", true }, { "wrkflowmedia.de", true }, { "wrmea.org", true }, + { "wrn.sh", true }, { "wrong.wang", true }, { "wrozbyonline.pl", true }, { "wrp-timber-mouldings.co.uk", true }, @@ -95459,6 +95624,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wselektro.de", true }, { "wsetech.com", true }, { "wsgvet.com", true }, + { "wsiaca.org", true }, { "wsl.sh", true }, { "wsldp.com", true }, { "wso.gr", true }, @@ -95518,6 +95684,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wunschzettel.de", true }, { "wuppertal-2018.de", false }, { "wuppertaler-kurrende.de", true }, + { "wurmannsquick.bayern", true }, + { "wurmannsquick.de", true }, { "wurzelkanal.de", true }, { "wuupz.com", true }, { "wuxiaohen.com", true }, @@ -95622,7 +95790,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.noisebridge.net", true }, { "www.opsmate.com", true }, { "www.org.gg", true }, - { "www.paypal.com", false }, + { "www.paypal.com", true }, { "www.python.org", true }, { "www.re", true }, { "www.rememberthemilk.com", false }, @@ -95737,13 +95905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "x2d2.de", false }, { "x30019.com", true }, { "x378.ch", true }, - { "x3801.com", true }, - { "x3802.com", true }, { "x3803.com", true }, - { "x3804.com", true }, - { "x3805.com", true }, - { "x3807.com", true }, - { "x3815.com", true }, { "x3816.com", true }, { "x3828.com", true }, { "x509.io", true }, @@ -95772,11 +95934,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "x5910.com", true }, { "x59988.com", true }, { "x64architecture.com", true }, - { "x668.cc", false }, { "x6729.co", true }, { "x69.biz", true }, { "x6957.co", true }, - { "x6r3p2yjg1g6x7iu.myfritz.net", true }, { "x7008.com", false }, { "x7713.com", true }, { "x7718.com", true }, @@ -95807,31 +95967,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "x8177777.com", true }, { "x8188888.com", true }, { "x8199999.com", true }, - { "x81bb.com", true }, - { "x81cc.com", true }, - { "x81dd.com", true }, - { "x81ee.com", true }, - { "x81ff.com", true }, - { "x81gg.com", true }, - { "x81hh.com", true }, - { "x81ii.com", true }, - { "x81jj.com", true }, - { "x81kk.com", true }, - { "x81ll.com", true }, - { "x81mm.com", true }, - { "x81nn.com", true }, - { "x81oo.com", true }, - { "x81pp.com", true }, - { "x81qq.com", true }, - { "x81rr.com", true }, - { "x81ss.com", true }, - { "x81tt.com", true }, - { "x81uu.com", true }, { "x81vv.com", true }, - { "x81ww.com", true }, - { "x81xx.com", true }, - { "x81yy.com", true }, - { "x81zz.com", true }, { "x82365.com", true }, { "x9015.com", true }, { "x9016.com", true }, @@ -95865,18 +96001,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "x998.com", true }, { "xa.search.yahoo.com", false }, { "xa1.uk", true }, - { "xab123.com", true }, { "xab199.com", true }, - { "xab4.com", true }, - { "xab456.com", true }, { "xab678.com", true }, - { "xab678a.com", true }, { "xab678b.com", true }, - { "xab678c.com", true }, - { "xab678d.com", true }, - { "xab789.com", true }, - { "xab799.com", true }, - { "xab899.com", true }, { "xaba.tk", true }, { "xacker.tk", true }, { "xaffit.com", true }, @@ -95999,6 +96126,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xb982.com", true }, { "xb983.com", true }, { "xbanner.tk", true }, + { "xbb.hk", true }, { "xbb.li", true }, { "xbblog.com", true }, { "xbc.nz", true }, @@ -96078,7 +96206,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xeiropraktiki.gr", true }, { "xelesante.jp", true }, { "xemcanho.com", true }, - { "xemcloud.net", true }, { "xemxx.tv", true }, { "xencor.com", true }, { "xendo.net", true }, @@ -96132,29 +96259,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xgwap.com", true }, { "xgys.net", true }, { "xgzepto.cn", true }, - { "xh7aaa.com", true }, - { "xh7bbb.com", true }, - { "xh7ccc.com", true }, - { "xh7ddd.com", true }, - { "xh7e.com", true }, { "xh7eee.com", true }, - { "xh7f.com", true }, - { "xh7fff.com", true }, - { "xh7ggg.com", true }, - { "xh7hhh.com", true }, - { "xh7iii.com", true }, - { "xh7jjj.com", true }, - { "xh7ooo.com", true }, - { "xh7ppp.com", true }, - { "xh7qqq.com", true }, - { "xh7rrr.com", true }, - { "xh7sss.com", true }, - { "xh7ttt.com", true }, - { "xh7uuu.com", true }, - { "xh7www.com", true }, { "xh7xx.com", true }, - { "xh7xxx.com", true }, - { "xh7zzz.com", true }, { "xhadius.de", true }, { "xhanster.gq", true }, { "xhcmnews.com", true }, @@ -96181,7 +96287,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xiaololi.best", true }, { "xiaolong.link", true }, { "xiaomao.tk", true }, - { "xiaomi.eu", true }, { "xiaomionline24.pl", true }, { "xiaoneijun.cn", true }, { "xiaoneimao.cn", true }, @@ -96352,6 +96457,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xion.nu", true }, { "xiphwork.de", true }, { "xiqonline.com", true }, + { "xirion.net", true }, { "xiumu.org", true }, { "xiyu.moe", false }, { "xizang30019.com", true }, @@ -96431,13 +96537,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--24-6kc5agehpdf5a.xn--p1ai", true }, { "xn--24-6kch4bfqee.xn--p1ai", true }, { "xn--24-glcia8dc.xn--p1ai", true }, + { "xn--2i0bo6pvvy.kr", true }, { "xn--2sxs9ol7o.com", true }, { "xn--3lqp21gwna.cn", true }, { "xn--3st814ec8r.cn", true }, { "xn--3stv82k.hk", true }, { "xn--3stv82k.tw", true }, { "xn--43-6kc4be0fbz.xn--p1ai", true }, - { "xn--48jwg508p.net", true }, { "xn--4brt03c.xn--io0a7i", true }, { "xn--4kro7fswi.xn--6qq986b3xl", true }, { "xn--4pv80kkz8auzf.jp", true }, @@ -96485,6 +96591,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--80afdc7a1a8m.kyiv.ua", true }, { "xn--80affa6ai0a.tk", true }, { "xn--80ageukloel.xn--p1ai", true }, + { "xn--80ah4f.xn--p1ai", true }, { "xn--80ahclcaoccacrhfebi0dcn5c1jh.xn--p1ai", true }, { "xn--80ahjdhy.tk", true }, { "xn--80ahnefiifo0g.xn--p1ai", true }, @@ -96596,7 +96703,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--f9jh4f4b4993b66s.tokyo", true }, { "xn--familie-pppinghaus-l3b.de", true }, { "xn--feuerlscher-arten-4zb.de", true }, - { "xn--fiqwix98h.jp", true }, { "xn--flordepia-s6a.com", true }, { "xn--fp8h58f.ws", true }, { "xn--frankierknig-djb.de", true }, @@ -96651,7 +96757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--love-un4c7e0d4a.com", true }, { "xn--lsaupp-iua.se", true }, { "xn--lskieradio-3gb44h.pl", true }, - { "xn--lt9h.cf", true }, { "xn--lti-3qa.lv", true }, { "xn--m1aba.tk", true }, { "xn--manuela-stsser-psb.de", true }, @@ -96697,7 +96802,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--pckl4ji.ml", true }, { "xn--pckqk6xk43lunk.net", true }, { "xn--pe-bka.ee", true }, - { "xn--pn1am9c.com", true }, { "xn--pq1a637b.xn--6qq986b3xl", true }, { "xn--prfontaine-c7a.name", true }, { "xn--q9jb1h5dvcspke3218b9mn4p0c.com", true }, @@ -96731,6 +96835,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--sesaml-0xa.de", true }, { "xn--skmotoroptimering-zzb.site", true }, { "xn--solidaritt-am-ort-yqb.de", true }, + { "xn--soloatrapasueos-brb.online", true }, { "xn--spenijmazania-yhc.pl", true }, { "xn--spiraphnix-olb.xyz", true }, { "xn--srenpind-54a.dk", true }, @@ -96793,6 +96898,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xninja.xyz", true }, { "xnix.tk", true }, { "xnode.org", false }, + { "xnoe.moe", true }, + { "xnopyt.com", true }, { "xntrik.wtf", true }, { "xnu.kr", true }, { "xo.tc", true }, @@ -96864,7 +96971,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xpjwd.com", true }, { "xpletus.nl", true }, { "xplozion.tk", true }, - { "xpoc.pro", true }, { "xpods.sg", true }, { "xpornoizle.net", true }, { "xposedornot.com", true }, @@ -97089,41 +97195,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xzclip.cn", true }, { "xzibits.com", true }, { "xzqy.net", true }, - { "xztech.co", true }, { "y-syouten.com", true }, { "y.gy", true }, { "y09a.com", false }, { "y09app.com", false }, { "y09app.vip", false }, - { "y09c.com", false }, - { "y09e.com", true }, - { "y09f.com", false }, { "y09g.com", false }, { "y09h.com", true }, - { "y09i.com", false }, { "y09j.com", false }, { "y09k.com", true }, - { "y09l.com", true }, { "y09m.com", true }, { "y09n.com", true }, - { "y09o.com", true }, - { "y09p.com", false }, { "y09q.com", true }, { "y09r.com", true }, - { "y09s.com", true }, - { "y09t.com", true }, - { "y09u.com", true }, { "y09v.com", true }, - { "y09w.com", true }, { "y09x.com", true }, { "y0bet.com", true }, { "y11n.net", true }, - { "y1992.com", true }, - { "y2212.com", true }, - { "y2232.com", true }, - { "y2242.com", true }, { "y2252.com", true }, - { "y2272.com", true }, { "y2bet.com", true }, { "y30019.com", true }, { "y3343.com", true }, @@ -97141,7 +97230,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "y3bet.com", true }, { "y4bet.com", true }, { "y5197.co", true }, - { "y5545.com", true }, { "y5bet.com", true }, { "y6180.com", true }, { "y6729.co", true }, @@ -97151,10 +97239,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "y68dd.com", true }, { "y68ee.com", true }, { "y68ff.com", true }, - { "y68gg.com", false }, { "y68gl.com", true }, - { "y68hh.com", false }, - { "y68ii.com", false }, { "y68jj.com", true }, { "y68jn.com", true }, { "y68ll.com", true }, @@ -97282,6 +97367,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yahan.tv", true }, { "yaharu.ru", true }, { "yahav.co.il", true }, + { "yahlab.de", true }, { "yahoo.ax", true }, { "yahvehyireh.com", true }, { "yahzah.com", true }, @@ -97293,6 +97379,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yakmade.com", true }, { "yakmail.tech", true }, { "yakmoo.se", true }, + { "yakovmanshin.com", true }, { "yakutia.tk", true }, { "yakutianews.tk", true }, { "yakutsk-city.tk", true }, @@ -97331,6 +97418,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yanagibashi.de", true }, { "yananikitina.site", true }, { "yanbao.xyz", true }, + { "yande.re", true }, { "yangfamily.tw", true }, { "yangjingwen.cn", true }, { "yangjingwen.com", true }, @@ -97338,10 +97426,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yangmi.blog", true }, { "yangrq.org", true }, { "yangruixin.com", true }, - { "yangshangzhen.com", true }, { "yanhongming.net", true }, { "yanik.info", true }, - { "yanjicg.com", true }, { "yanlongli.com", true }, { "yann.tw", true }, { "yanngraf.ch", false }, @@ -97412,6 +97498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yarravilletownhouses.com.au", true }, { "yaru.one", true }, { "yarygin.tk", true }, + { "yasam.co.uk", true }, { "yaseminuzumcu.com", true }, { "yashik.tv", true }, { "yashinstore.com", true }, @@ -97521,6 +97608,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yelp.pl", true }, { "yelp.pt", true }, { "yelp.se", true }, + { "yeltsin.tech", true }, { "yemalu.com", true }, { "yemekbaz.az", true }, { "yemektarifleri.com", true }, @@ -97550,6 +97638,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yesilliforum.tk", true }, { "yesjobs.ga", true }, { "yesmirov.ga", true }, + { "yesmsp.com", true }, { "yesod.in", true }, { "yesogovinpetcare.com", true }, { "yestees.com", true }, @@ -97581,7 +97670,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yh56787.com", true }, { "yh599.cc", true }, { "yh64678.com", true }, - { "yh66656.com", true }, { "yh66689.com", true }, { "yh811.com", true }, { "yh88890.com", true }, @@ -97605,6 +97693,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yify.online", true }, { "yifymovietorrent.com", true }, { "yigelangzi.com", true }, + { "yigit.shop", true }, { "yigujin.cn", true }, { "yiheng.moe", true }, { "yihome.com.tw", true }, @@ -97659,6 +97748,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ym966.net", true }, { "ymarion.de", true }, { "ymatyt.com", true }, + { "ymeadows.com", true }, { "ymm18.com", true }, { "ymm234.com", true }, { "ymoah.nl", true }, @@ -97669,6 +97759,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yoa.st", true }, { "yoast.com", true }, { "yoba.co.uk", true }, + { "yoba.systems", true }, { "yobai-grouprec.jp", true }, { "yobasystems.co.uk", true }, { "yobda.tk", true }, @@ -97691,7 +97782,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yogahealsinc.org", true }, { "yogahome.com", true }, { "yogamarlene.ch", true }, - { "yogamaya9.com", true }, { "yogamea.school", true }, { "yogamexico.net", true }, { "yogananda-roma.org", true }, @@ -97725,6 +97815,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yon.co.il", true }, { "yonema.com", true }, { "yongbin.org", true }, + { "yooand.me", true }, { "yoogirls.com", true }, { "yoonas.com", true }, { "yooomu.com", true }, @@ -97761,6 +97852,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yotubaiotona.net", true }, { "yotubes.co", true }, { "you2you.fr", true }, + { "youareme.ca", true }, { "youbehero.com", true }, { "youber.cz", true }, { "youc.ir", true }, @@ -97838,9 +97930,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yourbodyknows.dk", true }, { "yourbodyknows.is", true }, { "yourbonus.click", false }, + { "yourbookmark.tech", true }, { "yourbreakfast.tk", true }, { "yourbusinesscommunity.co.uk", true }, { "yourcareerhost.com", true }, + { "yourcfo.co.in", true }, { "yourciso.com", true }, { "yourcleaningcompany.net", true }, { "yourconscious.life", true }, @@ -97871,7 +97965,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yourmobility.ga", true }, { "yourname.xyz", true }, { "youronly.one", true }, - { "yourown.xyz", true }, { "yourpalmbeachcountyrealtor.com", true }, { "yourpalstore.com", true }, { "yourpersonalfrance.com", true }, @@ -97914,6 +98007,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "youyifans.com", true }, { "youyoulemon.com", true }, { "youyuan.rocks", true }, + { "youyuandesign.top", true }, { "yoxall.me.uk", true }, { "yoyoost.duckdns.org", true }, { "yoyoost.ga", true }, @@ -97949,11 +98043,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ysun.xyz", true }, { "ysuna.xyz", true }, { "yt129.com", true }, + { "yt220.com", true }, { "yt605.com", true }, { "yt606.com", true }, + { "yt629.com", true }, + { "yt675.com", true }, + { "yt818.com", true }, + { "yt881.com", true }, + { "yt962.com", true }, { "yt972.com", true }, { "ytcount.com", true }, { "ytec.ca", true }, + { "ytegiadinhmilo.com", true }, { "ytexa.tk", true }, { "ytpak.pk", true }, { "ytreza.fr", true }, @@ -98062,7 +98163,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yukimochi.me", true }, { "yukimochi.net", true }, { "yukinarita.com", true }, - { "yukino.space", true }, { "yukonconnector.com", true }, { "yukonlip.com", true }, { "yukoslibrary.ga", true }, @@ -98096,9 +98196,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yurikirin.me", true }, { "yurimoens.be", true }, { "yurinet.org", true }, + { "yurisora.com", true }, { "yurist-vopros.gq", true }, { "yurisviridov.com", true }, { "yusa.me", true }, + { "yushanfang.recipes", true }, { "yusu.org", true }, { "yusukesakai.com", true }, { "yutakato.net", true }, @@ -98127,7 +98229,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yuzu.tk", true }, { "yuzulia.com", true }, { "yuzurisa.com", true }, - { "yvb.moe", true }, { "yvcr.com", false }, { "yveslegendre.fr", false }, { "yvesx.com", true }, @@ -98138,7 +98239,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ywyz.tech", true }, { "yxbet43.com", true }, { "yxt521.com", true }, - { "yxzero.xyz", true }, { "yy-s.net", true }, { "yy153.com", true }, { "yy30019.com", true }, @@ -98184,7 +98284,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "z1h.de", true }, { "z2a4.com", true }, { "z30019.com", true }, + { "z3s.nl", true }, { "z3u5.net", true }, + { "z3ven.nl", true }, { "z4-forum.com", true }, { "z4k.de", true }, { "z5197.co", true }, @@ -98415,6 +98517,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zachbolinger.com", true }, { "zachborboa.com", true }, { "zachgibbens.org", true }, + { "zachhay.es", true }, { "zachschneider.ca", true }, { "zackiarfan.ml", true }, { "zaclys.com", false }, @@ -98480,13 +98583,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zajmy-contact.gq", true }, { "zajmy-contact.tk", true }, { "zak.co.at", true }, + { "zak.org.pl", true }, { "zakariya.blog", true }, { "zakaz.cf", true }, { "zakbk.xyz", true }, { "zakcutner.com", true }, { "zakcutner.uk", true }, { "zakelijketaalcursus.nl", true }, - { "zakelijkgoedengelsleren.nl", true }, { "zakladam.cz", true }, { "zakmccrac.de", true }, { "zakojifarm.jp", true }, @@ -98517,6 +98620,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zamow.co", false }, { "zamtech.co.jp", true }, { "zananta.com", true }, + { "zanardiadvogados.com.br", true }, { "zandcell.com", true }, { "zander.dk", true }, { "zandra.cf", true }, @@ -98552,6 +98656,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zarfinakber.com", true }, { "zargescases.co.uk", true }, { "zarjadnik.tk", true }, + { "zarla.com", true }, { "zarobotok-forum.gq", true }, { "zarobotok-forum.ml", true }, { "zaruhi.ml", true }, @@ -98699,7 +98804,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zeds-official.com", true }, { "zeedroom.be", false }, { "zeel.com", true }, - { "zeelynk.com", true }, { "zeetoppers.nl", true }, { "zegarkidlakazdego.pl", true }, { "zegluje.net", true }, @@ -98710,6 +98814,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zehkae.net", true }, { "zehnegira.ir", false }, { "zehrailkeakyildiz.com", false }, + { "zehraposh.com", true }, { "zeibekiko-souvlaki.gr", true }, { "zeidlertechnik.de", true }, { "zeihsel.com", true }, @@ -98818,6 +98923,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zespia.tw", true }, { "zestadionu.pl", true }, { "zestylemon.co.uk", true }, + { "zeta.co.za", true }, { "zeta.hk", true }, { "zetamode.com", true }, { "zetasystem.jp", true }, @@ -98837,6 +98943,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zewtie.com", true }, { "zfg.li", true }, { "zfj.hk", true }, + { "zfj.la", false }, { "zfly.me", true }, { "zfo.gg", false }, { "zfree.co.nz", true }, @@ -98868,6 +98975,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zhangwendao.com", true }, { "zhangyuhao.com", true }, { "zhaochen.xyz", true }, + { "zhaodao.ai", true }, { "zhaoeq.com", true }, { "zhaofeng.li", true }, { "zhaopage.com", true }, @@ -98999,6 +99107,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zipfworks.com", true }, { "zipkey.de", true }, { "zippo-days.me", true }, + { "zippyshare.com", true }, + { "ziprecruiter.com", true }, { "ziqijiang.com", false }, { "zir-online.com", true }, { "zirbenholz-welt.de", true }, @@ -99105,9 +99215,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zlatograd.bg", true }, { "zlatom.ru", true }, { "zlatosnadno.cz", true }, + { "zlaty-tyden.cz", true }, + { "zlatytyden.cz", true }, { "zlavomat.sk", true }, { "zlhgc.com", true }, { "zlhuodong.vip", true }, + { "zlima12.com", true }, { "zlong6.com", true }, { "zlong6.net", true }, { "zlonov.ru", true }, @@ -99127,6 +99240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zmartagroup.fi", true }, { "zmartagroup.no", true }, { "zmartagroup.se", true }, + { "zmc.com.sa", true }, { "zmeya.tk", true }, { "zmiguel.me", true }, { "zmk.fr", false }, @@ -99162,6 +99276,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zodiak.tk", true }, { "zodian-research.ro", true }, { "zoedale.co.uk", true }, + { "zoefmasters.be", true }, { "zoepolitics.cf", true }, { "zof.kh.ua", true }, { "zoflora.co.uk", true }, @@ -99170,7 +99285,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zofrangeneric.ga", true }, { "zofranprice.ga", true }, { "zofrex.com", false }, - { "zoftbaby.com", true }, { "zofzpcb.com", true }, { "zogatest.tk", true }, { "zohar.wang", true }, @@ -99212,6 +99326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zone-de-confiance.fr", true }, { "zone39.com", true }, { "zonecb.com", true }, + { "zoneface.com", true }, { "zonehomesolutions.com", true }, { "zonemaster.fr", true }, { "zonemaster.net", true }, @@ -99255,7 +99370,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zormeloandassociates.com", true }, { "zornica.tk", true }, { "zorntt.fr", true }, - { "zorox.org", true }, + { "zorox.org", false }, + { "zorox.sex", true }, { "zorz.info", true }, { "zoske.it", true }, { "zoso.ro", false }, @@ -99278,6 +99394,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zp25.ninja", true }, { "zpider.cloud", true }, { "zporno.porn", true }, + { "zporno.sex", true }, { "zq789.com", true }, { "zqzx.xyz", true }, { "zravyobrazky.cz", true }, @@ -99289,6 +99406,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zrkr.de", true }, { "zrniecka-pre-sny.sk", true }, { "zrnieckapresny.sk", true }, + { "zrobysama.com.ua", true }, { "zrs-meissen.de", true }, { "zs-reporyje.cz", true }, { "zs6688.cc", true }, @@ -99337,6 +99455,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zumba.com", true }, { "zumberak.tk", true }, { "zumtaedanceschool.co.za", true }, + { "zumub.com", true }, { "zund-app.com", true }, { "zundapp.one", true }, { "zundapp529.nl", true }, @@ -99371,6 +99490,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zwartendijkstalling.nl", true }, { "zwemclub-rob.nl", true }, { "zwergenfeste.ch", true }, + { "zwergenfreiheit.at", true }, { "zwerimex.com", true }, { "zwierslanguagetraining.nl", true }, { "zwilla.de", true }, @@ -99411,6 +99531,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zyx3d.tk", true }, { "zyzardx.com", true }, { "zyzsdy.com", true }, + { "zz.gy", true }, { "zz017.com", true }, { "zz204.com", true }, { "zz284.com", true }, @@ -99428,9 +99549,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zz9728.co", true }, { "zz993.com", true }, { "zzbnet.cn", true }, - { "zzcc.de", true }, + { "zzcc.de", false }, { "zzekj.net", true }, { "zzf.red", true }, + { "zzgtech.com", true }, { "zzops.eu", true }, { "zzops.net", true }, { "zzops.nl", true },