From f79d49e9911969e2374a38e89e32ca9ed5c45e7b Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Thu, 9 Nov 2017 21:02:34 -0800 Subject: [PATCH] #443: update certs and pins, M1397811 M1407740 M1408005 M1411458 M1406750 M1412252 M1400763 --- config/external/nss/nss.symbols | 1 + docshell/base/nsDocShell.cpp | 3 + dom/base/nsNodeUtils.cpp | 18 +- layout/base/nsCSSFrameConstructor.cpp | 5 +- layout/style/nsComputedDOMStyle.cpp | 14 +- security/manager/ssl/StaticHPKPins.h | 5 +- .../manager/ssl/nsDataSignatureVerifier.cpp | 6 + security/manager/ssl/nsSTSPreloadList.inc | 3656 ++++++++++++----- .../downloads/ApplicationReputation.cpp | 2 + 9 files changed, 2757 insertions(+), 953 deletions(-) diff --git a/config/external/nss/nss.symbols b/config/external/nss/nss.symbols index 0a6b015e0..1f797583c 100644 --- a/config/external/nss/nss.symbols +++ b/config/external/nss/nss.symbols @@ -186,6 +186,7 @@ NSSBase64_DecodeBuffer NSSBase64_EncodeItem NSSBase64_EncodeItem_Util NSS_CMSContentInfo_GetContent +NSS_CMSContentInfo_GetContentTypeTag NSS_CMSContentInfo_SetContent_Data NSS_CMSContentInfo_SetContent_EnvelopedData NSS_CMSContentInfo_SetContent_SignedData diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp index c36aaaa63..b9d4be58b 100644 --- a/docshell/base/nsDocShell.cpp +++ b/docshell/base/nsDocShell.cpp @@ -845,6 +845,9 @@ nsDocShell::~nsDocShell() { MOZ_ASSERT(!mObserved); + // Avoid notifying observers while we're in the dtor. + mIsBeingDestroyed = true; + Destroy(); nsCOMPtr shPrivate(do_QueryInterface(mSessionHistory)); diff --git a/dom/base/nsNodeUtils.cpp b/dom/base/nsNodeUtils.cpp index c1cf7c0d4..15653f86f 100644 --- a/dom/base/nsNodeUtils.cpp +++ b/dom/base/nsNodeUtils.cpp @@ -590,6 +590,15 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, bool aClone, bool aDeep, } } + if (aNode->HasProperties()) { + bool ok = aNodesWithProperties.AppendObject(aNode); + MOZ_RELEASE_ASSERT(ok, "Out of memory"); + if (aClone) { + ok = aNodesWithProperties.AppendObject(clone); + MOZ_RELEASE_ASSERT(ok, "Out of memory"); + } + } + if (aDeep && (!aClone || !aNode->IsNodeOfType(nsINode::eATTRIBUTE))) { // aNode's children. for (nsIContent* cloneChild = aNode->GetFirstChild(); @@ -645,15 +654,6 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, bool aClone, bool aDeep, } #endif - if (aNode->HasProperties()) { - bool ok = aNodesWithProperties.AppendObject(aNode); - if (aClone) { - ok = ok && aNodesWithProperties.AppendObject(clone); - } - - NS_ENSURE_TRUE(ok, NS_ERROR_OUT_OF_MEMORY); - } - clone.forget(aResult); return NS_OK; diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index 8e7e83f6f..263a97c57 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -7938,8 +7938,9 @@ nsCSSFrameConstructor::ContentRemoved(nsIContent* aContainer, } } if (ancestorFrame) { - nsTArray* generated = ancestorFrame->GetGenConPseudos(); - if (generated) { + nsIFrame* contentInsertion = ancestorFrame->GetContentInsertionFrame(); + if (ancestorFrame->GetGenConPseudos() || + (contentInsertion && contentInsertion->GetGenConPseudos())) { *aDidReconstruct = true; LAYOUT_PHASE_TEMP_EXIT(); // XXXmats Can we recreate frames only for the ::after/::before content? diff --git a/layout/style/nsComputedDOMStyle.cpp b/layout/style/nsComputedDOMStyle.cpp index 810f97cbd..a9702fdab 100644 --- a/layout/style/nsComputedDOMStyle.cpp +++ b/layout/style/nsComputedDOMStyle.cpp @@ -642,6 +642,11 @@ nsComputedDOMStyle::UpdateCurrentStyleSources(bool aNeedsLayoutFlush) mFlushedPendingReflows = aNeedsLayoutFlush; #endif + nsCOMPtr presShellForContent = GetPresShellForContent(mContent); + if (presShellForContent && presShellForContent != mPresShell) { + presShellForContent->FlushPendingNotifications(Flush_Style); + } + mPresShell = document->GetShell(); if (!mPresShell || !mPresShell->GetPresContext()) { ClearStyleContext(); @@ -709,10 +714,11 @@ nsComputedDOMStyle::UpdateCurrentStyleSources(bool aNeedsLayoutFlush) #endif // Need to resolve a style context RefPtr resolvedStyleContext = - nsComputedDOMStyle::GetStyleContextForElement(mContent->AsElement(), - mPseudo, - mPresShell, - mStyleType); + nsComputedDOMStyle::GetStyleContextForElementNoFlush( + mContent->AsElement(), + mPseudo, + presShellForContent ? presShellForContent.get() : mPresShell, + mStyleType); if (!resolvedStyleContext) { ClearStyleContext(); return; diff --git a/security/manager/ssl/StaticHPKPins.h b/security/manager/ssl/StaticHPKPins.h index ce9df0953..3076e6e21 100644 --- a/security/manager/ssl/StaticHPKPins.h +++ b/security/manager/ssl/StaticHPKPins.h @@ -1108,6 +1108,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { { "security.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "services.mozilla.com", true, false, true, 6, &kPinset_mozilla_services }, { "sg.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, + { "sirburton.com", true, true, false, -1, &kPinset_ncsccs }, { "sites.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "spideroak.com", true, false, false, -1, &kPinset_spideroak }, { "spreadsheets.google.com", true, false, false, -1, &kPinset_google_root_pems }, @@ -1175,8 +1176,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { { "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, }; -// Pinning Preload List Length = 473; +// Pinning Preload List Length = 474; static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1516901517980000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1518725677736000); diff --git a/security/manager/ssl/nsDataSignatureVerifier.cpp b/security/manager/ssl/nsDataSignatureVerifier.cpp index 04692c738..fdd7b3f0d 100644 --- a/security/manager/ssl/nsDataSignatureVerifier.cpp +++ b/security/manager/ssl/nsDataSignatureVerifier.cpp @@ -146,6 +146,12 @@ VerifyCMSDetachedSignatureIncludingCertificate( return NS_ERROR_CMS_VERIFY_NO_CONTENT_INFO; } + // We're expecting this to be a PKCS#7 signedData content info. + if (NSS_CMSContentInfo_GetContentTypeTag(cinfo) + != SEC_OID_PKCS7_SIGNED_DATA) { + return NS_ERROR_CMS_VERIFY_NO_CONTENT_INFO; + } + // signedData is non-owning NSSCMSSignedData* signedData = reinterpret_cast(NSS_CMSContentInfo_GetContent(cinfo)); diff --git a/security/manager/ssl/nsSTSPreloadList.inc b/security/manager/ssl/nsSTSPreloadList.inc index 6f9707f49..277ec32cc 100644 --- a/security/manager/ssl/nsSTSPreloadList.inc +++ b/security/manager/ssl/nsSTSPreloadList.inc @@ -10,7 +10,7 @@ /* imported from ESR52 by TenFourFox conversion script */ #include -const PRTime gPreloadListExpirationTime = INT64_C(1519320705624000); +const PRTime gPreloadListExpirationTime = INT64_C(1521144863658000); class nsSTSPreload { @@ -20,6 +20,7 @@ class nsSTSPreload }; static const nsSTSPreload kSTSPreloadList[] = { + { "0-1.party", true }, { "0.me.uk", true }, { "00001.am", true }, { "00002.am", true }, @@ -55,6 +56,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0fl.com", true }, { "0i0.nl", true }, { "0ik.de", true }, + { "0iz.net", true }, { "0knowledge.de", true }, { "0paste.com", true }, { "0wx.cat", true }, @@ -65,10 +67,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0x.sk", true }, { "0x00ff00ff.com", true }, { "0x17.de", true }, - { "0x52.net", false }, + { "0x52.net", true }, { "0x52.org", true }, { "0x539.be", true }, { "0x65.net", true }, + { "0x7d.com", true }, { "0x7fffffff.net", true }, { "0x90.in", true }, { "0x90.io", true }, @@ -83,6 +86,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "0xfc.de", true }, { "0xn.de", true }, { "0yen.org", true }, + { "1-2-3bounce.co.uk", true }, { "100-downloads.com", true }, { "10000v.ru", true }, { "1000hats.com", true }, @@ -90,7 +94,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1000serien.com", true }, { "1001.best", true }, { "1001kerstpakketten.com", false }, + { "100and1.jp", true }, { "100kredite.de", true }, + { "100mani.it", true }, { "100onrainkajino.com", true }, { "100rembourse.be", true }, { "1011100.com", true }, @@ -98,10 +104,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "101sauna.ru", true }, { "1041263497.rsc.cdn77.org", true }, { "1066.io", true }, + { "10gb.io", true }, { "10gbit.ovh", true }, { "10hz.de", true }, { "10og.de", true }, - { "10ppm.com", true }, { "10x.ooo", true }, { "1100.so", true }, { "1116pay.com", true }, @@ -116,6 +122,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "123comparer.fr", true }, { "123djdrop.com", true }, { "123midterm.com", true }, + { "123movies.fyi", true }, { "123pay.ir", true }, { "123plons.nl", true }, { "123test.com", true }, @@ -127,6 +134,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "13318522.com", true }, { "1359826938.rsc.cdn77.org", true }, { "13826145000.com", true }, + { "1391kj.com", true }, { "1395kj.com", true }, { "1396.cc", true }, { "1453914078.rsc.cdn77.org", true }, @@ -139,6 +147,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1600esplanade.com", true }, { "16164f.com", true }, { "1644091933.rsc.cdn77.org", true }, + { "173vpnv.com", true }, { "174.net.nz", true }, { "1750studios.com", false }, { "17hats.com", true }, @@ -146,11 +155,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "188522.com", false }, { "18888msc.com", true }, { "1888zr.com", true }, + { "188dv.com", true }, + { "189dv.com", true }, { "18f.gov", true }, { "18f.gsa.gov", false }, { "1921958389.rsc.cdn77.org", true }, { "1972969867.rsc.cdn77.org", true }, { "1981612088.rsc.cdn77.org", true }, + { "19hundert84.de", true }, { "1a-diamantscheiben.de", true }, { "1a-vermessung.at", true }, { "1a-werkstattgeraete.de", true }, @@ -167,6 +179,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1km.ro", true }, { "1kmi.co", true }, { "1ll.uk", true }, + { "1morebounce.co.uk", true }, { "1nfr.com", false }, { "1nian.vip", true }, { "1of16.de", true }, @@ -176,13 +189,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "1panorama.ru", true }, { "1para.net", true }, { "1pw.ca", true }, + { "1px.tv", true }, { "1q365a.com", true }, { "1rs.nl", true }, { "1scope.com", true }, { "1se2or3.com", true }, + { "1st-bounce.co.uk", true }, { "1st-community.de", true }, + { "1st4abounce.co.uk", true }, + { "1stchoicefun.co.uk", true }, + { "1stclassbouncycastles.co.uk", true }, + { "1stforfun.co.uk", true }, + { "1stpeninsulabouncers.co.uk", true }, { "1ststop.co.uk", true }, - { "1three1.net", true }, { "1whw.co.uk", true }, { "1wirelog.de", true }, { "1wl.uk", true }, @@ -191,6 +210,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2048-spiel.de", true }, { "2048game.co.uk", true }, { "208.es", true }, + { "20denier.com", true }, + { "21.co.uk", true }, { "21stnc.com", true }, { "21x9.org", true }, { "22scc.com", true }, @@ -213,7 +234,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2600edinburgh.org", true }, { "2600hq.com", true }, { "263.info", true }, - { "27728522.com", true }, { "281180.de", true }, { "28spots.net", true }, { "29227.com", true }, @@ -221,6 +241,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2bcompany.ch", true }, { "2bis10.de", true }, { "2bitout.com", true }, + { "2bouncy.com", true }, { "2c-b.com", true }, { "2c-d.com", true }, { "2c-e.com", true }, @@ -232,6 +253,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2fm.ie", true }, { "2fraud.pro", true }, { "2gen.com", true }, + { "2heartsbookings.co.uk", true }, { "2hypeenterprises.com", true }, { "2kgwf.fi", true }, { "2krueger.de", true }, @@ -242,6 +264,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "2programmers.net", true }, { "2stv.net", true }, { "2ulcceria.nl", true }, + { "30hzcollective.com", true }, { "3133780x.com", true }, { "314chan.org", true }, { "31klabs.com", true }, @@ -264,6 +287,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3778vip.com", true }, { "379700.com", true }, { "38888msc.com", true }, + { "38blog.com", true }, { "393335.ml", true }, { "398.info", true }, { "3ags.de", true }, @@ -272,6 +296,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3c-d.de", true }, { "3chat.org", true }, { "3circlefunding.ch", true }, + { "3countiescastlehire.co.uk", true }, { "3cs.ch", true }, { "3dm.audio", true }, { "3dmedium.de", true }, @@ -282,7 +307,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "3fl.com", true }, { "3haeuserprojekt.org", true }, { "3haueserprojekt.org", true }, - { "3hl0.net", true }, { "3james.com", true }, { "3logic.ru", true }, { "3mbo.de", true }, @@ -322,14 +346,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "49dollaridahoregisteredagent.com", true }, { "4baby.com.br", true }, { "4bike.eu", true }, + { "4d2.xyz", true }, { "4dbygg.se", true }, { "4decor.org", true }, { "4freepress.com", true }, { "4g-server.eu", false }, { "4garage.com.br", true }, + { "4host.ch", true }, { "4hvac.com", true }, { "4mm.org", true }, - { "4mybaby.ch", true }, { "4plebs.moe", true }, { "4project.co.il", true }, { "4share.tv", true }, @@ -344,6 +369,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "4xlabs.co", true }, { "500k.nl", true }, { "500p.xyz", true }, + { "50lakeshore.com", true }, + { "50north.de", true }, { "50plusnet.nl", true }, { "525.info", true }, { "52neptune.com", true }, @@ -356,11 +383,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "57aromas.com", true }, { "5apps.com", true }, { "5c1fd0f31022cbc40af9f785847baaf9.space", true }, + { "5crowd.com", true }, { "5ece.de", true }, { "5francs.com", true }, { "5gb.space", true }, { "5h0r7.com", true }, { "5kraceforals.com", true }, + { "5starbouncycastlehire.co.uk", true }, { "605508.cc", true }, { "605508.com", true }, { "646.io", false }, @@ -382,6 +411,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "6w6.la", true }, { "700.az", true }, { "7183.org", true }, + { "724go.com", true }, { "7261696e626f77.net", true }, { "762.ch", true }, { "771122.tv", true }, @@ -420,11 +450,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "8thportsmouth.org.uk", true }, { "8tuffbeers.com", true }, { "9118.com", true }, - { "915ers.com", true }, { "91tianmi.com", false }, + { "91travel.info", true }, { "92bmh.com", true }, { "92url.com", true }, { "9449-27a1-22a1-e0d9-4237-dd99-e75e-ac85-2f47-9d34.de", true }, + { "9500years.com", true }, { "987987.com", true }, { "9906753.net", true }, { "9933445.com", true }, @@ -432,15 +463,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "99599.net", true }, { "99buffets.com", true }, { "99rst.org", true }, - { "9ss6.com", true }, + { "9jadirect.com", true }, { "9uelle.jp", true }, { "9vx.org", true }, { "9yw.me", true }, { "a-1indianawaterproofing.com", true }, { "a-allard.be", true }, + { "a-classinflatables.co.uk", true }, { "a-intel.com", true }, { "a-ix.net", true }, { "a-little-linux-box.at", true }, + { "a-oben.org", true }, + { "a-starbouncycastles.co.uk", true }, + { "a1bouncycastlehire.com", true }, + { "a1jumpandbounce.co.uk", true }, { "a1scuba.com", true }, { "a1scubastore.com", true }, { "a200k.xyz", true }, @@ -450,50 +486,68 @@ static const nsSTSPreload kSTSPreloadList[] = { { "a2nutrition.com.au", true }, { "a7m2.me", true }, { "aa-tour.ru", true }, + { "aaapl.com", true }, { "aabanet.com.br", true }, { "aalalbayt.com", true }, { "aalalbayt.net", true }, { "aalstmotors-usedcars.be", true }, { "aamwa.com", true }, { "aandeautobody.com", true }, + { "aandkevents.co.uk", true }, { "aanmpc.com", true }, { "aaomidi.com", true }, { "aapas.org.ar", true }, + { "aardvarksolutions.co.za", true }, { "aariefhaafiz.com", true }, + { "aarkue.eu", true }, { "aaronhorler.com", true }, + { "aaronroyle.com", true }, { "aaronsilber.me", true }, { "aatf.us", true }, { "abaapplianceservice.com", true }, + { "abacus-events.co.uk", true }, + { "abacusbouncycastle.co.uk", true }, { "abacustech.co.jp", true }, { "abacustech.net", true }, { "abacustech.org", true }, + { "abandonedmines.gov", true }, { "abasky.net", true }, + { "abbadabbabouncycastles.co.uk", true }, { "abbas.ch", true }, { "abborsjo.fi", true }, + { "abbotsparties.co.uk", true }, + { "abbottscastles.co.uk", true }, { "abbruch-star.de", true }, { "abc-rz.de", true }, { "abc.li", true }, + { "abcbouncycastlessurrey.co.uk", true }, + { "abcbouncyfactory.co.uk", true }, { "abcdef.be", true }, - { "abcdentalcare.com", true }, + { "abcdobebe.com", true }, + { "abcheck.se", true }, + { "abcpartyhire.com", true }, { "abdullah.pw", true }, { "abe-elektro.de", true }, { "abe.cloud", false }, - { "abeestrada.com", false }, { "abeilles-idapi.fr", true }, { "abenteuer-ahnenforschung.de", true }, { "abeontech.com", true }, { "aberdeenalmeras.com", true }, + { "aberdeencastles.co.uk", true }, { "aberdeenjudo.co.uk", true }, { "abeus.com", true }, { "abhisharma.me", true }, { "abi-fvs.de", true }, { "abiapp.net", true }, + { "abibruce.co.uk", true }, + { "abidinginhesed.com", true }, { "abigisp.com", true }, { "abilitycaresoftware.com", true }, { "abilitynet.org.uk", true }, { "abilma.com", true }, { "abilymp06.net", true }, { "abimelec.com", true }, + { "abinyah.com", true }, { "abiturma.de", true }, { "ablak-nyilaszaro.info", true }, { "abloop.com", true }, @@ -503,6 +557,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abnehmen.com", true }, { "abnerchou.me", true }, { "abobuch.de", true }, + { "aboces.org", true }, { "aboderenovation.co.uk", true }, { "abolicionistas.com", true }, { "abolition.net", true }, @@ -527,12 +582,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abolizionista.com", true }, { "abosav.com", true }, { "abou.to", false }, + { "abouncycastleman.co.uk", true }, { "aboutassistedliving.org", true }, { "abox-kb.com", true }, { "abrakidabra.com.br", true }, { "abrilect.com", true }, { "abseits.org", true }, { "absolem.cc", true }, + { "absolutelyinflatables.co.uk", true }, { "absoluterush.net", true }, { "absolutewaterproofingsolutions.com", true }, { "absolutewebdesigns.com", true }, @@ -541,9 +598,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "abthorpe.org", true }, { "abulanov.com", true }, { "abundent.com", true }, + { "abuse.fi", true }, { "abuse.io", true }, { "abvent.net", true }, { "abvlbasketviganello.ch", true }, + { "abyssgaming.eu", true }, { "ac-admin.pl", true }, { "ac-epmservices.com", true }, { "ac-town.com", true }, @@ -570,13 +629,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "accessmy.net", true }, { "accolade.com.br", true }, { "accordiondoor.com", true }, + { "accoun.technology", true }, { "accounts.firefox.com", true }, { "accounts.google.com", true }, { "accudraftpaintbooths.com", true }, - { "accuritconsulting.com", true }, - { "accuritpresence.com", true }, { "aceadvisory.biz", true }, { "acecerts.co.uk", true }, + { "acecolleges.edu.au", true }, + { "aceinflatables.com", true }, { "aceinstituteonline.com", true }, { "acelpb.com", true }, { "acemobileforce.com", true }, @@ -585,7 +645,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acessoeducacao.com", true }, { "acevik.de", true }, { "acg.mn", true }, - { "acg.sb", false }, { "acg18.us", false }, { "acgaudio.com", true }, { "achalay.org", true }, @@ -593,12 +652,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "achenar.net", true }, { "achow101.com", true }, { "achromatisch.de", true }, + { "achterblog.de", true }, { "achterhoekseveiligheidsbeurs.nl", true }, - { "achterstieg.dedyn.io", true }, { "achtzehn.eu", true }, { "achtzehnterachter.de", true }, { "acidbin.co", true }, { "aciksite.com", true }, + { "ackis.duckdns.org", true }, { "acksoft.fr", true }, { "acksoftdemo.fr", true }, { "aclu.org", false }, @@ -607,10 +667,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "acmexyz123.info", true }, { "acnpacific.com", true }, { "aconnor.xyz", true }, + { "acorncastles.co.uk", true }, { "acourse.io", true }, { "acoustique-tardy.com", true }, { "acperu.ch", true }, { "acpinformatique.fr", true }, + { "acrevalue.com", true }, { "acrylicwifi.com", true }, { "acs-chantal.com", true }, { "acsc.gov.au", true }, @@ -626,11 +688,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "activatemyiphone.com", true }, { "activateudid.com", true }, { "active.hu", false }, - { "activeclearweb.com", true }, + { "activehire.co.uk", true }, + { "activeleisure.ie", true }, + { "activityeventhire.co.uk", true }, { "actorsroom.com", true }, { "actserv.co.ke", true }, { "actu-film.com", true }, { "acuica.co.uk", false }, + { "acul.me", true }, { "acus.gov", true }, { "acwcerts.co.uk", true }, { "acwi.gov", true }, @@ -652,14 +717,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adambyers.com", true }, { "adamdixon.co.uk", true }, { "adamek.online", true }, - { "adamfontenot.com", true }, - { "adamgold.net", false }, { "adamh.us", true }, { "adamkaminski.com", true }, { "adamkostecki.de", true }, { "adamoutler.com", true }, { "adamradocz.com", true }, { "adams.dk", true }, + { "adamsbouncycastles.co.uk", true }, { "adamstas.com", true }, { "adamwallington.co.uk", true }, { "adamwilcox.org", true }, @@ -677,6 +741,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "addeekt.com", true }, { "adderall.space", true }, { "addicional.com", true }, + { "addictively.com", true }, { "addiko.net", true }, { "addones.net", true }, { "addstar.jp", false }, @@ -723,23 +788,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "adorai.tk", true }, { "adorecricket.com", true }, { "adorewe.com", true }, - { "adoriasoft.com", true }, + { "adoriasoft.com", false }, { "adprospb.com", true }, - { "adquisitio.co.uk", true }, - { "adquisitio.es", true }, - { "adquisitio.fr", true }, - { "adquisitio.it", true }, { "adr.gov", true }, { "adrafinil.wiki", true }, - { "adrenaline-gaming.ru", false }, + { "adrenaline-gaming.ru", true }, { "adrianajewelry.my", true }, { "adrianbechtold.de", true }, { "adriancitu.com", true }, - { "adriancohea.ninja", true }, { "adriancostin.ro", true }, + { "adrianjensen.com", true }, { "adrianmejias.com", true }, { "adrienkohlbecker.com", true }, { "adrinet.tk", true }, + { "adsbouncycastles.co.uk", true }, + { "adtgroup.com", true }, { "adult.properties", true }, { "adurra.com", true }, { "aduvi.de", true }, @@ -755,10 +818,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "advancedwriters.com", true }, { "advancis.net", true }, { "advantagehomeexteriors.com", true }, + { "advara.com", true }, { "advelty.cz", true }, { "adventistdeploy.org", true }, { "adventure-inn.com", true }, { "adventureally.com", true }, + { "adventureforest.co.nz", true }, { "adventureforest.de", false }, { "adventuregamers.com", true }, { "adventures.de", true }, @@ -796,13 +861,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aehe.us", true }, { "aelurus.com", true }, { "aeon.co", true }, + { "aeon.wiki", true }, { "aeradesign.com", true }, { "aerandir.fr", true }, { "aerelon.de", false }, + { "aergia.eu", true }, { "aero-pioneer.com", true }, { "aertel.ie", true }, { "aessencia.com.br", true }, - { "aestheticdr.org", true }, { "aesthetics-blog.com", true }, { "aestore.by", true }, { "aesym.de", true }, @@ -815,21 +881,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "afb24.de", true }, { "afbeelding.im", true }, { "afbeeldinguploaden.nl", true }, + { "affichagepub3.com", true }, { "affiliateroyale.com", true }, { "affiliatetest.azurewebsites.net", true }, { "affilie.de", true }, - { "affily.io", true }, { "affinity.vc", true }, { "affinitysync.com", true }, { "affordableazdivorce.com", true }, + { "affordablebouncycastle.co.uk", true }, { "affordablemudjacking.com", true }, { "affordablepapers.com", true }, { "affordableracingparts.com.au", true }, { "afghan.dating", true }, + { "afi-business-consulting.com", true }, { "aficionados.com.br", true }, { "afinadoronline.com.br", true }, { "aflamtorrent.com", true }, { "aflfreebets.com", true }, + { "aflowershop.ca", true }, { "afmt.fr", true }, { "afmtevents.com", true }, { "afonso.io", true }, @@ -849,6 +918,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ag-websolutions.de", true }, { "agalliasis.ch", true }, { "agamsecurity.ch", true }, + { "agate.pw", true }, { "ageg.ca", true }, { "agenciadeempregosdourados.com.br", true }, { "agenciafiscal.pe", true }, @@ -860,23 +930,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "agfmedia.com", true }, { "agglo-sion.ch", true }, { "aggr.pw", true }, + { "agia.ad", true }, { "agiairini.cz", true }, { "agilebits.com", true }, { "agilebits.net", false }, + { "agileecommerce.com.br", true }, { "agileui.com", true }, { "agiley.se", true }, + { "agilob.net", true }, { "aging.gov", true }, + { "agingstop.net", true }, { "agotnes.com", true }, { "agouraelectrical.com", true }, { "agourahillselectrical.com", true }, { "agowa.eu", true }, - { "agowa338.de", true }, + { "agrarking.com", true }, { "agrarking.de", true }, { "agrarshop4u.de", true }, { "agrekov.ru", true }, { "agreor.com", true }, - { "agrias.com.br", true }, + { "agricolo.ch", true }, { "agridir.site", true }, + { "agrikulturchic.com", true }, + { "agrilinks.org", true }, { "agrios.de", true }, { "agroglass.com.br", true }, { "agroline.by", true }, @@ -909,6 +985,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aia.de", true }, { "aibenzi.com", true }, { "aicial.com", true }, + { "aid-web.ch", true }, { "aidanmontare.net", true }, { "aide-valais.ch", true }, { "aiden.link", true }, @@ -935,21 +1012,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aiphyron.com", true }, { "air-craftglass.com", true }, { "air-shots.ch", true }, + { "air-we-go.co.uk", true }, { "airbly.com", true }, { "airbnb.com", true }, { "airbnbopen.com", true }, + { "airborne-inflatables.co.uk", true }, { "airclass.com", true }, { "aircomms.com", true }, - { "airductclean.com", true }, + { "airductclean.com", false }, { "airdur.eu", true }, { "airedaleterrier.com.br", true }, + { "airetvie.com", true }, { "airfax.io", true }, { "airhart.me", true }, { "airhelp.com", true }, - { "airicy.com", true }, { "airmail.cc", true }, + { "airmaxinflatables.com", true }, + { "airmazinginflatables.com", true }, { "airnow.gov", true }, { "airpbx.com", true }, + { "airplay-inflatable-hire.co.uk", true }, { "airplayradio.nl", true }, { "airportlimototoronto.com", true }, { "airpurifierproductsonline.com", true }, @@ -957,6 +1039,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "airtimefranchise.com", true }, { "airvpn.org", true }, { "airvuz.com", true }, + { "airwegobouncycastles.co.uk", true }, { "ais.fashion", true }, { "aistockcharts.com", true }, { "aiticon.com", true }, @@ -965,10 +1048,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aivd.lol", true }, { "aiwdirect.com", true }, { "aixxe.net", true }, + { "ajapaik.ee", true }, { "ajarope.com", true }, + { "ajbouncycastles.co.uk", true }, { "ajces.com", true }, { "ajdiaz.me", true }, { "ajetaci.cz", true }, + { "ajeventhire.co.uk", true }, { "ajibot.com", true }, { "ajnasz.hu", true }, { "ak-varazdin.hr", true }, @@ -976,20 +1062,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "akalashnikov.ru", true }, { "akamon.ac.jp", true }, { "akaoma.com", true }, + { "akazakov.info", true }, { "akdigitalegesellschaft.de", false }, { "akelius.de", false }, { "akhras.at", true }, { "akihito.com", true }, + { "akijo.de", true }, { "akita-boutique.com", true }, - { "akita-stream.com", true }, + { "akkbouncycastles.co.uk", true }, + { "akoch.net", true }, { "akostecki.de", true }, { "akovana.com", true }, { "akoya.fi", true }, { "akpwebdesign.com", true }, { "akr.io", true }, + { "akritikos.info", true }, { "akropolis-ravensburg.de", true }, { "akselinurmio.fi", true }, - { "akstudentsfirst.org", true }, { "aktiv-naturheilmittel.at", true }, { "aktiv-naturheilmittel.ch", true }, { "aktiv-naturheilmittel.de", true }, @@ -997,7 +1086,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aktivierungscenter.de", true }, { "akutun.cl", true }, { "akvorrat.at", true }, - { "al-f.net", true }, { "al3xpro.com", true }, { "alaboard.com", true }, { "aladdinschools.appspot.com", true }, @@ -1006,16 +1094,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alainwolf.ch", true }, { "alainwolf.net", true }, { "alair.cn", false }, - { "alamgir.works", true }, { "alanhuang.name", true }, { "alaninkenya.org", true }, { "alaricfavier.eu", false }, { "alarmcomplete.co.uk", true }, - { "alasta.info", true }, { "alastairs-place.net", true }, - { "alauda-home.de", true }, - { "alaxyjewellers.co.za", true }, { "alb-flirt.de", true }, + { "albbounce.co.uk", true }, { "albersdruck.de", true }, { "albertathome.org", true }, { "albion2.org", true }, @@ -1023,6 +1108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "albuic.tk", true }, { "alca31.com", true }, { "alcatelonetouch.us", true }, + { "alchemia.co.il", true }, { "alchimic.ch", true }, { "alcnutrition.com", true }, { "alcorao.org", true }, @@ -1079,13 +1165,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alexmerkel.xyz", true }, { "alexn.org", true }, { "alexpavel.com", true }, - { "alexperry.io", true }, { "alexpotter.net", true }, { "alexs.de", true }, { "alexsergeyev.com", true }, { "alexsexton.com", true }, { "alextaffe.com", true }, { "alextsang.net", true }, + { "alexvdveen.nl", true }, { "alexwardweb.com", true }, { "alexyang.me", true }, { "alfa-tech.su", true }, @@ -1101,6 +1187,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aliantsoft.pl", true }, { "alibangash.com", true }, { "alibip.de", true }, + { "alice-noutore.com", true }, { "alicestudio.it", true }, { "alicetone.net", true }, { "alicialab.org", true }, @@ -1108,7 +1195,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alienation.biz", true }, { "alienstat.com", true }, { "alignrs.com", true }, - { "alilialili.ga", true }, { "alinasmusicstudio.com", true }, { "alinode.com", true }, { "alisonisrealestate.com", true }, @@ -1125,16 +1211,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aljaspod.net", true }, { "aljweb.com", true }, { "alkamitech.com", true }, + { "alkel.info", true }, { "all-connect.net", false }, { "all-markup-news.com", true }, { "all4hardware4u.de", true }, - { "all4os.com", true }, - { "allabout.me", false }, { "allaboutbelgaum.com", true }, + { "allaboutfunuk.com", true }, + { "allactioneventhire.co.uk", true }, { "allamericanmuslim.com", true }, { "allamericatrans.com", true }, { "allangirvan.net", true }, { "allbenjoy.de", true }, + { "allbounceandplay.co.uk", true }, + { "allbouncesurrey.co.uk", true }, { "allcapa.org", true }, { "allcarepharmacy.com", true }, { "allcloud.com", true }, @@ -1163,13 +1252,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "allns.fr", true }, { "allo-credit.ch", true }, { "alloutatl.com", true }, + { "alloydevil.nl", true }, { "allplayer.tk", true }, { "allpointsblog.com", true }, { "allproptonline.com", true }, + { "allroundpvp.net", true }, { "allscammers.exposed", true }, { "allsearch.io", true }, { "allshousedesigns.com", true }, + { "allsortscastles.co.uk", true }, { "allstarautokiaparts.com", true }, + { "allstarpartyinflatables.co.uk", true }, { "alltheducks.com", true }, { "allthethings.co.nz", true }, { "allthings.me", true }, @@ -1186,6 +1279,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "almstrom.org", true }, { "alnitech.com", false }, { "alocato.com", true }, + { "alohapartyevents.co.uk", true }, { "alpca.org", true }, { "alpe-d-or.dyn-o-saur.com", true }, { "alpencam.com", true }, @@ -1196,20 +1290,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alpha-assistant.com", true }, { "alpha-force.net", true }, { "alpha.ch", true }, + { "alpha88uat.com", true }, { "alphabetsigns.com", true }, + { "alphabouncycastles.co.uk", true }, { "alphabrock.cn", true }, { "alphachat.net", true }, { "alphafiduciaryservices.ch", true }, + { "alphainflatablehire.com", true }, { "alphapengu.in", true }, { "alpharotary.com", true }, { "alphassl.de", true }, { "alphatrash.de", true }, { "alphera.nl", true }, - { "alphie.me", true }, { "alpineplanet.com", true }, { "alpinepubliclibrary.org", true }, { "alqassam.net", true }, + { "alrait.com", true }, { "alroniks.com", true }, + { "als-japan.com", true }, { "alspolska.pl", true }, { "alstroemeria.org", true }, { "alt-three.com", true }, @@ -1218,6 +1316,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "altbinaries.com", true }, { "altedirect.com", true }, { "alter-news.fr", true }, + { "alterbaum.net", true }, { "altercpa.ru", true }, { "alternador.com.br", true }, { "alternative.bike", true }, @@ -1239,8 +1338,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "alupferd.de", true }, { "aluroof.eu", true }, { "alvcs.com", true }, + { "alviano.com", true }, { "alvicom.hu", true }, { "alvosec.com", true }, + { "alwaysdry.com.au", true }, { "alwayslookingyourbest.com", true }, { "alwaysmine.fi", true }, { "alyoung.com", true }, @@ -1254,17 +1355,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amagical.net", true }, { "amandasage.ca", true }, { "amani-kinderdorf.de", false }, + { "amaranthus.com.ph", true }, { "amartinz.at", true }, { "amateri.com", true }, + { "amateurvoicetalent.com", true }, { "amazili-communication.com", true }, + { "amazing-castles.co.uk", true }, { "amazing-gaming.fr", true }, + { "amazingbouncycastles.co.uk", true }, { "amazingfloridagulfhomes.com", true }, + { "amazinginflatables.co.uk", true }, { "amb.tf", true }, { "amberalert.gov", true }, + { "amberglowleisure.co.uk", true }, + { "amberlightleisure.com", true }, { "ambholding-usedcars.be", true }, { "ambiancestudio.ro", true }, { "ambiente.one", true }, { "ambiq.nl", true }, + { "ambouncyhire.com", true }, { "ambrosius.io", true }, { "amcchemical.com", true }, { "amcfirst.com", true }, @@ -1277,12 +1386,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ameego.org", true }, { "amees.me", true }, { "amelandadventure.nl", true }, + { "americafamilylawcenter.org", true }, { "american.dating", true }, { "americanbio.com", true }, { "americandistribuidora.com", true }, { "americanfoundationbr.com", true }, { "americanmediainstitute.com", true }, - { "americansportsinstitute.org", true }, + { "americanoutlawjeepparts.com", true }, + { "americansforcommunitydevelopment.org", true }, { "americasbasementcontractor.com", true }, { "americkykongres.cz", true }, { "amerigroup.com", true }, @@ -1290,6 +1401,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "amerimex.cc", true }, { "amesvacuumrepair.com", true }, { "amethystcards.co.uk", true }, + { "amethystdevelopment.co.uk", true }, { "ameza.co.uk", true }, { "ameza.com.mx", true }, { "ameza.io", true }, @@ -1297,16 +1409,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ameza.net", true }, { "amf.to", true }, { "amg-microwave.com", true }, + { "amh-entertainments.co.uk", true }, { "ami-de-bastanes.fr", true }, { "amicalecanyon.ch", true }, { "amiciidogrescue.org.uk", true }, { "amicsdelbus.com", true }, { "amihub.com", true }, { "amilum.org", true }, - { "amin.one", true }, { "aminafrance.com", true }, { "amineptine.com", true }, { "amisharingstuff.com", true }, + { "amministratore.biz", true }, { "amnesy.fr", true }, { "amorgos-aegialis.com", true }, { "amorim.ca", true }, @@ -1318,6 +1431,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ams.co.rs", true }, { "amsportuk.com", true }, { "amsterdamian.com", true }, + { "amtentertainments.co.uk", true }, { "amunoz.org", true }, { "amuq.net", true }, { "amv-crm.ru", true }, @@ -1331,6 +1445,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anaethelion.fr", true }, { "anaiscoachpersonal.es", true }, { "anaisypirueta.es", true }, + { "anajianu.ro", true }, { "anakros.me", false }, { "analangelsteen.com", true }, { "analgesia.net", true }, @@ -1351,6 +1466,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anassiriphotography.com", false }, { "anastasia-shamara.ru", true }, { "anastasiafond.com", true }, + { "ancestramil.fr", true }, { "anchev.net", true }, { "anchorgrounds.com", true }, { "anchovy.nz", false }, @@ -1365,8 +1481,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anders.hamburg", true }, { "anderskp.dk", true }, { "andersonshatch.com", true }, - { "andiplusben.com", true }, { "andisadhdspot.com", true }, + { "anditi.com", true }, { "andre-otto.com", true }, { "andrea-kiaora.de", true }, { "andrea-m.me", true }, @@ -1377,15 +1493,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "andreasanti.net", true }, { "andreaseracleous.com", true }, { "andreasfeusi.ch", true }, - { "andreaskluge.eu", true }, { "andreaskrasa.com", true }, { "andreasolsson.se", true }, { "andrefaber.nl", true }, { "andrehansen.de", true }, - { "andrei-coman.com", true }, { "andrepicard.de", true }, { "andrespaz.com", true }, { "andreundnina.de", true }, + { "andrew.fi", true }, { "andrewdavidwong.com", true }, { "andrewdaws.co", true }, { "andrewdaws.info", true }, @@ -1396,6 +1511,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "andrewimeson.com", true }, { "andrewin.ru", true }, { "andrewpeng.net", true }, + { "andrewprokos.com", true }, { "andrewrdaws.com", true }, { "andrewrgoss.com", true }, { "andrewryno.com", true }, @@ -1425,6 +1541,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anduril.eu", true }, { "andycrockett.io", true }, { "andymoore.info", true }, + { "andyt.eu", true }, { "andyuk.org", true }, { "andzia.art.pl", true }, { "anecuni-club.com", true }, @@ -1435,6 +1552,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anedot.xyz", true }, { "anendlesssupply.co.uk", true }, { "anetaben.nl", true }, + { "anextraordinaryday.net", true }, { "anfenglish.com", true }, { "angel-body.com", true }, { "angelic47.com", true }, @@ -1444,20 +1562,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anglertanke.de", true }, { "anglictina-sojcak.cz", true }, { "anglictinasojcak.cz", true }, + { "anglingactive.co.uk", true }, { "angrapa.ru", true }, { "angristan.fr", true }, + { "angrut.com", true }, { "angry.im", true }, { "angrydragonproductions.com", true }, + { "angrysnarl.com", true }, + { "angryteeth.net", true }, { "angularjs.org", true }, { "angusmak.com", true }, + { "anim.ee", true }, { "animacurse.moe", true }, { "animaemundi.be", true }, { "animal-liberation.com", true }, - { "animal-nature-human.com", true }, { "animal-rights.com", true }, + { "animalistic.io", true }, { "animalnet.de", false }, { "animalstropic.com", true }, + { "animaltesting.fr", true }, { "animationsmusicales.ch", true }, + { "anime-culture.com", true }, { "anime.my", false }, { "anime1.me", true }, { "anime1.moe", true }, @@ -1489,7 +1614,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "annedaniels.co.uk", true }, { "annejan.com", true }, { "annemakeslovelycandles.co.uk", true }, - { "annetaan.fi", true }, { "annetta.com", true }, { "annettewindlin.ch", true }, { "annevankesteren.com", true }, @@ -1500,6 +1624,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "annonasoftware.com", true }, { "annoyingasfuk.com", true }, { "annrusnak.com", true }, + { "annsbouncycastles.com", true }, { "annuaire-jcb.com", true }, { "annuaire-photographe.fr", false }, { "anohana.org", true }, @@ -1507,6 +1632,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anon-next.de", true }, { "anonboards.com", true }, { "anoncom.net", true }, + { "anoneko.com", true }, + { "anonrea.ch", true }, { "anons.fr", true }, { "anonukradio.org", true }, { "anonym-surfen.de", true }, @@ -1516,7 +1643,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anothermanfilm.co.uk", true }, { "anothermilan.net", true }, { "anowicki.pl", true }, - { "anoxinon.de", true }, { "ans-delft.nl", true }, { "ans-ge.ch", true }, { "ansas.eu", true }, @@ -1527,18 +1653,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ansgar-sonntag.de", true }, { "ansgarsonntag.de", true }, { "anshumanbiswas.com", true }, + { "ansichtssache.at", true }, { "ansogning-sg.dk", true }, { "anstaskforce.gov", true }, { "answers-online.ru", true }, { "antama.nl", true }, { "antarcti.co", true }, { "antcas.com", true }, + { "antecim.fr", true }, { "antenasmundosat.com.br", true }, + { "antennista.milano.it", true }, + { "antennista.pavia.it", true }, { "anthedesign.fr", true }, { "anthony-rouanet.com", true }, { "anthonyaires.com", true }, { "anthonycarbonaro.com", true }, { "anthonygaidot.fr", true }, + { "anthropoid.ca", true }, { "anti-bible.com", true }, { "anti-radar.org", true }, { "anticopyright.com", true }, @@ -1559,7 +1690,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "antonellabb.eu", true }, { "antons.io", true }, { "antragsgruen.de", true }, - { "anvartay.com", true }, + { "anttitenhunen.com", true }, + { "anulowano.pl", true }, { "anwaltsindex.com", true }, { "anxietyspace.com", true }, { "anxiolytics.com", true }, @@ -1570,7 +1702,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "anyprime.net", true }, { "anystack.xyz", true }, { "anytonetech.com", true }, - { "anyways.at", true }, { "anzeiger.ag", true }, { "ao-dev.com", true }, { "ao2.it", true }, @@ -1582,10 +1713,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aopedeure.nl", true }, { "aosc.io", false }, { "aosus.org", true }, + { "aotearoaleaks.org", true }, { "aovcentrum.nl", true }, { "ap-swiss.ch", true }, { "apachehaus.de", false }, - { "apadrinaunolivo.org", true }, { "apadvantage.com", true }, { "aparaatti.org", true }, { "apartmanicg.me", true }, @@ -1597,7 +1728,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apcube.com", true }, { "apef.ch", true }, { "apertis.org", true }, - { "aperture-laboratories.science", true }, { "aperturesciencelabs.de", true }, { "apervita.net", true }, { "apexitsolutions.ca", true }, @@ -1605,7 +1735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aphotrax.eu", true }, { "api-connect.com", true }, { "api-geek.com", true }, - { "api.cloudflare.com", false }, { "api.intercom.io", true }, { "api.lookout.com", false }, { "api.recurly.com", true }, @@ -1625,10 +1754,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apisyouwonthate.com", true }, { "apk.li", true }, { "apk4fun.com", true }, + { "apl2bits.net", true }, { "aplikaceproandroid.cz", true }, + { "aplis-online.de", false }, { "aplpackaging.co.uk", true }, { "aplu.fr", true }, - { "apm.com.tw", true }, + { "apmpproject.org", true }, { "apn-dz.org", true }, { "apn-einstellungen.de", true }, { "apoil.org", true }, @@ -1647,7 +1778,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "appartementhaus-badria.de", true }, { "appartementmarsum.nl", true }, { "appchive.net", true }, - { "appdrinks.com", true }, + { "appcoins.io", true }, { "appel-aide.ch", true }, { "appelboomdefilm.nl", true }, { "appengine.google.com", true }, @@ -1655,15 +1786,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "appharbor.com", true }, { "apple-watch-zubehoer.de", true }, { "apple.ax", true }, + { "applejacks-bouncy-castles.co.uk", true }, { "applelife.ru", true }, { "applemon.com", true }, { "appleoosa.com", true }, { "appleranch.com", true }, - { "applesana.es", true }, { "applesencia.com", true }, { "applewatch.co.nz", true }, { "applian.jp", true }, { "apply.eu", true }, + { "appmeas.co.uk", true }, { "appmobile.io", true }, { "appninjas.com", true }, { "appointed.at", true }, @@ -1683,6 +1815,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "apptoutou.com", true }, { "appuals.com", true }, { "appui-de-fenetre.fr", true }, + { "appveyor.com", true }, { "appzoojoo.be", true }, { "aprefix.com", true }, { "apretatuercas.es", true }, @@ -1713,7 +1846,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aquaundine.net", true }, { "aquavitaedayspa.com.au", true }, { "aquila.co.uk", true }, - { "aquilaguild.com", true }, + { "aquilaguild.com", false }, { "aquireceitas.com", true }, { "aquitroc.com", true }, { "ar-informatique.ch", true }, @@ -1742,6 +1875,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arboworks.com", true }, { "arcadiaeng.com", true }, { "arcaik.net", true }, + { "arcbit.io", true }, + { "arcbouncycastles.co.uk", true }, { "arcenergy.co.uk", true }, { "archii.ca", true }, { "archimedicx.com", true }, @@ -1757,6 +1892,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arctic.gov", true }, { "arcueil-cachan.fr", true }, { "arcusnova.de", true }, + { "ardor.noip.me", true }, { "ardtrade.ru", true }, { "area3.org", true }, { "area536.com", true }, @@ -1767,6 +1903,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arenlor.com", true }, { "arenlor.info", true }, { "arenns.com", true }, + { "arenzanaphotography.com", true }, { "ares-trading.de", false }, { "arethsu.se", true }, { "arfad.ch", true }, @@ -1780,16 +1917,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arian.io", true }, { "ariba.info", true }, { "ariege-pyrenees.net", true }, + { "arieswdd.com", true }, { "arifp.me", true }, { "arigato-java.download", true }, { "arijitdg.net", true }, { "arikar.eu", true }, { "arima.co.ke", true }, - { "arislight.com", true }, + { "arinflatablefun.co.uk", true }, + { "aristilabs.com", false }, { "aristocrates.co", true }, { "aristocratps.com", true }, { "aritec-la.com", true }, - { "arithxu.com", true }, { "arivo.com.br", true }, { "arizonaautomobileclub.com", true }, { "arjandejong.eu", true }, @@ -1823,10 +1961,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arnaudminable.net", true }, { "arne-petersen.net", true }, { "arnesolutions.com", true }, + { "arniescastles.co.uk", true }, { "arnoldkontz-occasions.lu", true }, { "arnor.org", true }, { "arnoudraeven.nl", true }, { "arnoudvandalen.nl", true }, + { "arod.tk", true }, { "arokha.com", true }, { "aroonchande.com", true }, { "around-the-blog.com", true }, @@ -1849,6 +1989,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artdeco-photo.com", true }, { "artegusto.ru", true }, { "artemicroway.com.br", true }, + { "artemis.re", true }, + { "arterienundvenen.ch", true }, { "arteseideias.com.pt", true }, { "arteshow.ch", true }, { "arteszr.com", true }, @@ -1862,7 +2004,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artik.cloud", true }, { "artimpact.ch", true }, { "artioml.net", true }, + { "artionet.ch", true }, { "artisans-libres.com", true }, + { "artisphere.ch", true }, + { "artisticedgegranite.net", true }, { "artlantis.nl", true }, { "artleading.ru", true }, { "artlego.com", true }, @@ -1872,9 +2017,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "artlogo.sk", true }, { "artmaxi.eu", true }, { "artmoney.com", true }, - { "arto.bg", true }, { "artofeyes.nl", true }, { "artofwhere.com", true }, + { "artratio.net", true }, { "artroot.jp", true }, { "artschmidtoptical.com", true }, { "artsinthevalley.net.au", true }, @@ -1884,7 +2029,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "arturszalak.com", true }, { "artweby.cz", true }, { "arty.name", true }, - { "artyland.ru", true }, { "arubasunsetbeach.com", true }, { "arveron.ch", true }, { "arvid.io", true }, @@ -1913,8 +2057,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ascii.moe", true }, { "asciitable.tips", true }, { "asd.gov.au", true }, + { "asdyx.de", true }, { "asec01.net", true }, - { "aseith.com", true }, { "asepms.com", true }, { "aserver.co", true }, { "asge-handel.de", true }, @@ -1956,26 +2100,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "asr.rocks", true }, { "asr.solar", true }, { "asra.gr", true }, + { "asral7.com", true }, { "asrob.eu", false }, + { "asryflorist.com", true }, { "asseenfromthesidecar.org", true }, { "assemble-together.org", true }, { "assempsaibiza.com", true }, { "assertion.de", true }, { "assessoriati.com.br", true }, + { "assetict.com", true }, { "assetsupervision.com", true }, - { "assetvault.co.za", true }, { "assguidesporrentruy.ch", true }, { "assindia.nl", true }, { "assistance-personnes-agees.ch", true }, + { "assistcart.com", true }, { "assumptionpj.org", true }, { "assurancesmons.be", true }, { "astaninki.com", true }, + { "astarbouncycastles.co.uk", true }, { "astarmathsandphysics.com", true }, { "astec-informatica.com", true }, { "astengox.com", true }, { "astenotarili.online", true }, { "astenretail.com", true }, - { "asthon.cn", true }, { "astraalivankila.net", true }, { "astral.gq", true }, { "astrea-voetbal-groningen.nl", true }, @@ -1997,7 +2144,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "async.be", false }, { "at-one.ca", true }, { "at.search.yahoo.com", false }, - { "at1.co", true }, { "ataton.ch", true }, { "atc.io", true }, { "atchleyjazz.com", true }, @@ -2010,8 +2156,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atelier-naruby.cz", true }, { "atelier-viennois-cannes.fr", true }, { "atelieraphelion.com", true }, + { "atelierbw.com", true }, { "atelierdefrancais.ch", true }, { "atelierdesflammesnoires.fr", true }, + { "atelierhupsakee.nl", true }, { "ateliernaruby.cz", true }, { "ateliernihongo.ch", true }, { "ateliersantgervasi.com", true }, @@ -2024,8 +2172,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atgseed.uk", true }, { "ath0.org", true }, { "athena-bartholdi.com", true }, - { "athi.pl", true }, { "athlin.de", true }, + { "atigerseye.com", true }, { "atishchenko.com", true }, { "atisoft.biz", true }, { "atisoft.com.tr", true }, @@ -2044,6 +2192,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atlantis-kh.noip.me", true }, { "atlantischild.hu", true }, { "atlantiswaterproofing.com", true }, + { "atlas-5.site", true }, { "atlas.co", true }, { "atlaschiropractic.org", true }, { "atlascultural.com", true }, @@ -2058,6 +2207,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "atom.solutions", true }, { "atom86.net", true }, { "atombase.org", true }, + { "atomic-bounce.com", true }, + { "atomicbounce.co.uk", true }, { "atomism.com", true }, { "atorcidabrasileira.com.br", true }, { "atplonline.co", true }, @@ -2073,6 +2224,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "attogtech.com", true }, { "attorney.org.il", true }, { "attwood.org", true }, + { "atulhost.com", true }, { "atviras.lt", false }, { "atwonline.org", true }, { "atypicom.es", true }, @@ -2087,6 +2239,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "aubg.org", true }, { "aubio.org", true }, { "aubonmanger.fr", true }, + { "aucklandcastles.co.uk", true }, { "aucubin.de", true }, { "audialbuquerqueparts.com", true }, { "audiblox.co.za", true }, @@ -2107,7 +2260,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "augenblicke-blog.de", true }, { "augiero.it", true }, { "augmentable.de", true }, - { "augrandinquisiteur.com", true }, { "august.black", true }, { "augustian-life.cz", true }, { "augustiner-kantorei-erfurt.de", true }, @@ -2123,12 +2275,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "auricblue.com", true }, { "auriko-games.de", true }, { "aurora-multimedia.co.uk", true }, - { "aurora-terraria.org", true }, { "auroraassociationofrealtors.com", true }, { "aurorarecordings.com", true }, { "aus-ryugaku.info", true }, { "ausec.ch", true }, - { "auslandsjahr-usa.de", true }, + { "auslandsjahr-usa.de", false }, { "ausschreibungen-suedtirol.it", true }, { "aussiehq.com.au", true }, { "aussieservicedown.com", true }, @@ -2136,9 +2287,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "austinheap.com", true }, { "austinmobilemechanics.net", true }, { "austinstore.com.br", true }, - { "austinsutphin.com", true }, { "australian.dating", true }, { "australianfreebets.com.au", true }, + { "australien-tipps.info", true }, { "austromorph.space", true }, { "auszeit-lanzarote.com", true }, { "auszeit.bio", true }, @@ -2149,10 +2300,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "author24.biz", true }, { "authorsguild.in", true }, { "autimatisering.nl", true }, + { "autism-osaka.org", true }, { "auto-anleitung.de", true }, + { "auto-plus.tn", true }, { "autoauctionsohio.com", true }, { "autoauctionsvirginia.com", true }, - { "autobedarf.net", true }, + { "autobedrijfschalkoort.nl", true }, { "autoclean-plus.ch", true }, { "autocmall.com", true }, { "autocorner.com", true }, @@ -2181,13 +2334,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "autoterminus-used.be", true }, { "autoverzekeringafsluiten.com", true }, { "autoxy.it", true }, - { "autozane.com", true }, + { "auvernet.org", true }, { "auvious.com", true }, { "auxquatrevents.ch", true }, + { "av01.tv", true }, { "ava-creative.de", false }, { "ava-software.at", true }, { "avaaz.org", true }, + { "avabouncehire.co.uk", true }, { "avacariu.me", true }, + { "availablecastles.com", true }, { "avalon-island.ru", true }, { "avanet.ch", true }, { "avanovum.de", true }, @@ -2202,9 +2358,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avedesk.org", false }, { "aventurische-allianz.de", true }, { "avenueeyecare.com", true }, + { "averageinspired.com", true }, { "averam.net", true }, { "averen.co.uk", true }, { "avg.club", true }, + { "avi9526.pp.ua", true }, { "aviationstrategy.aero", true }, { "avid.blue", true }, { "avidcruiser.com", true }, @@ -2227,9 +2385,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "avxo.pw", true }, { "awaremi-tai.com", true }, { "awaro.net", true }, + { "awbouncycastlehire.com", true }, { "awccanadianpharmacy.com", true }, { "awei.pub", true }, { "awen.me", true }, + { "awesomebouncycastles.co.uk", true }, { "awin.la", true }, { "awk.tw", true }, { "awksolutions.com", true }, @@ -2237,10 +2397,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "awomaninherprime.com", true }, { "awsmdev.de", true }, { "ax25.org", true }, + { "axel-fischer.net", true }, { "axel-fischer.science", true }, { "axelteichmann.net", true }, { "axem.co.jp", true }, - { "axg.io", true }, { "axialsports.com", true }, { "axiomer.com", true }, { "axiomer.es", true }, @@ -2255,19 +2415,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "axtux.tk", true }, { "axxial.tk", true }, { "ayatk.com", true }, + { "aycomba.de", true }, { "ayesh.me", true }, { "aykutcevik.com", true }, { "aylak.com", true }, + { "aylesburycastlehire.co.uk", true }, { "aymerick.fr", true }, { "aymericlagier.com", true }, { "ayothemes.com", true }, + { "ayrohq.com", true }, + { "ayrshirebouncycastlehire.co.uk", true }, { "ayurveda-mantry.com", true }, { "ayurveda101.com", false }, { "az-vinyl-boden.de", true }, + { "az.search.yahoo.com", false }, + { "azabani.com", true }, { "azamra.com", true }, { "azia.info", true }, { "azimut.fr", true }, - { "azirevpn.com", true }, { "azlk-team.ru", true }, { "azlo.com", true }, { "azort.com", true }, @@ -2291,11 +2456,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "b1c1l1.com", true }, { "b2and.com", false }, { "b2bmuzikbank.com", true }, + { "b2bpromoteit.com", true }, { "b422edu.com", true }, + { "b4bouncycastles.co.uk", true }, { "b4z.eu", true }, { "b64.club", true }, { "b72.net", true }, - { "b8a.me", true }, { "b9110.com", true }, { "baalsworld.de", true }, { "baas-becking.biology.utah.edu", true }, @@ -2333,6 +2499,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "backyardbbqbash.com", true }, { "bacon-monitoring.org", true }, { "baconate.com", true }, + { "baconismagic.ca", true }, { "bacontreeconsulting.com", true }, { "bacula.jp", true }, { "bad.horse", true }, @@ -2351,20 +2518,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "baer.im", false }, { "baer.one", false }, { "baffinlee.com", true }, + { "bag.bg", true }, { "bageez.us", true }, { "bagelsbakery.com", false }, { "bageluncle.com", true }, { "baggy.me.uk", true }, { "bagheera.me.uk", true }, { "baglu.com", true }, + { "bagsofbounce.co.uk", true }, { "bagspecialist.nl", true }, { "bah.im", false }, { "bahnbonus-praemienwelt.de", true }, { "baifubao.com", true }, { "baiker.info", true }, { "bailakomigo.com.br", true }, + { "baildonbouncycastles.co.uk", true }, + { "baildonhottubs.co.uk", true }, { "baileebee.com", true }, { "bairdzhang.com", true }, + { "baito-j.jp", true }, + { "baitulongbaycruises.com", true }, { "baiyangliu.com", true }, { "bajic.ch", true }, { "baka.network", true }, @@ -2403,17 +2576,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bals.org", true }, { "balslev.io", true }, { "bambambaby.com.br", true }, - { "bambumania.com.br", true }, { "bananensap.nl", true }, { "banburybid.com", true }, { "bancacrs.it", true }, { "bancoctt.pt", true }, - { "bandally.net", true }, { "bandar303.win", true }, - { "bandarifamily.com", true }, { "bandeira1.com.br", true }, { "bandgap.io", true }, - { "bandiga.it", true }, { "bandito.re", true }, { "bangdream.ga", true }, { "bangkok-dark-night.com", true }, @@ -2431,12 +2600,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "banksiaparkcottages.com.au", true }, { "bankstownapartments.com.au", true }, { "banned-bitches.tk", true }, + { "bannermarquees.ie", true }, { "bannisbierblog.de", true }, { "banri.me", true }, - { "baobaobooks.net", true }, + { "banxehoi.com", true }, { "baofengtech.com", true }, { "baosuckhoedoisong.net", true }, { "baptistboard.com", true }, + { "baptiste-destombes.fr", true }, { "baptiste-peugnez.fr", true }, { "bar-harcourt.com", true }, { "barans2239.com", true }, @@ -2483,6 +2654,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bartula.de", true }, { "bartzutow.xyz", true }, { "baruch.me", true }, + { "bas.co.jp", true }, { "bascht.com", true }, { "basculasconfiables.com", true }, { "base-autonome-durable.com", true }, @@ -2504,6 +2676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "basnoslovno.ru", true }, { "bass-pro.ru", true }, { "bassblog.net", true }, + { "bassment.ph", true }, { "bastelzauberwelt.de", true }, { "bastianstalder.ch", true }, { "bastiv.com", true }, @@ -2522,6 +2695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "batschu.de", true }, { "batten.eu.org", true }, { "batteryservice.ru", true }, + { "batterystaple.pw", true }, { "battle-game.com", true }, { "battleboxx.com", true }, { "battleofthegridiron.com", true }, @@ -2554,7 +2728,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bazos.sk", true }, { "bazziergraphik.com", true }, { "bb37roma.it", true }, - { "bbb1991.me", true }, + { "bbcastles.com", true }, { "bbgeschenke.ch", true }, { "bbimarketing.com", true }, { "bbka.org.uk", true }, @@ -2573,10 +2747,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bc-diffusion.com", true }, { "bcbulle.ch", true }, { "bcdonadio.com", true }, + { "bceventhire.co.uk", true }, { "bch7al.ma", true }, { "bck.me", true }, { "bclogandtimberbuilders.com", true }, + { "bclrk.us", true }, { "bcmguide.com", true }, + { "bcmhire.co.uk", true }, { "bcmlu.org", true }, { "bcnet.com.hk", true }, { "bcpc-ccgpfcheminots.com", true }, @@ -2591,11 +2768,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bdvg.org", true }, { "be-ka-tec.de", true }, { "be-webdesign.com", true }, + { "be.search.yahoo.com", false }, { "be2cloud.de", true }, { "beacinsight.com", true }, { "beadare.com", true }, { "beagreenbean.co.uk", true }, { "beamitapp.com", true }, + { "beanjuice.me", true }, { "beans-one.com", false }, { "beanworks.ca", true }, { "bearcosports.com.br", true }, @@ -2615,16 +2794,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bebes.uno", true }, { "bebetrotteur.com", true }, { "beccajoshwedding.com", true }, + { "beckenhamcastles.co.uk", true }, { "beckerantiques.com", true }, { "becoast.fr", true }, { "becs.ch", true }, { "becubed.co", true }, + { "bedamedia.com", true }, { "bedandbreakfast.dk", true }, { "bedandbreakfasteuropa.com", true }, { "bedfordnissanparts.com", true }, { "bedlingtonterrier.com.br", true }, { "bedouille.com", true }, { "bedrocklinux.org", true }, + { "bee-line.org.uk", true }, { "bee.clothing", true }, { "bee.supply", true }, { "bee.tools", true }, @@ -2645,7 +2827,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beekeeping.tools", true }, { "beeksnetwork.nl", true }, { "beelen.fr", true }, - { "beepan.com", false }, { "beercandle.com", true }, { "beergazetteer.com", true }, { "beerians.com", true }, @@ -2656,8 +2837,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beersconf.com", true }, { "beeswax-orgone.com", true }, { "beetgroup.id", true }, + { "beethoveninlove.com", true }, { "beetman.net", true }, + { "beeutifulparties.co.uk", true }, { "beexfit.com", true }, + { "beezkneezcastles.co.uk", true }, { "beeznest.com", true }, { "befoodsafe.gov", true }, { "beframed.ch", true }, @@ -2667,6 +2851,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beginner.nl", true }, { "behamzdarma.cz", true }, { "behoerden-online-dienste.de", true }, + { "beichtgenerator.de", false }, { "beijing.dating", true }, { "beijinglug.club", true }, { "beinad.com", true }, @@ -2686,6 +2871,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "belastingmiddeling.nl", true }, { "belcompany.nl", false }, { "belegit.org", true }, + { "belfastbounce.co.uk", true }, { "belfastlocks.com", true }, { "belfasttechservices.co.uk", true }, { "belge.rs", true }, @@ -2700,8 +2886,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "belmontgoessolar.org", true }, { "belpbleibtbelp.ch", true }, { "belt.black", true }, + { "belvoirbouncycastles.co.uk", true }, { "belwederczykow.eu", true }, { "bely-mishka.by", true }, + { "belyvly.com", true }, { "bemsoft.pl", true }, { "bemvindoaolar.com.br", true }, { "ben-energy.com", false }, @@ -2712,8 +2900,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benary.org", true }, { "benbozsa.ca", true }, { "benburwell.com", true }, + { "benchcast.com", true }, { "benchling.com", true }, { "benchmarkmonument.com", true }, + { "bencorby.com", true }, { "bendemaree.com", true }, { "bendigoland.com.au", true }, { "bendingtheending.com", true }, @@ -2722,12 +2912,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benediktdichgans.de", true }, { "benepiscinas.com.br", true }, { "beneri.se", true }, + { "benevita.life", true }, { "benfairclough.com", true }, { "bengalurugifts.com", true }, { "benhaney.com", true }, { "benhartmann.de", true }, { "benhavenarchives.org", true }, - { "benjamin-suess.de", true }, { "benjamin.pe", true }, { "benjaminblack.net", true }, { "benjamindietrich.com", true }, @@ -2739,12 +2929,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "benleemd.com", true }, { "benmatthews.com.au", true }, { "benmillett.us", false }, + { "bennettsbouncycastlehire.co.uk", true }, + { "bennettshire.co.uk", true }, { "benni1.eu", true }, + { "bennierobinson.com", true }, { "bennink.me", true }, { "benno.frl", true }, { "bennythink.com", true }, + { "bensbouncycastles.co.uk", true }, { "benschnarr.com", true }, { "benscobie.com", true }, + { "bensinflatables.co.uk", true }, { "bentertain.de", true }, { "bentley.blog", true }, { "bentley.link", true }, @@ -2755,7 +2950,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beraten-entwickeln-steuern.de", true }, { "berdaguermontes.eu", true }, { "berdu.id", true }, - { "berduri.com", true }, { "bergenhave.nl", true }, { "bergevoet-fa.nl", true }, { "bergstoneware.com", true }, @@ -2763,6 +2957,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "berlin-kohlefrei.de", true }, { "berlin.dating", true }, { "bermeitinger.eu", true }, + { "berna.fr", true }, { "bernadetteanderes.ch", true }, { "bernardcontainers.be", true }, { "bernardfischer.fr", true }, @@ -2780,6 +2975,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "berrus.com", true }, { "berry.cat", true }, { "berrypay.com", true }, + { "berseb.se", true }, { "bersierservices.ch", true }, { "bersotavocats.fr", true }, { "berst.cz", true }, @@ -2787,6 +2983,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bertholdsson.com", true }, { "bertoliniodontoiatria.it", true }, { "bertrand.bio", true }, + { "bertrandkeller.info", true }, { "bertsmithvwparts.com", true }, { "beryl.net", true }, { "besb66.club", true }, @@ -2797,7 +2994,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "besb66.us", true }, { "beserberg.tk", true }, { "beslider.com", true }, + { "besnik.de", false }, { "bespokestraps.com", true }, + { "best-of-bounce.co.uk", true }, { "best-wallpaper.net", true }, { "best-wedding-quotes.com", true }, { "best10websitebuilders.com", true }, @@ -2817,6 +3016,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bestlashesandbrows.hu", true }, { "bestleftwild.com", true }, { "bestmotherfucking.website", true }, + { "bestoliveoils.com", true }, + { "bestpartyhire.com", true }, { "bestperfumebrands.com", true }, { "bestschools.top", true }, { "bestseries.tv", true }, @@ -2837,11 +3038,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "betsonlinefree.com.au", true }, { "betsyshilling.com", true }, { "bett1.de", true }, + { "better-bounce.co.uk", true }, { "better.fyi", true }, { "betterbabyshop.com.au", true }, { "bettercrypto.org", true }, { "betterhelp.com", true }, { "betterlifemakers.com", true }, + { "betterna.me", true }, { "betterscience.org", true }, { "bettertest.it", true }, { "betterworldinternational.org", true }, @@ -2869,9 +3072,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bexit-security.nl", true }, { "bexit.nl", true }, { "bexithosting.nl", true }, + { "bexleycastles.co.uk", true }, + { "beybiz.com", true }, { "beyond-infinity.org", true }, { "beyond-rational.com", true }, { "beyondalderaan.net", true }, + { "beyondbounce.co.uk", true }, { "beyondpricing.com", true }, { "beyondthecode.io", true }, { "beyondtodaymediagroup.com", true }, @@ -2879,6 +3085,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "beyondweb.net", true }, { "beyonic.com", true }, { "beyours.be", true }, + { "bez-energie.de", true }, { "bezemkast.nl", true }, { "bezoomnyville.com", true }, { "bezpecnostsiti.cf", true }, @@ -2896,12 +3103,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bgkoleda.bg", true }, { "bglsingles.de", true }, { "bgneuesheim.de", true }, + { "bgp.space", true }, { "bgtgames.com", true }, { "bharath-g.in", true }, { "bhodisoft.com", true }, { "bhost.net", true }, { "bhtelecom.ba", true }, { "bhuntr.com", true }, + { "bi.search.yahoo.com", false }, { "bia.gov", false }, { "biaggeo.com", true }, { "bianinapiccanovias.com", true }, @@ -2922,7 +3131,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biboumail.fr", true }, { "bibuch.com", true }, { "bicha.net", true }, - { "bichines.es", true }, { "bichonfrise.com.br", true }, { "bichonmaltes.com.br", true }, { "bicranial.io", true }, @@ -2942,11 +3150,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bieser.ch", true }, { "biester.pro", true }, { "big-andy.co.uk", true }, + { "big-bounce.co.uk", true }, { "big-fluglaerm-hamburg.de", true }, { "bigbluedoor.net", true }, + { "bigbouncebouncycastles.co.uk", true }, + { "bigbouncetheory.co.uk", true }, + { "bigbounceuk.com", true }, { "bigclassaction.com", true }, + { "bigcorporateevents.com", true }, { "bigdinosaur.org", true }, { "bigerbio.com", true }, + { "bigfunbouncycastles.com", true }, { "biggreenexchange.com", true }, { "bight.ca", true }, { "bigio.com.br", true }, @@ -2961,13 +3175,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bike-kurse.ch", true }, { "bike-shack.com", true }, { "bikebay.it", true }, + { "bikelifetvkidsquads.co.uk", true }, { "biker.dating", true }, { "bikerebel.com", true }, { "bikeshopitalia.com", true }, { "bikiniseli.com", true }, { "bikkelbroeders.com", false }, { "bikkelbroeders.nl", false }, + { "bilalic.com", true }, { "bilalkilic.de", true }, + { "bilbayt.com", true }, { "bilder-designs.de", true }, { "bildermachr.de", true }, { "biletru.net", true }, @@ -2978,6 +3195,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "billdestler.com", true }, { "billgoldstein.name", true }, { "billiger-mietwagen.de", true }, + { "billigerfinder.de", true }, { "billigpoker.dk", true }, { "billigssl.dk", true }, { "billionairemailinglist.com", true }, @@ -2985,9 +3203,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "billogram.com", true }, { "billpro.com", false }, { "billpro.com.au", true }, + { "billrhodesbakery.com", true }, { "billrobinson.io", true }, { "billy.pictures", true }, { "billyoh.com", true }, + { "billysbouncycastlehire.co.uk", true }, { "biltullen.com", true }, { "bimbo.com.ar", true }, { "bimbobakeriesusa.com", true }, @@ -3009,10 +3229,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bingofriends.com", true }, { "bingostars.com", true }, { "binhex.net", true }, - { "binimo.com", true }, { "binkconsulting.be", true }, { "binsp.net", true }, + { "bio-disinfestazione.it", true }, + { "biobuttons.ch", true }, { "biocrafting.net", true }, + { "biodiagnostiki.clinic", true }, { "biodieseldata.com", true }, { "bioemsan.cz", true }, { "biogecho.ch", true }, @@ -3036,6 +3258,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biospeak.solutions", true }, { "biosphere.cc", true }, { "biotechware.com", true }, + { "biou.me", true }, { "biovalue.eu", true }, { "birbaumer.li", true }, { "birchbarkfurniture.ch", true }, @@ -3048,6 +3271,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "birgit-rydlewski.de", true }, { "birkengarten.ch", true }, { "birkhoff.me", true }, + { "birminghamcastlehire.co.uk", true }, { "birminghamsunset.com", true }, { "birthdaytip.com", true }, { "birthmatters.us", true }, @@ -3056,12 +3280,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "biscuits-rec.com", true }, { "biscuits-shop.com", true }, { "bismarck-tb.de", true }, - { "bismarck.moe", true }, { "bison.co", true }, { "bissalama.org", true }, { "bistrocean.com", true }, { "biswas.me", true }, { "bit-cloud.de", true }, + { "bit-rapid.com", true }, { "bit-sentinel.com", true }, { "bit.voyage", true }, { "bit8.com", true }, @@ -3127,6 +3351,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitroll.com", true }, { "bitrush.nl", true }, { "bitsafe.com.my", true }, + { "bitsburg.ru", true }, { "bitsensor.io", true }, { "bitshaker.net", true }, { "bitskins.co", true }, @@ -3136,6 +3361,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bitsum.com", true }, { "bitsync.nl", true }, { "bittersweetcandybowl.com", true }, + { "bittervault.xyz", true }, { "bittmann.me", false }, { "bittylicious.com", true }, { "bituptick.com", true }, @@ -3145,22 +3371,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bityes.org", true }, { "biurokarier.edu.pl", true }, { "bixservice.com", true }, + { "biyori.moe", true }, { "biyou-homme.com", true }, { "biz4x.com", true }, { "bizeau.ch", true }, { "bizedge.co.nz", true }, + { "bizniskatalog.mk", true }, { "biznpro.ru", true }, - { "bizpare.com", true }, { "biztera.com", true }, { "biztok.eu", true }, { "bizzartech.com", true }, { "bizzi.tv", true }, + { "bizzybeebouncers.co.uk", true }, { "bjarnerest.de", true }, { "bjgongyi.com", true }, { "bjornhelmersson.se", true }, { "bjornjohansen.no", true }, - { "bjtxl.cn", true }, + { "bjsbouncycastles.com", true }, + { "bkentertainments.co.uk", true }, { "bkhpilates.co.uk", true }, + { "bkositspartytime.co.uk", true }, { "bl4ckb0x.biz", true }, { "bl4ckb0x.com", true }, { "bl4ckb0x.de", true }, @@ -3169,7 +3399,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bl4ckb0x.net", true }, { "bl4ckb0x.org", true }, { "blablacar.co.uk", true }, - { "blablacar.com", true }, { "blablacar.com.tr", true }, { "blablacar.com.ua", true }, { "blablacar.de", true }, @@ -3188,19 +3417,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blablacar.ru", true }, { "black-gay-porn.biz", true }, { "black-khat.com", true }, + { "black-mail.nl", true }, { "black-raven.fr", true }, { "black.dating", true }, { "black.host", true }, { "blackandpony.de", true }, { "blackapron.com.br", true }, { "blackbag.nl", true }, + { "blackbase.de", true }, { "blackberrycentral.com", true }, { "blackberryforums.be", true }, { "blackcat.ca", true }, { "blackcatinformatics.ca", true }, { "blackcatinformatics.com", true }, { "blackdesertsp.com", true }, - { "blackdiam.net", true }, { "blackdotbrewery.com", true }, { "blackdown.de", true }, { "blackdragoninc.org", true }, @@ -3218,7 +3448,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blackpapermoon.de", true }, { "blackphantom.de", true }, { "blackphoenix.de", true }, - { "blackscytheconsulting.com", true }, + { "blackseals.net", true }, { "blackys-chamber.de", true }, { "bladesmith.io", true }, { "blaise.io", true }, @@ -3226,12 +3456,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blameomar.com", true }, { "blancodent.com", true }, { "blankersfamily.com", true }, + { "blastentertainment.com.au", true }, { "blastersklan.com", true }, + { "blastzoneentertainments.co.uk", true }, { "blaudev.es", true }, { "blauerhunger.de", true }, { "blayne.me", true }, { "blayneallan.com", true }, { "blazeit.io", true }, + { "blazor.nl", true }, + { "bleaching-tipps.de", true }, { "bleche-onlineshop.de", true }, { "blechinger.io", true }, { "blechpirat.name", true }, @@ -3251,24 +3485,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blindsexdate.nl", true }, { "blingsparkleshine.com", true }, { "blink-security.com", true }, - { "blinkenlight.co.uk", true }, - { "blinkenlight.com.au", true }, { "blinking.link", true }, { "blinkspeed.eu", true }, { "blio.tk", true }, { "blissjoe.com", true }, { "blissplan.com", true }, + { "blivawesome.dk", true }, + { "blivvektor.dk", true }, { "blizhost.com", true }, { "blizhost.com.br", true }, { "blizz.news", true }, { "blkbx.eu", true }, { "block-this.com", true }, + { "block65.com", true }, { "blockchain.info", true }, + { "blockchaindaigakko.jp", true }, { "blockified.io", true }, { "blockmetry.com", true }, { "blockstream.com", true }, { "blockxit.de", true }, { "bloemendal.me", true }, + { "blog-grupom2.es", true }, { "blog.gov.uk", true }, { "blog.gparent.org", true }, { "blog.linode.com", false }, @@ -3279,14 +3516,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blogbooker.com", true }, { "blogconcours.net", true }, { "blogcuaviet.com", true }, + { "blogdieconomia.it", true }, + { "blogdimoda.com", true }, + { "blogdimotori.it", true }, { "blogging-life.com", true }, { "bloggingwithchildren.com", true }, + { "bloggytalky.com", true }, { "bloginbeeld.nl", true }, + { "bloglife-bb.com", true }, { "blognone.com", true }, { "blogom.at", true }, { "blogonblogspot.com", true }, { "blogpentrusuflet.ro", true }, { "blogreen.org", true }, + { "blogtroterzy.pl", true }, { "blokuhaka.fr", true }, { "bloodsports.org", true }, { "bloom-avenue.com", true }, @@ -3326,11 +3569,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "blumen-binder.ch", true }, { "blumenfeldart.com", true }, { "blumenwiese.xyz", true }, + { "blumiges-fischbachtal.de", true }, { "blurringexistence.net", true }, { "blusmurf.net", true }, { "blutopia.xyz", true }, { "blvdmb.com", true }, - { "bm-i.ch", true }, + { "bm-immo.ch", true }, { "bmet.de", true }, { "bmoattachments.org", true }, { "bmone.net", true }, @@ -3338,18 +3582,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bmw-motorradclub-seefeld.de", true }, { "bn1digital.co.uk", true }, { "bnb-buddy.nl", true }, + { "bnbsinflatablehire.co.uk", true }, { "bnin.org", true }, + { "bnjscastles.co.uk", true }, { "bnstree.com", true }, { "bnty.net", true }, { "boardgamegeeks.de", true }, { "boatme.de", true }, { "bobancoamigo.com", true }, + { "bobaobei.net", true }, + { "bobaobei.org", true }, { "bobazar.com", true }, { "bobcopeland.com", true }, { "bobep.ru", true }, { "bobiji.com", true }, { "bobisec.cz", true }, { "bobkoetsier.nl", true }, + { "bobnbouncedublin.ie", true }, { "boboates.com", true }, { "boboolo.com", true }, { "bobstronomie.fr", true }, @@ -3359,6 +3608,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bocreation.fr", true }, { "bodhi.fedoraproject.org", true }, { "bodsch.com", true }, + { "bodybuilding.events", true }, { "bodybuildingworld.com", true }, { "bodyconshop.com", true }, { "bodygearguide.com", true }, @@ -3373,7 +3623,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bogobeats.com", true }, { "bohaishibei.com", true }, { "bohan.co", true }, - { "bohramt.de", true }, { "bohyn.cz", true }, { "boilesen.com", true }, { "boimmobilier.ch", true }, @@ -3383,10 +3632,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boldmediagroup.com", true }, { "boldt-metallbau.de", true }, { "bolektro.de", true }, + { "bolivarfm.com.ve", true }, { "bollywood.uno", true }, { "bolt.cm", false }, - { "bolwerk.com.br", true }, { "bomb.codes", true }, + { "bomberus.de", true }, { "bombsquad.studio", true }, { "bonaccorso.eu", true }, { "bonami.cz", true }, @@ -3419,6 +3669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boodaah.com", true }, { "boodmo.com", true }, { "boof.com", false }, + { "boogiebouncecastles.co.uk", true }, { "book-in-hotel.com", true }, { "book-of-ra.de", true }, { "bookingapp.nl", true }, @@ -3446,19 +3697,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "booox.pw", true }, { "booq.org", true }, { "booquiz.com", true }, + { "boosinflatablegames.co.uk", true }, { "booter.es", true }, { "booter.pw", true }, { "bootikexpress.fr", true }, { "boozinyan.com", true }, { "bopera.co.uk", true }, + { "bopp.org", true }, { "borahan.net", true }, { "borchers-media.de", true }, { "borg.cloud", true }, { "boringsmith.com", true }, { "borisavstankovic.rs", true }, - { "borisbesemer.com", true }, { "borisschapira.com", true }, { "born-to-learn.com", true }, + { "born2bounce.co.uk", true }, { "bornandgrazed.com", true }, { "bornfiber.dk", true }, { "bornhack.dk", true }, @@ -3488,20 +3741,128 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boueki.org", true }, { "bougeret.fr", true }, { "boukoubengo.com", true }, + { "bounce-a-mania.co.uk", true }, + { "bounce-a-roo.co.uk", true }, + { "bounce-abouts.com", true }, + { "bounce-n-go.co.uk", true }, + { "bounce-on.co.uk", true }, + { "bounce-r-us.co.uk", true }, + { "bounce-xtreme.co.uk", true }, + { "bounce4fun.co.uk", true }, + { "bounce4fun.ie", true }, + { "bounce4kidz.com", true }, + { "bounce4less.ie", true }, + { "bouncea-bout.com", true }, + { "bounceaboutandplay.co.uk", true }, + { "bounceaboutnewark.co.uk", true }, + { "bounceaboutsussex.co.uk", true }, + { "bouncealotcastlehire.co.uk", true }, + { "bouncealotnorthwest.co.uk", true }, + { "bounceandwobble.co.uk", true }, { "bounceapp.com", true }, + { "bouncearoundevents.co.uk", true }, + { "bouncearoundsheffield.co.uk", true }, + { "bounceawaycastles.com", true }, + { "bouncebackcastles.co.uk", true }, + { "bouncebeyondcastles.co.uk", true }, + { "bouncebookings.com.au", true }, + { "bouncecrazy.ie", true }, + { "bouncehighpeak.co.uk", true }, + { "bouncejumpboston.co.uk", true }, + { "bouncekingdom.co.uk", true }, + { "bouncemania.org", true }, + { "bouncemaniaevents.co.uk", true }, + { "bouncemaniainflatables.co.uk", true }, + { "bouncemasters.co.uk", true }, + { "bouncemonkeys.co.uk", true }, + { "bouncenortheast.co.uk", true }, + { "bouncenpaint.co.uk", true }, + { "bouncenslidenortheast.co.uk", true }, + { "bouncepartycastles.com", true }, + { "bounceroosevents.co.uk", true }, + { "bouncers-bouncycastlehire.co.uk", true }, + { "bouncesouthwales.co.uk", true }, + { "bouncesquad.co.uk", true }, + { "bouncetasticuk.co.uk", true }, + { "bouncetheparty.co.uk", true }, + { "bounceunlimited.co.uk", true }, + { "bouncewithbovells.com", true }, + { "bouncewrightcastles.co.uk", true }, + { "bouncincastles.co.uk", true }, + { "bouncing-bugs.co.uk", true }, + { "bouncing4joy.co.uk", true }, + { "bouncingbairnsinflatables.co.uk", true }, + { "bouncingbeansinflatables.co.uk", true }, + { "bouncingbobsinflatables.co.uk", true }, + { "bouncingbuddiesleicester.co.uk", true }, + { "bouncingbuzzybees.co.uk", true }, + { "bouncinghigher.co.uk", true }, + { "bouncingscotland.com", true }, + { "bouncy-castles-surrey.co.uk", true }, + { "bouncy-tots.co.uk", true }, + { "bouncybaileys.co.uk", true }, { "bouncyball.eu", false }, { "bouncyballs.org", true }, + { "bouncyballscastles.co.uk", true }, + { "bouncybouncyboocastlehire.co.uk", true }, + { "bouncycastle.net.au", true }, + { "bouncycastleandparty.co.uk", true }, + { "bouncycastlehire-norwich.com", true }, + { "bouncycastlehire-sheffield.co.uk", true }, + { "bouncycastlehireauckland.co.nz", true }, + { "bouncycastlehirebarnstaple.co.uk", true }, + { "bouncycastlehirebexley.co.uk", true }, + { "bouncycastlehirechelmsford.org.uk", true }, + { "bouncycastlehirehull.co.uk", true }, + { "bouncycastlehireinglasgow.co.uk", true }, + { "bouncycastlehirelouth.co.uk", true }, + { "bouncycastlehiremalvern.co.uk", true }, + { "bouncycastlehireoldham.co.uk", true }, + { "bouncycastlehirestroud.co.uk", true }, + { "bouncycastlehiresurrey.co.uk", true }, + { "bouncycastlehiretameside.co.uk", true }, + { "bouncycastlehirewinchester.co.uk", true }, + { "bouncycastleman.co.uk", true }, + { "bouncycastlemangloucestershire.co.uk", true }, + { "bouncycastleparade.com", true }, + { "bouncycastles.me", true }, + { "bouncycastlesgalway.com", true }, + { "bouncycastleshire.co.uk", true }, + { "bouncycastleshireleeds.co.uk", true }, + { "bouncycastlesin.co.uk", true }, + { "bouncycastlesinderby.co.uk", true }, + { "bouncycastlesinleeds.co.uk", true }, + { "bouncycastlesisleofwight.co.uk", true }, + { "bouncycastlesmonaghan.com", true }, + { "bouncycastlessheerness.co.uk", true }, + { "bouncydays.co.uk", true }, + { "bouncyfeet.co.uk", true }, + { "bouncygiggles.com.au", true }, + { "bouncyhigher.co.uk", true }, + { "bouncyhousecastlehire.co.uk", true }, + { "bouncyhouses.co.uk", true }, + { "bouncykingdom.co.uk", true }, + { "bouncykings.co.uk", true }, + { "bouncykingsnortheast.co.uk", true }, + { "bouncymacs.co.uk", true }, + { "bouncymadness.com", true }, + { "bouncyrainbows.co.uk", true }, + { "bouncytime.co.uk", true }, + { "bouncytown.co.uk", true }, + { "bouncywouncy.co.uk", true }, + { "bound2bounce.co.uk", true }, { "bountyfactory.io", true }, { "bourasse.fr", true }, { "bourdon.fr.eu.org", true }, + { "bournefun.co.uk", true }, { "bourqu.in", true }, { "bourse-aux-jouets.org", false }, { "bourse-aux-vetements.org", false }, { "bourse-puericulture.org", false }, { "boutiquedecanetas.com.br", true }, { "boutiquefutebol.com.br", true }, - { "boutiqueguenaelleverdin.com", true }, { "bouw.live", true }, + { "bouzouks.net", true }, { "boweryandvine.com", true }, { "bowling.com", true }, { "bowlsheet.com", true }, @@ -3515,9 +3876,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bownty.nl", true }, { "bownty.pt", true }, { "bowntycdn.net", true }, - { "boxdevigneron.fr", true }, { "boxing-austria.eu", true }, { "boxit.es", true }, + { "boxlitepackaging.com", true }, { "boxpirates.to", true }, { "boxvergelijker.nl", true }, { "boxview.com", true }, @@ -3526,6 +3887,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "boypoint.de", true }, { "boz.nl", true }, { "bozemancarpetcleaningservices.com", true }, + { "bozosbouncycastles.co.uk", true }, { "bpadvisors.eu", true }, { "bpaste.net", true }, { "bpastudies.org", true }, @@ -3540,6 +3902,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bracho.xyz", true }, { "bracoitaliano.com.br", true }, { "bradbrockmeyer.com", true }, + { "bradfordhottubhire.co.uk", true }, + { "bradfordmascots.co.uk", true }, { "bradkovach.com", true }, { "bradler.net", true }, { "bradlinder.org", true }, @@ -3547,10 +3911,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "braemer-it-consulting.de", true }, { "braeunlich-gmbh.com", true }, { "bragaweb.com.br", true }, - { "brage.info", true }, { "brahmins.com", true }, { "brahmstaedt.de", true }, - { "braiampeguero.xyz", true }, { "brailsford.xyz", true }, { "brain-e.co", true }, { "brain-force.ch", true }, @@ -3563,15 +3925,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brainserve.com", true }, { "brainserve.swiss", true }, { "brainster.co", true }, - { "braintensive.com", true }, + { "braintreebouncycastles.com", true }, { "brainvoyagermusic.com", true }, { "brakemanpro.com", true }, { "brakstad.org", true }, { "bralnik.com", true }, { "brambogaerts.nl", true }, + { "bramhallsamusements.com", true }, { "bramvanaken.be", true }, { "bran.land", true }, { "branchzero.com", true }, + { "brandbil.dk", true }, { "brandbuilderwebsites.com", true }, { "brandcodeconsulting.com", true }, { "brandcodestyle.com", true }, @@ -3580,7 +3944,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brandonhubbard.com", true }, { "brandons.site", true }, { "brandonwalker.me", true }, + { "brandstead.com", true }, { "brandtrapselfie.nl", true }, + { "brandweeruitgeest.nl", true }, { "branw.xyz", true }, { "brasal.ma", true }, { "brasalcosmetics.com", true }, @@ -3589,8 +3955,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brasserie-mino.fr", true }, { "brasspipedreams.org", true }, { "bratislava-airport-taxi.com", true }, - { "bratteng.me", false }, { "bratvanov.com", true }, + { "brau-ingenieur.de", true }, + { "braudoktor.de", true }, { "brauingenieur.de", true }, { "braunsteinpc.com", true }, { "braunwarth.info", true }, @@ -3632,7 +3999,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brendanscherer.com", true }, { "brentacampbell.com", true }, { "brentnewbury.com", true }, - { "bress.cloud", true }, { "bressier.fr", true }, { "bretcarmichael.com", true }, { "brettcornwall.com", true }, @@ -3663,13 +4029,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bridgingdirectory.com", true }, { "brie.tech", true }, { "briefhansa.de", true }, + { "brighouse-leisure.co.uk", true }, { "brightfuturemadebyme.com", true }, { "brightonbank.com", true }, + { "brightonbouncycastles.net", true }, { "brightonchilli.org.uk", true }, { "brightstarkids.co.uk", false }, { "brightstarkids.net", false }, { "brightstarkids.sg", false }, { "brigidaarie.com", true }, + { "brilliantbouncyfun.co.uk", true }, { "brilliantdecisionmaking.com", true }, { "brilliantproductions.co.nz", true }, { "brinkhu.is", true }, @@ -3679,6 +4048,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "brio-ukraine.store", true }, { "brisbanelogistics.com.au", true }, { "bristebein.com", true }, + { "bristolandwestonsuperbounce.com", true }, { "britelocate.com", true }, { "britishbeef.com", true }, { "britishbookmakers.co.uk", true }, @@ -3689,6 +4059,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "britneyclause.com", true }, { "britton-photography.com", true }, { "brivadois.ovh", true }, + { "brmascots.com", true }, { "brmsalescommunity.com", true }, { "brn.by", true }, { "bro.hk", true }, @@ -3725,6 +4096,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bruna-cdn.nl", true }, { "brunn.email", true }, { "brunner.ninja", true }, + { "brunoramos.com", true }, + { "brunoramos.org", true }, { "brunosouza.org", true }, { "bruun.co", true }, { "bryankaplan.com", true }, @@ -3734,7 +4107,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bs.sb", true }, { "bs.to", true }, { "bs12v.ru", true }, + { "bsagan.fr", true }, { "bsalyzer.com", true }, + { "bsc-rietz.at", true }, { "bsc01.dyndns.org", true }, { "bsdfreak.dk", true }, { "bsdracing.ca", true }, @@ -3744,12 +4119,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bsidesf.org", true }, { "bsidessf.com", true }, { "bsklabels.com", false }, - { "bsktweetup.info", true }, { "bslim-e-boutique.com", true }, { "bsohoekvanholland.nl", true }, { "bsquared.org", true }, { "bstoked.net", true }, - { "bsuess.de", true }, { "bsw-solution.de", true }, { "bt123.xyz", true }, { "bta.lv", false }, @@ -3757,6 +4130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "btcgo.nl", true }, { "btcontract.com", true }, { "btcpop.co", true }, + { "btcpot.ltd", true }, { "btcycle.org", true }, { "btio.pw", true }, { "btku.org", true }, @@ -3764,13 +4138,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "btorrent.xyz", true }, { "btrb.ml", true }, { "btserv.de", true }, - { "btsoft.eu", true }, { "btsow.com", true }, { "btth.pl", true }, + { "btth.tv", true }, + { "btth.xyz", true }, { "btxiaobai.com", true }, { "bubba.cc", true }, { "bubblegumblog.com", true }, { "bubblespetspa.com", true }, + { "bubblinghottubs.co.uk", true }, + { "bubblybouncers.co.uk", true }, { "bubhub.io", true }, { "buch-angucken.de", true }, { "buck.com", true }, @@ -3780,12 +4157,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buddhistische-weisheiten.org", true }, { "buddie5.com", true }, { "buddlycrafts.com", true }, + { "buddyworks.net", true }, { "budeanu.com", true }, { "buderus-family.be", true }, { "budger.nl", true }, { "budgetalk.com", true }, + { "budgetcastlehire.co.uk", true }, { "budgetenergievriendenvoordeel.nl", true }, { "budgetlovers.nl", true }, + { "budgiesballoons.com", true }, { "budntod.com", true }, { "budolfs.de", true }, { "buehnenbande.ch", false }, @@ -3814,6 +4194,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buildingcostestimators.co.uk", true }, { "builditsolutions.net", true }, { "buildkite.com", true }, + { "builmaker.com", true }, { "builtvisible.com", true }, { "builtwith.com", true }, { "buka.jp", true }, @@ -3829,11 +4210,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bulkwholesalesweets.co.uk", true }, { "bullbits.com", true }, { "bulldog-hosting.de", true }, + { "bulldoghire.co.uk", true }, { "bulledair-savons.ch", true }, { "bulletbabu.com", false }, { "bullettags.com", true }, { "bullterrier.nu", true }, { "bulmastife.com.br", true }, + { "bulwarkhost.com", true }, { "bumshow.ru", true }, { "bunadarbankinn.is", true }, { "bunbun.be", false }, @@ -3849,15 +4232,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bupu.ml", true }, { "burcevo.info", true }, { "burckardtnet.de", true }, - { "bureaugravity.com", true }, { "burgers.io", true }, { "burghardt.pl", true }, { "buri.be", false }, { "buricloud.fr", true }, { "burke.services", true }, { "burlapsac.ca", true }, - { "burlesquemakeup.com", true }, { "burnerfitness.com", true }, + { "burnhamonseabouncycastles.co.uk", true }, { "burningbird.net", true }, { "burningflipside.com", false }, { "burntfish.com", true }, @@ -3869,6 +4251,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "burtrum.name", true }, { "burtrum.org", true }, { "burzmali.com", true }, + { "buserror.cn", true }, { "bush41.org", true }, { "bushbaby.com", true }, { "bushcraftfriends.com", true }, @@ -3876,19 +4259,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "business-garden.com", true }, { "business.facebook.com", false }, { "business.medbank.com.mt", true }, - { "businessadviceperth.com.au", false }, { "businessamongus.com", true }, { "businesscentermarin.ch", true }, { "businessesdirectory.eu", true }, { "businesshub.cz", true }, { "businessimmigration-eu.com", true }, { "businessimmigration-eu.ru", true }, - { "businessmodeler.se", true }, { "bustadice.com", true }, { "bustimes.org.uk", true }, + { "bustup-tips.com", true }, { "butarque.es", true }, + { "buthowdoyoubuygroceries.com", true }, { "butikvip.ru", true }, { "buttercupstraining.co.uk", true }, + { "buttermilk.cf", true }, + { "buttonline.ch", true }, { "buturyu.net", true }, { "buturyu.org", true }, { "buxum-communication.ch", true }, @@ -3900,6 +4285,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buyessayscheap.com", true }, { "buyharpoon.com", true }, { "buyinginvestmentproperty.com", true }, + { "buyingsellingflorida.com", true }, + { "buynowdepot.com", true }, { "buypapercheap.net", true }, { "buyseo.store", true }, { "buytheway.co.za", true }, @@ -3909,6 +4296,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "buzzprint.it", true }, { "bvalle.com", true }, { "bvionline.eu", true }, + { "bvl.aero", true }, + { "bvv-europe.eu", true }, { "bw.codes", true }, { "bwcscorecard.org", true }, { "bwh1.net", true }, @@ -3929,8 +4318,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bymark.co", true }, { "bymike.co", true }, { "bynder.com", true }, - { "bypass.kr", true }, { "bypass.sh", true }, + { "bypassed.st", true }, { "byrko.cz", true }, { "byrko.sk", true }, { "byronr.com", true }, @@ -3953,18 +4342,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bytesystems.com", true }, { "byteturtle.eu", true }, { "bythisverse.com", true }, + { "byvshie.com", true }, { "bziaks.xyz", true }, { "bzsparks.com", true }, { "bztech.com.br", true }, { "bzv-fr.eu", true }, { "c-aeroconsult.com", true }, { "c-path.org", true }, + { "c-rom.fr", true }, { "c-rtx.com", true }, { "c-shock.org", true }, { "c-webdesign.net", true }, { "c-world.co.uk", true }, { "c.cc", true }, - { "c16t.uk", false }, { "c2design.it", true }, { "c2lab.net", true }, { "c2o-library.net", true }, @@ -3991,14 +4381,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cacaolalina.com", true }, { "cacaumidade.com.br", true }, { "caceis.bank", true }, + { "cachetagalong.com", true }, { "cachethq.io", true }, { "cackette.com", true }, + { "cadenadg.gr", true }, { "cadetsge.ch", true }, { "cadmail.nl", true }, { "cadman.pw", true }, { "cadooz.com", true }, { "cadorama.fr", true }, { "cadoth.net", true }, + { "cadsys.net", true }, { "cadusilva.com", true }, { "caerostris.com", true }, { "caesarkabalan.com", true }, @@ -4011,9 +4404,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cainhosting.com", false }, { "caipai.fm", true }, { "cairnterrier.com.br", true }, + { "cais.de", true }, { "caitcs.com", true }, { "caja-pdf.es", true }, { "cajunuk.co.uk", true }, + { "cake-time.co.uk", true }, { "cakestart.net", true }, { "caketoindia.com", true }, { "cakingandbaking.com", true }, @@ -4025,6 +4420,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "calculator-imt.com", true }, { "calculator.tf", true }, { "calcworkshop.com", true }, + { "caldecotevillagehall.co.uk", true }, { "calebmorris.com", false }, { "calendarsnow.com", true }, { "caletka.cz", true }, @@ -4032,15 +4428,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "calibreapp.com", true }, { "calibso.net", true }, { "caliderumba.com", true }, - { "calixte-concept.fr", true }, { "call.me", true }, { "callear.org", true }, { "calleveryday.com", true }, { "callhub.io", true }, { "callision.com", true }, - { "callsigns.ca", true }, { "calltoar.ms", true }, - { "calories.org", true }, { "calotte-academy.com", true }, { "calvin.my", true }, { "calypsogames.net", true }, @@ -4052,6 +4445,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cambier.org", true }, { "cambiowatch.ch", true }, { "cambodian.dating", true }, + { "cambridgebouncers.co.uk", true }, { "camconn.cc", true }, { "camda.online", true }, { "camel2243.com", true }, @@ -4079,7 +4473,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "campula.cz", true }, { "campus-cybersecurity.team", true }, { "campus-finance.com", true }, - { "campusdrugprevention.gov", true }, { "campuswire.com", true }, { "campwabashi.org", true }, { "camsky.de", true }, @@ -4089,29 +4482,32 @@ static const nsSTSPreload kSTSPreloadList[] = { { "canadasmotorcycle.ca", true }, { "canadian.dating", true }, { "canadianchristianity.com", false }, - { "canadiangamblingchoice.com", false }, { "canadiantouristboard.com", true }, { "canalsidehouse.be", true }, { "canalsidehouse.com", true }, { "canarianlegalalliance.com", true }, - { "canarymod.net", false }, { "cancelmyprofile.com", true }, { "cancerdata.nhs.uk", true }, { "cancreate.nl", true }, { "candicecity.com", true }, { "candidasa.com", true }, + { "candlcastles.co.uk", true }, { "cando.eu", true }, { "candy-it.de", true }, + { "candykidsentertainment.co.uk", true }, { "candylion.rocks", true }, { "candyout.com", true }, { "canhazip.com", true }, { "canifis.net", true }, { "canihavesome.coffee", true }, + { "canlidoviz.com", true }, { "cannabis-marijuana.com", true }, + { "cannarobotics.com", true }, { "cannyfoxx.me", true }, { "canoonic.se", true }, { "cantatio.ch", true }, { "canterberry.cc", true }, + { "canterburybouncycastlehire.co.uk", true }, { "cantrack.com", true }, { "canva-dev.com", true }, { "canva.com", true }, @@ -4138,6 +4534,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "capitalquadatv.org.nz", true }, { "capitaltg.com", true }, { "capitolpathways.org", true }, + { "caplinbouncycastles.co.uk", true }, { "capper.de", true }, { "capriccio.to", true }, { "caprichosdevicky.com", true }, @@ -4205,7 +4602,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carinsurance.es", true }, { "cariocacooking.com", true }, { "carisenda.com", true }, - { "carlandfaith.com", true }, { "carlgo11.com", true }, { "carlife-at.jp", true }, { "carlili.fr", true }, @@ -4214,6 +4610,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "carloshmm.stream", true }, { "carlosjeurissen.com", true }, { "carlovanwyk.com", true }, + { "carlsbouncycastlesandhottubs.co.uk", true }, { "carnaticalifornia.com", true }, { "carnet-du-voyageur.com", true }, { "carnildo.com", true }, @@ -4225,6 +4622,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "caroli.info", true }, { "caroli.name", true }, { "caroli.net", true }, + { "carrando.com", true }, { "carrando.de", true }, { "carre-lutz.com", true }, { "carredejardin.com", true }, @@ -4238,7 +4636,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cartesentreprises-unicef.fr", true }, { "carthedral.com", true }, { "carto.la", true }, - { "cartoonhd.cc", true }, + { "cartooncastles.ie", true }, { "cartouche24.eu", true }, { "cartucce24.it", true }, { "carusorealestate.com", true }, @@ -4249,10 +4647,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casa-su.casa", true }, { "casadoarbitro.com.br", true }, { "casadowifi.com.br", true }, + { "casajardininsecticidas.com", true }, + { "casalindamex.com", true }, { "casamariposaspi.com", true }, { "casamorelli.com.br", true }, { "casapalla.com.br", true }, { "casashopp.com.br", true }, + { "casasuara.com", true }, { "casasuleletrodomesticos.com.br", true }, { "casbia.info", true }, { "casbuijs.nl", true }, @@ -4270,20 +4671,37 @@ static const nsSTSPreload kSTSPreloadList[] = { { "casinolegal.pt", true }, { "casinolistings.com", true }, { "casinoreal.com", true }, + { "casjay.cloud", true }, + { "casjay.com", true }, + { "casjay.info", true }, + { "casjay.us", true }, + { "casjaygames.com", true }, { "casperpanel.com", true }, { "caspicards.com", true }, { "cassimo.com", true }, + { "castlecapers.com.au", true }, { "castlecms.io", true }, { "castlejackpot.com", true }, + { "castleking.net", true }, + { "castlekingdomstockport.co.uk", true }, + { "castlekingkent.co.uk", true }, + { "castleparty.co.uk", true }, + { "castles-in-the-sky.co.uk", true }, + { "castles4kidz.com", true }, + { "castles4rascalsiow.co.uk", true }, + { "castlesrus-kent.com", true }, + { "castleswa.com.au", true }, { "cat-blum.com", true }, { "cat-box.de", true }, { "cat.net", true }, + { "catalog.beer", true }, { "catalogoreina.com", true }, { "catalyst-ecommerce.com", false }, { "catbold.space", true }, { "catbull.com", true }, { "catburton.co.uk", true }, { "catchersgear.com", true }, + { "catchfotografie.nl", true }, { "catchief.com", true }, { "catcontent.cloud", true }, { "catdecor.ru", true }, @@ -4294,6 +4712,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catharisme.eu", true }, { "catharisme.net", true }, { "catharisme.org", true }, + { "catherinescastles.co.uk", true }, { "catholics.dating", true }, { "cathosa.nl", true }, { "cativa.net", true }, @@ -4302,9 +4721,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "catnmeow.com", true }, { "catsmagic.pp.ua", true }, { "cattivo.nl", false }, - { "caughtredhanded.co.nz", true }, { "caulfieldeastapartments.com.au", true }, { "caulfieldracecourseapartments.com.au", true }, + { "caulong-ao.net", true }, { "causae-fincas.es", true }, { "cav.ac", true }, { "cavac.at", true }, @@ -4317,6 +4736,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cazes.info", true }, { "cbamo.org", true }, { "cbbank.com", true }, + { "cbc-hire.co.uk", true }, { "cbd.supply", true }, { "cbdev.de", true }, { "cbecrft.net", true }, @@ -4339,7 +4759,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ccv.eu", true }, { "ccv.nl", true }, { "cd-sport.com", true }, + { "cd.search.yahoo.com", false }, { "cda-aigle.ch", true }, + { "cda-nw.co.uk", true }, { "cdasiaonline.com", true }, { "cdbf.ch", true }, { "cdburnerxp.se", true }, @@ -4353,6 +4775,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cdmon.tech", true }, { "cdn6.de", true }, { "cdnjs.com", true }, + { "cdnk39.com", true }, { "cdns.cloud", true }, { "cdu-wilgersdorf.de", true }, { "ce-agentur.de", true }, @@ -4371,7 +4794,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ceilingpac.org", true }, { "cejhon.cz", false }, { "cekaja.com", true }, - { "celebphotos.blog", true }, { "celebrityscope.net", true }, { "celec.gob.ec", false }, { "celiendev.ch", true }, @@ -4387,11 +4809,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "censurfridns.dk", true }, { "censurfridns.nu", true }, { "censys.io", true }, + { "centaur.de", true }, { "centennialradon.com", true }, { "centerforpolicy.org", true }, { "centerpereezd.ru", false }, { "centerpoint.ovh", true }, { "centillien.com", false }, + { "centio.bg", true }, { "centos.tips", true }, { "central4.me", true }, { "centralcountiesservices.org", true }, @@ -4419,6 +4843,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ceres1.space", true }, { "cermak.photos", true }, { "cerpa.com.br", true }, + { "cerpus-course.com", true }, { "cerstve-korenie.sk", true }, { "cerstvekorenie.sk", true }, { "cert.or.id", true }, @@ -4429,6 +4854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "certcenter.fr", true }, { "certible.com", true }, { "certificatedetails.com", true }, + { "certificatetools.com", true }, { "certly.io", true }, { "certmonitor.com.au", true }, { "certmonitor.net", true }, @@ -4450,14 +4876,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cf-ide.de", true }, { "cfa.gov", true }, { "cfan.space", true }, - { "cfcnexus.org", true }, { "cfh.com", true }, { "cfneia.org", true }, { "cfno.org", true }, { "cfo.gov", true }, + { "cfsh.tk", true }, { "cftcarouge.com", true }, { "cfxdesign.com", true }, { "cg-systems.hu", true }, + { "cg.search.yahoo.com", false }, { "cgan.de", true }, { "cgan.pw", true }, { "cgbassurances.ch", true }, @@ -4470,7 +4897,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ch.search.yahoo.com", false }, { "chabaojia.com", true }, { "chabaudparfum.com", true }, + { "chabert-provence.fr", true }, { "chad.ch", true }, + { "chadklass.com", true }, { "chadstoneapartments.com.au", true }, { "chaifeng.com", true }, { "chainedunion.info", true }, @@ -4478,14 +4907,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chaldeen.pro", true }, { "chaletmanager.com", true }, { "chaletpierrot.ch", true }, + { "chaleur.com", true }, { "chalker.io", true }, { "chalkfestival.org", false }, + { "challengeblog.org", true }, { "chamathellawala.com", true }, { "chambion.ch", true }, + { "chameleon-ents.co.uk", true }, { "chameth.com", true }, { "chamilo.org", true }, - { "champ.dog", true }, + { "champdogs.co.uk", true }, + { "champdogs.com", true }, { "champicreuse.fr", true }, + { "championcastles.ie", true }, { "championnat-romand-cuisiniers-amateurs.ch", true }, { "champions.co", true }, { "championweb.com.au", true }, @@ -4494,6 +4928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chandr1000.ga", true }, { "changecopyright.ru", true }, { "changesfor.life", true }, + { "changethislater.com", true }, { "chanissue.com", false }, { "channeladam.com", true }, { "channelcards.com", true }, @@ -4505,13 +4940,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chanz.com", true }, { "chaos-inc.de", true }, { "chaos.run", true }, + { "chaoscastles.co.uk", true }, { "chaoschemnitz.de", true }, { "chaosdorf.de", true }, { "chaosfield.at", true }, { "chaoslab.org", true }, { "chaospott.de", true }, - { "chaoticlaw.com", true }, { "chaouby.com", true }, + { "chapelfordbouncers.co.uk", true }, { "chaplain.co", true }, { "charakato.com", true }, { "charbonnel.eu", true }, @@ -4534,14 +4970,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "charmander.me", true }, { "charmingsaul.com", true }, { "charmyadesara.com", true }, - { "charonsecurity.com", true }, { "charr.xyz", true }, - { "charta-digitale-vernetzung.de", true }, { "charteroak.org", true }, { "chartpen.com", true }, { "chartsy.de", true }, { "charuru.moe", true }, { "chasafilli.ch", true }, + { "chaseandzoey.de", true }, { "chaseganey.com", true }, { "chat-libera.org", true }, { "chat-senza-registrazione.net", true }, @@ -4549,6 +4984,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chat40.net", true }, { "chatbelgie.eu", true }, { "chatbots.email", true }, + { "chatbots.systems", true }, { "chatear.social", true }, { "chateau-belvoir.com", true }, { "chateau-de-lisle.fr", true }, @@ -4590,13 +5026,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cheapgeekts.com", false }, { "cheapgoa.com", true }, { "cheapiesystems.com", true }, + { "cheapssl.com.tr", true }, { "cheapticket.in", true }, { "cheapwritinghelp.com", true }, - { "cheapwritingservice.com", true }, { "cheatturnitin.com", true }, { "chebwebb.com", true }, { "check.torproject.org", false }, { "checkecert.nl", true }, + { "checkmateshoes.com", true }, { "checkmatewebsolutions.com", true }, { "checkout.google.com", true }, { "checkpoint-tshirt.com", true }, @@ -4604,34 +5041,46 @@ static const nsSTSPreload kSTSPreloadList[] = { { "checkui.com", true }, { "checkyourmath.com", true }, { "checkyourprivilege.org", true }, + { "checos.co.uk", true }, { "cheddarpayments.com", true }, + { "cheekycharliessoftplay.co.uk", true }, + { "cheekylittlerascals.co.uk", true }, + { "cheekymonkeysinflatables.co.uk", true }, { "cheeseemergency.co.uk", true }, - { "cheesefusion.com", true }, + { "cheesypicsbooths.co.uk", true }, { "cheetahwerx.com", true }, { "cheez.systems", true }, - { "chefgalles.com.br", true }, + { "chehalemgroup.com", true }, { "chellame.com", true }, { "chellame.fr", true }, { "chelseafs.co.uk", true }, + { "cheltenhambounce.co.uk", true }, + { "cheltenhambouncycastles.co.uk", true }, { "cheltik.ru", true }, { "chemicalguys-ruhrpott.de", true }, { "chenapartment.com", true }, { "chengl.com", true }, + { "chengtongled.com", true }, { "chenky.com", true }, { "chennien.com", true }, { "chentianyi.cn", true }, { "chenzhekl.me", true }, { "cherevoiture.com", true }, + { "cherrett.digital", true }, + { "cherrydropscandycarts.co.uk", true }, { "cherryonit.com", true }, { "cherrywoodtech.com", true }, + { "chertseybouncycastles.co.uk", true }, { "chesspoint.ch", true }, { "chessreporter.nl", true }, { "chesterbrass.uk", true }, + { "chevy37.com", true }, { "chevymotor-occasions.be", true }, { "chewey.de", true }, { "chewey.org", true }, { "chez-janine.de", true }, { "chez-oim.org", true }, + { "chez.moe", true }, { "chfr.search.yahoo.com", false }, { "chhory.com", true }, { "chhy.at", true }, @@ -4646,9 +5095,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chikan-beacon.net", true }, { "chikory.com", true }, { "childcounseling.org", true }, + { "childcustodylegalaid.org", true }, { "childno.de", true }, { "childrenandmedia.org.au", true }, + { "childrenfirstalways.org", true }, { "childreninadversity.gov", true }, + { "childrensentertainmentleicester.co.uk", true }, + { "childrenspartiesrus.com", true }, { "chilihosting.eu", true }, { "chillebever.nl", true }, { "chima.net", true }, @@ -4677,11 +5130,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chiru.no", true }, { "chisago-isantidfl.com", true }, { "chit.search.yahoo.com", false }, + { "chksite.com", true }, { "chloe.re", true }, { "chloeallison.co.uk", true }, + { "chloescastles.co.uk", true }, { "chmsoft.com.ua", true }, { "chmsoft.ru", true }, { "chmurakotori.ml", true }, + { "choc-o-lush.co.uk", true }, { "chocodecor.com.br", true }, { "chocolah.com.au", false }, { "chocolat-suisse.ch", true }, @@ -4702,8 +5158,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chorkley.com", true }, { "chorkley.me", true }, { "chorkley.uk", true }, + { "chorleiterverband.de", true }, { "chorpinkpoemps.de", true }, - { "chosenplaintext.org", true }, { "chourishi-shigoto.com", true }, { "chowii.com", true }, { "chris-edwards.net", true }, @@ -4723,12 +5179,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chrisnekarda.com", true }, { "chrisnicholas.io", true }, { "chrispstreet.com", true }, - { "chrisself.xyz", true }, { "chrisshort.net", false }, { "christadelphiananswers.org", true }, { "christadelphians.eu", true }, + { "christchurchbouncycastles.co.uk", true }, { "christensenplace.us", true }, { "christiaanconover.com", true }, + { "christian-gredig.de", true }, { "christian-host.com", true }, { "christian-liebel.com", true }, { "christianbargon.de", false }, @@ -4746,18 +5203,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "christianscholz.eu", true }, { "christiesantiques.com", true }, { "christmascard.be", true }, + { "christmaspartyhire.co.uk", true }, { "christoph-conrads.name", true }, { "christophebarbezat.ch", true }, { "christopher-simon.de", true }, { "christopherburg.com", true }, { "christopherl.com", true }, { "christopherpritchard.co.uk", true }, + { "christophersole.com", true }, { "christophertruncer.com", true }, { "christophkreileder.com", true }, { "christophsackl.de", true }, - { "chrisu3050.at", true }, { "chrisupjohn.xyz", true }, - { "chriswarrick.com", true }, { "chriswbarry.com", true }, { "chriswells.io", true }, { "chromaryu.net", false }, @@ -4772,6 +5229,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "chronic101.xyz", true }, { "chroniclesofgeorge.com", true }, { "chronogram.me", true }, + { "chronology.no", true }, { "chronoproject.com", true }, { "chronoshop.cz", true }, { "chrpaul.de", true }, @@ -4803,6 +5261,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciderclub.com", true }, { "cie-theatre-montfaucon.ch", true }, { "cielbleu.org", true }, + { "cielly.com", true }, { "cienbeaute-lidl.fr", true }, { "cifop-numerique.fr", true }, { "cig-dem.com", true }, @@ -4832,6 +5291,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cio.gov", true }, { "cioscloud.com", true }, { "cip.md", true }, + { "cipartyhire.co.uk", true }, { "cipher.co.th", true }, { "cipher.land", true }, { "cipherboy.com", true }, @@ -4839,15 +5299,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ciphersuite.info", true }, { "ciphrex.com", true }, { "cipri.com", true }, + { "cir.is", true }, { "cira.email", true }, { "circ-logic.com", true }, { "circara.com", true }, { "circlebox.rocks", true }, { "circu.ml", true }, { "cirfi.com", true }, + { "ciri.com.co", true }, { "cirope.com", true }, { "cirrus0.de", true }, { "cirugiasplasticas.com.mx", true }, + { "cirujanooral.com", true }, { "cirurgicagervasio.com.br", true }, { "cirurgicalucena.com.br", true }, { "ciscodude.net", true }, @@ -4860,7 +5323,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "citizensbankal.com", true }, { "citizenscience.gov", true }, { "citizensleague.org", true }, - { "citizenspact.eu", true }, { "citizing.org", true }, { "citra-emu.org", true }, { "citrusui.me", true }, @@ -4876,16 +5338,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "citywalkr.com", true }, { "cityworksonline.com", true }, { "ciubotaru.tk", true }, + { "ciuciucadou.ro", true }, { "ciurcasdan.eu", true }, { "civilg20.org", true }, { "civillines.nl", true }, + { "cj-espace-vert.fr", true }, { "cj-jackson.com", true }, { "cjdpenterprises.com", true }, { "cjdpenterprises.com.au", true }, { "cjessett.com", true }, { "cjey.me", true }, { "cjr.host", true }, - { "cjtkfan.club", true }, { "ck.cx", true }, { "ckennelly.com", true }, { "ckleemann.de", true }, @@ -4893,19 +5356,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ckliemann.com", true }, { "ckliemann.net", true }, { "ckostecki.de", true }, - { "cktennis.com", true }, { "cl.search.yahoo.com", false }, { "claimconnect.com", true }, { "claimconnect.us", true }, { "claimnote.com", true }, { "clairegold.com", true }, { "claireidrac.fr", true }, + { "clairescastles.co.uk", true }, + { "clanebouncycastles.com", true }, { "clanrose.org.uk", true }, { "clanthor.com", true }, + { "clanwarz.com", true }, { "clapping-rhymes.com", true }, { "claretandbanter.uk", true }, - { "clarity-c2ced.appspot.com", true }, { "clarkeaward.com", true }, + { "clarksgaragedoorrepair.com", true }, { "clashersrepublic.com", true }, { "classdojo.com", true }, { "classicalpilates.ca", true }, @@ -4918,10 +5383,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clawe.de", true }, { "clayandcottonkirkwood.com", true }, { "claytoncondon.com", true }, + { "claytonstowing.com.au", true }, { "cldly.com", true }, + { "cleanbeautymarket.com.au", true }, + { "cleanbrowsing.org", true }, { "cleancode.club", true }, + { "clear.ml", true }, { "clearblueday.co.uk", true }, - { "clearchatsandbox.com", true }, + { "clearip.com", true }, { "clearkonjac.com", true }, { "clearsettle-admin.com", true }, { "clemovementlaw.com", true }, @@ -4937,6 +5406,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clickclock.cc", true }, { "clickenergy.com.au", true }, { "clickforclever.com", true }, + { "clickomobile.com", true }, { "clickphish.com", true }, { "clicks.co.za", true }, { "clicktenisdemesa.com.br", true }, @@ -4957,6 +5427,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clintonlibrary.gov", true }, { "clintonplasticsurgery.com", true }, { "clip.mx", false }, + { "clip.ovh", true }, { "clipclip.com", true }, { "clmde.de", true }, { "clnet.com.au", true }, @@ -4964,6 +5435,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clochix.net", true }, { "clockcaster.com", true }, { "clockworksms.com", true }, + { "cloghercastles.co.uk", true }, { "clojurescript.ru", true }, { "cloppenburg-autmobil.com", true }, { "cloppenburg-automobil.com", true }, @@ -4974,7 +5446,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "closelinksecurity.co.uk", true }, { "closelinksecurity.com", true }, { "closetemail.com", true }, - { "closient.com", true }, { "closingholding.com", true }, { "cloud-crowd.com.au", true }, { "cloud-surfer.net", true }, @@ -4983,19 +5454,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloud.google.com", true }, { "cloud.gov", true }, { "cloud2go.de", true }, + { "cloud9bouncycastlehire.com", true }, { "cloudapps.digital", true }, { "cloudbased.info", true }, { "cloudbasedsite.com", true }, { "cloudberlin.goip.de", true }, - { "cloudbolin.es", true }, { "cloudbreaker.de", true }, { "cloudcaprice.net", true }, + { "cloudflare.com", true }, { "cloudflareonazure.com", true }, { "cloudia.org", true }, { "cloudily.com", true }, - { "cloudimproved.com", true }, + { "cloudimprovedtest.com", true }, + { "cloudkit.pro", true }, { "cloudlight.biz", true }, { "cloudmigrator365.com", true }, + { "cloudnote.cc", true }, + { "cloudopt.net", false }, { "cloudoptimizedsmb.com", true }, { "cloudoptimus.com", true }, { "cloudpagesforwork.com", true }, @@ -5004,8 +5479,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloudpipes.com", true }, { "cloudsecurityalliance.org", true }, { "cloudservice.io", true }, + { "cloudsocial.io", true }, { "cloudspace-analytics.com", true }, { "cloudspeedy.net", true }, + { "cloudspire.net", true }, { "cloudteam.de", true }, { "cloudtropia.de", true }, { "cloudtskr.com", true }, @@ -5013,6 +5490,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloudwarez.xyz", true }, { "clouz.de", true }, { "cloveros.ga", true }, + { "clownaroundbouncycastles.co.uk", true }, + { "clownindeklas.nl", true }, { "clownish.co.il", true }, { "cloxy.com", true }, { "clr3.com", true }, @@ -5032,6 +5511,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "clubmini.jp", true }, { "clubon.space", true }, { "clubscannan.ie", true }, + { "clueful.ca", true }, + { "cluefulca.com", true }, + { "cluefulca.net", true }, + { "cluefulca.org", true }, { "cluj.apartments", true }, { "clusteranalyse.net", true }, { "clusterfuck.nz", true }, @@ -5050,12 +5533,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cmngroup.com", true }, { "cmngroupe.com", true }, { "cmplainpalais.ch", true }, + { "cmpr.es", true }, { "cms-weble.jp", true }, { "cmskeyholding.co.uk", true }, { "cmskeyholding.com", true }, { "cmskh.co.uk", true }, + { "cmusical.es", true }, { "cmweller.com", true }, { "cmylife.nl", true }, + { "cn.search.yahoo.com", false }, { "cnam-idf.fr", true }, { "cnam.net", true }, { "cnbs.ch", true }, @@ -5064,12 +5550,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cncfraises.fr", true }, { "cncrans.ch", true }, { "cnetw.xyz", true }, - { "cni-certing.it", true }, { "cnrd.me", true }, { "cnwage.com", true }, { "cnwarn.com", true }, { "co-factor.ro", true }, - { "co-yutaka.com", true }, { "co.search.yahoo.com", false }, { "coachezmoi.ch", true }, { "coaching-impulse.ch", true }, @@ -5082,7 +5566,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cobalt.io", true }, { "cobaltgp.com", true }, { "cobaltlp.com", true }, + { "cobracastles.co.uk", true }, { "cocaine-import.agency", true }, + { "cocaine.ninja", true }, { "cocalc.com", true }, { "coccinellaskitchen.com", true }, { "coccinellaskitchen.de", true }, @@ -5094,11 +5580,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cocker.cc", false }, { "cockerspanielamericano.com.br", true }, { "cockerspanielingles.com.br", true }, - { "coco-cool.fr", true }, { "cocoaheads.at", false }, { "cocoamexico.com", true }, { "cocodemy.com", true }, { "coconutoil24.com", true }, + { "cocoscastles.co.uk", true }, { "cocquyt-usedcars.be", true }, { "coda.moe", true }, { "coda.today", true }, @@ -5107,7 +5593,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "code-poets.co.uk", true }, { "code-well.com", true }, { "code.facebook.com", false }, - { "code.fm", true }, { "code.google.com", true }, { "code.taxi", true }, { "code67.com", true }, @@ -5121,7 +5606,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codeine.co.uk", true }, { "codeit.guru", true }, { "codeit.us", true }, - { "codenlife.xyz", true }, { "codenode.io", true }, { "codeplay.org", true }, { "codepoints.net", true }, @@ -5146,14 +5630,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "codewild.de", true }, { "codewiz.xyz", true }, { "codeyellow.nl", true }, + { "codific.eu", true }, { "coding.lv", true }, { "coding.net", true }, { "codingforspeed.com", true }, { "codingfromhell.net", true }, { "codingrobots.com", true }, + { "codxg.org", true }, { "codyevanscomputer.com", true }, - { "codymoniz.com", true }, { "coffee-mamenoki.jp", true }, + { "coffeetocode.me", true }, { "cogala.eu", true }, { "cogent.cc", true }, { "cogilog.com", true }, @@ -5177,8 +5663,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coingate.com", true }, { "coinjar-sandbox.com", true }, { "coinlist.co", false }, + { "coinloan.io", true }, { "coinmewallet.com", true }, { "coinpit.io", true }, + { "coisasdaterra.com", true }, { "coisasdemulher.org", true }, { "cojo.eu", true }, { "col.la", true }, @@ -5222,8 +5710,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "collinghammethodist.org.uk", true }, { "collinmbarrett.com", true }, { "collins.kg", true }, + { "colo-tech.com", true }, { "colombian.dating", true }, - { "coloppe.com", true }, { "coloradolottery.com", true }, { "coloraid.net", true }, { "colorblindprogramming.com", true }, @@ -5232,8 +5720,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "colorcodedlyrics.com", true }, { "colorectalcompounding.com", true }, { "coloringnotebook.com", true }, + { "coloristcafe.com", true }, { "colorsbycarin.com", true }, - { "colorunhas.com.br", true }, + { "colossal-events.co.uk", true }, + { "colourfulcastles.co.uk", true }, { "colson-occasions.be", true }, { "columbuswines.com", true }, { "colyakootees.com", true }, @@ -5243,6 +5733,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "combatshield.cz", true }, { "combron.nl", true }, { "comchezmeme.com", true }, + { "comcol.nl", true }, { "comdotgame.com", true }, { "comdurav.com", true }, { "comefollowme2016.com", true }, @@ -5250,14 +5741,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "comercialtrading.eu", true }, { "comerford.net", true }, { "comestoarra.com", true }, + { "cometbot.cf", true }, { "cometcache.com", true }, { "cometonovascotia.ca", true }, + { "comff.net", true }, { "comfintouch.com", true }, { "comflores.com.br", true }, { "comfypc.com", true }, { "comhack.com", true }, { "comico.info", true }, { "comicrelief.com", true }, + { "comicspornos.com", true }, { "comicwiki.dk", true }, { "comiq.io", true }, { "comiteaintriathlon.fr", true }, @@ -5277,9 +5771,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "communityflow.info", true }, { "communote.net", true }, { "comocurarlashemorroides.org", true }, - { "comocurarlashemorroidesya.com", true }, { "comodesinflamarlashemorroides.org", true }, { "comodo.nl", true }, + { "comodormirmasrapido.com", true }, { "comogene.com", true }, { "comopuededejardefumar.net", true }, { "comoquitarlasestriasrapidamente.com", true }, @@ -5306,12 +5800,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "compliance-management.ch", true }, { "compliance-systeme.de", true }, { "compliancedictionary.com", true }, + { "compliancerisksoftware.co.uk", true }, { "complt.xyz", true }, { "compostatebien.com.ar", true }, { "compreautomacao.com.br", true }, { "compredietlight.com.br", true }, { "comprefitasadere.com.br", true }, - { "comprehensiveihc.com", true }, { "compsmag.com", true }, { "compubench.com", true }, { "compucastell.ch", true }, @@ -5325,12 +5819,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "computerhilfe-feucht.de", true }, { "computernetwerkwestland.nl", true }, { "computerslotopschool.nl", true }, + { "computersystems.guru", false }, { "comssa.org.au", true }, { "comunidadmontepinar.es", true }, { "comw.cc", true }, { "comyuno.com", true }, { "conaudisa.com", false }, - { "concentrade.de", true }, { "concept-web.ch", true }, { "conceptatelier.de", true }, { "concertengine.com", true }, @@ -5346,15 +5840,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "condosforcash.com", true }, { "condroz-motors.be", true }, { "conectalmeria.com", true }, + { "conejovalleyelectrical.com", true }, { "confiancefoundation.org", true }, { "confidential.network", true }, { "config.schokokeks.org", false }, { "confiwall.de", true }, - { "conflux.tw", true }, { "conformax.com.br", true }, { "conformist.jp", true }, { "confucio.cl", true }, { "confuddledpenguin.com", true }, + { "cong5.net", true }, { "congineer.com", true }, { "congobunkering.com", true }, { "conkret.ch", true }, @@ -5366,18 +5861,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "conmedapps.com", true }, { "connect-ed.network", true }, { "connect.dating", true }, + { "connect.facebook.net", true }, { "connectedcare.md", true }, { "connectingconcepts.com", true }, + { "connectmath.com", true }, { "connectmy.car", true }, { "connectum.eu", true }, { "connext.de", true }, - { "conniesacademy.com", true }, { "connorsmith.co", true }, { "connyduck.at", true }, { "conpins.nl", true }, { "conrad-kostecki.de", true }, + { "conrad.am", true }, { "conradkostecki.de", true }, { "consciousbrand.co", true }, + { "consejosdehogar.com", true }, { "consejosdenutricion.com", true }, { "conservados.com.br", true }, { "conservatoriesincornwall.com", true }, @@ -5388,10 +5886,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "console.ninja", true }, { "console.rest", true }, { "consonare.de", true }, + { "constancechen.me", true }, { "constant-rough.de", true }, + { "construct-trust.com", true }, { "constructionjobs.com", true }, { "constructive.men", true }, { "consul.io", true }, + { "consultpetkov.com", true }, { "consumer.gov", true }, { "consumeractionlawgroup.com", true }, { "consumerfiles.com", true }, @@ -5400,6 +5901,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "consuwijzer.nl", true }, { "content-api-dev.azurewebsites.net", false }, { "content-design.de", true }, + { "contentcoms.co.uk", true }, { "contentpass.net", true }, { "contessa32experience.com", true }, { "contextplatform.com", true }, @@ -5425,29 +5927,37 @@ static const nsSTSPreload kSTSPreloadList[] = { { "convexset.org", true }, { "convocatoriafundacionpepsicomexico.org", false }, { "cooker.fr", true }, + { "cookescastles.co.uk", true }, { "cookicons.co", true }, { "cookie4.com", true }, { "cookieandkate.com", true }, { "cookiecrook.com", true }, { "cookiesoft.de", true }, + { "cookiestudies.cf", true }, { "cookingbazart.com", true }, { "cookingcrusade.com", true }, { "cookinglife.nl", false }, { "cookingreporter.com", true }, { "cookmedical.com", false }, + { "cooko.at", true }, + { "cool-parties.co.uk", true }, { "cool-wallpapers.jp", true }, { "cool110.tk", true }, { "cool110.xyz", true }, + { "coolattractions.co.uk", true }, { "coolbutbroken.com", true }, { "cooldan.com", true }, + { "coole-fete.de", true }, { "coolerssr.space", true }, { "coolgifs.de", true }, + { "coolkidsbouncycastles.co.uk", true }, { "coolviewthermostat.com", true }, { "coonelnel.net", true }, { "coopens.com", true }, { "coore.jp", true }, { "coorpacademy.com", true }, { "copperhead.co", true }, + { "copperheados.com", true }, { "coptic-treasures.com", true }, { "coptkm.cz", true }, { "copycrafter.net", true }, @@ -5459,6 +5969,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cordlessdog.com", true }, { "core-concepts.de", true }, { "core-networks.de", true }, + { "core.org.pt", false }, { "coreapm.com", true }, { "coreapm.org", true }, { "corecdn.org", true }, @@ -5476,6 +5987,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "coribi.com", true }, { "corisu.co", true }, { "corksoncolumbus.com", true }, + { "corlija.com", true }, { "corlinde.nl", true }, { "corlitocaffe.de", true }, { "cornercircle.co.uk", true }, @@ -5483,12 +5995,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "corningcu.org", true }, { "cornishcamels.com", true }, { "cornodo.com", true }, - { "coroasdefloresonline.com.br", true }, { "corona-academy.com", true }, { "corpfin.net", true }, { "corpio.nl", true }, { "corpkitnw.com", true }, - { "corpoatletico.com.br", true }, { "corporatecomputingsolutions.com", true }, { "corporateinfluencers.com", true }, { "corporatesubscriptions.com.au", true }, @@ -5504,21 +6014,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cortisolsupplement.com", true }, { "corvus.eu.org", true }, { "coryadum.com", true }, + { "corytyburski.com", true }, { "corzntin.fr", true }, { "cosirex.com", true }, { "cosmeticappraisal.com", true }, + { "cosmeticasimple.com", true }, { "cosmeticos-naturales.com", true }, { "cosmeticosdelivery.com.br", true }, { "cosmeticosnet.com.br", true }, { "cosmiatria.pe", true }, { "cosmodacollection.com", true }, { "cosmofunnel.com", true }, + { "cosmoluziluminacion.com", true }, { "cosmundi.de", true }, { "cospol.ch", true }, { "costa-rica-reisen.ch", true }, { "costa-rica-reisen.de", true }, { "costablancavoorjou.com", true }, + { "costinstefan.eu", true }, { "costreportdata.com", false }, + { "costulessdirect.com", true }, { "coteries.com", true }, { "cotonea.de", true }, { "cotonmusic.ch", true }, @@ -5539,6 +6054,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "countybankdel.com", true }, { "countyjailinmatesearch.com", true }, { "coup-dun-soir.ch", true }, + { "coupe-bordure.com", true }, { "couponcodesme.com", true }, { "cour4g3.me", true }, { "couragefound.org", true }, @@ -5549,8 +6065,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "courseworkbank.info", true }, { "courtlistener.com", true }, { "cousincouples.com", true }, + { "covbounce.co.uk", true }, { "cove.sh", true }, { "covenantoftheriver.org", true }, + { "coverdat.com", true }, { "covermytrip.com.au", true }, { "covershousing.nl", true }, { "covoiturage.fr", false }, @@ -5559,6 +6077,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cowbird.org", true }, { "cowboyim.com", true }, { "coweo.cz", true }, + { "coworkingmanifesto.com", true }, { "cozmaadrian.ro", true }, { "cozy.io", true }, { "cozycloud.cc", true }, @@ -5569,6 +6088,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cphpvb.net", true }, { "cplusplus.se", true }, { "cppan.org", true }, + { "cppressinc.com", true }, { "cpqcol.gov.co", true }, { "cprnearme.com", true }, { "cptoon.com", true }, @@ -5576,12 +6096,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cpy.pt", true }, { "cqchome.com", true }, { "cqn.ch", true }, + { "cr.search.yahoo.com", false }, { "crackcat.de", true }, { "cracker.in.th", true }, { "crackingking.com", false }, { "crackle.io", true }, { "crackorsquad.in", true }, - { "crackpfer.de", true }, { "crackslut.eu", true }, { "crackstation.net", true }, { "cradlepointecm.com", true }, @@ -5591,6 +6111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "craftination.net", true }, { "craftinginredlipstick.com", true }, { "craftmine.cz", true }, + { "craftwmcp.xyz", true }, { "craftyguy.net", true }, { "craftyphotons.net", true }, { "craigbates.co.uk", true }, @@ -5606,11 +6127,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crawcial.de", true }, { "crawfordcountytcc.org", true }, { "crawl.report", true }, + { "crawleybouncycastles.co.uk", true }, + { "crazycastles.ie", true }, { "crazydomains.ae", true }, { "crazydomains.co.nz", true }, { "crazydomains.co.uk", true }, { "crazydomains.com.au", true }, { "crazydomains.in", true }, + { "crazyker.com", true }, { "crazymeeshu.com", true }, { "crazypaul.com", true }, { "crazyprojects.es", true }, @@ -5621,13 +6145,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crea.bg", true }, { "crea.me", true }, { "creadstudy.com", true }, + { "creamcastles.co.uk", true }, { "create-ls.jp", true }, + { "create-together.nl", true }, { "createursdefilms.com", true }, + { "creation-contemporaine.com", true }, { "creations-edita.com", true }, { "creative-coder.de", true }, { "creative-wave.fr", true }, { "creativeapple.ltd", true }, - { "creativeartifice.com", true }, { "creativebites.de", true }, { "creativecaptiv.es", true }, { "creativecommons.cl", true }, @@ -5636,15 +6162,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "creativecommonscatpictures.com", true }, { "creativefreedom.ca", true }, { "creativeink.de", true }, + { "creativekkids.com", true }, { "creativelaw.eu", true }, { "creativeliquid.com", true }, { "creativesurvey.com", true }, { "creativeweb.biz", true }, + { "creativlabor.ch", true }, { "creators-design.com", true }, { "creators.co", true }, + { "creators.direct", true }, { "credential.eu", true }, { "credex.bg", true }, - { "creditclear.com.au", true }, { "crediteo.pl", true }, { "creditkarma.com", true }, { "creditos-rapidos.com", true }, @@ -5660,6 +6188,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crena.ch", true }, { "crepa.ch", true }, { "crepererum.net", true }, + { "crescent.gr.jp", true }, { "crestasantos.com", true }, { "cretdupuy.com", true }, { "creusalp.ch", true }, @@ -5675,7 +6204,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crisp.chat", true }, { "crisp.im", true }, { "cristarta.com", true }, - { "cristianhares.com", true }, + { "cristau.org", true }, { "critcola.com", true }, { "critical.today", false }, { "criticalsurveys.co.uk", true }, @@ -5699,12 +6228,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "crossorig.in", true }, { "crosspeakoms.com", true }, { "crosssellguide.com", true }, - { "crow.tw", true }, { "crowdbox.net", true }, { "crowdcloud.be", true }, { "crowdsupply.com", true }, + { "crownbouncycastlehire.co.uk", true }, + { "crowncastles.co.uk", true }, + { "crownmarqueehire.co.uk", true }, { "crox.co", true }, { "croydonapartments.com.au", true }, + { "croydonbouncycastles.co.uk", true }, { "crrev.com", true }, { "crstat.ru", true }, { "crt.sh", true }, @@ -5732,7 +6264,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryptography.io", true }, { "cryptoisnotacrime.org", true }, { "cryptojourney.com", true }, - { "cryptoki.fr", true }, { "cryptology.ch", true }, { "cryptolosophy.io", true }, { "cryptonym.com", true }, @@ -5745,7 +6276,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cryptoshot.pw", true }, { "cryptract.co", true }, { "crystalchandelierservices.com", true }, - { "crystalmachine.net", false }, { "crystone.me", true }, { "cs-colorscreed-betongulve.dk", true }, { "cs2016.ch", true }, @@ -5753,9 +6283,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "csacongress.org", true }, { "csbs.fr", true }, { "cscau.com", true }, + { "cselzer.com", false }, { "csengle.de", true }, { "csfm.com", true }, - { "csgo.help", true }, { "csgo.su", true }, { "csgogamers.com", true }, { "csgohandouts.com", true }, @@ -5765,6 +6295,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "csilies.de", true }, { "csinfo.us", true }, { "csinterstargeneve.ch", true }, + { "cskentertainment.co.uk", true }, { "csmainframe.com", true }, { "csokolade.hu", true }, { "csp.ch", true }, @@ -5777,6 +6308,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cstb.ch", true }, { "cstp-marketing.com", true }, { "csuw.net", true }, + { "ct.search.yahoo.com", false }, { "cthomas.work", true }, { "ctj.im", true }, { "ctliu.com", true }, @@ -5789,7 +6321,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ctrld.me", true }, { "ctyi.me", true }, { "cuanhua3s.com", true }, - { "cube-cloud.com", true }, + { "cub-bouncingcastles.co.uk", true }, { "cube.de", true }, { "cubecraft.net", true }, { "cubecraftstore.com", true }, @@ -5803,6 +6335,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cubostecnologia.com", false }, { "cubostecnologia.com.br", false }, { "cubua.com", true }, + { "cuckoopalace.cn", true }, { "cuddlecomfort.com", true }, { "cuddlingyaks.com", true }, { "cuecasonline.com.br", true }, @@ -5816,6 +6349,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "culture-school.top", true }, { "culturedcode.com", true }, { "cultureroll.com", true }, + { "cumparama.com", true }, { "cunha.be", true }, { "cuni-cuni-club.com", true }, { "cuni-rec.com", true }, @@ -5838,6 +6372,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "curlybracket.co.uk", true }, { "currency-strength.com", true }, { "current.com", true }, + { "currentlystreaming.com", true }, { "currentobserver.com", true }, { "currynissanmaparts.com", true }, { "cursos.com", true }, @@ -5855,9 +6390,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "custodyxchange.com", true }, { "customd.com", true }, { "customerbox.ir", true }, - { "customfilmworks.com", true }, { "customfitmarketing.com", true }, { "customgear.com.au", true }, + { "customizeyoursink.com", true }, { "customromlist.com", true }, { "customshort.link", true }, { "customwritings.com", true }, @@ -5881,7 +6416,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cviip.ca", true }, { "cviip.com", true }, { "cvjd.me", true }, - { "cvjm-memmingen.de", true }, { "cvl.ch", true }, { "cvlibrary.co.uk", true }, { "cvmu.jp", true }, @@ -5892,10 +6426,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cvv.cn", true }, { "cw.center", true }, { "cwagner.me", true }, - { "cwningen.cymru", true }, + { "cwningen.cymru", false }, { "cwrcoding.com", true }, { "cybbh.space", true }, - { "cyber-computer.club", true }, + { "cyber-konzept.de", true }, { "cyber-perikarp.eu", true }, { "cyberdos.de", true }, { "cyberduck.io", true }, @@ -5909,7 +6443,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cyberlab.team", true }, { "cyberlightapp.com", true }, { "cyberoptic.de", true }, - { "cyberpeace.nl", true }, { "cyberphaze.com", true }, { "cyberprey.com", true }, { "cybersecurity.nz", true }, @@ -5938,6 +6471,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cygnatus.com", true }, { "cygnius.net", true }, { "cyhour.com", true }, + { "cylindricity.com", true }, { "cymtech.net", true }, { "cyoda.com", true }, { "cyon.ch", true }, @@ -5955,8 +6489,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cypresslegacy.com", true }, { "cyprus-company-service.com", true }, { "cysec.biz", true }, + { "cytegic-update-packages.com", true }, { "cyumus.com", true }, { "czakey.net", true }, + { "czc.cz", true }, { "czechamlp.com", true }, { "czechvirus.cz", true }, { "czerno.com", true }, @@ -5995,6 +6531,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dado.me", true }, { "dado.virtual.museum", true }, { "dadons-laserdiscs.com", true }, + { "dadosch.de", true }, { "dadrian.io", true }, { "daduke.org", true }, { "daemen.org", true }, @@ -6004,7 +6541,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dag-hebergement.fr", true }, { "dag-konsult.com", true }, { "dai.top", true }, - { "dailybits.be", true }, { "dailyblogged.com", true }, { "dailybunda.com", true }, { "dailyenglishchallenge.com", true }, @@ -6013,6 +6549,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dailytopix.com", true }, { "daintymeal.com", true }, { "dairyshrine.org", true }, + { "daisidaniels.co.uk", true }, { "daiwai.de", false }, { "daiweihu.com", true }, { "daiyuu.jp", true }, @@ -6032,6 +6569,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dallinbryce.com", true }, { "dallmeier.net", true }, { "dalmatiersheusden.be", true }, + { "daltonedwards.me", true }, { "dam74.com.ar", true }, { "damaged.org", true }, { "damasexpress.com", true }, @@ -6041,12 +6579,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "damip.net", true }, { "dammekens.be", true }, { "damngoodpepper.com", true }, + { "dan-informacijske-varnosti.si", true }, { "dan.me.uk", true }, { "dan.org.nz", true }, { "danaketh.com", true }, + { "danamica.dk", true }, { "danandrum.com", true }, { "danarozmarin.com", true }, { "danchen.org", true }, + { "dancingcubs.co.uk", true }, { "dandenongroadapartments.com.au", true }, { "dandymrsb.com", true }, { "dango.in", true }, @@ -6054,7 +6595,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "daniel-kulbe.de", true }, { "daniel-ruf.de", true }, { "daniel-seifert.com", true }, - { "daniel-stahl.net", true }, { "danielalvarez.net", true }, { "danielas.boutique", true }, { "danielehniss.de", true }, @@ -6084,6 +6624,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dankredues.com", true }, { "danla.nl", true }, { "danmaby.com", true }, + { "danmarksbedstefredagsbar.dk", true }, { "danminkevitch.com", true }, { "danny.fm", true }, { "dannyrohde.de", true }, @@ -6112,6 +6653,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "darcymarshall.com", true }, { "daren.com.br", true }, { "dareyou.be", true }, + { "darinkotter.com", true }, { "darioackermann.ch", true }, { "dariosirangelo.me", true }, { "darioturchetti.me", true }, @@ -6135,7 +6677,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "darktime.ru", true }, { "darkwater.info", true }, { "darkx.me", true }, - { "darlastudio66.com", true }, + { "darlo.co.uk", false }, { "darom.jp", true }, { "darookee.net", true }, { "darrenm.net", true }, @@ -6154,6 +6696,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dasgeestig.nl", true }, { "dashboard.run", true }, { "dashboard.yt", true }, + { "dashlane.com", true }, { "dashnearby.com", true }, { "data-detox.com", true }, { "data-detox.de", true }, @@ -6169,6 +6712,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "datacenternews.asia", true }, { "datacenternews.co.nz", true }, { "datacentrenews.eu", true }, + { "datacool.tk", true }, { "datacubed.com", true }, { "datadit.hu", true }, { "datadyne.technology", true }, @@ -6198,6 +6742,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "datenreiter.org", true }, { "datenschutz-individuell.de", true }, { "datenschutzgrundverordnung.de", true }, + { "datenschutzhelden.org", true }, { "datenschutztag.org", true }, { "datenwerkstatt.net", true }, { "datewon.net", false }, @@ -6205,7 +6750,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "datingticino.ch", true }, { "datovyaudit.cz", true }, { "datsound.ru", true }, + { "datsumou-q.com", true }, { "datumou-osusume.com", true }, + { "datumou-recipe.com", true }, { "daubehosting.de", true }, { "dave-pearce.com", true }, { "daveaglick.com", true }, @@ -6226,6 +6773,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "davidadrian.org", true }, { "davidandersson.se", true }, { "davidcrx.net", true }, + { "davidfrancoeur.com", true }, { "davidgouveia.net", true }, { "davidgow.net", true }, { "davidgreig.uk", true }, @@ -6244,12 +6792,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "davimun.org", true }, { "davisroi.com", true }, { "davo-usedcars.be", true }, - { "davros.eu", true }, - { "davros.ru", true }, { "davy-server.com", true }, { "daw.nz", true }, { "dawnbringer.eu", true }, { "dawnbringer.net", true }, + { "dawnson.is", true }, { "dawson-floridavilla.co.uk", true }, { "day-peak.com", true }, { "day.vip", true }, @@ -6262,7 +6809,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dbaron.org", true }, { "dbas.cz", true }, { "dbdc.us", true }, + { "dbentertainment.co.uk", true }, { "dbgamestudio.com", true }, + { "dblcastles.co.uk", true }, { "dbldub.net", true }, { "dblx.io", true }, { "dbmteam.com", true }, @@ -6271,13 +6820,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dbpkg.com", true }, { "dbpmedia.se", true }, { "dbq.com", true }, + { "dbrgn.ch", true }, { "dbtsai.com", true }, { "dbyz.co.uk", true }, { "dc-occasies.be", true }, { "dc562.org", true }, { "dc585.info", true }, { "dcautomacao.com.br", true }, - { "dcc.cat", true }, + { "dcbouncycastles.co.uk", true }, + { "dcc.moe", true }, { "dccoffeeproducts.com", true }, { "dcepler.net", true }, { "dchatelain.ch", true }, @@ -6301,6 +6852,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ddocu.me", true }, { "ddos-mitigation.co.uk", true }, { "ddos-mitigation.info", true }, + { "ddracepro.net", true }, { "dds.mil", true }, { "de-gucci.com", true }, { "de-mail.info", true }, @@ -6326,18 +6878,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dealbanana.it", true }, { "dealbanana.se", true }, { "dealcruiser.nl", true }, + { "dealinflatables.co.uk", true }, { "dealpass.no", true }, { "deamuseum.org", true }, { "deanbank.com", true }, { "deanjerkovich.com", true }, { "deanmorgan.org", true }, + { "deano-s.co.uk", true }, + { "deanosplace.net", true }, { "deanpearce.net", true }, { "dearfcc.com", true }, { "dearfcc.net", true }, { "dearfcc.org", true }, + { "dearnevalleybouncycastles.co.uk", true }, { "deathy.ro", true }, { "debie-usedcars.be", true }, { "debigare.com", true }, + { "debitoutil.com", true }, + { "debitpaie.com", true }, { "deborahmarinelli.eu", true }, { "debron-ot.nl", true }, { "debrusoft.ch", true }, @@ -6356,6 +6914,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deconsolutions.com", true }, { "decor-d.com", true }, { "decoraid.com", true }, + { "decoratrix.com", true }, { "decorestilo.com.br", true }, { "decorincasa.com.br", true }, { "decorland.com.ua", true }, @@ -6372,6 +6931,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deduijventil.nl", true }, { "dee.pe", true }, { "dee.su", true }, + { "deegeeinflatables.co.uk", true }, { "deep.club", true }, { "deeparamaraj.com", true }, { "deepbluecrafting.co.uk", true }, @@ -6381,7 +6941,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deepserve.info", true }, { "deepsouthsounds.com", true }, { "deepspace.dedyn.io", true }, - { "deepvalley.tech", true }, { "deepvision.com.ua", true }, { "deepzz.com", true }, { "deer.team", true }, @@ -6404,6 +6963,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deflect.ca", true }, { "deflumeri.com", true }, { "defman.me", true }, + { "defme.eu", true }, { "defont.nl", true }, { "defrax.com", true }, { "defrax.de", true }, @@ -6423,9 +6983,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deinewebsite.de", true }, { "deinfoto.ch", true }, { "deitti.net", true }, + { "dejan.media", true }, { "dejandayoff.com", true }, { "dejure.org", true }, { "dejw.cz", true }, + { "dekasiba.com", true }, { "delahrzolder.nl", true }, { "delbecqvo.be", true }, { "delbrouck.ch", true }, @@ -6438,8 +7000,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deliciousmedia.co.uk", true }, { "delicioustable.com", true }, { "deliver.moe", true }, + { "dellipaoli.com", true }, { "delogo.nl", true }, - { "deloittequant.com", true }, { "delphine.dance", true }, { "delta-data.ch", true }, { "delta-smart.ch", true }, @@ -6454,7 +7016,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "demfloro.ru", true }, { "demijn.nl", true }, { "demilletech.net", true }, - { "demo.sb", true }, + { "demo.swedbank.se", true }, { "demo9.ovh", true }, { "democracy.io", true }, { "democracychronicles.com", true }, @@ -6491,34 +7053,39 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dent.uy", true }, { "dental-misaki.com", true }, { "dentallaborgeraeteservice.de", true }, + { "dentfix.ro", true }, { "dentistglasgow.com", true }, { "dentrassi.de", true }, { "dentystabirmingham.co.uk", true }, - { "denvercybersecurity.com", true }, { "deontology.com", true }, { "depaddestoeltjes.be", true }, { "depechemode-live.com", true }, - { "deped.blog", true }, - { "depedtayo.com", true }, + { "depedshs.com", true }, { "depicus.com", true }, { "depone.net", true }, + { "depotsquarekerrville.com", true }, { "depotter-usedcars.be", true }, { "deprecate.de", true }, { "deprobe.pro", true }, { "depth-co.jp", true }, + { "depthe.gr", true }, { "der-bank-blog.de", true }, { "der-gardinenmann.de", true }, { "der-rudi.eu", true }, { "der-stein-fluesterer.de", true }, + { "derbybouncycastles.com", true }, { "derbyshire-language-scheme.co.uk", true }, + { "derdewereldrommelmarkt.nl", true }, { "derechosdigitales.org", true }, { "dereferenced.net", true }, { "deregowski.net", true }, + { "derehamcastles.co.uk", true }, { "derekkent.com", true }, + { "derekseaman.com", true }, + { "derekseaman.studio", true }, { "dergeilstestammderwelt.de", true }, { "derhil.de", true }, { "derive.cc", true }, - { "dermacarecomplex.com", true }, { "dermapuur.nl", true }, { "dermatologie-morges.ch", true }, { "dermediq.nl", true }, @@ -6564,6 +7131,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "desu.ne.jp", true }, { "det-te.ch", true }, { "detalhecomercio.com.br", true }, + { "detalyedesigngroup.com", true }, { "detechnologiecooperatie.nl", true }, { "detecte-fuite.ch", true }, { "detecte.ch", true }, @@ -6574,6 +7142,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "detoxsinutritie.ro", true }, { "detroit-english.de", true }, { "detroitstylepizza.com", true }, + { "detroitzoo.org", true }, { "detskysad.com", true }, { "detteflies.com", true }, { "detype.nl", true }, @@ -6587,6 +7156,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "deuxsol.co", true }, { "deuxsol.com", true }, { "deuxsolutions.com", true }, + { "dev-brandywineglobal.com", true }, { "dev-pulse-mtn.pantheonsite.io", true }, { "dev-talk.net", true }, { "dev-tek.de", true }, @@ -6615,6 +7185,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devillers-occasions.be", true }, { "devilshakerz.com", true }, { "deviltracks.net", true }, + { "deviltraxxx.de", true }, { "devinfo.net", false }, { "devisnow.fr", true }, { "devistravaux.org", true }, @@ -6630,7 +7201,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "devops-survey.com", true }, { "devpgsv.com", true }, { "devpsy.info", true }, - { "devstaff.gr", true }, { "devyn.ca", true }, { "devzero.io", true }, { "dewalch.net", true }, @@ -6650,8 +7220,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dflcares.com", true }, { "dfmn.berlin", true }, { "dfnet.ml", false }, - { "dfrance.com.br", true }, { "dfranke.com", true }, + { "dgbouncycastlehire.com", true }, { "dgby.org", true }, { "dgeex.eu", true }, { "dgitup.com", true }, @@ -6665,11 +7235,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dheart.net", true }, { "dhedegaard.dk", true }, { "dhhs.gov", true }, + { "dhinflatables.co.uk", true }, { "dhl-smart.ch", true }, { "dhlinux.org", true }, - { "dhome.at", true }, + { "dhub.xyz", true }, { "dhuy.net", true }, { "dhxxls.com", true }, + { "di2pra.com", true }, + { "di2pra.fr", true }, { "diabolic.chat", true }, { "diadorafitness.es", true }, { "diadorafitness.it", true }, @@ -6678,11 +7251,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diagonale-deco.fr", true }, { "dialoegue.com", true }, { "diamante.ro", true }, - { "diamondcare.com.br", true }, { "diamondpkg.org", true }, + { "diamondyze.nl", true }, { "diamorphine.com", true }, { "diamsmedia.ch", true }, { "dianefriedli.ch", true }, + { "diannaobos.com", true }, { "dianurse.com", true }, { "diare-na-miru.cz", true }, { "diario-egipto.com", true }, @@ -6693,6 +7267,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dibiphp.com", true }, { "diccionarioabierto.com", true }, { "diccionariodedudas.com", true }, + { "dice.tokyo", true }, { "diceduels.com", true }, { "dicgaming.net", true }, { "dichgans-besserer.de", true }, @@ -6702,13 +7277,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dicionariodenomesproprios.com.br", true }, { "dicionariodesimbolos.com.br", true }, { "dicionarioetimologico.com.br", true }, - { "dicionariopopular.com", true }, { "dickieslife.com", true }, + { "dickpics.ru", true }, { "dicoding.com", true }, { "didacte.com", true }, { "didche.net", true }, { "diddens.de", true }, { "didierlaumen.be", true }, + { "didikhari.web.id", true }, { "die-besten-weisheiten.de", true }, { "die-blahuts.de", true }, { "die-borts.ch", true }, @@ -6738,8 +7314,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dietrich.cx", true }, { "dieumfrage.com", true }, { "diff2html.xyz", true }, - { "different.cz", true }, - { "differenta.ro", true }, + { "different.cz", false }, + { "differenta.ro", false }, { "diffnow.com", true }, { "difoosion.com", true }, { "digcit.org", true }, @@ -6747,12 +7323,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "diggable.co", true }, { "dighans.com", true }, { "digiarc.net", true }, + { "digibild.ch", true }, { "digibull.link", true }, { "digicert-support.com", true }, { "digicert.nl", true }, { "digidroom.be", true }, { "digihyp.ch", true }, { "digikol.net", true }, + { "digilicious.com", true }, { "digimagical.com", true }, { "digimedia.cd", false }, { "digired.ro", true }, @@ -6764,7 +7342,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digital2web.com", true }, { "digitalarchitecture.com", true }, { "digitalbitbox.com", true }, + { "digitalcash.cf", true }, + { "digitalcloud.ovh", true }, { "digitalcraftmarketing.co.uk", true }, + { "digitalcreationclass.com", true }, { "digitalcuko.com", true }, { "digitaldatacenter.net", true }, { "digitaldeli.com", true }, @@ -6781,6 +7362,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "digitallocker.com", false }, { "digitalrights.center", true }, { "digitalrights.fund", true }, + { "digitalsurge.io", true }, { "digitaltechnologies.ltd.uk", true }, { "digitalunite.de", true }, { "digitkon.com", true }, @@ -6808,6 +7390,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dimez.ru", true }, { "dimitrisotiropoulosbooks.com", true }, { "dimonb.com", true }, + { "din-hkd.jp", true }, { "din-tools.com", true }, { "dineachook.com.au", true }, { "dinepont.fr", true }, @@ -6816,6 +7399,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dingss.com", true }, { "dinmtb.dk", true }, { "dino.li", true }, + { "dinotopia.org.uk", true }, { "dinotv.at", true }, { "dintillat.fr", true }, { "dintrafic.net", true }, @@ -6837,17 +7421,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "directreal.sk", true }, { "directtwo.solutions", true }, { "directtwosolutions.org", true }, - { "direnv.net", true }, { "direwolfsoftware.ca", true }, { "dirips.com", true }, { "dirk-scheele.de", true }, { "dirko.net", true }, { "dirkwolf.de", true }, + { "dirtcraft.ca", true }, { "disability.gov", true }, { "disabled.dating", true }, { "disanteimpianti.com", true }, { "disavow.tools", true }, { "disc.uz", true }, + { "discarica.roma.it", true }, { "discha.net", true }, { "disciples.io", true }, { "discipul.nl", true }, @@ -6870,11 +7455,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "discoveryrom.org", true }, { "discreet-condooms.nl", true }, { "disinclined.org", true }, + { "disinfestatori.com", true }, + { "disinfestazione.venezia.it", true }, + { "disinfestazione24.it", true }, + { "disinfestazioni-umbria.it", true }, + { "disinfestazioni.info", true }, + { "disinfestazioni.net", true }, { "disinisharing.com", true }, { "diskbit.com", true }, { "dismail.de", true }, - { "disorderboutique.com", true }, { "disposable.link", true }, + { "disroot.org", true }, { "disrupters.ch", true }, { "dissectcyber.com", true }, { "dissertationhelp.com", true }, @@ -6904,31 +7495,38 @@ static const nsSTSPreload kSTSPreloadList[] = { { "divertiagua.com.br", true }, { "divinegames.studio", true }, { "divingwithnic.com", true }, - { "divvymonkey.com", true }, - { "divvyradio.com", true }, { "diwei.vip", true }, { "dixmag.com", true }, { "diybook.at", true }, { "diycc.org", true }, { "diymediahome.org", true }, { "diyosun.com", true }, + { "diz.in.ua", true }, + { "dizzythewizard.co.uk", true }, { "dj-x.info", true }, + { "dj3dub.com", true }, { "djangobirthday.com", true }, { "djangoproject.com", true }, { "djangosnippets.org", true }, + { "djbbouncycastles.co.uk", true }, { "djc.me", true }, + { "djdavid98.hu", true }, { "djieno.com", true }, { "djipanov.com", true }, { "djlive.pl", true }, { "djlnetworks.co.uk", true }, + { "djsbouncycastlehire.com", true }, { "djt-vom-chausseehaus.de", true }, { "djul.net", true }, + { "djwaynepryke.com", true }, { "dk.search.yahoo.com", false }, { "dkcomputers.com.au", true }, { "dkds.us", true }, { "dkn.go.id", true }, { "dl.google.com", true }, + { "dlabouncycastlehire.co.uk", true }, { "dlaspania.pl", true }, + { "dlbouncers.co.uk", true }, { "dlde.ru", true }, { "dldl.fr", true }, { "dlfsymposium.nl", true }, @@ -6936,14 +7534,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dlitz.net", true }, { "dlld.com", true }, { "dlouwrink.nl", true }, - { "dlrsp.org", true }, + { "dlunch.net", true }, { "dlzz.net", true }, { "dm.lookout.com", false }, { "dm4productions.com", true }, { "dm7ds.de", true }, { "dmarc.dk", true }, { "dmarketer.com", true }, - { "dmdre.com", true }, + { "dmcastles.com", true }, { "dmeevalumate.com", true }, { "dmenergy.ru", true }, { "dmfd.net", true }, @@ -6974,6 +7572,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "do-it.cz", true }, { "do-prod.com", true }, { "do.gd", true }, + { "do.search.yahoo.com", false }, { "do13.net", true }, { "do67.de", true }, { "do67.net", true }, @@ -6996,6 +7595,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "docs.google.com", false }, { "docs.python.org", true }, { "docs.re", true }, + { "docsoc.org.uk", true }, { "doctor-locks.co.uk", true }, { "doctor.dating", true }, { "doctorfox.co.uk", true }, @@ -7018,6 +7618,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "doggroomingcourse.com", true }, { "dogmap.jp", true }, { "dogoo.com", true }, + { "dogprograms.net", true }, { "dogworld.com.br", true }, { "dohanews.co", true }, { "dokelio-idf.fr", true }, @@ -7045,7 +7646,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "domainsilk.com", true }, { "domainstaff.com", false }, { "domaxpoker.com", true }, - { "domengrad.ru", true }, { "domenic.me", true }, { "domesticcleaners.co.uk", true }, { "domfee.com", true }, @@ -7127,6 +7727,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dormiu.com", true }, { "dormiu.com.br", true }, { "dorquelle.com", true }, + { "dorsetentertainments.co.uk", true }, { "dosenkiwi.at", true }, { "dosipe.com", true }, { "doska.by", true }, @@ -7134,7 +7735,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "doska.ru", true }, { "dosomeworks.biz", true }, { "dossplumbing.co.za", true }, - { "dostavkakurierom.ru", true }, + { "dosvientoselectrical.com", true }, { "dosyauzantisi.com", true }, { "dot.ro", true }, { "dotacni-parazit.cz", true }, @@ -7156,10 +7757,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dotsiam.com", true }, { "doubleavineyards.com", true }, { "doublefun.net", true }, - { "doublethink.online", true }, { "doubleup.com.au", true }, { "doubleyummy.uk", true }, { "doucheba.gs", true }, + { "dougferris.id.au", true }, { "doujinshi.info", true }, { "dounats.com", true }, { "douzer.de", true }, @@ -7173,12 +7774,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "downtimerobot.com", true }, { "downtimerobot.nl", true }, { "downtownvernon.com", true }, + { "doyoucheck.com", false }, { "doyouedc.com", true }, { "doyoulyft.com", true }, { "doyoutax.com", true }, { "doze-cloud.tech", true }, { "dpd.com.pl", true }, { "dperson.net", true }, + { "dpfsolutionsfl.com", true }, { "dpg.no", true }, { "dprb.biz", true }, { "dprd-wonogirikab.go.id", false }, @@ -7192,6 +7795,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dracisvet.cz", true }, { "dracon.es", true }, { "dracox.com", true }, + { "draftguru.com.au", true }, { "drafton.com", true }, { "drageeparadise.fr", true }, { "dragfiles.com", true }, @@ -7207,13 +7811,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dragonwork.me", true }, { "drahcro.uk", true }, { "drainagebuizen.nl", false }, - { "drakeluce.com", true }, { "drakenprospero.com", false }, { "drakfot.se", true }, { "dramaticpeople.com", true }, { "dranderle.com", true }, { "dranek.com", true }, - { "drastosasports.com.br", true }, { "draugr.de", true }, { "drawesome.uy", true }, { "drawingcode.net", true }, @@ -7227,20 +7829,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dreamcreator108.com", true }, { "dreamhack.com", true }, { "dreamhostremixer.com", true }, - { "dreaming.solutions", true }, { "dreamithost.com.au", true }, { "dreamlandmagic.com", true }, { "dreamlinehost.com", false }, + { "dreamlux.cz", true }, + { "dreamlux.sk", true }, { "dreamonkey.com", true }, { "dreamtechie.com", true }, + { "dredgepress.com", true }, + { "drei01.de", true }, { "dreid.org", true }, { "dreiweiden.de", true }, + { "dreizwosechs.de", true }, { "dress-cons.com", true }, { "drevo-door.cz", true }, { "drew.beer", true }, { "drew.red", true }, { "dreweryinc.com", true }, { "drewsilcock.co.uk", true }, + { "drezzy.it", true }, { "drfrey.ch", true }, { "drgn.no", true }, { "drheibel.com", true }, @@ -7248,9 +7855,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "driftdude.nl", true }, { "drighes.com", true }, { "drillion.net", true }, + { "drillnation.com.au", true }, { "drinkplanet.eu", true }, { "drino.org", false }, { "drive.google.com", false }, + { "drive.xyz", true }, { "driven2shine.eu", true }, { "drivenes.net", true }, { "driver.ru", true }, @@ -7266,16 +7875,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drixn.com", true }, { "drixn.info", true }, { "drixn.net", true }, + { "drizz.com.br", true }, { "drjacquesmalan.com", true }, + { "drjenafernandez.com", true }, { "drjoe.ca", true }, { "drjuanitacollier.com", true }, { "drkhsh.at", true }, + { "drkmtrx.xyz", true }, { "drlangsdon.com", true }, - { "drlazarina.net", true }, { "drms.us", true }, { "drobniuch.pl", false }, { "drogoz.moe", true }, - { "drogueriaelbarco.com", true }, { "droidapp.nl", true }, { "droidgyan.com", true }, { "droidhere.com", true }, @@ -7286,7 +7896,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "drone-it.net", true }, { "dronebotworkshop.com", true }, { "dronepit.dk", true }, - { "dronexpertos.com", true }, { "droni.cz", true }, { "dronografia.es", true }, { "dropbox.com", true }, @@ -7326,6 +7935,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dsol.hu", true }, { "dssale.com", true }, { "dt27.org", true }, + { "dtbouncycastles.co.uk", true }, { "dtdsh.com", true }, { "dtechstore.com.br", true }, { "dtg-fonds.com", true }, @@ -7334,36 +7944,35 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dtk-vom-chausseehaus.de", true }, { "dtnx.net", true }, { "dtp-mstdn.jp", true }, + { "dtuaarsfest.dk", true }, { "dtx.sk", true }, { "dualascent.com", true }, { "dubaieveningsafari.com", true }, { "dublin-traceroute.net", true }, { "dubrovnik-dental.clinic", true }, - { "dubrovskiy.net", true }, - { "dubrovskiy.pro", true }, { "ducalendars.com", true }, { "duckasylum.com", true }, { "duckbase.com", true }, { "duckduckstart.com", true }, { "duckinc.net", true }, + { "duckyubuntu.tk", true }, { "ducohosting.com", true }, - { "dudesunderwear.com.br", true }, { "duernberg.at", true }, { "duesee.org", true }, { "dufrei.com", true }, - { "dugnet.com", true }, - { "dugnet.io", true }, - { "dugnet.net", true }, - { "dugnet.org", true }, - { "dugnet.tech", true }, + { "dugnet.com", false }, + { "dugnet.io", false }, + { "dugnet.net", false }, + { "dugnet.org", false }, + { "dugnet.tech", false }, { "dugunedavet.com", true }, { "duh.se", true }, { "duijf.info", true }, { "duijfathome.nl", true }, + { "duitang.com", true }, { "dukan-recepty.ru", true }, { "dukegat.de", true }, { "dukesatqueens.com", true }, - { "duks.com.br", true }, { "dukun.de", true }, { "dulei.si", true }, { "dullapp.com", true }, @@ -7374,9 +7983,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dunableguitars.com", false }, { "dunashoes.com", true }, { "duncancmt.com", true }, + { "duncanfamilytrust.org", true }, { "duncanwinfrey.com", true }, { "dundalkdonnie.com", true }, - { "dune.io", true }, { "dunea.nl", true }, { "dungeon-bbs.de", true }, { "dunmanelectric.com", true }, @@ -7393,18 +8002,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "durys.be", true }, { "dusmomente.com", true }, { "dustri.org", true }, + { "dustycloth.com", true }, { "dustygroove.com", true }, { "dustyspokesbnb.ca", true }, { "dutch.desi", true }, { "dutch1.nl", true }, + { "dutchessuganda.com", true }, { "dutchrank.nl", true }, { "dutchwanderers.nl", true }, { "dutchweballiance.nl", true }, { "dutyfreeonboard.com", true }, - { "duyao.de", true }, + { "duyao.de", false }, + { "dv189.com", true }, { "dvbris.co.uk", true }, { "dvbris.com", true }, { "dvdland.com.au", true }, + { "dvhosting.be", true }, { "dvnatura.ch", true }, { "dvorupotocnych.sk", true }, { "dvotx.org", true }, @@ -7414,6 +8027,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dwnld.me", true }, { "dworzak.ch", true }, { "dwscdv3.com", true }, + { "dwtm.ch", true }, { "dwworld.co.uk", true }, { "dxa.io", false }, { "dxgl.info", true }, @@ -7423,6 +8037,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dyeager.org", true }, { "dyktig.as", true }, { "dyktig.no", true }, + { "dylanboudro.com", true }, { "dylankatz.com", true }, { "dylanknoll.ca", true }, { "dymersion.com", true }, @@ -7440,6 +8055,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dynn.be", true }, { "dynorphin.com", true }, { "dynorphins.com", true }, + { "dynts.pro", false }, { "dynx.pl", true }, { "dyrenesverden.no", true }, { "dysthymia.com", true }, @@ -7451,6 +8067,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "dzndk.com", true }, { "dzndk.net", true }, { "dzndk.org", true }, + { "dznn.nl", true }, { "dzomo.org", true }, { "dzsula.hu", true }, { "dzyabchenko.com", true }, @@ -7471,7 +8088,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e-tune-mt.net", true }, { "e-typ.eu", true }, { "e-vau.de", true }, - { "e-wishlist.net", true }, { "e-worksmedia.com", true }, { "e.mail.ru", true }, { "e11even.nl", true }, @@ -7479,26 +8095,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "e30.ee", true }, { "e3kids.com", true }, { "e3q.de", true }, + { "e505.net", true }, { "e5tv.hu", true }, { "e64.com", true }, { "e7d.io", true }, { "ea2drocks.com", true }, { "ead-italia.it", true }, - { "eagle-aluminum.com", true }, { "eagle-yard.de", true }, { "eagleindustriesltd.com", true }, - { "eagleridgecampground.com", true }, { "eaglesecurity.com", true }, { "eagletechz.com.br", true }, { "eagleyecs.com", true }, { "eaimty.com", true }, { "ealev.de", true }, - { "eam-gmbh.com", true }, { "eames-clayton.us", true }, { "eapestudioweb.com", true }, { "earl.org.uk", true }, { "earlyyearshub.com", true }, { "earmarks.gov", true }, + { "earn.com", true }, { "earth-people.org", true }, { "earticleblog.com", true }, { "earvinkayonga.com", true }, @@ -7507,6 +8122,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eason-yang.com", true }, { "east-line.su", true }, { "eastarm.net", true }, + { "eastcoastbubbleandbounce.co.uk", true }, + { "eastcoastinflatables.co.uk", true }, + { "eastlothianbouncycastles.co.uk", true }, { "eastmanbusinessinstitute.com", true }, { "eastmontgroup.com", true }, { "easy-factures.fr", true }, @@ -7534,6 +8152,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eattherich.us", true }, { "eatz.com", true }, { "eauxdespleiades.ch", true }, + { "eb-net.de", true }, { "eb7.jp", true }, { "ebanking.indovinabank.com.vn", true }, { "ebankingabersicher.ch", true }, @@ -7543,13 +8162,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ebas.ch", true }, { "ebataw.com", true }, { "ebayinc.com", true }, - { "ebaymotorssucks.com", true }, - { "ebcs-solutions.com", true }, { "ebermannstadt.de", false }, { "eboek.info", true }, { "ebonyriddle.com", true }, { "ebooki.eu.org", true }, - { "ebooksgratuits.org", true }, { "ebop.ch", true }, { "eboyer.com", true }, { "ebrnd.de", true }, @@ -7578,6 +8194,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eckel.co", true }, { "eclipse.ws", true }, { "ecnetworker.com", true }, + { "eco-derattizzazione.it", true }, + { "eco-work.it", true }, { "ecoccinelles.ch", true }, { "ecoccinelles.com", true }, { "ecococon.fr", true }, @@ -7592,7 +8210,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecolemathurincordier.com", true }, { "ecolesrec.ch", true }, { "ecolife-vrn.ru", true }, - { "ecology-21.ru", true }, { "ecompen.co.za", true }, { "econativa.pt", true }, { "economicinclusion.gov", true }, @@ -7615,6 +8232,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ecupcafe.com", false }, { "ed.gs", true }, { "edakoe.ru", true }, + { "edanni.io", true }, { "edd-miles.com", true }, { "eddesign.ch", true }, { "eddmil.es", true }, @@ -7627,23 +8245,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "edge-cloud.net", true }, { "edgecustomersportal.com", true }, { "edgeservices.co.uk", true }, + { "edgetalk.net", true }, { "edhesive.com", true }, { "edibarcode.com", true }, { "edicct.com", true }, { "edisonchee.com", true }, { "edisonlee55.com", true }, { "edisonnissanparts.com", true }, + { "edit.yahoo.com", false }, { "edited.de", true }, { "edition-bambou.com", true }, { "edition-sonblom.de", true }, { "editoraacademiacrista.com.br", true }, - { "edlinus.cn", true }, { "edmundcelis.com", true }, { "edoss.co.za", true }, { "edp-collaborative.com", true }, { "edsm.net", true }, { "edstep.com", true }, - { "edtech-hub.com", true }, { "edtechwebb.com", true }, { "edu6.cloud", true }, { "eduard-dopler.de", true }, @@ -7654,6 +8272,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "educator-one.com", true }, { "educators.co.nz", true }, { "educatoys.com.br", true }, + { "educatweb.de", true }, { "eductf.org", true }, { "edudrugs.com", true }, { "eduid.se", true }, @@ -7662,6 +8281,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eduroam.no", true }, { "edusanjal.com", true }, { "edusantorini.com", true }, + { "edv-kohls.de", true }, { "edv-lehrgang.de", true }, { "edvmesstec.de", true }, { "edwar.do", true }, @@ -7678,10 +8298,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eelzak.nl", true }, { "eeqj.com", true }, { "eer.io", true }, + { "eerlijktransport.nl", true }, { "eerstejaarsweekend.nl", true }, { "eery.de", true }, { "eewna.org", true }, - { "eez.ee", true }, { "ef-georgia.org", true }, { "ef.gy", true }, { "efa-football.com", true }, @@ -7693,16 +8313,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "effe.ch", true }, { "effective-altruist.com", true }, { "effectivecoffee.com", true }, + { "effectiveosgi.com", true }, { "effectivepapers.com", true }, { "effex.ru", true }, { "effishiency.com", true }, { "effizienta.ch", true }, { "efflam.net", true }, - { "eftcorp.biz", true }, + { "eft.boutique", true }, { "egablo.black", true }, { "egami.ch", true }, { "eganassociates.com.au", true }, { "egb.at", false }, + { "egbert.net", true }, { "egeozcan.com", true }, { "egfl.org.uk", true }, { "egg-ortho.ch", true }, @@ -7713,13 +8335,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ego4u.com", true }, { "ego4u.de", true }, { "egoroof.ru", true }, + { "egov4.ch", true }, { "egretail.no", false }, { "egumenita.ro", true }, { "egw-ceramica.de", true }, { "egweb.tv", true }, + { "ehaccp.it", true }, { "ehandel.com", true }, { "ehazi.hu", true }, { "ehipaa.com", true }, + { "ehlacademy.org", true }, { "ehomusicgear.com", true }, { "ehrlichesbier.de", true }, { "eichel.eu", true }, @@ -7761,6 +8386,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ejeff.org", true }, { "ejgconsultancy.co.uk", true }, { "ejusu.com", true }, + { "ekaigotenshoku.com", true }, { "ekd.de", true }, { "ekedc.com", true }, { "ekedp.com", true }, @@ -7769,15 +8395,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ekodevices.com", true }, { "ekokontakt.cz", true }, { "ekonbenefits.com", true }, + { "ekong366.com", true }, { "ekostecki.de", true }, { "eksisozluk.com", true }, { "ekuatorial.com", true }, { "ekzarta.ru", true }, { "el-cell.com", true }, { "eladgames.com", true }, + { "elaon.de", true }, { "elars.de", true }, { "elaxy-online.de", true }, { "elbetech.net", true }, + { "elderoost.com", true }, { "eldertons.co.uk", true }, { "eldinhadzic.com", true }, { "eldrid.ge", true }, @@ -7789,10 +8418,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "electricalcontrolpanels.co.uk", true }, { "electricgatemotorgermiston.co.za", true }, { "electronic-ignition-system.com", true }, + { "electronicafacil.net", true }, { "electronicfasteners.com", true }, + { "eled.io", true }, { "elefantevoador.com", true }, { "eleicoes2014.com.br", true }, - { "eleicoes2016.com.br", true }, { "elektro-adam.de", true }, { "elektro-collee.de", true }, { "elektro-diehm.de", true }, @@ -7836,6 +8466,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elhall.ru", true }, { "elhamadimi.com", true }, { "elhossari.com", true }, + { "elia.cloud", true }, { "elias-nicolas.com", true }, { "elifesciences.org", true }, { "eligible.com", true }, @@ -7854,6 +8485,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elite-box.com", true }, { "elite-box.org", true }, { "elite12.de", true }, + { "elitebouncingfun.com", true }, { "elitegameservers.net", true }, { "elitehosting.de", true }, { "elixir.bzh", true }, @@ -7866,13 +8498,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ellegaard.dk", true }, { "ellemental.me", true }, { "ellevit.ch", true }, + { "elliesbouncers.co.uk", true }, { "elliff.net", true }, { "elliot.cat", true }, { "elliotgluck.com", true }, { "elliquiy.com", true }, { "elliriehl.at", true }, + { "ellisamusements.co.uk", true }, + { "ellisleisure.co.uk", true }, { "ellsinger.me", true }, { "elmermx.ch", true }, + { "elna-service.com.ua", true }, { "elnan.do", true }, { "elodieclerc.ch", true }, { "eloge.se", true }, @@ -7885,10 +8521,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "elpoderdelespiritu.org", true }, { "elsensohn.ch", true }, { "elsvanderlugt.nl", true }, - { "elsword.moe", false }, { "eltagroup.co.uk", true }, { "eltair.com", true }, { "eltern-verein.ch", true }, + { "elternbeiratswahl.online", true }, { "elternforum-birmensdorf.ch", true }, { "elternverein-utzenstorf.ch", true }, { "eltransportquevolem.org", true }, @@ -7907,7 +8543,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emailtools.io", true }, { "emaily.eu", true }, { "emanuelduss.ch", true }, - { "emanuelemazzotta.com", true }, { "emavok.eu", true }, { "embassycargo.eu", true }, { "embellir-aroma.com", true }, @@ -7921,6 +8556,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emeraldcoastrideshare.com", true }, { "emeraldonion.org", true }, { "emergencyessay.com", true }, + { "emergencymedicinefoundations.com", true }, { "emergentvisiontec.com", true }, { "emergenzalavoro.com", true }, { "emero.de", true }, @@ -7942,11 +8578,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emma-o.com", true }, { "emmagraystore.com", true }, { "emmanuelle-et-julien.ch", true }, + { "emmdy.com", true }, { "emmehair.com", true }, + { "emoji.bzh", true }, { "emojiengine.com", true }, { "emolafarm.com", true }, { "emond-usedcars.net", true }, { "emoticonesjaponeses.com", true }, + { "emotuit.com", true }, { "empathogen.com", true }, { "empathogens.com", true }, { "empathy.ca", true }, @@ -7964,7 +8603,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "emporioviverbem.com.br", true }, { "empowerdb.com", true }, { "emprego.pt", true }, - { "emptypath.com", true }, { "emrenovation.com", true }, { "emresaglam.com", true }, { "emultiagent.pl", true }, @@ -8008,6 +8646,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "energy-infra.nl", true }, { "energy.eu", true }, { "energyatlas.com", true }, + { "energyaupair.se", true }, { "energydrinkblog.de", true }, { "energyelephant.com", true }, { "energyled.com.br", true }, @@ -8021,7 +8660,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "engarde.net", true }, { "engaugetools.com", true }, { "engelundlicht.ch", true }, - { "engg.ca", true }, { "engineeryourmarketing.com", false }, { "engineowning.com", true }, { "enginepit.com", true }, @@ -8032,7 +8670,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "englishclub.com", true }, { "englishdirectory.de", true }, { "englishforums.com", true }, - { "englishlol.com", true }, { "englishstudio.com", true }, { "engvid.com", true }, { "enigma.swiss", true }, @@ -8101,11 +8738,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epi.one", true }, { "epic-vistas.com", true }, { "epic-vistas.de", true }, + { "epicbouncycastlehirenorwich.co.uk", true }, + { "epicbouncycastles.co.uk", true }, { "epicenter.work", true }, { "epicenter.works", true }, { "epicentre.works", true }, { "epichouse.net", true }, + { "epicinflatables.co.uk", true }, { "epickitty.co.uk", true }, + { "epicpages.com", true }, { "epicsecure.de", true }, { "epicsoft.de", true }, { "epicvistas.com", true }, @@ -8115,16 +8756,36 @@ static const nsSTSPreload kSTSPreloadList[] = { { "epiphyte.network", true }, { "epistas.com", true }, { "epistas.de", true }, + { "epitesz.co", true }, { "epizentrum.work", true }, { "epizentrum.works", true }, { "epmcentroitalia.it", true }, - { "epoch.com", true }, + { "epoch.com", false }, { "epolitiker.com", true }, + { "epos-distributor.co.uk", true }, + { "eposbirmingham.co.uk", true }, + { "eposbrighton.co.uk", true }, + { "eposbristol.co.uk", true }, + { "eposcardiff.co.uk", true }, + { "eposcloud.net", true }, { "eposkent.co.uk", true }, { "eposleeds.co.uk", true }, + { "eposleicester.co.uk", true }, + { "eposliverpool.co.uk", true }, + { "eposlondon.co.uk", true }, + { "eposmidlands.co.uk", true }, + { "eposnewport.co.uk", true }, + { "eposnottingham.co.uk", true }, + { "eposreading.co.uk", true }, + { "eposreview.co.uk", true }, + { "epossheffield.co.uk", true }, + { "epossurrey.co.uk", true }, + { "epossussex.co.uk", true }, + { "eposswansea.co.uk", true }, { "epossystems.co.uk", true }, { "epostplus.li", true }, { "eposwales.co.uk", true }, + { "eposyork.co.uk", true }, { "eprofitacademy.com", true }, { "epsilon.dk", true }, { "epsorting.cz", true }, @@ -8141,11 +8802,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "equipedefrance.tv", true }, { "equipeferramentas.com.br", true }, { "equipsupply.com", true }, - { "er-music.com", true }, { "er.tl", true }, { "erad.fr", true }, { "erasmusplusrooms.com", true }, { "erath.fr", true }, + { "erclab.kr", true }, { "erdethamburgeronsdag.no", true }, { "ereader.uno", true }, { "erepublik-deutschland.de", true }, @@ -8157,7 +8818,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eriador.io", true }, { "ericabrahamsen.net", true }, { "ericairwin.com", true }, - { "ericdiao.com", true }, { "erichorstmanshof.nl", true }, { "ericisaweso.me", true }, { "ericjohnltd.com", true }, @@ -8172,23 +8832,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "erikheemskerk.nl", true }, { "erikhubers.nl", true }, { "erikseth.de", true }, + { "erinaceinae.com", true }, { "eriner.me", true }, { "erinn.io", true }, + { "eriser.fr", true }, { "erisrenee.com", true }, + { "erkaelderbarenaaben.dk", true }, { "ernest.ly", true }, { "eron.info", true }, + { "erotic4me.ch", true }, { "eroticen.com", true }, { "erotpo.cz", true }, { "erp-band.ru", true }, { "erp.band", true }, { "erpband.ru", true }, { "erpcargo.com", false }, + { "errietta.me", true }, { "errlytics.com", true }, { "error418.nl", true }, { "ers35.com", true }, { "ersa-shop.com", true }, { "ershiwo.com", true }, - { "erspro.net", true }, { "erstehilfeprodukte.at", true }, { "erudicia.com", true }, { "erudicia.de", true }, @@ -8223,7 +8887,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "escargotbistro.com", true }, { "escavador.com", true }, { "esclear.de", true }, - { "escolaengenharia.com.br", true }, { "escontact.ch", true }, { "escortdisplay.com", true }, { "escortmantra.com", true }, @@ -8237,7 +8900,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esg-abi2001.de", true }, { "esh.ink", true }, { "eshepperd.com", true }, + { "eshop-prices.com", true }, { "eshtapay.com", true }, + { "esibun.net", true }, { "esigmbh.de", true }, { "esipublications.com", true }, { "esite.ch", true }, @@ -8252,6 +8917,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "esp-berlin.de", true }, { "esp.community", true }, { "espace-caen.fr", true }, + { "espace.network", true }, { "espacetemps.ch", true }, { "espacetheosophie.fr", true }, { "espacio-cultural.com", true }, @@ -8289,7 +8955,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "estafallando.mx", true }, { "estaleiro.org", true }, { "estateczech-eu.ru", true }, - { "estcequejailaflemme.fr", true }, { "estcequonmetenprodaujourdhui.info", true }, { "esteam.se", true }, { "estespr.com", true }, @@ -8303,14 +8968,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eswap.cz", true }, { "etaes.eu", true }, { "etalent.net", true }, - { "etaoinwu.win", true }, + { "etaoinwu.win", false }, { "etath.com", true }, { "etaxi.tn", true }, { "etccooperative.org", true }, { "eteapparel.com", true }, { "eteesheet.com", true }, { "etelej.com", false }, - { "etenendrinken.nu", true }, { "eternalabyss.int.eu.org", true }, { "eth-faucet.net", true }, { "eth0.nl", true }, @@ -8327,6 +8991,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ethicaldata.co.uk", true }, { "ethicaltek.com", true }, { "ethicsburg.gov", true }, + { "ethika.com", true }, { "ethiobaba.com", true }, { "ethiopian.dating", true }, { "ethitter.com", true }, @@ -8334,6 +8999,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "etidni.help", true }, { "etienne.cc", true }, { "etincelle.ml", true }, + { "etiquetaunica.com.br", true }, { "etkaddict.com", true }, { "etoile-usedcars.com", true }, { "etre-soi.ch", true }, @@ -8370,6 +9036,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eulenleben.de", true }, { "eung.ga", true }, { "eupay.de", true }, + { "euph.eu", true }, { "eureka.archi", true }, { "eurekaarchi.com", true }, { "eurekaarchitecture.com", true }, @@ -8420,10 +9087,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evegalaxy.net", true }, { "evelienzorgt.nl", true }, { "evelyndayman.com", true }, + { "event4fun.no", true }, { "eventaro.com", true }, { "eventive.org", true }, { "eventmake.es", true }, { "eventosenmendoza.com.ar", true }, + { "events-hire.co.uk", true }, { "eventsafrica.net", true }, { "ever.sale", true }, { "everain.me", true }, @@ -8453,14 +9122,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "evileden.com", true }, { "evilized.de", true }, { "evilnerd.de", true }, + { "evilvolcanolairs.com", true }, { "evio.com", true }, { "evion.nl", true }, { "evlear.com", true }, { "evodation.com", true }, { "evodation.org", true }, { "evok.com.co", false }, - { "evoludis.net", true }, { "evolutionexpeditions.com", true }, + { "evolutioninflatables.co.uk", true }, { "evolutionlending.co.uk", true }, { "evolutionpets.com", true }, { "evonews.com", true }, @@ -8477,6 +9147,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ewanm89.uk", true }, { "ewe2.ninja", true }, { "ewie.name", true }, + { "ewizmo.com", true }, { "eworksmedia.com", true }, { "ewout.io", true }, { "ewsfeed.com", true }, @@ -8493,9 +9164,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "exceltobarcode.com", true }, { "excentos.com", true }, { "excessamerica.com", true }, + { "exchangecoordinator.com", true }, { "exchangeworks.co", true }, + { "exclusivebouncycastles.co.uk", true }, { "exdamo.de", true }, { "exe-boss.tech", true }, + { "exebouncycastles.co.uk", true }, { "exehack.net", true }, { "exeintel.com", true }, { "exekutori.com", true }, @@ -8542,23 +9216,32 @@ static const nsSTSPreload kSTSPreloadList[] = { { "expokohler.com", true }, { "exponentialnews.net", true }, { "exporta.cz", true }, + { "expoundite.net", true }, { "expowerhps.com", true }, { "express-shina.ru", true }, + { "express-vpn.com", true }, { "expressemotion.net", true }, { "expresshosting.org", true }, { "expressmarket.ru", true }, + { "expressvpn.com", true }, { "expresswins.co.uk", true }, { "expxkcd.com", true }, { "exs.lv", true }, { "exside.com", true }, + { "extasic.com", true }, { "extendwings.com", true }, { "extensiblewebmanifesto.org", true }, { "extensiblewebreportcard.org", true }, { "extensiblewebsummit.org", true }, { "extensiontree.com", true }, { "extradesktops.com", false }, + { "extramoney.cash", true }, { "extranetpuc.com.br", true }, { "extrapagetab.com", true }, + { "extratorrent.cool", true }, + { "extratorrent.fyi", true }, + { "extratorrent.red", true }, + { "extratorrent.world", true }, { "extreme-gaming.de", true }, { "extreme-gaming.us", true }, { "extreme-players.com", true }, @@ -8577,10 +9260,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "eynio.com", true }, { "eyps.net", true }, { "eytosh.net", true }, + { "ez3d.eu", true }, { "ezakazivanje.rs", true }, { "ezdog.press", true }, { "ezequiel-garzon.net", true }, { "ezgif.com", true }, + { "ezhik-din.ru", true }, { "eznfe.com", true }, { "ezorgportaal.nl", true }, { "ezwritingservice.com", true }, @@ -8588,6 +9273,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "f-droid.org", true }, { "f-hd.net", true }, { "f-thie.de", true }, + { "f00.fr", true }, { "f1bigpicture.com", true }, { "f1classement.com", true }, { "f1fever.co.uk", true }, @@ -8602,6 +9288,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fa-works.com", true }, { "faber.org.ru", true }, { "faberusa.com", true }, + { "fabian-fingerle.de", true }, + { "fabian-kluge.de", true }, { "fabian-koeppen.de", true }, { "fabianackle.ch", true }, { "fabianasantiago.com", true }, @@ -8624,17 +9312,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "facebook.ax", true }, { "facebook.com", false }, { "facebooktsukaikata.net", true }, + { "facebylouise.co.uk", true }, { "facepalmsecurity.com", true }, { "facepunch.org", true }, { "facerepo.com", true }, { "facesnf.com", true }, { "fach-journalist.de", true }, { "fachschaft-informatik.de", true }, + { "fachschaftslisten.at", true }, { "fachschaftslisten.org", true }, { "facialexercising.com", true }, { "faciledireto.com.br", true }, { "facilitiessurvey.org", true }, - { "facilitrak.com", true }, { "factbytefactbox.com", true }, { "factor.cc", false }, { "factorypartsdirect.com", true }, @@ -8643,13 +9332,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "factuursturen.nl", true }, { "factys.do", true }, { "factys.es", true }, - { "fadednet.com", true }, + { "fadednet.com", false }, { "faderweb.de", true }, { "fads-center.online", true }, { "faehler.de", true }, { "faeriecakes.be", true }, { "fafatiger.com", true }, - { "fahmed.de", true }, + { "fag.wtf", true }, { "fahrenwal.de", true }, { "fahrenwalde.de", true }, { "fail.coach", true }, @@ -8658,8 +9347,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fairbill.com", true }, { "faircom.co.za", true }, { "fairedeseconomies.info", true }, + { "fairplay.im", true }, { "fairviewmotel-simcoe.com", true }, - { "faithwatch.org", true }, + { "faithgrowth.com", true }, + { "faithmissionaries.com", true }, { "faixaazul.com", true }, { "faizan.net", true }, { "fakeapple.nl", true }, @@ -8668,9 +9359,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fakturi.com", true }, { "fakturoid.cz", true }, { "falaowang.com", true }, + { "falbros.com", true }, { "falconvintners.com", true }, { "faldoria.de", true }, - { "falkus.net", true }, { "fallenangeldrinks.co.uk", true }, { "fallenangeldrinks.com", true }, { "fallenangeldrinks.eu", true }, @@ -8696,9 +9387,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "familjenfrodlund.se", true }, { "familjenm.se", true }, { "familletouret.fr", true }, + { "familylawhotline.org", true }, + { "familyparties.co.uk", true }, { "familyreal.ru", true }, { "famososnaweb.com", true }, { "famousbirthdays.com", true }, + { "famoushostels.com", true }, { "famvangelder.nl", true }, { "famvsomeren.nl", true }, { "fanboi.ch", true }, @@ -8708,13 +9402,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fanfareunion.ch", true }, { "fangs.ink", true }, { "fanjoe.be", true }, - { "fant.dk", false }, { "fantasiapainter.com", true }, { "fantasticcleaners.com.au", true }, - { "fantasticgardenersmelbourne.com.au", true }, { "fantastichandymanmelbourne.com.au", true }, { "fantasticpestcontrolmelbourne.com.au", true }, - { "fantasyescortsbirmingham.co.uk", true }, + { "fantasycastles.co.uk", true }, + { "fantasypartyhire.com.au", true }, { "fantasyspectrum.com", true }, { "fantopia.club", true }, { "fanvoice.com", true }, @@ -8744,9 +9437,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "faroes.net", true }, { "faroes.org", true }, { "farrel-f.id", true }, - { "farsil.eu", true }, { "fascia.fit", true }, { "fasdoutreach.ca", true }, + { "fashion4ever.pl", true }, { "fashiondock.de", false }, { "fashionoutfits24.com", true }, { "fashionunited.be", true }, @@ -8778,11 +9471,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fastforwardthemes.com", true }, { "fastmail.com", false }, { "fastonline.ro", true }, + { "fastpresence.com", true }, { "fastrevision.com", true }, { "fastwebsites.com.br", true }, { "faszienrollen-info.de", false }, { "fatdoge.cn", true }, { "fatedata.com", true }, + { "fathers4equalrights.org", true }, { "fatidique.com", true }, { "fatimamoldes.com.br", true }, { "fator25.com.br", true }, @@ -8795,10 +9490,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fawong.com", true }, { "faxite.com", true }, { "faxreader.net", true }, + { "fb.me", true }, + { "fbcdn.net", true }, { "fbcfairburn.com", true }, { "fbcopy.com", true }, { "fbi.pw", true }, { "fbijobs.gov", true }, + { "fbsbx.com", true }, { "fc.media", true }, { "fca-tools.com", true }, { "fcapartsdb.com", true }, @@ -8807,6 +9505,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fcitasc.com", true }, { "fckd.net", true }, { "fcprovadia.com", true }, + { "fdevs.ch", true }, { "fdlibre.eu", true }, { "fdsys.gov", false }, { "feac.us", true }, @@ -8817,8 +9516,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feastr.de", true }, { "feastr.io", true }, { "featherweightlabs.com", true }, - { "featuredmen.com", true }, { "fecik.sk", true }, + { "fed51.com", true }, { "federalinvestments.gov", true }, { "federaljobs.gov", true }, { "federalregister.gov", false }, @@ -8835,8 +9534,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feedhq.org", true }, { "feedkovacs.hu", true }, { "feedough.com", true }, - { "feedstringer.com", true }, - { "feedthefuture.gov", true }, { "feel.aero", true }, { "feelgood-workouts.de", true }, { "feeltennis.net", true }, @@ -8849,6 +9546,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "feisbed.com", true }, { "feisim.com", true }, { "feisim.org", true }, + { "feist.io", true }, { "feistyduck.com", true }, { "feitobrasilcosmeticos.com.br", true }, { "fejes.house", true }, @@ -8861,6 +9559,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "felixbarta.de", true }, { "felixhefner.de", true }, { "felixkauer.de", true }, + { "felixqu.com", true }, { "felixsanz.com", true }, { "felixseele.de", true }, { "felsing.net", true }, @@ -8871,6 +9570,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "femtomind.com", true }, { "fence-stlouis.com", true }, { "feng.si", true }, + { "fengyadi.com", true }, + { "fengyi.tel", true }, { "fenster-bank.at", true }, { "fenster-bank.de", true }, { "fensterbau-mutscheller.de", true }, @@ -8878,6 +9579,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ferdies.co.za", true }, { "fergusoncastle.com", true }, { "ferien-netzwerk.de", true }, + { "ferienchalet-wallis.ch", true }, { "ferienhaus-polchow-ruegen.de", false }, { "ferienwohnungen-lastminute.de", true }, { "fermabel.com.br", true }, @@ -8887,7 +9589,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fernandobarata.pt", true }, { "fernandobarillas.com", true }, { "fernandomiguel.net", true }, - { "fernangp.com", true }, { "ferreteriaxerez.com", true }, { "ferrolatino.ch", true }, { "ferticare.pt", true }, @@ -8898,6 +9599,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "festival.house", true }, { "festivaljapon.com", true }, { "festivalxdentro.com", true }, + { "fetclips.se", true }, { "fettlaus.de", true }, { "feudalisten.de", true }, { "feuerwehr-dachaufsetzer.de", true }, @@ -8974,6 +9676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "filesense.com", true }, { "filestar.io", true }, { "filewall.de", true }, + { "filhin.es", true }, { "filhodohomem.com", true }, { "fili.org", true }, { "filip-prochazka.com", true }, @@ -8986,7 +9689,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "film.photography", true }, { "film.photos", true }, { "filmatiporno.xxx", true }, - { "filme-online.eu.com", true }, { "filme-onlines.com", true }, { "filmreviewonline.com", true }, { "filmserver.de", true }, @@ -9010,6 +9712,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "finelovedolls.com", true }, { "finenet.com.tw", true }, { "finer04.pw", true }, + { "finewineonline.com", true }, + { "finfev.de", true }, { "finform.ch", true }, { "fini-de-jouer.ch", true }, { "finisron.in", true }, @@ -9049,8 +9753,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "first-house.no", true }, { "first.org", true }, { "first4it.com", true }, + { "firstchoicebouncycastlehire.co.uk", true }, { "firstchoicecandy.com", true }, { "firstchoicepool.com", true }, + { "firstclasscastles.com", true }, + { "firstclassleisure.co.uk", true }, { "firstderm.com", true }, { "firstfinca.de", true }, { "firstmall.de", true }, @@ -9074,16 +9781,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fitchannel.com", true }, { "fitkram.cz", true }, { "fitseven.ru", true }, - { "fitshop.com.br", true }, { "fittelo.cz", true }, { "fitzsim.org", true }, { "fiuxy.bz", true }, { "fiuxy.co", true }, { "fivestepfunnels.com", true }, + { "fiws.net", true }, { "fix-the-timeline.com", true }, { "fix-the-timeline.org", true }, { "fixate.ru", true }, { "fixatom.com", true }, + { "fixeaide.com", true }, { "fixel.express", true }, { "fixforce.nl", true }, { "fixhotsauce.com", true }, @@ -9093,8 +9801,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fixthetimeline.org", true }, { "fixvoltage.ru", true }, { "fizz.buzz", false }, + { "fj.search.yahoo.com", false }, { "fj.simple.com", false }, { "fjharcu.com", true }, + { "fjugstad.com", true }, + { "fkcdn.de", true }, { "fkfev.de", true }, { "fktpm.ru", true }, { "fl0000.com", true }, @@ -9113,7 +9824,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flagshop.jp", true }, { "flagspot.net", true }, { "flair.co", true }, - { "flajshans.cz", true }, + { "flam.io", true }, { "flamer-scene.com", false }, { "flamingcow.tv", true }, { "flamingkeys.com", true }, @@ -9125,12 +9836,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flashback.org", true }, { "flashgot.net", true }, { "flat.io", true }, + { "flatmatehub.com.au", true }, { "flatpackmates.co.uk", true }, { "flauschig.net", true }, { "flavr.be", true }, { "flawlesscowboy.xyz", true }, { "flc111.com", true }, { "flc999.com", true }, + { "fleamarketgoods.com", true }, { "fleep.io", true }, { "fleetssl.com", true }, { "flehm.de", true }, @@ -9141,6 +9854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fleurette.me", true }, { "fleursdesoleil.fr", true }, { "flexapplications.se", true }, + { "flexdrukker.nl", true }, { "fleximus.org", false }, { "flexinvesting.fi", true }, { "flexport.com", true }, @@ -9184,6 +9898,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "florida-prep.org", true }, { "floridaderi.ru", true }, { "floridafieros.org", true }, + { "floridahomesinvest.com", true }, { "florinapp.com", true }, { "florinlungu.it", true }, { "florismoo.nl", true }, @@ -9195,10 +9910,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "floseed.fr", true }, { "floskelwolke.de", true }, { "floth.at", true }, - { "flow.su", true }, { "flowerandplant.org", true }, { "flowreader.com", true }, { "flox.io", true }, + { "floydm.com", true }, { "flra.gov", true }, { "flucky.xyz", true }, { "flucto.com", true }, @@ -9219,16 +9934,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "flyawayantennas.com", true }, { "flyboyfpv.com", true }, { "flybunnyfly.dk", true }, - { "flygpost.com", true }, { "flyingdoggy.net", true }, { "flyinglocksmiths.com", false }, { "flyingpackets.net", true }, { "flyingrub.me", true }, { "flymns.fr", true }, { "flynn.io", true }, + { "flyp.me", true }, { "flyserver.co.il", true }, { "flyspace.ga", true }, { "flyspace.ml", true }, + { "flyss.net", true }, { "flyssh.net", true }, { "flyt.online", true }, { "flytoadventures.com", true }, @@ -9236,8 +9952,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fm.ie", true }, { "fmapplication.com", true }, { "fmarchal.fr", true }, + { "fmdance.cl", true }, { "fminsight.net", true }, { "fmodoux.biz", true }, + { "fmovies.fyi", true }, + { "fmovies.life", true }, { "fnb-griffinonline.com", true }, { "fndout.com", true }, { "fniephaus.com", true }, @@ -9253,6 +9972,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foej-aktiv.de", true }, { "foej.net", true }, { "foerster-kunststoff.de", true }, + { "fognini-depablo.eu", true }, { "foia.gov", true }, { "fokan.be", true }, { "fokan.ch", true }, @@ -9261,10 +9981,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foliekonsulenten.dk", true }, { "folioapp.io", true }, { "foljeton.dk", true }, - { "folkadelic.de", false }, + { "folkadelic.de", true }, { "folkfests.org", true }, { "follandviolins.com", true }, - { "followback.net", true }, { "followerrocket.com", true }, { "followersya.com", true }, { "followthatpage.com", true }, @@ -9289,7 +10008,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foodattitude.ch", true }, { "foodblogger.club", true }, { "foodev.de", true }, - { "foodplantengineering.com", true }, { "foodsafety.gov", true }, { "foodsafetyjobs.gov", true }, { "foodsouvenirs.it", true }, @@ -9310,11 +10028,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forcewave.com", true }, { "ford-shop.by", true }, { "fordshop.by", true }, + { "foreachcode.com", true }, { "foreclosureattorneyhouston.com", true }, { "foregroundweb.com", true }, { "forellenpark.com", true }, { "forento.be", true }, - { "forestfinance.fr", true }, { "forestraven.net", true }, { "foreverssl.com", true }, { "forex.ee", true }, @@ -9322,9 +10040,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forexee.com", true }, { "forextimes.ru", false }, { "forge-goerger.eu", true }, - { "forglemmigej.net", true }, { "forgotten-legends.org", true }, + { "formaliteo.com", true }, { "forman.store", true }, + { "formapi.io", true }, { "format-paysage.ch", true }, { "formation-assureur.com", true }, { "formation-mac.ch", true }, @@ -9365,6 +10084,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "forum-kinozal-tv.appspot.com", true }, { "forum-kinozal.appspot.com", true }, { "forum.linode.com", false }, + { "forum3.ru", true }, { "forumvoordemocratie.nl", true }, { "forvisualdesign.com", true }, { "forward-fly-fishing.ch", true }, @@ -9373,7 +10093,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "foryourhealthybody.com", true }, { "foscamcanada.com", true }, { "fosdem.org", true }, - { "foshanshequ.com", true }, { "fossewaygardencentre.co.uk", true }, { "fossgruppen.se", true }, { "fossilfreeyale.org", true }, @@ -9397,11 +10116,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fotostudio-schweiz.ch", true }, { "fotowettbewerb.co", true }, { "fotowolfy.com", true }, - { "foudufafa.de", false }, { "fougner.co", true }, { "found.website", true }, { "foundsounds.me", true }, { "fourdesignstudio.com", true }, + { "fowlervwparts.com", true }, { "foxbnc.co.uk", true }, { "foxdev.co", true }, { "foxes.no", true }, @@ -9414,18 +10133,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fpc.gov", true }, { "fpersona.com", true }, { "fpki.sh", true }, + { "fptravelling.com", true }, { "fpy.cz", true }, { "fr.search.yahoo.com", false }, - { "fr0zenbits.io", true }, { "fr33tux.org", true }, { "frack.nl", true }, { "fraesentest.de", true }, { "fragmentspuren.de", true }, - { "fragnic.com", true }, { "fragstore.net", true }, { "fraho.eu", true }, { "framapiaf.org", true }, { "fran.cr", true }, + { "francesca-and-lucas.com", true }, { "francescopalazzo.com", true }, { "franchini.email", true }, { "franchini.engineer", true }, @@ -9437,15 +10156,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "francoislepage.com", true }, { "francoz.me", true }, { "frandor.co.uk", true }, + { "frank.fyi", true }, { "franke-chemie.de", true }, { "franken-lehrmittel.de", true }, { "frankenlehrmittel.de", true }, { "frankhaala.com", true }, { "frankl.in", true }, { "franklinhua.com", true }, + { "frankmorrow.com", true }, { "franksiler.com", true }, { "frankyan.com", true }, - { "fransallen.com", true }, { "frantic1048.com", true }, { "frantorregrosa.me", true }, { "franzt.ovh", true }, @@ -9465,10 +10185,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frdl.ch", true }, { "frebi.org", true }, { "frebib.net", true }, + { "freddysfuncastles.co.uk", true }, { "freddythechick.uk", true }, { "frederik-braun.com", true }, { "frederikschoell.de", false }, { "fredloya.com", true }, + { "fredriksslekt.se", true }, { "fredvoyage.fr", true }, { "free-your-pc.com", true }, { "free.com.tw", true }, @@ -9488,7 +10210,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freedev.cz", true }, { "freedom.press", true }, { "freedomflotilla.org", true }, + { "freedomfrontier.tk", true }, { "freedomkiaparts.com", true }, + { "freedomonline.bg", true }, { "freedomrealtyoftexas.com", true }, { "freedomvote.nl", true }, { "freeexampapers.com", true }, @@ -9499,6 +10223,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freeinoutboard.com", true }, { "freejasongoudlock.org", true }, { "freejeremy.net", true }, + { "freejidi.com", true }, { "freekdevries.nl", true }, { "freela.ch", true }, { "freelance.boutique", true }, @@ -9513,6 +10238,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freemyipod.org", true }, { "freend.me", true }, { "freenetproject.org", true }, + { "freeonplate.com", true }, { "freergform.org", true }, { "freeshell.de", true }, { "freesitemapgenerator.com", true }, @@ -9521,6 +10247,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "freesnowden.is", true }, { "freesolitaire.win", true }, { "freesounding.com", true }, + { "freesounding.ru", true }, { "freesourcestl.org", true }, { "freethetv.ie", true }, { "freetsa.org", true }, @@ -9543,9 +10270,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frenzel.dk", true }, { "frequencebanane.ch", true }, { "fresh-hotel.org", true }, - { "fresh-networks.net", true }, { "fresh.co.il", true }, - { "freshcode.nl", true }, { "freshdesigns.de", true }, { "freshdns.nl", true }, { "freshempire.gov", true }, @@ -9558,7 +10283,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frickelboxx.de", true }, { "frickelmeister.de", true }, { "frickenate.com", true }, - { "fridaperfumaria.com.br", true }, { "fridayfoucoud.ma", true }, { "friedhelm-wolf.de", true }, { "friedrich-foto-art.de", true }, @@ -9581,7 +10305,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "frizo.com", true }, { "frly.de", true }, { "frob.nl", true }, - { "frodriguez.xyz", true }, { "froehlich.it", true }, { "frogatto.com", true }, { "frogeye.fr", true }, @@ -9596,13 +10319,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fronteers.nl", false }, { "frontline.cloud", true }, { "frontline6.com", true }, - { "fropky.com", true }, { "frostbytes.net", true }, { "frostwarning.com", true }, - { "frosty-gaming.xyz", true }, { "frothy.coffee", true }, { "froufe.com", true }, - { "frowin-stemmer.de", false }, { "frozen-geek.net", true }, { "frozen-solid.net", true }, { "frp-roleplay.de", true }, @@ -9623,6 +10343,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fsbnh.bank", true }, { "fsbpaintrock.com", true }, { "fsbturton.com", true }, + { "fsck.cz", true }, { "fsck.jp", true }, { "fsckd.com", true }, { "fscott.de", true }, @@ -9632,6 +10353,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fsm2016.org", true }, { "fsps.ch", true }, { "fsradio.eu", true }, + { "fstatic.io", true }, { "fsvt.ch", true }, { "ftang.de", true }, { "ftc.gov", false }, @@ -9646,14 +10368,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fuckcf.cf", true }, { "fuckcie.com", true }, { "fucklife.ch", true }, + { "fudanshi.org", true }, { "fuechschen.org", true }, { "fuelingyourdreams.com", true }, + { "fugamo.de", true }, { "fugle.de", true }, { "fuglede.dk", true }, { "fuite.ch", true }, { "fuitedeau.ch", true }, { "fuites.ch", true }, { "fujianshipbuilding.com", true }, + { "fujiwaraqol.com", true }, { "fukakukeiba.com", true }, { "fukuoka-cityliner.jp", true }, { "fukushimacoffee.com", true }, @@ -9666,31 +10391,53 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fullbundle.com", true }, { "fullhub.ru", true }, { "fullmatch.net", true }, + { "fullstacknotes.com", true }, { "fumblers.ca", true }, { "fumerolles.ch", true }, + { "fun-bounce.co.uk", true }, + { "fun-tasia.co.uk", true }, + { "fun4kidzbouncycastles.co.uk", true }, + { "fun4ubouncycastles.co.uk", true }, + { "fun9.cc", true }, + { "fun99.cc", true }, + { "funandbounce.com", true }, { "funatic.nl", true }, + { "funbouncelincs.co.uk", true }, { "funchestra.at", false }, { "functional.cc", true }, { "functions-online.com", true }, { "fundacionfranciscofiasco.org", true }, + { "fundayltd.com", true }, { "fundays.nl", true }, { "fundchan.com", true }, { "fundeego.com", true }, { "funderburg.me", true }, { "fundingempire.com", true }, { "fundort.ch", true }, + { "funfactorleeds.co.uk", true }, + { "funfoodco.co.uk", true }, { "fungame.eu", false }, + { "funhouse-inflatables.co.uk", true }, { "funi4u.com", true }, { "funken-networks.de", true }, { "funkes-ferien.de", true }, { "funktionel.co", true }, + { "funnelweb.xyz", true }, { "funniestclip.com", true }, { "funny-joke-pictures.com", true }, { "funnybikini.com", true }, { "funoverip.net", true }, { "funspins.com", true }, - { "funtime.kiev.ua", false }, + { "funtastic-event-hire.co.uk", true }, + { "funtastic.ie", true }, + { "funtasticinflatablesdurham.co.uk", true }, + { "funtime-inflatables.co.uk", true }, + { "funtime.kiev.ua", true }, + { "funtimebourne.co.uk", true }, + { "funtimeentertainment.co.uk", true }, + { "funtimesbouncycastles.co.uk", true }, { "furgo.love", true }, + { "furigana.info", true }, { "furkancaliskan.com", true }, { "furkot.com", true }, { "furkot.de", true }, @@ -9701,6 +10448,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "furlan.co", true }, { "furnfurs.com", true }, { "furnitureconcept.co.uk", true }, + { "furry.agency", true }, { "furry.dk", true }, { "furtivelook.com", true }, { "fusa-miyamoto.jp", true }, @@ -9709,7 +10457,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fuskator.com", true }, { "fussball-xxl.de", true }, { "fussell.io", true }, - { "futbolvivo.tv", true }, { "futos.de", true }, { "futrou.com", true }, { "futurefire.de", true }, @@ -9720,9 +10467,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "futurezone.at", true }, { "futuristarchitecture.com", true }, { "futurope.com", true }, + { "fuwafuwa.moe", true }, { "fuxwerk.de", true }, { "fuyu.moe", true }, { "fuzoku-sodan.com", true }, + { "fuzoku.jp", true }, { "fuzzing-project.org", true }, { "fveevaete.com", true }, { "fwei.tk", true }, @@ -9742,24 +10491,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "fxpig-ib.com", true }, { "fxtalk.cn", true }, { "fxthai.com", true }, - { "fyfywka.com", true }, + { "fxtrade-lab.com", true }, { "fyn.nl", true }, { "fyodorpi.com", true }, + { "fyol.pw", true }, { "fysesbjerg.dk", true }, { "fysiotherapieholtenbroek.nl", true }, { "fysiotherapierossum.nl", true }, { "fysiovdberg.nl", true }, + { "fysuite.com", true }, { "fzx750.ru", true }, { "g-m-w.eu", true }, { "g-marketing.ro", true }, { "g-o.pl", true }, { "g-rom.net", true }, + { "g01.in.ua", true }, { "g1.ie", true }, { "g10e.ch", true }, { "g1jeu.com", true }, { "g2-inc.com", true }, { "g2links.com", true }, { "g2pla.net", true }, + { "g2soft.net", true }, { "g3dev.ch", true }, { "g3rv4.com", true }, { "g4w.co", true }, @@ -9767,7 +10520,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gabemack.com", true }, { "gabethebabetv.com", true }, { "gabriel.to", true }, - { "gabriele-kluge.de", true }, { "gachter.name", true }, { "gadabit.pl", true }, { "gadgethacks.com", true }, @@ -9775,6 +10527,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gafachi.com", true }, { "gaflooring.com", true }, { "gafunds.com", true }, + { "gagne-enterprises.com", true }, { "gagne.tk", true }, { "gagnerplusdargent.info", true }, { "gagniard.org", true }, @@ -9783,8 +10536,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gaichanh.com", true }, { "gaichon.com", true }, { "gaines-sodiamex.fr", true }, + { "gaio-automobiles.fr", true }, { "gaireg.de", true }, - { "gaiserik.com", true }, { "gajas18.com", true }, { "gakkainavi-epsilon.jp", true }, { "gakkainavi.net", true }, @@ -9793,13 +10546,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gala.kiev.ua", false }, { "galactic-crew.org", true }, { "galak.ch", true }, - { "galeriadobimba.com.br", true }, { "galerieautodirect.com", true }, { "galeries.photo", true }, { "galgoafegao.com.br", true }, { "galgoingles.com.br", true }, { "galgopersa.com.br", true }, + { "gali.review", true }, { "galileanhome.org", true }, + { "galileomtz.com", true }, { "galinas-blog.de", true }, { "gallerify.eu", true }, { "galletasgabi.com.mx", true }, @@ -9815,9 +10569,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gambitprint.com", true }, { "gamblersgaming.eu", true }, { "game7.de", true }, + { "gamebits.net", true }, { "gamebrott.com", true }, { "gamecard-shop.nl", true }, - { "gameclue.jp", false }, + { "gameclue.jp", true }, { "gamecollector.be", true }, { "gameconservation.org.uk", true }, { "gamedevelopers.pl", true }, @@ -9835,6 +10590,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gamercredo.net", true }, { "gamerpoets.com", true }, { "games4theworld.org", true }, + { "gameshowchallenge.ie", true }, { "gamesplanet.com", true }, { "gamestats.gg", true }, { "gameswitchers.uk", true }, @@ -9855,6 +10611,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ganhonet.com.br", true }, { "gapdirect.com", true }, { "gapfa.org", true }, + { "gar-nich.net", true }, { "garage-door.pro", true }, { "garage-leone.com", true }, { "garage-meynard.com", true }, @@ -9862,11 +10619,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "garagegoossens.be", true }, { "garagemhermetica.org", true }, { "garagevanhulle-used.be", true }, - { "garanteasy.com", true }, { "garantieabschluss.de", false }, { "garbage-juice.com", true }, + { "garciniacambogiareviewed.co", true }, { "garda-see.mobi", true }, { "garden-life.org", true }, + { "gardengameshireuk.com", true }, { "garderobche.eu", true }, { "gardikagigih.com", true }, { "garedtech.com", false }, @@ -9887,6 +10645,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gateworld.fr", true }, { "gatilagata.com.br", true }, { "gauche.com", true }, + { "gaussianwaves.com", true }, + { "gautham.it", true }, + { "gautham.pro", true }, { "gauthier.dk", true }, { "gautvedt.no", true }, { "gavick.com", false }, @@ -9906,6 +10667,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gboys.net", true }, { "gc-mc.de", true }, { "gc.gy", true }, + { "gc.net", true }, { "gchoic.com", true }, { "gchp.ie", true }, { "gchq.wtf", true }, @@ -9913,7 +10675,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gcsepod.com", true }, { "gdax.com", true }, { "gdb-tutorial.net", true }, - { "gdevpenze.ru", true }, { "gdgrzeszow.pl", true }, { "gdiary.net", true }, { "gdoce.es", true }, @@ -9926,6 +10687,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ge3k.net", false }, { "gear-acquisition-syndrome.community", true }, { "gearev.net", true }, + { "gearfinder.nl", true }, { "gearset.com", true }, { "geaskb.nl", true }, { "geass.xyz", true }, @@ -9939,8 +10701,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geder.at", true }, { "gee.is", true }, { "geek-hub.de", true }, - { "geek.com.tw", false }, - { "geek.tw", false }, { "geekabit.nl", true }, { "geekandi.com", true }, { "geekariom.com", true }, @@ -9951,7 +10711,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geeklair.net", true }, { "geeklan.co.uk", true }, { "geekles.net", true }, - { "geekmind.org", true }, { "geeknik.com", true }, { "geekpad.com", true }, { "geeks.one", true }, @@ -9961,6 +10720,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geekwu.org", true }, { "geekzone.co.nz", true }, { "geekzone.fr", true }, + { "geerdsen.net", true }, { "geertdegraaf.nl", true }, { "geertswei.nl", true }, { "gegeco.ch", true }, @@ -9968,7 +10728,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gehaowu.com", true }, { "gehreslaw.com", true }, { "gehrke.in", true }, - { "gehrke.nrw", true }, { "gehsicht.de", true }, { "geiser-family.ch", true }, { "geiser.io", true }, @@ -9995,6 +10754,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gene-drives.com", true }, { "genealorand.com", true }, { "geneau.net", true }, + { "genehightower.com", true }, { "genehome.com.au", true }, { "genemesservwparts.com", true }, { "general-anaesthesia.com", true }, @@ -10003,7 +10763,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "generali-worldwide.com", true }, { "generalpants.com.au", true }, { "generationgoat.com", true }, - { "generationnext.pl", true }, { "generic.cx", true }, { "genesiseureka.com", true }, { "genesismachina.ca", true }, @@ -10017,9 +10776,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "genie-seiner-generation.de", true }, { "geniusteacher.in", true }, { "geniuszone.biz", true }, + { "genneve.com", true }, { "genomequestlive.com", true }, { "genoog.com", true }, { "genosse-einhorn.de", true }, + { "gensend.com", true }, { "genshiken-itb.org", true }, { "genslerapps.com", true }, { "genslerwisp.com", true }, @@ -10032,17 +10793,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "genxnotes.com", true }, { "geoffanderinmyers.com", true }, { "geoffmyers.com", true }, - { "geoffreyrichard.com", true }, { "geofox.org", true }, { "geoip.fedoraproject.org", true }, { "geoip.stg.fedoraproject.org", true }, { "geolad.com", false }, + { "geometra.roma.it", true }, { "geoponika.gr", true }, { "geoport.al", true }, { "george-orwell.com", true }, { "georgemaschke.com", true }, { "georgemaschke.net", true }, - { "georgescarryout.com", true }, { "georgiaglassrepair.com", true }, { "georgiastuartyoga.co.uk", true }, { "georgioskontaxis.com", true }, @@ -10058,7 +10818,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geraldsonrealty.com", true }, { "gerardobsd.com", true }, { "gerardozamudio.mx", true }, - { "geri.be", true }, { "germandarknes.net", true }, { "germansoldiers.net", true }, { "germanssky.de", true }, @@ -10071,12 +10830,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gerwinvanderkamp.nl", true }, { "ges-bo.de", true }, { "geschmacksache.online", true }, + { "geschmackspiloten.de", true }, { "geschwinder.net", true }, { "gestormensajeria.com", true }, { "get-asterisk.ru", true }, { "get-erp.ru", true }, { "get-link.info", true }, { "get-on.bid", true }, + { "get-refer.com", true }, { "get4x.com", true }, { "geta.pub", true }, { "getbox.me", true }, @@ -10089,19 +10850,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "geterp.ru", true }, { "getfedora.org", true }, { "getfilterlive.org", true }, + { "getfirstalert.com", true }, { "getfittedstore.com", true }, { "getflorence.co.uk", true }, { "getfuturama.com", true }, - { "getgeek.dk", true }, - { "getgeek.ee", true }, - { "getgeek.es", true }, - { "getgeek.fi", true }, - { "getgeek.fr", true }, - { "getgeek.io", true }, - { "getgeek.no", true }, - { "getgeek.nu", true }, - { "getgeek.pl", true }, - { "getgeek.se", true }, { "gethow.org", true }, { "gethttpsforfree.com", true }, { "geti2p.com", true }, @@ -10119,13 +10871,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getresilience.org", true }, { "getsecure.nl", true }, { "getsensibill.com", true }, + { "getsetbounce.co.uk", true }, { "getsetupfile.com", true }, { "getshifter.io", true }, { "getsilknow.com", true }, { "getspire.com", true }, { "getsport.mobi", true }, { "getsubs.net", true }, + { "getswadeshi.com", true }, { "getts.ro", true }, + { "getupandbounce.co.uk", true }, { "getvdownloader.com", true }, { "getwisdom.io", true }, { "getwpd.com", false }, @@ -10135,6 +10890,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "getyourphix.tk", true }, { "geyduschek.be", true }, { "gfast.ru", true }, + { "gfbouncycastles.co.uk", true }, + { "gfcleisure.co.uk", true }, { "gfhgiro.nl", false }, { "gfk-kunststoff-luebben.de", true }, { "gflame.de", true }, @@ -10146,19 +10903,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gginin.today", true }, { "ggl-luzern.ch", true }, { "gglks.com", true }, + { "ggma.co.uk", true }, { "ggmmontascale.it", true }, { "ggp2.com", true }, { "ggrks-asano.com", true }, { "ggs-marschallstrasse.de", true }, { "ggs.jp", true }, { "ggservers.com", true }, + { "ggss.cf", true }, + { "ggx.us", true }, + { "gh16.com.ar", true }, { "gha.st", true }, { "ghaglund.se", true }, { "ghcif.de", true }, { "ghi.gov", true }, { "ghislainphu.fr", true }, { "ghostblog.info", true }, + { "ghrelinblocker.info", true }, { "ghrelinblocker.org", true }, + { "ghuntley.com", true }, { "giacomodrago.com", true }, { "giacomodrago.it", true }, { "giacomopelagatti.it", true }, @@ -10181,20 +10944,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gigantism.com", true }, { "gigawa.lt", true }, { "gigawattz.com", true }, - { "gigin.me", true }, + { "giggletotz.co.uk", true }, + { "giglink.club", true }, { "gigolodavid.be", true }, { "gigtroll.eu", true }, { "gijsbertus.com", true }, { "gikovatelojavirtual.com.br", true }, { "gilangcp.com", true }, { "gileadpac.com", true }, + { "giliamor.com", true }, + { "gillesdesnoyers.com", true }, { "gillesmorelle.com", true }, { "gillmanandsoame.co.uk", true }, + { "gillyscastles.co.uk", true }, { "gilmoreid.com.au", true }, { "gilnet.be", true }, { "gilroywestwood.org", true }, { "gina-architektur.design", true }, - { "gincher.net", true }, { "ginionusedcars.be", true }, { "ginja.co.th", true }, { "ginkel.com", true }, @@ -10206,6 +10972,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gioielleriamolena.com", true }, { "gip-carif-idf.net", true }, { "gip-carif-idf.org", true }, + { "giraffeinflatables.co.uk", true }, { "giraffes.org", true }, { "giri.co", true }, { "girlan.net", true }, @@ -10223,6 +10990,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "github.com", true }, { "gitla.in", true }, { "gitstuff.tk", true }, + { "gittigidiyor.com", true }, { "gittr.ch", true }, { "giunchi.net", true }, { "giuseppemacario.men", true }, @@ -10245,20 +11013,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gjspunk.de", false }, { "gjung.com", false }, { "gkralik.eu", true }, + { "gl.search.yahoo.com", false }, + { "gladwellentertainments.co.uk", true }, { "glahcks.com", true }, { "glamguru.co.il", true }, { "glamguru.world", true }, { "glamour4you.de", true }, { "glasen-hardt.de", true }, { "glasfaser-im-hanseviertel.de", true }, - { "glasner.photo", true }, + { "glasgestaltung.biz", true }, { "glass.google.com", true }, { "glasschmuck-millefiori.de", true }, { "glavsudexpertiza.ru", true }, { "glazedmag.fr", true }, - { "glbg.eu", true }, + { "glcastlekings.co.uk", true }, { "gleanview.com", true }, { "glencarbide.com", true }, + { "glendarraghbouncycastles.co.uk", true }, { "glenhuntlyapartments.com.au", true }, { "glidingshop.cz", true }, { "glidingshop.de", true }, @@ -10273,9 +11044,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "globalchokepoints.org", true }, { "globalcomix.com", true }, { "globalelite.black", true }, + { "globalgivingtime.com", true }, { "globalhealth.gov", true }, { "globalhorses.de", true }, { "globalinstitutefortraining.org.au", true }, + { "globalisierung-fakten.de", true }, { "globalnewsdaily.cf", true }, { "globalnomadvintage.com", true }, { "globalonetechnology.com", true }, @@ -10299,13 +11072,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "glutenfreelife.co.nz", true }, { "glyph.ws", true }, { "glyxins.com", true }, + { "gm.search.yahoo.com", false }, { "gmail.com", false }, - { "gmantra.org", true }, { "gmanukyan.com", true }, { "gmbh-kiekin.de", true }, { "gmc.uy", true }, { "gmcd.co", true }, { "gmdu.net", true }, + { "gmind.ovh", true }, { "gmod.de", true }, { "gmpartsdb.com", true }, { "gmta.nl", true }, @@ -10320,8 +11094,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gmx.fr", true }, { "gmx.net", true }, { "gn00.com", true }, + { "gnax.jp", true }, { "gnetion.com", true }, { "gnetwork.eu", true }, + { "gnhub.org", true }, { "gnilebein.de", true }, { "gnosticjade.net", true }, { "gnucashtoqif.us", true }, @@ -10332,15 +11108,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "go-zh.org", true }, { "go.xero.com", false }, { "goalbookapp.com", true }, + { "goalongtravels.com", true }, { "goanalyse.co.uk", true }, { "goapunks.net", true }, { "goatcloud.com", true }, + { "gobouncy.co.uk", true }, + { "gobouncy.com", true }, { "gocardless.com", true }, { "gochu.se", true }, { "gocleanerslondon.co.uk", true }, { "godesigner.ru", true }, { "godrealms.com", true }, - { "godrive.ga", true }, { "godsofhell.com", true }, { "godsofhell.de", true }, { "goededoelkerstkaarten.nl", true }, @@ -10378,9 +11156,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "golfburn.com", true }, { "golfhausmallorca.com", true }, { "golfscape.com", true }, - { "golik.net.pl", true }, { "golser.info", true }, - { "gomiblog.com", true }, { "gondawa.com", true }, { "gongjianwei.com", true }, { "gongjuhao.com", true }, @@ -10388,8 +11164,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gonx.dk", true }, { "goo.gl", true }, { "good-tips.pro", true }, + { "gooday.life", true }, { "goodfeels.net", true }, - { "goodfurday.ca", true }, { "goodmengroup.de", true }, { "goods-memo.net", true }, { "goodsex4all.com.br", true }, @@ -10417,8 +11193,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gorschenin.com", true }, { "gosccs.com", true }, { "gosciencegirls.com", true }, - { "gosharewood.com", true }, { "goshawkdb.io", true }, + { "goshin-group.co.jp", true }, { "gospelfollower.com", true }, { "gospelofmark.ch", true }, { "gospelvestcination.de", true }, @@ -10427,18 +11203,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gotech.com.eg", false }, { "gothamlimo.com", true }, { "gothic.dating", true }, - { "gotirupati.com", true }, + { "gotirupati.com", false }, { "goto.google.com", true }, { "goto.world", true }, { "gotomi.info", true }, { "gotoxy.at", true }, + { "gottfriedfeyen.com", true }, { "goudenharynck.be", true }, { "gouforit.com", true }, { "gouldcooksey.com", true }, { "goup.co", true }, { "goup.com.tr", true }, { "gourmetfestival.de", true }, - { "gourmettia.com", true }, { "gouthro-goteborg.se", true }, { "gov.tc", true }, { "governmentjobs.gov", true }, @@ -10446,14 +11222,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "govtjobs.blog", true }, { "govtrack.us", true }, { "gowe.wang", false }, - { "gozadentro.com", true }, + { "gowildrodeo.co.uk", true }, { "gozel.com.tr", true }, { "gpalabs.com", true }, { "gpcsolutions.fr", true }, { "gpdimaranathasiantar.org", true }, { "gpfclan.de", true }, { "gplintegratedit.com", true }, - { "gpo.gov", false }, { "gprs.uk.com", true }, { "gps.com.br", true }, { "gpsarena.ro", true }, @@ -10461,10 +11236,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gpws.ovh", true }, { "gr.search.yahoo.com", false }, { "gra2.com", true }, - { "graasp.net", true }, + { "graasp.net", false }, { "grabi.ga", true }, { "grace-wan.com", true }, { "gracebaking.com", true }, + { "gracechurchpc.net", true }, { "gracedays.org", true }, { "graceful-project.eu", true }, { "gracethrufaith.com", true }, @@ -10479,15 +11255,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "graetnew.com", true }, { "graf.re", true }, { "grafcaps.com", true }, + { "graffen.dk", true }, { "grafmurr.de", true }, + { "grahamofthewheels.com", true }, { "grailians.com", true }, { "graingert.co.uk", true }, { "graliv.net", false }, { "gramati.com.br", true }, + { "grammysgrid.com", true }, { "granary-demo.appspot.com", false }, { "grandcapital.cn", true }, { "grandcapital.id", true }, { "grandcapital.ru", true }, + { "grandcastles.co.uk", true }, { "grandchene.ch", true }, { "grande.coffee", true }, { "grandefratellonews.com", true }, @@ -10498,7 +11278,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grannyshouse.de", true }, { "grantcooper.com", true }, { "grantdb.ca", true }, - { "granth.io", true }, { "granular.ag", true }, { "graonatural.com.br", true }, { "grapee.jp", true }, @@ -10531,8 +11310,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greatfire.org", true }, { "greatislandarts.ca", true }, { "greatlakeside.de", true }, - { "greboid.co.uk", true }, - { "greboid.com", true }, { "greditsoft.com", true }, { "greedbutt.com", true }, { "greek.dating", true }, @@ -10548,10 +11325,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greencircleplantnursery.net.au", true }, { "greenglam.biz", true }, { "greengoblindev.com", true }, + { "greenliquidsystem.com", true }, { "greenpartyofnewmilford.org", true }, { "greenpeace-magazin.de", true }, { "greenpeace.berlin", true }, - { "greenroach.ru", true }, { "greensdictofslang.com", true }, { "greensquare.tk", true }, { "greenteamtwente.nl", true }, @@ -10562,6 +11339,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gregoirow.be", true }, { "gregorians.org", true }, { "gregorkofler.com", true }, + { "gregorykelleher.com", true }, { "gregoryrealestategroup.com", true }, { "gregorywiest.com", true }, { "grenadiercorps-kaarst.de", true }, @@ -10575,6 +11353,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "greuel.online", true }, { "greve.xyz", true }, { "grey.house", true }, + { "greybit.net", true }, { "greyhash.se", true }, { "greysky.me", true }, { "greyskymedia.com", true }, @@ -10598,8 +11377,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grimcalc.com", true }, { "grimm-gastrobedarf.de", true }, { "grimneko.de", true }, + { "gripnijmegen.rip", true }, { "gritte.ch", true }, - { "grizzlys.com", true }, { "grmp.fr", true }, { "groben-itsolutions.de", true }, { "grocock.me.uk", true }, @@ -10607,7 +11386,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "groentefruitzeep.com", true }, { "groentefruitzeep.nl", true }, { "groepjam-usedcars.be", true }, - { "grog.pw", true }, { "grokker.com", true }, { "groklearning.com", true }, { "grolimur.ch", true }, @@ -10653,6 +11431,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gsgs.se", true }, { "gsi-network.com", true }, { "gsimagebank.co.uk", true }, + { "gslink.me", true }, { "gsmkungen.com", true }, { "gsmsecurity.net", true }, { "gsoc.se", true }, @@ -10677,7 +11456,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guarajubaimoveis.com.br", true }, { "guardian360.nl", true }, { "guardianproject.info", true }, - { "guardiansoftheearth.org", true }, { "gudini.net", true }, { "guelo.ch", true }, { "guelphhydropool.com", true }, @@ -10685,6 +11463,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guerrilla.technology", true }, { "guesthouse-namaste.com", true }, { "guevener.de", true }, + { "gueze-ardeche.fr", true }, + { "gueze-sas.fr", true }, { "gufen.ga", true }, { "guffr.it", true }, { "gugaltika-ipb.org", false }, @@ -10703,7 +11483,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "guidetoiceland.is", false }, { "guildgearscore.cf", false }, { "guildofmusicsupervisors.co.uk", true }, - { "guillaume-leduc.fr", true }, { "guillaumecote.me", true }, { "guillaumeperrin.io", true }, { "guillemaud.me", true }, @@ -10715,9 +11494,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "gulfstream.ru", true }, { "gulleyperformancecenter.com", true }, { "gulshankumar.net", true }, + { "gume4you.com", true }, + { "gumi.ca", true }, { "gummibande.noip.me", true }, { "gunhunter.com", true }, - { "guniram.com", true }, { "gunwatch.co.uk", true }, { "guphi.net", false }, { "gurkan.in", true }, @@ -10781,13 +11561,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "h09.eu", true }, { "h11.io", true }, { "h11.moe", true }, + { "h24.org", true }, { "h2cdn.cloud", true }, { "h2s-design.de", true }, { "h2u.tv", true }, - { "h3artbl33d.nl", true }, { "h3x.jp", true }, { "h3z.jp", true }, { "h404bi.com", false }, + { "ha3.eu", true }, { "haarlemsesaxofoonschool.nl", true }, { "haavard.me", true }, { "habarisoft.com", true }, @@ -10807,10 +11588,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hackenturet.dk", true }, { "hacker.club", true }, { "hacker.deals", true }, + { "hacker.im", true }, { "hacker.one", true }, { "hacker.parts", true }, { "hacker1.com", true }, - { "hackerchai.com", true }, + { "hacker101.com", true }, { "hackernet.se", true }, { "hackerone-ext-content.com", true }, { "hackerone-user-content.com", true }, @@ -10820,9 +11602,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hackgins.com", true }, { "hackingand.coffee", true }, { "hackingdh.com", true }, - { "hackingsafe.com", true }, { "hackmd.io", true }, { "hackmeplz.com", true }, + { "hacksoc.co.uk", true }, { "hackthissite.org", true }, { "hacktivis.me", true }, { "hackyourfaceoff.com", true }, @@ -10834,20 +11616,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haehnlein.at", true }, { "haens.li", true }, { "hafniatimes.com", true }, + { "haggeluring.su", true }, { "haha-raku.com", true }, { "haiboxu.com", true }, { "hail2u.net", true }, { "hailer.com", true }, { "haircrazy.com", true }, + { "hairlossstop.net", true }, + { "hairraisingphotobooths.co.uk", true }, { "hairtonic-lab.com", true }, + { "hajnzic.at", true }, + { "hak5.org", true }, { "hakase.kr", true }, { "hakatabijin-mind.com", true }, { "hake.me", true }, + { "haktec.de", true }, { "hakugin.me", true }, { "halacs.hu", true }, { "half-logic.eu.org", true }, { "halfwaythere.eu", true }, { "halitopuroprodutos.com.br", true }, + { "halkirkbouncycastles.co.uk", true }, { "halkyon.net", true }, { "hallelujahsoftware.com", true }, { "halletienne.fr", true }, @@ -10866,7 +11655,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hamali.bg", true }, { "hamking.tk", true }, { "hammamsayad.com", true }, - { "hammer-corp.com", true }, { "hammer-schnaps.com", true }, { "hammer-sms.com", true }, { "hampl.tv", true }, @@ -10882,7 +11670,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "handmade-workshop.de", true }, { "handmadegobelin.com", true }, { "handmadetutorials.ro", true }, - { "handsandall.com", true }, { "handycommerce.co", true }, { "handyglas.com", true }, { "handymanlondonplease.co.uk", true }, @@ -10914,12 +11701,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hapijs.cn", true }, { "hapissl.com", true }, { "hapivm.com", true }, - { "happist.com", true }, + { "happist.com", false }, { "happyagain.de", true }, { "happyagain.se", true }, + { "happybounce.co.uk", true }, { "happycarb.de", true }, { "happydoq.ch", true }, { "happygadget.me", true }, + { "happykidscastles.co.uk", true }, { "happylifestyle.com", true }, { "happyteamlabs.com", true }, { "happytiger.eu", true }, @@ -10928,6 +11717,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hapvm.com", true }, { "haraj.com.sa", true }, { "harald-d.dyndns.org", true }, + { "harald-pfeiffer.de", true }, { "hardeman.nu", true }, { "hardenize.com", true }, { "hardertimes.com", true }, @@ -10939,9 +11729,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hardtfrieden.de", true }, { "hardtime.ru", true }, { "hardyboyplant.com", true }, + { "haribilalic.com", true }, { "hariome.com", true }, { "haritsa.co.id", true }, - { "harmfarm.nl", true }, { "harmoney.co.nz", true }, { "harmoney.com", true }, { "harmoney.com.au", true }, @@ -10952,9 +11742,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "harrisonswebsites.com", true }, { "harryharrison.co", true }, { "harrymclaren.co.uk", true }, + { "harryphoto.fr", true }, { "harrypottereditor.com", true }, { "harrypottereditor.net", true }, + { "harrysgardengamehire.co.uk", true }, { "harrysmallbones.co.uk", true }, + { "harrysqnc.co.uk", true }, { "harschnitz.nl", true }, { "hartie95.de", true }, { "hartlep.email", true }, @@ -10963,8 +11756,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "harvestapp.com", true }, { "harvester.fr", true }, { "harveyauzorst.com", true }, - { "hasabig.wang", true }, - { "hasalittle.wang", true }, { "haschrebellen.de", true }, { "hasdf.de", true }, { "haselsteiner.me", true }, @@ -10999,6 +11790,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hauteslatitudes.com", true }, { "havasuhomepage.com", true }, { "havasuinsurance.com", true }, + { "haveabounce.co.uk", true }, { "haveforeningen-enghaven.dk", true }, { "havefunbiking.com", true }, { "haveibeenpwned.com", true }, @@ -11016,12 +11808,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "haxo.nl", false }, { "hayai.space", true }, { "hayashi-rin.net", true }, + { "hayden.one", true }, + { "haydenjames.io", true }, { "hayfordoleary.com", true }, { "haynes-davis.com", true }, { "haz.cat", true }, { "haze-productions.com", true }, { "haze.network", true }, { "haze.productions", true }, + { "hazeover.com", true }, { "hb8522.com", true }, { "hbbet.com", true }, { "hbdesign.work", true }, @@ -11066,11 +11861,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "healthlabs.com", true }, { "healthmatchapp.com", true }, { "healththoroughfare.com", true }, + { "healthy-map.com", true }, { "healthyandnaturalliving.com", true }, { "healthyfitfood.com", true }, { "heap.zone", true }, { "hearingshofar.com", true }, { "hearmeraw.uk", true }, + { "heart.taxi", true }, { "heartbeat24.de", true }, { "heartgames.pl", true }, { "heartmdinstitute.com", true }, @@ -11123,13 +11920,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heiaheia.com", true }, { "heid.ws", true }, { "heidisheroes.org", true }, + { "heijblok.com", true }, { "heiland.io", true }, + { "heiliger-gral.info", true }, { "heilpraxis-bgl.de", true }, { "heimatverein-eitensheim.de", true }, { "heimprofis.de", true }, { "heinpost.nl", false }, { "heinzelmann.co", true }, - { "heisenberg.co", true }, { "heissluft-fritteuse.com", true }, { "heitland-it.de", true }, { "hejahanif.se", true }, @@ -11138,6 +11936,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "helber-it-services.de", true }, { "helden-spielen.de", true }, { "heldenhalde.de", true }, + { "heldundsexgott.de", true }, { "hele.cz", true }, { "helenaknowledge.com", true }, { "helenelefauconnier.com", true }, @@ -11146,12 +11945,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "helikon.ro", true }, { "helioanodyne.eu", true }, { "heliosnet.com", true }, + { "heliosvoting.org", true }, { "helix.am", true }, { "helixflight.com", true }, { "hell.sh", true }, { "hellenicaward.com", true }, { "hellersgas.com", true }, { "helles-koepfchen.de", true }, + { "hello-nestor.com", true }, { "helloacm.com", true }, { "helloanselm.com", true }, { "hellofilters.com", true }, @@ -11162,6 +11963,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "help.simpletax.ca", true }, { "helpconnect.com.au", true }, { "helpekwendenihospital.com", true }, + { "helpflux.com", true }, { "helpgoabroad.com", true }, { "helpstarloja.com.br", true }, { "helsinki.dating", true }, @@ -11173,11 +11975,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hen.ne.ke", true }, { "hendersonrealestatepros.com", true }, { "hendric.us", true }, + { "hendrinortier.nl", true }, { "hendyisaac.com", true }, { "hengelsportdeal.com", true }, + { "hengstumone.com", true }, { "henhenlu.com", true }, { "henkbrink.com", true }, + { "henker.net", true }, { "henkverlinde.com", false }, + { "henleybouncycastles.co.uk", true }, { "hennadesigns.org", true }, { "hennecke-forstbetrieb.de", true }, { "henneke.me", true }, @@ -11189,7 +11995,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "henry.gg", true }, { "henryphan.com", false }, { "hentai.design", true }, - { "hentaimaster.net", true }, { "hentschke-bau.de", true }, { "hentschke-betonfertigteilwerk.de", true }, { "hentschke-invest.de", true }, @@ -11205,15 +12010,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "herculex.fi", true }, { "herds.eu", true }, { "herdserv.de", true }, + { "here4funpartysolutions.ie", true }, { "herebedragons.io", true }, { "herecsrymy.cz", true }, { "heribe-maruo.com", true }, + { "heritagebaptistchurch.com.ph", true }, { "hermanbrouwer.nl", true }, { "hermes-net.de", true }, { "hermes-servizi.it", true }, { "herndl.org", true }, { "herni-kupony.cz", true }, { "herocentral.de", true }, + { "herohirehq.co.uk", true }, { "heroicpixel.com", true }, { "heroin.org.uk", true }, { "heroku.com", true }, @@ -11221,7 +12029,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "herrderzeit.de", true }, { "herringsresidence.be", true }, { "herrsmith.com", true }, - { "hertz.bj", true }, + { "hertsbouncycastles.com", true }, { "herzig.cc", true }, { "hesaplama.net", true }, { "hessen-liebe.de", true }, @@ -11230,6 +12038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hetmeisjeachterpauw.nl", true }, { "heute-kaufen.de", true }, { "heverhagen.rocks", true }, + { "hevertonfreitas.com.br", true }, { "hex.bz", true }, { "hexacon.io", true }, { "hexagon-e.com", true }, @@ -11247,11 +12056,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "heycms.com", false }, { "heyfringe.com", true }, { "hfbg.nl", true }, + { "hfcbank.com.gh", true }, { "hfi.me", true }, { "hfu.io", true }, { "hg.python.org", true }, - { "hg0088.vip", true }, - { "hg718.com", true }, { "hg71801.com", true }, { "hg71802.com", true }, { "hg71803.com", true }, @@ -11289,6 +12097,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hgbet.com", true }, { "hgfa.fi", true }, { "hgw168.com", true }, + { "hh-medic.com", true }, { "hhgdo.de", true }, { "hhhdb.com", true }, { "hhidr.org", true }, @@ -11299,12 +12108,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hicl.org", true }, { "hicoria.com", true }, { "hidbo.de", true }, + { "hiddenhillselectrical.com", true }, + { "hiddenmalta.net", true }, { "hiddenprocess.com", true }, { "hideallip.com", true }, { "hidedd.com", true }, { "hideouswebsite.com", true }, { "hidroshop.com.br", true }, - { "hieu.com.au", true }, { "higgstools.org", true }, { "higherpress.org", true }, { "highland-webcams.com", true }, @@ -11316,7 +12126,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "highspeed-arnsberg.de", true }, { "hightechbasementsystems.com", true }, { "highwaytohoell.de", true }, - { "higilopocht.li", true }, { "higp.de", true }, { "hijoan.com", true }, { "hik-cloud.com", true }, @@ -11328,12 +12137,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hilaolu.studio", true }, { "hilchenba.ch", true }, { "hill.selfip.net", true }, + { "hillebrand.io", true }, { "hillsboroccpa.org", true }, { "hilnu.com", true }, { "hilti.ee", false }, { "hilti.kz", false }, { "hilti.lv", false }, + { "hiltonarubabeachservices.com", true }, { "hiltonhyland.com", true }, + { "himens.com", false }, { "hindmanfuneralhomes.com", true }, { "hingle.me", true }, { "hinkel-sohn.de", true }, @@ -11357,6 +12169,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hirake55.com", true }, { "hiratake.xyz", true }, { "hire-a-coder.de", true }, + { "hireabouncycastle.net", true }, + { "hiresuccessstaffing.com", true }, { "hirezzportal.com", true }, { "hirotaka.org", true }, { "hirte-digital.de", true }, @@ -11365,6 +12179,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hisnet.de", true }, { "hispanic.dating", true }, { "histoire-cite.ch", true }, + { "histoire-theatre.com", true }, { "historia-arte.com", true }, { "history.google.com", true }, { "history.pe", true }, @@ -11377,6 +12192,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hitter-lauzon.com", true }, { "hitter.family", true }, { "hitterfamily.com", true }, + { "hiv-symptome.de", true }, { "hivatalinfo.hu", true }, { "hiverlune.net", true }, { "hiwiki.tk", true }, @@ -11385,8 +12201,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hizzacked.xxx", true }, { "hj.rs", true }, { "hjartasmarta.se", true }, + { "hjes.com.ve", true }, { "hjf-immobilien.de", true }, { "hjortland.org", true }, + { "hjw-kunstwerk.de", true }, { "hk.search.yahoo.com", false }, { "hkdobrev.com", true }, { "hknet.at", true }, @@ -11405,6 +12223,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hmoegirl.com", true }, { "hms-waldmann.de", true }, { "hmsseahawk.com", true }, + { "hn.search.yahoo.com", false }, + { "hobaugh.social", true }, { "hobby-drechselei.de", true }, { "hobby-gamerz-community.de", true }, { "hobbyspeed.com", true }, @@ -11419,21 +12239,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hodgephotography.com", true }, { "hoe.re", true }, { "hoeft-autolackierung.de", true }, + { "hoekvanholland.eu", true }, { "hoelty.network", true }, { "hoesnelwasik.nl", true }, { "hoewler.ch", true }, + { "hoezzi.nl", true }, { "hoffens.se", true }, { "hoflerlawfirm.com", true }, { "hogl.dk", true }, { "hohm.in", true }, { "hohnet.com", true }, - { "hoiku-navi.com", true }, { "hoikuen-now.top", true }, + { "hoiquanadida.com", true }, { "hoken-wakaru.jp", true }, { "hokieprivacy.org", true }, { "hokify.at", true }, { "hokify.ch", true }, { "hokify.de", true }, + { "hokioisecurity.com", true }, { "holad.de", true }, { "holboxwhalesharktours.com", true }, { "holebedeljek.hu", true }, @@ -11467,11 +12290,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "home-cloud.online", true }, { "home-coaching.be", true }, { "home-v.ind.in", true }, + { "home-work-jobs.com", true }, + { "homeautomated.com", true }, { "homebodyalberta.com", true }, { "homecareassociatespa.com", true }, { "homecarpetcleaning.co.uk", true }, { "homecoming.city", true }, { "homefacialpro.com", true }, + { "homegardeningforum.com", true }, { "homegardenresort.nl", true }, { "homehuntertoronto.com", true }, { "homehunting.pt", true }, @@ -11482,14 +12308,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "homeownersinsurancenevada.com", true }, { "homeownersinsurancenv.com", true }, { "homeprivate.de", true }, + { "homeremodelingcontractorsca.com", true }, { "homesandal.com", true }, { "homeseller.com", true }, { "homesfordinner.ca", true }, + { "homesteadfarm.org", true }, { "homewatt.co.uk", true }, { "homeyou.com", true }, { "homezhi.com.tw", true }, { "hommeatoutfaire.be", true }, - { "homophoni.com", true }, { "hompus.nl", false }, { "honda-centrum.cz", true }, { "hondart.cz", true }, @@ -11499,11 +12326,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "honeycome.net", true }, { "honeyhaw.com", true }, { "honeypot.net", true }, + { "hong.io", true }, { "honkhonk.net", true }, { "honkion.net", true }, { "honovere.de", true }, { "hontoir.eu", true }, { "hoodtrader.com", true }, + { "hoofddorp-centraal.nl", true }, { "hookbin.com", true }, { "hooowl.com", true }, { "hoopertechnicalsolutions.com", true }, @@ -11519,20 +12348,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hoplongtech.com", true }, { "hopps.me", true }, { "hoppyx.com", true }, + { "horace.li", true }, + { "horaceli.com", true }, { "horackova.info", true }, { "hord.ca", true }, { "horeizai.net", true }, + { "horisonttimedia.fi", true }, { "horizonhomes-samui.com", true }, { "horizonshypnosis.ca", true }, { "horkel.cf", true }, - { "horning.co", true }, { "hornyforhanzo.com", true }, { "horodance.dk", true }, + { "horrell.ca", true }, { "horrendous-servers.com", true }, { "horror-forum.de", true }, { "horsehunter.co.uk", true }, { "horstmanshof.eu", true }, - { "horvathd.eu", true }, { "hory.me", true }, { "horza.org", true }, { "hoshimaq.com.br", true }, @@ -11543,11 +12374,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hosmussynergie.nl", false }, { "hospitalhomelottery.org", true }, { "hostadvice.com", true }, - { "hostam.link", true }, { "hostarea51.com", true }, { "hosted-oswa.org", true }, - { "hosted4u.de", true }, { "hostedbgp.net", true }, + { "hostedcomments.com", true }, { "hostedtalkgadget.google.com", true }, { "hostfission.com", true }, { "hostfuture.co.in", true }, @@ -11578,6 +12408,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hotelident.de", true }, { "hotelmadhuwanvihar.com", true }, { "hotelmap.com", true }, + { "hotelsinformer.com", true }, + { "hotelvalena.com", true }, { "hothbricks.com", true }, { "hoto.us", true }, { "hoton.in", true }, @@ -11589,12 +12421,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hottestwebcamgirls.org", true }, { "hottheme.net", true }, { "hotting.nl", true }, + { "hottubhirenewcastle.co.uk", true }, + { "hottubspasnewcastle.co.uk", true }, { "houdremont-la-courneuve.info", true }, { "houraiteahouse.net", true }, + { "house-of-japan.co.jp", true }, { "house-sparrow.com", true }, { "houseboydesigns.com", true }, { "houseinvestor.com", true }, { "houser.lu", true }, + { "housetalk.ru", true }, { "houstonapartmentinsiders.com", true }, { "houstoncreditlaw.com", true }, { "houtinee.com", true }, @@ -11613,17 +12449,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "howtofreelance.com", true }, { "howtogeek.com", true }, { "howtogeekpro.com", true }, + { "howtogosolar.org", true }, { "howtolaser.com", true }, { "hozana.si", false }, { "hozinga.de", true }, { "hp-work.net", true }, + { "hp42.de", true }, { "hpac-portal.com", true }, { "hpbn.co", true }, { "hpeditor.tk", true }, { "hpisavageforum.com", true }, { "hpkp-faq.de", true }, { "hpnow.com.br", true }, - { "hqhost.net", false }, + { "hqq.tv", true }, { "hqwebhosting.tk", true }, { "hr98.tk", true }, { "hrabogados.com", true }, @@ -11633,6 +12471,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hrdns.de", false }, { "hreflang.info", true }, { "hrfhomelottery.com", true }, + { "hrjfeedstock.com", true }, + { "hrjfeedstock.org", true }, { "hrndz.io", true }, { "hrobert.hu", true }, { "hroschyk.cz", true }, @@ -11675,6 +12515,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "httpswatch.ca", true }, { "httpswatch.com", true }, { "httptest.net", true }, + { "hu.search.yahoo.com", false }, { "hua-in.com", true }, { "huagati.com", true }, { "huahinpropertylisting.com", true }, @@ -11696,6 +12537,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "huffduffer.com", true }, { "hughtodd.ink", true }, { "hugi.is", true }, + { "huglen.info", true }, { "hugofs.com", true }, { "hugolynx.fr", true }, { "huguesblanchard.paris", true }, @@ -11706,7 +12548,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "huislaw.com", true }, { "huitaodang.com", true }, { "hukaloh.com", true }, - { "hukkatavara.com", true }, { "hukutuu.com", true }, { "hulet.tech", true }, { "hulldevs.net", true }, @@ -11729,7 +12570,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "humpen.se", true }, { "hund.io", true }, { "hundeformel.de", true }, + { "hundter.com", true }, { "hunter.io", true }, + { "huntingdonbouncers.co.uk", true }, { "huntingdonlifesciences.com", true }, { "huongquynh.com", true }, { "hup.hu", true }, @@ -11744,6 +12587,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "huskyduvercors.com", true }, { "huskyinc.us", true }, { "hussam.eu.org", true }, + { "hustlehope.com", true }, { "huutonauru.net", true }, { "huwcbjones.co.uk", true }, { "huwcbjones.uk", true }, @@ -11755,10 +12599,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hvh.no", true }, { "hvtuananh.com", true }, { "hwag-pb.de", true }, + { "hwcine.com", true }, { "hwinfo.com", true }, { "hwpkasse.de", true }, { "hx53.de", true }, { "hxying.com", true }, + { "hyakumachi.com", true }, { "hybridiyhdistys.fi", true }, { "hybridklubben.fi", true }, { "hybridworx.com", true }, @@ -11769,13 +12615,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hycken.com", true }, { "hyckenberg.com", true }, { "hyderabadonlinegifts.com", true }, - { "hydra.zone", true }, { "hydrante.ch", true }, { "hydrasolutions.de", true }, { "hydroagro.pl", true }, { "hydrocloud.net", true }, + { "hydronyx.me", true }, { "hydroturbine.info", true }, { "hydrozone.fr", true }, + { "hyeok.org", true }, { "hygo.com", true }, { "hyk.me", true }, { "hylians.com", true }, @@ -11783,6 +12630,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hynek.me", true }, { "hype.ru", true }, { "hypemgmt.com", true }, + { "hyper-matrix.org", true }, { "hyper-text.org", true }, { "hyperalgesia.com", true }, { "hyperbolic-mayonnaise-interceptor.ovh", true }, @@ -11801,6 +12649,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "hzh.pub", true }, { "i--b.com", true }, { "i-geld.de", true }, + { "i-hakul.net", true }, { "i-meto.com", true }, { "i-proswiss.com", true }, { "i-red.info", true }, @@ -11835,6 +12684,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ibcmed.org", true }, { "ibenchu.com", true }, { "iberiaversicherungen.com", true }, + { "ibestreview.com", true }, { "ibexcore.com", true }, { "ibin.co", true }, { "ibiz.mk", true }, @@ -11850,6 +12700,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ibsglobal.co.za", true }, { "ic-lighting.com.au", true }, { "ic3.gov", true }, + { "icafecash.com", true }, { "icanhasht.ml", true }, { "icarlos.net", true }, { "icasnetwork.com", true }, @@ -11864,6 +12715,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ich-tanke.de", true }, { "ichasco.com", true }, { "ichbinkeinreh.de", true }, + { "ichmachdas.net", true }, { "ichronos.net", true }, { "iclinic.ua", true }, { "icmhd.ch", true }, @@ -11882,11 +12734,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ictcareer.ch", true }, { "ictinforensics.org", true }, { "ictl.eu", true }, - { "ictpro.info", true }, { "ictradar.com", true }, { "icusignature.com", true }, { "icyapril.com", true }, { "icymint.me", true }, + { "icys2017.com", true }, { "id-blog.ch", true }, { "id.atlassian.com", true }, { "id.fedoraproject.org", false }, @@ -11894,6 +12746,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "id.search.yahoo.com", false }, { "id0-rsa.pub", true }, { "id7.fr", true }, + { "idaeus.eu", true }, { "idahoansforliberty.net", true }, { "idaspis.com", true }, { "idatha.de", true }, @@ -11903,11 +12756,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "iddconnect.com", true }, { "iddconnect.org", true }, { "ideadozz.hu", true }, + { "idealinflatablehire.co.uk", true }, { "idealtruss.com", true }, { "idealtruss.com.tw", true }, { "idealwhite.space", true }, { "ideashop.com", true }, - { "ideaweb.de", false }, + { "ideaweb.de", true }, { "ideaweblab.com", false }, { "idemo.in", true }, { "idensys.nl", true }, @@ -11926,22 +12780,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "idoc24.com", true }, { "idol-bikes.ru", true }, { "idolf.dk", true }, + { "idolish7.fun", true }, { "idontplaydarts.com", true }, { "idranktoomuch.coffee", true }, + { "idraulico.roma.it", true }, { "idrinktoomuch.coffee", true }, { "idrycleaningi.com", true }, { "idsafe.co.za", true }, { "idsoccer.com", true }, + { "idtechnowizard.com", true }, { "idtheft.gov", true }, { "idubaj.cz", true }, + { "idunno.org", true }, { "idvl.de", true }, - { "iec.pe", true }, + { "ie.search.yahoo.com", false }, + { "ieeesb.nl", true }, + { "ieeesbe.nl", true }, { "ieeespmb.org", true }, { "ieji.de", false }, { "iemas.azurewebsites.net", true }, { "iemb.cf", true }, + { "iemb.tk", true }, + { "ienakanote.com", true }, { "ieval.ro", true }, { "iewar.com", true }, + { "iexpert9.com", true }, { "ifamily.top", true }, { "ifan.ch", true }, { "ifasec.de", false }, @@ -11949,7 +12812,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ifconfig.co", true }, { "ifelse.io", true }, { "ifengge.cn", true }, - { "ifengge.me", true }, { "ifightsurveillance.com", true }, { "ifightsurveillance.net", true }, { "ifightsurveillance.org", true }, @@ -11964,6 +12826,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ifsr.de", true }, { "iftrue.de", true }, { "ifxor.com", true }, + { "ifyou.live", true }, { "iga-semi.jp", true }, { "igamingforums.com", true }, { "igglabs.com", true }, @@ -11974,10 +12837,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "igiftcards.de", true }, { "igimusic.com", true }, { "igm-be.ch", true }, + { "igmus.org", true }, { "ignace72.eu", true }, { "ignat.by", true }, { "ignatovich.by", true }, { "ignatovich.me", true }, + { "ignet.gov", true }, { "ignitedmindz.in", true }, { "igorw.org", true }, { "igotoffer.com", false }, @@ -11996,17 +12861,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ihrhost.com", true }, { "iideaz.org", true }, { "iilin.com", true }, - { "iiong.com", true }, + { "iiong.com", false }, { "iirii.com", true }, - { "ijoda.com", true }, { "ijohan.nl", true }, { "ijsclubtilburg.nl", true }, + { "ijunohana.jp", true }, { "ikachalife.com", true }, { "ikarate.ru", true }, { "ikeacareers.co.uk", true }, - { "ikenmeyer.eu", true }, + { "ikenmeyer.com", true }, { "ikeyless.com", true }, { "ikiler.com", true }, + { "ikinokori-marketing.com", true }, + { "ikk.me", true }, { "ikkatsu-satei.jp", true }, { "ikkoku.de", true }, { "iklive.org", false }, @@ -12025,12 +12892,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ilamparas.mx", true }, { "ilard.fr", true }, { "ilazycat.com", true }, + { "ildomani.it", true }, { "ile-kalorii.pl", true }, + { "ile-sapporo.jp", true }, { "ilektronika-farmakeia-online.gr", true }, { "ilhan.name", true }, { "ilhansubasi.com", true }, { "iligang.cn", true }, { "illambias.ch", true }, + { "illegalpornography.me", true }, { "illich.cz", true }, { "illicitart.ca", true }, { "illjinx.info", true }, @@ -12055,7 +12925,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imacs.org", true }, { "imadalin.ro", true }, { "image-drive.de", true }, - { "image.tf", true }, { "imagebin.ca", true }, { "imagefu.com", true }, { "imagerive.ch", true }, @@ -12066,9 +12935,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imagine-programming.com", true }, { "imagr.io", true }, { "imanageproducts.uk", true }, + { "imanesdeviaje.com", true }, { "imanhearts.com", true }, + { "imanolbarba.net", true }, { "imanudin.net", true }, + { "imarkethost.co.uk", true }, { "imawhale.com", true }, + { "imbianchino.roma.it", true }, { "imbrian.org", true }, { "imbushuo.net", true }, { "imcsx.co", true }, @@ -12079,6 +12952,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imedikament.de", true }, { "imeds.pl", true }, { "imefuniversitario.org", true }, + { "imex-dtp.com", true }, { "imforza.com", true }, { "img.ovh", true }, { "imga.ch", true }, @@ -12092,9 +12966,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "imirhil.fr", true }, { "imitza.com", true }, { "imjad.cn", true }, + { "imjustcreative.com", true }, { "imkerei-freilinger.de", true }, { "imkerverein-moenchswald.de", true }, + { "imlinan.cn", true }, { "imlinan.com", true }, + { "imlinan.info", true }, + { "imlinan.net", true }, { "imlonghao.com", true }, { "immanuel60.hu", true }, { "immersion-pictures.com", true }, @@ -12107,8 +12985,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "immobilien-wallat.de", true }, { "immobilier-nice.fr", true }, { "immobilier92.net", true }, - { "immobiza.com", true }, + { "immobiza.com", false }, { "immortal.run", true }, + { "immunicity.st", true }, { "imokuri123.com", true }, { "imoner.com", true }, { "imoner.ga", true }, @@ -12118,17 +12997,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "impactfestival.be", true }, { "impactpub.ch", true }, { "impakho.com", true }, + { "impas.se", true }, { "imperdin.com", true }, - { "imperdintechnologies.com", true }, { "imperial-legrand.com", true }, { "imperialmiami.com", true }, { "imperialonlinestore.com", true }, { "imperiumnova.info", true }, { "impex.com.bd", true }, + { "impiantistica.org", true }, { "implicitdenial.com", true }, { "impotsimple.ca", true }, { "imppac.de", true }, + { "imprendo.co", true }, + { "imprendo.pro", true }, + { "impresa-pulizie.it", true }, { "improklinikken.dk", true }, + { "improvingwp.com", true }, { "impulse-clan.de", true }, { "impulsionsa.com", true }, { "impyus.com", true }, @@ -12143,6 +13027,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "in.xero.com", false }, { "in10tion.com", false }, { "inabox.ro", true }, + { "inait.ai", true }, + { "inandeyes.com", true }, { "inares.org", true }, { "inbitcoin.it", true }, { "inbounder.io", true }, @@ -12177,6 +13063,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "indiegame.space", true }, { "indiemods.com", true }, { "indievelopment.nl", true }, + { "indigoinflatables.com", true }, { "indigosakura.com", true }, { "indilens.com", true }, { "inditip.com", true }, @@ -12190,6 +13077,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "indusfastremit-us.com", true }, { "indusfastremit.com", true }, { "indust.me", true }, + { "industreiler.com", true }, + { "industreiler.com.br", true }, { "industrialstarter.com", true }, { "indybay.org", true }, { "ineardisplay.com", true }, @@ -12203,12 +13092,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inficom.org", true }, { "infinether.net", true }, { "infinitegroup.info", true }, + { "infinitiofallentownparts.com", true }, { "infinitiofaugustaparts.com", true }, { "infinitioflynnwoodparts.com", true }, { "infinitiofmarinparts.com", true }, { "infinity.to", true }, + { "infinitybas.com", true }, { "infinityengine.org", true }, + { "infinityepos.co.uk", true }, { "infirmieredevie.ch", true }, + { "inflatablehire-scotland.co.uk", true }, + { "inflatablesny.com", true }, + { "inflatadays.co.uk", true }, + { "inflatamania.com", true }, { "inflexsys.com", true }, { "influencerchampions.com", true }, { "influo.com", true }, @@ -12227,7 +13123,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inforisposte.com", true }, { "informatiebeveiliging.nl", true }, { "informatik-handwerk.de", true }, - { "informatik.zone", true }, { "informationrx.org", true }, { "informnapalm.org", true }, { "infosec.ch", true }, @@ -12236,15 +13131,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "infotainworld.com", true }, { "infotune.nl", true }, { "infovae-idf.com", true }, + { "infovision-france.com", true }, { "infoweb.ee", true }, { "infoworm.org", true }, { "infra-con.dk", false }, { "infranix.eu", true }, { "infrapirtis.lt", true }, { "ingalabs.hu", true }, - { "ingalls.run", true }, { "ingber.com", true }, { "inge-r.nl", true }, + { "ingenius.ws", true }, + { "ingerhy.com", true }, { "ingjobs.ch", true }, { "inglesnarede.com.br", true }, { "ingo-schlueter.de", true }, @@ -12253,6 +13150,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inhaltsangabe.de", true }, { "inheritestate.com", true }, { "inhive.group", true }, + { "inhouseents.co.uk", true }, { "iniiter.com", true }, { "inima.org", true }, { "inios.fr", false }, @@ -12260,6 +13158,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "initq.net", true }, { "initramfs.io", true }, { "initrd.net", true }, + { "injust.eu.org", true }, { "ink.horse", true }, { "inkable.com.au", true }, { "inkbunny.net", false }, @@ -12281,6 +13180,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "innolabfribourg.ch", true }, { "innoloop.com", true }, { "innophate-security.com", true }, + { "innovamag.ca", true }, { "innovaptor.at", true }, { "innovaptor.com", true }, { "innovation-workshop.ro", true }, @@ -12296,11 +13196,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inovat.ma", true }, { "inovatec.com", true }, { "inoxio.de", true }, + { "inpas.co.uk", true }, { "ins1gn1a.com", true }, + { "insane.zone", true }, { "insblauehinein.nl", true }, { "inschrijfformulier.com", true }, - { "inscript.pl", true }, { "insertcoins.net", true }, + { "insgesamt.net", true }, { "inshapenutrition.com.br", true }, { "insho.fashion", true }, { "insideaudit.com", true }, @@ -12312,7 +13214,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "insighti.sk", true }, { "insinuator.net", true }, { "insolent.ch", true }, - { "insouciant.org", true }, { "insping.com", true }, { "inspirationalquotesuk.co.uk", true }, { "inspired-lua.org", true }, @@ -12322,7 +13223,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "instagram-atom.appspot.com", true }, { "instagrammernews.com", true }, { "instagramtweet.com", true }, - { "installgentoo.net", true }, { "instant-hack.io", true }, { "instant.io", true }, { "instantkhabar.com", true }, @@ -12351,6 +13251,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "integraxor.com.tw", true }, { "integrity.gov", true }, { "integrityingovernmentidaho.com", true }, + { "integrityoklahoma.com", true }, { "integrogroup.com", true }, { "integromat.com", true }, { "intelbet.es", true }, @@ -12361,6 +13262,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "intelligence-explosion.com", true }, { "intellinetixvibration.com", true }, { "intencje.pl", true }, + { "intensifyrsvp.com.au", true }, { "inter-corporate.com", true }, { "inter-culinarium.com", true }, { "interaffairs.com", true }, @@ -12373,6 +13275,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "interfesse.net", true }, { "interflores.com.br", true }, { "interfug.de", true }, + { "interimages.fr", true }, { "interiorcheapo.com", true }, { "interiordesignsconcept.com", true }, { "interisaudit.com", true }, @@ -12381,6 +13284,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "intermedinet.nl", true }, { "intermezzo-emmerich.de", true }, { "intermezzo-emmerich.nl", true }, + { "internaluse.net", true }, { "international-arbitration-attorney.com", true }, { "internationalfashionjobs.com", true }, { "internaut.co.za", true }, @@ -12396,6 +13300,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "internetofdon.gs", true }, { "internetoffensive.fail", true }, { "internetovehazardnihry.cz", true }, + { "internetpro.me", true }, + { "internetradiocharts.de", true }, { "internetstaff.com", true }, { "internetzentrale.net", true }, { "internshipandwork.com", true }, @@ -12427,7 +13333,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "intrasoft.com.au", true }, { "intraxia.com", true }, { "introvertedtravel.space", true }, - { "intune.life", true }, { "intux.be", false }, { "intvonline.com", true }, { "intxt.net", true }, @@ -12439,21 +13344,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "inventionsteps.com.au", true }, { "inventix.nl", true }, { "inventtheworld.com.au", true }, + { "investarholding.nl", true }, { "investigazionimoretti.it", true }, { "investingdiary.cn", true }, { "investingtrader.net", true }, { "investir.ch", true }, - { "investnext.com", true }, - { "investor.gov", true }, { "investorforms.com", true }, - { "investorloanshub.com", true }, { "investpay.ru", true }, { "invinsec.cloud", true }, { "invioinc.com", true }, - { "inviosolutions.com", true }, { "invis.net", true }, { "invisible-college.com", true }, { "invisibles.ch", true }, + { "invisionita.com", true }, { "invisiverse.com", true }, { "invitescene.com", true }, { "invoiced.com", true }, @@ -12461,6 +13364,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "invoicefinance.nl", true }, { "inwestcorp.se", true }, { "inzdr.com", true }, + { "iobint.com", true }, { "iocheck.com", false }, { "iodice.org", true }, { "iodu.re", true }, @@ -12504,6 +13408,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ipleak.net", true }, { "ipledgeonline.org", false }, { "iplog.info", true }, + { "ipmonitoring.hu", true }, { "ipmotion.ca", true }, { "ipnetworking.net", true }, { "ipo-times.com", true }, @@ -12517,6 +13422,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ipswitch.com.tw", true }, { "ipty.de", true }, { "ipura.ch", true }, + { "ipv4.cf", true }, { "ipv4.gr", true }, { "ipv6-adresse.dk", true }, { "ipv6-handbuch.de", true }, @@ -12524,7 +13430,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ipv6vpn.net", true }, { "iqboxy.com", true }, { "iqsmn.org", true }, + { "ir1s.com", true }, { "iranianholiday.com", true }, + { "irayo.net", true }, { "irc-results.com", true }, { "ircmett.de", true }, { "iready.ro", true }, @@ -12563,7 +13471,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isaacpartnership.com", true }, { "isaacphysics.org", true }, { "isabelle-delpech.com", true }, - { "isamiok.com", false }, { "isara.com", true }, { "isbc-telecom.ru", true }, { "isbengrumpy.com", true }, @@ -12575,6 +13482,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isgp-studies.com", true }, { "ishamf.com", true }, { "ishiharaken.com", true }, + { "ishome.org", true }, { "isidom.fr", true }, { "isil.fi", true }, { "isimonbrown.co.uk", true }, @@ -12593,7 +13501,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "islandhosting.com", true }, { "islandinthenet.com", true }, { "islandpumpandtank.com", true }, - { "islandzero.net", true }, { "islazia.fr", true }, { "isletech.net", true }, { "isliada.org", true }, @@ -12611,16 +13518,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isondo.com", true }, { "isonet.fr", true }, { "isopres.de", true }, + { "isoroc-nidzica.pl", true }, { "isowosi.com", true }, { "ispo.com.tw", true }, { "ispringcloud.ru", true }, { "ispsoft.pro", true }, + { "ispweb.es", true }, { "isqrl.de", true }, { "israelbizreg.com", true }, { "israkurort.com", true }, { "isreedyintheuk.com", true }, { "issasfrissa.se", true }, { "issforum.org", true }, + { "issio.net", true }, { "isslshop.com", true }, { "issue.watch", true }, { "ist-intim.de", true }, @@ -12646,9 +13556,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "isvbscriptdead.com", true }, { "it-adminio.ru", true }, { "it-fernau.com", true }, + { "it-kron.de", true }, { "it-labor.info", true }, { "it-rotter.de", true }, { "it-schamans.de", true }, + { "it-service24.at", true }, + { "it-service24.ch", true }, { "it-shamans.eu", true }, { "it-sysoft.com", true }, { "it-world.eu", true }, @@ -12683,20 +13596,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "itfh.eu", true }, { "itfix.cz", true }, { "itforge.nl", true }, - { "itilo.de", true }, + { "ithenrik.com", true }, { "itiomassagem.com.br", true }, - { "itis.gov", true }, { "itis4u.ch", true }, { "itludens.com", true }, { "itmanie.cz", true }, { "itneeds.tech", true }, { "itnews-bg.com", true }, { "itnota.com", true }, + { "itochan.jp", true }, { "itooky.com", true }, - { "itpol.dk", true }, - { "itpro-mg.de", true }, { "itpro.ua", true }, { "itrack.in.th", true }, + { "itraveille.fr", true }, { "itring.pl", true }, { "itruss.com.tw", true }, { "its-future.com", true }, @@ -12704,18 +13616,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "its-schindler.de", true }, { "its-v.de", true }, { "its4living.com", true }, + { "itsabouncything.com", true }, { "itsanicedoor.co.uk", true }, { "itsasaja.com", true }, { "itsatrap.nl", false }, { "itsdcdn.com", true }, + { "itsecblog.de", true }, { "itsecguy.com", false }, { "itsevident.com", true }, { "itsgoingdown.org", true }, { "itshka.rv.ua", true }, { "itskayla.com", true }, { "itsmejohn.org", true }, + { "itsmyparty.ie", true }, { "itsnotquitethehilton.com", true }, { "itsok.de", true }, + { "itspartytimeonline.co.uk", true }, { "itspawned.com", true }, { "itspersonaltraining.nl", true }, { "itsryan.com", true }, @@ -12767,6 +13683,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ixquick.fr", true }, { "ixquick.info", true }, { "ixquick.nl", true }, + { "iyinolaashafa.com", true }, { "iz8mbw.net", true }, { "izevg.ru", true }, { "izodiacsigns.com", true }, @@ -12775,6 +13692,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "j-eck.nl", true }, { "j-elliott.co.uk", true }, { "j-navi.com", true }, + { "j0m.de", true }, + { "j0ng.xyz", true }, { "j0s.at", true }, { "j0s.eu", true }, { "j15t98j.co.uk", true }, @@ -12785,7 +13704,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ja.md", true }, { "jaakkohannikainen.fi", true }, { "jaalits.com", true }, - { "jaaxypro.com", true }, { "jaba.hosting", true }, { "jabbas.eu", true }, { "jabber.at", true }, @@ -12801,6 +13719,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jackdelik.de", true }, { "jackf.me", true }, { "jackingramnissanparts.com", true }, + { "jackpothappy.com", true }, { "jackrusselterrier.com.br", true }, { "jackyliao123.tk", true }, { "jackyyf.com", false }, @@ -12814,9 +13733,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jacuzziprozone.com", true }, { "jadopado.com", true }, { "jaegerlacke.de", true }, + { "jagbouncycastles.co.uk", true }, { "jagerman.com", true }, { "jaguarlandrover-asse.be", true }, { "jaguarlandrover-occasions.be", true }, + { "jaguarwong.xyz", true }, { "jahanaisamu.com", true }, { "jahner.xyz", true }, { "jahofmann.de", true }, @@ -12836,7 +13757,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jakerullman.com", true }, { "jaketremper.com", true }, { "jakewalker.xyz", true }, - { "jakincode.army", true }, { "jakobejitblokaci.cz", true }, { "jakobkrigovsky.com", true }, { "jakobssystems.net", true }, @@ -12855,6 +13775,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jamesbillingham.com", true }, { "jamesbradach.com", false }, { "jamescostian.com", true }, + { "jamesdorf.com", true }, { "jamesevans.is", true }, { "jamesforman.co.nz", true }, { "jamesgreenfield.com", true }, @@ -12877,22 +13798,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jamiemagee.co.uk", true }, { "jamiemagee.dk", true }, { "jamiepeters.nl", true }, + { "jamieweb.net", true }, { "jammucake.com", true }, + { "jammysplodgers.co.uk", true }, { "jamon.ca", true }, { "jamonsilva.com", true }, + { "jamstatic.fr", true }, { "jamyeprice.com", true }, { "jan-and-maaret.de", true }, { "jan-bucher.ch", true }, { "jan-cermak.cz", true }, - { "jan-rieger.de", true }, { "jan-von.de", true }, { "janada.cz", true }, { "janaundgeorgsagenja.eu", true }, + { "jangocloud.tk", true }, + { "janheidler.dynv6.net", true }, { "jani.media", true }, { "janiat.com", true }, { "janik.xyz", true }, { "janjoris.nl", true }, { "jankoepsel.com", true }, + { "janmachynka.cz", true }, { "jann.is", true }, { "janoberst.com", true }, { "janokacer.sk", true }, @@ -12934,6 +13860,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "javalestari.com", true }, { "javamilk.com", true }, { "javfree.me", true }, + { "jawn.ca", true }, { "jawnelodzkie.org.pl", true }, { "jaxageto.de", true }, { "jaycouture.com", true }, @@ -12951,11 +13878,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jazzncheese.com", true }, { "jazzy.id.au", true }, { "jazzy.pro", true }, - { "jbelien.be", true }, - { "jbelien.photography", true }, + { "jazzysumi.com", true }, + { "jballelectronics.com", true }, + { "jbbd.fr", true }, { "jbradaric.me", true }, - { "jbrowndesign.me", true }, { "jbs-jardins.ch", true }, + { "jbsinternational.com", true }, { "jbt-stl.com", true }, { "jcaicedo.com", true }, { "jcaicedo.tk", true }, @@ -12972,17 +13900,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jdcdirectsales.com.ph", true }, { "jdcgroup.com.ph", true }, { "jdh8.org", true }, + { "jdheysupplies.co.uk", true }, { "jdoi.pw", true }, { "jdoiron.me", true }, + { "jdpleisure.co.uk", true }, + { "jdscastlehire.co.uk", true }, { "jdsf.tk", true }, { "jdtic.com", true }, { "jdubya.info", true }, { "je-vends.fr", true }, { "je2050.de", true }, { "jean-remy.ch", true }, + { "jeandanielfaessler.ch", true }, + { "jeankygourmet.com", true }, + { "jeanmarieayer.ch", true }, { "jeannecalment.com", true }, { "jeannelucienne.fr", true }, { "jeanneret-combustibles.ch", true }, + { "jecho.cn", true }, { "jedipedia.net", true }, { "jediweb.com.au", true }, { "jedwarddurrett.com", true }, @@ -12996,6 +13931,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jeffersonregan.com", true }, { "jeffersonregan.net", true }, { "jeffersonregan.org", true }, + { "jeffhuxley.com", true }, { "jeffmcneill.com", true }, { "jeffri.me", true }, { "jeffsanders.com", true }, @@ -13006,6 +13942,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jelena-adeli.com", true }, { "jelewa.de", true }, { "jell.ie", true }, + { "jelleglebbeek.com", true }, { "jelly.cz", true }, { "jellybeanbooks.com.au", true }, { "jelmer.co.uk", true }, @@ -13021,14 +13958,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jenolson.net", true }, { "jenprace.cz", true }, { "jens-prangenberg.de", true }, - { "jens.hk", true }, { "jensrex.dk", true }, { "jeproteste.info", true }, { "jeremiahbenes.com", true }, { "jeremy-chen.org", true }, { "jeremy.hu", true }, { "jeremybentham.com", true }, - { "jeremyc.ca", true }, { "jeremycantu.com", true }, { "jeremycrews.com", true }, { "jeremyness.com", true }, @@ -13038,9 +13973,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jeroenvanderwal.nl", true }, { "jerrypau.ca", true }, { "jerryyu.ca", true }, + { "jerseybikehire.co.uk", true }, + { "jerseyjumpingbeans.co.uk", true }, { "jerseylvi2013.org", true }, { "jesseerbach.com", true }, { "jessekaufman.com", true }, + { "jessesjumpingcastles.co.uk", true }, { "jessevictors.com", true }, { "jessgranger.com", true }, { "jesters-court.net", true }, @@ -13050,16 +13988,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jetbbs.com", true }, { "jetkittens.co.uk", true }, { "jetmirshatri.com", true }, + { "jeton.com", true }, { "jetsetboyz.net", true }, { "jetsieswerda.nl", true }, { "jettlarue.com", true }, { "jetwhiz.com", true }, { "jetzt-elektromobil.de", true }, + { "jeugdkans.nl", true }, { "jeva.nl", true }, { "jevisite.ca", true }, { "jeweet.net", true }, { "jez.nl", true }, { "jf-projects.de", false }, + { "jfnllc.com", true }, { "jfr.im", true }, { "jfreitag.de", true }, { "jgid.de", true }, @@ -13069,20 +14010,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jhalderm.com", true }, { "jhaveri.net", true }, { "jhcommunitysports.co.uk", true }, + { "jhe.li", true }, { "jhermsmeier.de", true }, { "jhollandtranslations.com", true }, { "jhuang.me", true }, { "jhwestover.com", true }, - { "jialinwu.com", false }, { "jiangzm.com", true }, { "jianjia.io", false }, { "jiaqiang.vip", true }, { "jichi.io", true }, - { "jief.me", true }, { "jigsawdevelopments.com", true }, { "jimbraaten.com", true }, { "jimbutlerkiaparts.com", true }, + { "jimdorf.com", true }, { "jimmycai.com", true }, + { "jimmycn.com", true }, { "jimmynelson.com", true }, { "jimmyroura.ch", true }, { "jimshaver.net", true }, @@ -13108,9 +14050,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jiyuu-ni.net", true }, { "jjf.org.au", true }, { "jjj.blog", true }, + { "jjspartyhire.co.uk", true }, + { "jjspartytime.co.uk", true }, { "jjvanoorschot.nl", true }, + { "jk-entertainment.biz", true }, { "jka.io", true }, { "jkchocolate.com", true }, + { "jkinteriorspa.com", true }, { "jkirsche.com", true }, { "jkrippen.com", true }, { "jlhmedia.com", true }, @@ -13118,17 +14064,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jlponsetto.com", true }, { "jlr-luxembourg.com", true }, { "jm-bea.net", true }, + { "jmalarcon.es", true }, { "jmarciniak.it", true }, { "jmb.lc", true }, { "jmbelloteau.com", true }, + { "jmcashngold.com.au", true }, { "jmcleaning.services", true }, { "jmedved.com", true }, + { "jmentertainment.co.uk", true }, { "jmk.hu", true }, { "jmoreau.ddns.net", true }, { "jmotion.co.uk", true }, { "jmpb.hu", true }, { "jmpmotorsport.co.uk", true }, - { "jmsolodesigns.com", true }, { "jmssg.jp", true }, { "jmvbmx.ch", true }, { "jmvdigital.com", true }, @@ -13140,10 +14088,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jnm-art.com", true }, { "joa-ebert.com", true }, { "joaosampaio.com.br", true }, + { "joaquimgoliveira.pt", true }, { "job-offer.de", true }, { "jobbkk.com", true }, { "joblife.co.za", true }, - { "jobmedic.com", true }, { "jobmob.co.il", true }, { "jobs-in-tech.com", true }, { "jobs.at", true }, @@ -13166,7 +14114,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joe-pagan.com", true }, { "joe262.com", true }, { "joearodriguez.com", true }, - { "joecod.es", true }, + { "joedavison.me", true }, { "joedinardo.com", true }, { "joedoyle.us", true }, { "joedroll.com", true }, @@ -13174,23 +14122,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joelcoustrain.com", true }, { "joeldrapper.com", true }, { "joelfries.com", true }, - { "joelgonewild.com", true }, { "joelj.org", true }, { "joelle.me", true }, { "joelleandpeter.co.uk", true }, + { "joellimberg.com", true }, { "joelmunch.com", true }, { "joepitt.co.uk", false }, - { "joerg-wellpott.de", false }, + { "joerg-wellpott.de", true }, { "joerss.at", true }, { "joespaintingpgh.com", true }, { "joestead.codes", true }, { "joetyson.io", true }, { "joetyson.me", true }, { "joeysmith.com", true }, - { "jogi-server.de", false }, + { "jogi-server.de", true }, { "jogorama.com.br", false }, { "johanbissemattsson.se", false }, - { "johand.io", true }, { "johanli.com", true }, { "johannaojanen.com", true }, { "johannes-bauer.com", true }, @@ -13200,9 +14147,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johannespichler.com", true }, { "johnbeil.com", true }, { "johnblackbourn.com", true }, - { "johndong.net", false }, { "johnfulgenzi.com", true }, { "johngallias.com", true }, + { "johngo.tk", true }, { "johnguant.com", true }, { "johnmalloneemd.com", false }, { "johnmcintosh.pro", true }, @@ -13218,17 +14165,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "johnsiu.com", true }, { "johnvanhese.nl", true }, { "joi-dhl.ch", true }, + { "jojosplaycentreandcafeteria.co.uk", true }, { "jokedalderup.nl", true }, { "joker.menu", true }, { "jokerice.co.uk", true }, { "jokescoff.com", true }, { "jokewignand.nl", true }, { "jollausers.de", true }, + { "jollykidswobbleworld.co.uk", true }, { "jomo.tv", true }, { "jomp16.tk", true }, { "jonandnoraswedding.com", true }, { "jonarcher.info", true }, { "jonas-thelemann.de", true }, + { "jonas-wenk.de", true }, { "jonaskjodt.com", true }, { "jonasmoeller.consulting", false }, { "jonasmoeller.de", false }, @@ -13236,13 +14186,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jonathan-apps.com", true }, { "jonathancarter.org", true }, { "jonathandowning.uk", false }, + { "jonathandupree.com", true }, { "jonathanmassacand.ch", true }, - { "jonathanreyes.com", true }, { "jonathanwisdom.com", true }, - { "jondarby.com", true }, { "jondevin.com", true }, { "jonesborostatebank.com", false }, { "jonferwerda.net", true }, + { "jonfor.net", true }, { "jongbloed.nl", true }, { "jongcs.com", true }, { "jonilar.com", true }, @@ -13259,6 +14209,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "joostrijneveld.nl", true }, { "joostvanderlaan.nl", true }, { "jooto.com", true }, + { "jopl.org", true }, { "jopsens.de", true }, { "joran.org", true }, { "jordanhamilton.me", true }, @@ -13270,7 +14221,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jorisdalderup.nl", true }, { "jornadasciberdefensa2016.es", true }, { "jornalalerta.com.br", true }, - { "jorovik.com", true }, { "jorrit.info", true }, { "josc.com.au", true }, { "joscares.com", true }, @@ -13279,6 +14229,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "josef-lotz.de", true }, { "josefjanosec.com", true }, { "josefottosson.se", true }, + { "josegerber.ch", true }, { "josemikkola.fi", true }, { "josepbel.com", true }, { "josephre.es", true }, @@ -13305,11 +14256,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jovani.com", false }, { "joviam.com", true }, { "jovic.hamburg", true }, + { "joworld.net", true }, { "joyceclerkx.com", true }, { "joyful.house", true }, { "joyfulexpressions.gallery", true }, - { "joyjohnston.ca", false }, - { "joyqi.com", true }, + { "joyofcookingandbaking.com", true }, + { "jpcrochetapparel.com", true }, { "jpdeharenne.be", true }, { "jpeg.io", true }, { "jpgangbang.com", true }, @@ -13323,6 +14275,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jps-selection.com", true }, { "jps-selection.eu", true }, { "jpshop.ru", true }, + { "jpsinflatables.co.uk", true }, { "jpslconsulting.ca", true }, { "jr5devdoug.xyz", true }, { "jr5devdouglas.xyz", true }, @@ -13331,20 +14284,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jreb.nl", true }, { "jreinert.com", true }, { "jross.me", true }, + { "jrtapsell.co.uk", false }, { "jrxpress.com", true }, { "js-online.net", true }, + { "jschoi.org", true }, { "jschumacher.info", true }, { "jsd-cog.org", true }, + { "jsent.co.uk", true }, { "jsevilleja.org", true }, { "jsjyhzy.cc", true }, { "jskier.com", false }, { "jskoelliken.ch", true }, { "jslidong.top", true }, + { "jsmetallerie.fr", true }, { "json-viewer.com", true }, { "jstelecom.com.br", true }, { "jsteward.moe", true }, { "jstore.ch", true }, + { "jsvr.tk", true }, + { "jtcat.com", true }, { "jthackery.com", false }, + { "jts3servermod.com", true }, { "jtslay.com", true }, { "jtwp470.net", false }, { "ju1ro.de", true }, @@ -13366,7 +14326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jugendsuenden.info", true }, { "juhakoho.com", true }, { "juice.codes", true }, - { "juka.pp.ua", true }, + { "juiced.gs", true }, { "juku-info.top", true }, { "julegoerke.de", true }, { "julian-weigle.de", true }, @@ -13379,8 +14339,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "julianwallmeroth.de", true }, { "julianweigle.de", true }, { "juliaoantiguidades.com.br", true }, - { "juliawebber.co.za", true }, { "julibear.com", true }, + { "julico.nl", true }, { "julie-and-stevens-wedding.com", true }, { "juliekoubova.net", true }, { "juliemaurel.fr", true }, @@ -13393,14 +14353,33 @@ static const nsSTSPreload kSTSPreloadList[] = { { "jumba.com.au", true }, { "jumbopan.com", true }, { "jumbopan.net", true }, + { "jump-zone.co.uk", true }, { "jump.bg", false }, { "jump.wtf", true }, + { "jump4funinflatables.co.uk", true }, + { "jumpandbounce.co.uk", true }, + { "jumpandjivechildrensparties.co.uk", true }, + { "jumparoundbouncycastles.co.uk", true }, + { "jumparoundreading.co.uk", true }, + { "jumparty.co.uk", true }, + { "jumpeasy.com.au", true }, + { "jumperoos.co.uk", true }, + { "jumpin-jax.co.uk", true }, { "jumpinchat.com", true }, + { "jumpingbee.co.uk", true }, + { "jumpingcastlesonline.com.au", true }, + { "jumpingjacksbouncycastles.co.uk", true }, + { "jumpinjaes.co.uk", true }, + { "jumpinmonkeys.co.uk", true }, + { "jumpman-iphone-design.de", true }, + { "jumpnplay.co.uk", true }, + { "junespina.com", true }, { "junethack.net", true }, { "jungaa.fr", true }, { "jungesforumkonstanz.de", true }, { "jungleculture.co.za", true }, { "jungleducks.ca", true }, + { "junglejackscastles.co.uk", true }, { "junglist.org", true }, { "juni.io", true }, { "juniperroots.ca", true }, @@ -13417,27 +14396,35 @@ static const nsSTSPreload kSTSPreloadList[] = { { "just-a-clanpage.de", true }, { "justanothercompany.name", true }, { "justbelieverecovery.com", true }, + { "justbookexcursions.com", true }, + { "justbookhotels.com", true }, + { "justbooktransfers.com", true }, { "justboom.co", true }, + { "justbouncecastles.co.uk", true }, { "justchunks.net", true }, { "justgalak.com", true }, { "justgalak.org", true }, + { "justice.gov", true }, { "justice4assange.com", true }, { "justinellingwood.com", true }, { "justinharrison.ca", true }, { "justinho.com", true }, + { "justinstandring.com", true }, { "justnu.se", true }, { "justpaste.it", true }, { "justupdate.me", true }, { "justyy.com", true }, { "justzz.xyz", true }, - { "jutella.de", true }, { "jutlander-netbank.dk", true }, { "jutlander.dk", true }, - { "juventusmania1897.com", true }, + { "juventusclublugano.ch", true }, + { "juwelierstoopman.nl", true }, { "juzgalo.com", true }, { "jva-wuerzburg.de", true }, { "jvanerp.nl", true }, + { "jvbouncycastlehire.co.uk", true }, { "jvn.com", true }, + { "jvphotoboothhire.co.uk", true }, { "jvwdev.nl", true }, { "jwatt.org", true }, { "jwe.nl", true }, @@ -13459,6 +14446,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "k258059.net", true }, { "k2mts.org", true }, { "k3nny.fr", true }, + { "k82.org", true }, { "k8r.eu", true }, { "k9swx.com", true }, { "kaamoscreations.com", true }, @@ -13474,7 +14462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kabeuchi.com", true }, { "kaboom.pw", true }, { "kabu-abc.com", true }, - { "kabus.org", true }, { "kachlikova2.cz", true }, { "kack.website", true }, { "kadmec.com", true }, @@ -13482,8 +14469,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kafoom.de", true }, { "kaheim.de", false }, { "kai-ratzeburg.de", true }, + { "kaibol.com", true }, { "kaigojj.com", true }, - { "kaika-facilitymanagement.de", true }, { "kaika-hms.de", true }, { "kaileymslusser.com", true }, { "kainetsoft.com", true }, @@ -13519,6 +14506,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kallies-net.de", true }, { "kalmar.com", true }, { "kaloix.de", true }, + { "kalsbouncies.com", true }, { "kaltenbrunner.it", true }, { "kalterersee.ch", true }, { "kamalame.co", true }, @@ -13533,9 +14521,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kancolle.me", true }, { "kandalife.com", true }, { "kandec.co.jp", true }, + { "kanecastles.com", true }, { "kanehusky.com", true }, { "kanganer.com", true }, + { "kangaroo-bouncycastle.co.uk", true }, { "kangarooislandholidayaccommodation.com.au", true }, + { "kangaroojacks.co.uk", true }, { "kangaroos.org", true }, { "kangaroovalleykayaks.com.au", true }, { "kangaroovalleymuseum.com", true }, @@ -13547,6 +14538,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kangzaber.com", true }, { "kanis.ag", true }, { "kankimaru.com", true }, + { "kanmitao.com", true }, { "kanna.cf", true }, { "kannchen.de", true }, { "kanotijd.nl", true }, @@ -13572,6 +14564,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karamna.com", true }, { "karamomo.net", true }, { "karanjthakkar.com", true }, + { "karasik.by", true }, { "karateka.org", true }, { "karateka.ru", true }, { "karatorian.org", true }, @@ -13585,7 +14578,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karjala-ski.ru", true }, { "karlbowden.com", true }, { "karlic.net", true }, - { "karlis-kavacis.id.lv", true }, { "karlsmithmn.org", true }, { "karlstabo.se", true }, { "karlzotter.com", true }, @@ -13597,6 +14589,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "karmic.com", true }, { "karn.nu", true }, { "karneid.info", true }, + { "karpanhellas.com", false }, { "karsofsystems.com", true }, { "kartacha.com", true }, { "kartec.com", true }, @@ -13624,10 +14617,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kathegiraldo.com", true }, { "kati-raumplaner.de", true }, { "katiechai.xyz", true }, + { "katieskandy.co.uk", true }, + { "katieskastles.co.uk", true }, { "katja-nikolic-design.de", true }, { "katka.info", true }, { "katnunn.co.uk", true }, + { "kato-yane.com", true }, { "katrinjanke.de", true }, + { "katscastles.co.uk", true }, { "kattelans.eu", true }, { "kattenfun.be", true }, { "kattenfun.nl", true }, @@ -13641,12 +14638,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kavovary-kava.cz", true }, { "kawaii.io", true }, { "kawaiii.link", true }, - { "kawaiiku.com", true }, - { "kawaiiku.de", true }, { "kaweus.de", true }, { "kayakabovegroundswimmingpools.com", true }, { "kaydan.io", true }, { "kayipmurekkep.com", true }, + { "kayleen.net", true }, { "kaylyn.ink", false }, { "kayon.cf", true }, { "kayscs.com", true }, @@ -13661,10 +14657,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kb3.net", true }, { "kba-online.de", true }, { "kbb-ev.de", true }, + { "kbbouncycastlehire.co.uk", true }, { "kbcequitas.hu", true }, { "kbfl.org", true }, { "kbit.dk", true }, { "kbjorklu.com", true }, + { "kbleventhire.co.uk", true }, { "kc-holzfaeller.de", true }, { "kc5mpk.com", true }, { "kcptun.com", true }, @@ -13697,6 +14695,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keifel.de", true }, { "kein-design.de", true }, { "kein-fidget-spinner-werden.de", true }, + { "keinanung.nl", true }, { "keinefilterblase.de", true }, { "keisaku.org", true }, { "keishiando.com", true }, @@ -13709,7 +14708,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kelgtermans-usedcars.be", true }, { "kellyandantony.com", true }, { "kellygrenard.com", true }, - { "kelm.me", true }, + { "kellyskastles.co.uk", true }, { "kelmarsafety.com", true }, { "kempkens.io", true }, { "kemptown.co.uk", true }, @@ -13734,6 +14733,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kenny-peck.com", true }, { "keno.im", true }, { "kenoschwalb.com", true }, + { "kens.pics", true }, + { "kensbouncycastles.co.uk", true }, { "kentec.net", true }, { "kenterlis.gr", true }, { "kenyons.info", true }, @@ -13752,6 +14753,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kerstkaart.nl", true }, { "kerus.net", true }, { "keshausconsulting.com", true }, + { "kesslerwine.com", true }, { "kesteren.com", true }, { "kesteren.org", true }, { "ketamine.co.uk", true }, @@ -13779,9 +14781,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "keybored.me", true }, { "keycdn.com", true }, { "keycenter.com.br", true }, + { "keycontainers.co.za", true }, { "keyerror.com", true }, { "keyholdingservices.co.uk", true }, - { "keyihao.cn", true }, { "keyinfo.io", true }, { "keypersonins.com", true }, { "keys.fedoraproject.org", true }, @@ -13795,6 +14797,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kgm-irm.be", true }, { "kgnk.ru", true }, { "khanovaskola.cz", true }, + { "khas.co.uk", true }, { "kheshtar.pl", true }, { "khetzal.info", true }, { "khipu.com", true }, @@ -13809,22 +14812,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kiapartscenter.net", true }, { "kiapartsdepartment.com", true }, { "kiapps.ovh", true }, - { "kibibit.net", true }, { "kibriscicek.net", true }, { "kick-in.nl", true }, { "kickasscanadians.ca", true }, { "kickedmycat.com", true }, { "kickerplaza.nl", true }, - { "kickstart.com.pk", true }, { "kidbacker.com", true }, { "kiddyboom.ua", true }, { "kids-at-home.ch", true }, + { "kids-castles.com", true }, { "kidsforsavingearth.org", true }, { "kidsinwoods-interfacesouth.org", true }, { "kidsmark.net", true }, { "kidsneversleep.com", true }, + { "kidsplay-plymouth.co.uk", true }, + { "kidsplaybouncycastles.co.uk", true }, { "kidswallstickers.com.au", true }, { "kidtoyshop.ru", true }, + { "kidzpartiesllp.co.uk", true }, + { "kidzsmile.co.uk", true }, { "kiebel.de", true }, { "kiedys.net", true }, { "kiefer-networks.de", true }, @@ -13839,21 +14845,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kiffmarks.com", true }, { "kigmbh.com", true }, { "kikbb.com", true }, + { "kiki-voice.jp", true }, { "kiku.pw", true }, { "kikuzuki.org", true }, { "kilerd.me", true }, { "kilianvalkhof.com", true }, + { "kill-paff.com", true }, { "killaraapartments.com.au", true }, { "killerrobots.com", true }, + { "killymoonbouncycastles.com", true }, { "kilobyte22.de", true }, { "kilogram.nl", true }, { "kilometertje.nl", true }, + { "kimamass.com", true }, { "kimiris.com", true }, { "kimisia.net", true }, { "kimmel.com", true }, { "kimmel.in", true }, { "kimoota.net", false }, { "kimotodental.com", true }, + { "kimscrazeecastles.co.uk", true }, { "kimsufi-jordi.tk", true }, { "kinderbasar-luhe.de", true }, { "kinderbuecher-kostenlos.de", true }, @@ -13862,13 +14873,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kinepolis-studio.be", true }, { "kinetiq.com", true }, { "kineto.space", true }, + { "king-henris-castles.co.uk", true }, + { "king-of-the-castles.com", true }, { "kingant.net", true }, { "kinganywhere.eu", true }, { "kingbird.me", true }, { "kingclass.cn", true }, { "kingdomcrc.org", true }, + { "kingiescastles.co.uk", true }, { "kinglaksa.com", false }, { "kingofshooting.com", true }, + { "kingofthecastlecoventry.co.uk", true }, + { "kingofthecastlesentertainments.co.uk", true }, + { "kingofthecastlesouthwales.co.uk", true }, + { "kingofthecastlesrhyl.co.uk", true }, { "kingopen.cn", true }, { "kingpincages.com", true }, { "kingqueen.org.uk", true }, @@ -13877,6 +14895,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kini24.ru", true }, { "kinkenonline.com", true }, { "kinmunity.com", true }, + { "kinnikinnick.com", true }, { "kinniyaonlus.com", true }, { "kinocheck.de", true }, { "kinohled.cz", true }, @@ -13900,7 +14919,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kirche-dortmund-ost.de", true }, { "kirchen-im-web.de", true }, { "kirchengemeinde-markt-erlbach.de", true }, + { "kircp.com", true }, { "kirei.se", true }, + { "kirig.ph", true }, { "kirill.ws", true }, { "kirillpokrovsky.de", true }, { "kirinas.com", true }, @@ -13916,12 +14937,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kissgyms.com", true }, { "kisskiss.ch", true }, { "kisstube.tv", true }, - { "kita.id", true }, { "kitbag.com.au", true }, { "kitchen-profi.by", true }, { "kitchen-profi.com.ua", true }, { "kitchen-profi.kz", true }, - { "kitchenaccessories.pro", true }, { "kitchenpunx.com", false }, { "kiteadventure.nl", true }, { "kitegarage.eu", true }, @@ -13944,6 +14963,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kj-prince.com", true }, { "kj1391.com", true }, { "kj1396.net", true }, + { "kj1397.com", true }, { "kjaer.io", true }, { "kjarni.cc", true }, { "kjarrval.is", true }, @@ -13952,7 +14972,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kjellvn.net", true }, { "kk-neudorf-duissern.de", false }, { "kkaefer.com", true }, - { "kkaufmann.de", false }, + { "kkaufmann.de", true }, { "kki.org", true }, { "kkovacs.eu", true }, { "kks-karlstadt.de", true }, @@ -13966,7 +14986,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "klares-licht.de", true }, { "klarika.com", true }, { "klarmobil-empfehlen.de", true }, - { "klas.or.id", true }, { "klasfauseweh.de", true }, { "klatschreime.de", true }, { "klausbrinch.dk", true }, @@ -13984,7 +15003,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kleineanfragen.de", true }, { "kleinfein.co", true }, { "kleinholding.com", true }, - { "kleinreich.de", true }, { "kleinserienproduktion.com", true }, { "kleinsys.com", true }, { "klempnershop.eu", true }, @@ -14014,6 +15032,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "km-net.pl", true }, { "kmashworth.co.uk", true }, { "kmkz.jp", true }, + { "kmsci.com.ph", true }, { "kn007.net", true }, { "knaake.net", true }, { "knab-networks.com", true }, @@ -14068,6 +15087,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kofler.info", true }, { "kogak.ninja", true }, { "kogi.fr", true }, + { "kogro.de", true }, + { "kogudesi.com", true }, { "koha.be", true }, { "kohlistkool.tk", true }, { "koho.fi", true }, @@ -14075,19 +15096,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "koi-sama.net", true }, { "koifish.org", true }, { "kokensupport.com", true }, - { "koketteriet.se", true }, { "kokumoto.com", true }, { "koldanews.com", true }, { "kolin.org", true }, { "kolizaskrap.bg", true }, { "kolja-engelmann.de", true }, { "kolkataflowermall.com", true }, + { "kollect.ie", true }, + { "kollega.it", true }, { "kolmann.at", true }, { "kolmann.eu", true }, { "koluke.co", true }, { "koluke.com", true }, { "komandakovalchuk.com", false }, - { "komget.net", false }, { "komicloud.com", true }, { "komidoc.com", true }, { "komiksbaza.pl", true }, @@ -14104,7 +15125,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kondi.net", true }, { "kondou-butsudan.com", true }, { "kongar.org", true }, - { "konicaprinterdriver.com", true }, { "koniecfica.sk", true }, { "konijntjes.nl", true }, { "konings.it", true }, @@ -14114,19 +15134,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "konoe.studio", true }, { "konosuke.jp", true }, { "konsertoversikt.no", true }, + { "konst.se", true }, { "kontakthuman.hu", true }, { "kontaxis.org", true }, - { "konventseliten.se", true }, + { "kontorhaus-schlachte.de", true }, { "konyalian.com", true }, { "konzertheld.de", true }, + { "koodimasin.ee", true }, { "koolikatsed.ee", true }, { "kooponline.eu", true }, { "koot.nl", true }, { "kopfkrieg.org", true }, - { "kopfsalat.eu", false }, { "koptev.ru", true }, { "kopteva.ru", true }, - { "kopular.com", true }, { "kopykatz.org", false }, { "korea.dating", true }, { "koretech.nl", true }, @@ -14154,14 +15174,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kotitesti.fi", true }, { "kotomei.moe", true }, { "kotori.love", true }, + { "kotorimusic.ga", true }, { "kottur.is", true }, { "koumuwin.com", true }, + { "koushinjo.org", true }, { "kovaldo.ru", true }, { "kovals.sk", true }, { "kovnsk.net", true }, { "kovspace.com", true }, { "kowalmik.tk", true }, { "kowarschick.de", true }, + { "kowshiksundararajan.com", true }, { "koyaanis.com", true }, { "kozuch.biz", true }, { "kpdyer.com", true }, @@ -14174,8 +15197,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kpn-dnssec.com", true }, { "kpop.re", true }, { "kpumuk.info", true }, - { "kpvpn.com", true }, { "kpx1.de", true }, + { "kr.search.yahoo.com", false }, { "krachtinverbinding.nl", true }, { "kradalby.no", true }, { "kraft.blog", true }, @@ -14196,10 +15219,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krasota.ru", false }, { "krasovsky.me", true }, { "kraynik.com", true }, + { "krazykastles.co.uk", true }, + { "krazykoolkastles.com", true }, + { "krazyphotobooths.co.uk", true }, { "krc.link", true }, { "kreationnext.com", true }, { "kreativelabs.ch", true }, { "kreativstrecke.de", true }, + { "kredit-abzocke.com", true }, { "kredite24.de", true }, { "kreditkacs.cz", true }, { "kreen.org", true }, @@ -14216,6 +15243,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "krisstarkey.co.uk", true }, { "kristikala.nl", true }, { "kristinbailey.com", true }, + { "kristofdv.be", true }, { "krizek.cc", true }, { "krk-media.pl", false }, { "krmeni.cz", true }, @@ -14227,7 +15255,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kroon.email", true }, { "kropkait.pl", true }, { "krsn.de", true }, - { "krugermillions.org", true }, { "krugoval.hr", true }, { "kruin.net", true }, { "kruk.co", true }, @@ -14239,17 +15266,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kry.se", true }, { "kryglik.com", true }, { "krypsys.com", true }, + { "krypt.com", true }, { "kryptera.se", true }, { "kryx.de", true }, { "ks-watch.de", true }, { "kschv-rdeck.de", true }, { "ksero.center", true }, { "kshlm.in", true }, - { "ksukelife.com", true }, + { "kspg.tv", true }, + { "kswcosmetics.com", true }, { "ktbnetbank.com", true }, { "kthnxbai.xyz", true }, { "kts-thueringen.de", true }, + { "ktsee.eu.org", true }, { "ktube.yt", true }, + { "ktw.lv", true }, { "ku.io", true }, { "kualo.co.uk", true }, { "kualo.com", true }, @@ -14260,6 +15291,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kubiwa.net", true }, { "kubkprf.ru", true }, { "kubusadvocaten.nl", true }, + { "kuchenschock.de", true }, { "kuchentraum.eu", true }, { "kucheryavenkovn.ru", true }, { "kucnibudzet.com", true }, @@ -14303,15 +15335,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kurofuku.me", true }, { "kuroisalva.xyz", false }, { "kurona.ga", true }, + { "kuronekogaro.com", true }, + { "kurrietv.nl", true }, { "kurschies.de", true }, { "kursprogramisty.pl", true }, { "kurswahl-online.de", true }, { "kuruppa.xyz", true }, - { "kurzonline.com.br", true }, { "kuschku.de", true }, { "kusdaryanto.web.id", true }, + { "kushtikidsparties.co.uk", true }, { "kusochi.eu", true }, { "kutinsoft.com", true }, + { "kutsankaplan.com", true }, { "kutukupret.com", true }, { "kutus.ee", true }, { "kuwago.io", true }, @@ -14344,9 +15379,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kylejohnson.io", true }, { "kylelaker.com", true }, { "kylerwood.com", true }, + { "kylescastles.co.uk", true }, { "kyliehunt.com", true }, { "kylinj.com", false }, - { "kylling.io", true }, { "kymo.org", true }, { "kynaston.org.uk", true }, { "kynastonwedding.co.uk", true }, @@ -14357,14 +15392,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "kyoto-mic.com", true }, { "kyoto-tomikawa.jp", true }, { "kyoto-tomoshibi.jp", true }, + { "kyras-castles.co.uk", true }, { "kyujin-office.net", true }, { "kyunyuki.com", true }, { "kyusyu.org", true }, { "kyy.me", true }, + { "kz.search.yahoo.com", false }, { "kzsdabas.hu", true }, { "l-lab.org", true }, { "l0re.com", true }, - { "l18.io", true }, { "l2guru.ru", true }, { "l4n-clan.de", true }, { "l7world.com", true }, @@ -14384,14 +15420,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "labiblioafronebrulepas.com", true }, { "labobooks.com", true }, { "laboiteanem.fr", true }, + { "labouncycastlehire.co.uk", true }, { "labourreedevergheas.fr", true }, { "laboutiquemarocaineduconvoyeur.com", true }, - { "laboutiquemarocaineduconvoyeur.ma", true }, { "laboxfaitsoncinema.com", true }, { "labradorpuppiesforsalebyregisteredlabradorbreeders.com", true }, { "labrasaq8.com", true }, { "lacarpesaintaubinoise.fr", true }, { "lacasabelucci.com", true }, + { "lacasseroy.com", true }, + { "lacaveducinquantenaire.com", true }, { "lacetsroses.ch", true }, { "lachainedesentrepreneurs.fr", true }, { "lachlan.com", true }, @@ -14405,6 +15443,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lacliniquefinanciere.com", true }, { "lacyc3.eu", true }, { "ladbroke.net", true }, + { "lady-2.jp", true }, { "ladybugjam.com", true }, { "ladylikeit.com", true }, { "laextra.mx", true }, @@ -14425,6 +15464,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laguiadelvaron.com", true }, { "laguinguette.fr", true }, { "lahora.com.ec", true }, + { "laindonleisure.co.uk", true }, { "lajijonencadebarbera.com", true }, { "lak-berlin.de", true }, { "lakarwebb.se", true }, @@ -14432,11 +15472,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lakedavid.com.au", true }, { "lakefrontlittleelm.com", true }, { "lakehavasucityhomebuyerscredit.com", true }, + { "lakehavasucitynews.com", true }, { "lakehavasuhomebuyercredit.com", true }, { "lakehavasuhouserentals.com", true }, { "lakehavasuhouses.com", true }, { "lakehavasuwebsites.com", true }, + { "lakesherwoodelectrical.com", true }, { "lakewoodcomputerservices.com", true }, + { "lakhesis.net", true }, { "lakonia.com.br", true }, { "lalaya.fr", true }, { "laled.ch", true }, @@ -14444,6 +15487,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lalyre-corcelles.ch", true }, { "lamakat.de", true }, { "lamapoll.de", true }, + { "lamarieealhonneur.com", true }, { "lambauer.com", true }, { "lamboo.be", true }, { "lamiaposta.email", true }, @@ -14454,6 +15498,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lampenwelt.at", true }, { "lampenwelt.ch", true }, { "lan2k.org", true }, + { "lana.swedbank.se", true }, { "lanbroa.eu", true }, { "lanbyte.se", true }, { "lancejames.com", true }, @@ -14465,7 +15510,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "landbetweenthelakes.us", true }, { "landflair-magazin.de", true }, { "landofelves.net", true }, + { "landyparts.nl", true }, { "lanetix.com", true }, + { "lang-php.com", true }, { "langatang.com", true }, { "langbein.org", true }, { "langguth.io", true }, @@ -14475,6 +15522,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "langworth.com", true }, { "lanna.io", true }, { "lannainnovation.com", true }, + { "lanonfire.com", true }, { "lanre.org", true }, { "lanroamer.de", true }, { "lansechensilu.com", true }, @@ -14499,11 +15547,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laraeph.com", true }, { "laranara.se", true }, { "laraveldirectory.com", true }, + { "lareclame.fr", true }, { "larepublicacultural.es", true }, { "largescaleforums.com", true }, { "largeviewer.com", true }, { "lariscus.eu", true }, - { "larptreff.de", true }, { "larraz.es", true }, { "larrysalibra.com", true }, { "lars-ewald.com", true }, @@ -14526,10 +15574,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lasnaves.com", true }, { "lasrecetasdeguada.com", true }, { "lasse-it.dk", true }, + { "lasseleegaard.com", true }, + { "lasseleegaard.dk", true }, + { "lasseleegaard.net", true }, + { "lasseleegaard.org", true }, { "lasst-uns-beten.de", true }, { "lastchancetraveler.com", true }, { "lastharo.com", true }, + { "lastpass.com", false }, { "lastrada-minden.de", true }, + { "lastweekinaws.com", true }, { "lat.sk", true }, { "latabledebry.be", true }, { "latabledemontebello.com", true }, @@ -14563,6 +15617,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "laukstein.com", true }, { "launchpad-app2.com", true }, { "lauraandwill.wedding", true }, + { "laurakashiwase.com", true }, { "laurasplacefamilysupport.org.au", true }, { "laurelblack.com", true }, { "laurelspaandlash.com", true }, @@ -14576,27 +15631,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lavabit.no", true }, { "lavalite.de", true }, { "lavamob.com", true }, - { "lavapot.com", true }, { "lavaux.lv", true }, { "lavenderx.org", true }, { "lavita.de", true }, { "lavitrine-une-collection.be", true }, { "lavolte.net", true }, - { "lavval.com", true }, + { "lavval.com", false }, { "law-peters.de", true }, - { "lawformt.com", true }, { "lawn-seeds.com", true }, { "lawnuk.com", true }, + { "lawrence-institute.com", true }, { "lawrencemurgatroyd.com", true }, { "laylo.nl", true }, { "laymans911.info", true }, { "layoutsatzunddruck.de", true }, { "lazerus.net", true }, { "lazowik.pl", true }, - { "lazulu.com", true }, { "lazurit.com", true }, { "lazyboston.com", true }, { "lazyclock.com", true }, + { "lazyframe.com", true }, { "lazytux.de", true }, { "lazytux.org", true }, { "lb-toner.de", true }, @@ -14606,12 +15660,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lbihrhelpdesk.com", true }, { "lbs-logics.com", true }, { "lca-pv.de", true }, + { "lce-events.com", true }, { "lcht.ch", false }, - { "lcti.biz", true }, { "ld-begunjscica.si", true }, { "ldc.com.br", false }, - { "ldcraft.pw", true }, - { "ldvsoft.net", false }, { "le-bar.org", true }, { "le-blog.ch", true }, { "le-controle-parental.fr", true }, @@ -14635,16 +15687,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leakedminecraft.net", true }, { "leakforums.net", true }, { "leakreporter.net", true }, + { "leaks.directory", true }, { "leanclub.org", true }, { "leandre.cn", true }, { "leanplando.com", true }, { "leaodarodesia.com.br", true }, { "leap-it.be", true }, + { "leapandjump.co.uk", true }, + { "learn-smart.uk", true }, { "learnedhacker.com", true }, { "learnerdriving.com", false }, { "learnflakes.net", true }, { "learningis1.st", true }, { "learninglaw.com", true }, + { "learnpianogreece.com", true }, { "learnplayground.com", true }, { "learntube.cz", true }, { "leaseit24.com", true }, @@ -14652,9 +15708,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leasit.at", true }, { "leasit.de", true }, { "leatherfurnitureexpo.com", true }, + { "leatherwood.nl", true }, { "leaversmith.com", true }, { "leavesofchangeweekly.org", true }, - { "lebal.se", true }, { "lebanesearmy.gov.lb", true }, { "lebarmy.gov.lb", true }, { "lebens-fluss.at", true }, @@ -14665,7 +15721,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lechaudrondupertuis.ch", true }, { "lechiennoir.net", true }, { "leclaire.com.br", true }, - { "lecourtier.fr", true }, { "ledecologie.com.br", true }, { "ledhouse.sk", true }, { "ledzom.ru", true }, @@ -14676,15 +15731,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leebiblestudycentre.com", true }, { "leebiblestudycentre.net", true }, { "leebiblestudycentre.org", true }, - { "leech360.com", true }, + { "leech360.com", false }, { "leeclemens.net", true }, { "leedev.org", true }, + { "leefindlow.com", true }, { "leelou.wedding", true }, { "leerkotte.eu", true }, { "leerliga.de", true }, { "leertipp.de", true }, { "leesilvey.com", true }, { "leet2.com", true }, + { "leetcode.com", true }, { "leetcode.net", true }, { "leetgamers.asia", true }, { "leetsaber.com", true }, @@ -14702,6 +15759,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "legalrobot-uat.com", true }, { "legalrobot.com", true }, { "legaltip.eu", true }, + { "legatofmrc.fr", true }, { "legendary.camera", true }, { "legendesdechine.ch", true }, { "legendofkrystal.com", false }, @@ -14717,15 +15775,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lehtinen.xyz", true }, { "leibniz-remscheid.de", false }, { "leideninternationalreview.com", true }, - { "leifdreizler.com", false }, { "leigh.life", true }, { "leilautourdumon.de", true }, { "leilonorte.com", true }, - { "leiming.co", true }, { "leinfelder.in", true }, { "leipzig.photo", true }, { "leipziger-triathlon.de", true }, { "leisure-blog.com", true }, + { "leisure-supplies-show.co.uk", true }, + { "leition.com", true }, + { "leitionusercontent.com", true }, { "lejardindesmesanges.fr", true }, { "lel.ovh", true }, { "lelehei.com", true }, @@ -14738,16 +15797,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lemuslimpost.com", true }, { "lence.net", true }, { "lengzzz.com", true }, + { "lenidh.de", true }, { "lenkunz.me", true }, { "lenn1.de", true }, { "lennier.info", true }, { "lennyfaces.net", true }, { "lennyobez.be", true }, + { "lenr-forum.com", true }, { "lensdoctor.com", true }, { "lenspirations.com", true }, { "lensual.space", true }, { "lenuagebauche.org", true }, { "lenyip.com", true }, + { "lenyip.me", true }, { "lenyip.works", true }, { "lenzw.de", true }, { "leoandpeto.com", true }, @@ -14755,9 +15817,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leola.sk", true }, { "leolana.com", true }, { "leominstercu.com", false }, + { "leon-tech.com", true }, { "leon.net", true }, { "leonard.io", false }, - { "leonardcamacho.me", true }, { "leonax.net", true }, { "leondenard.com", true }, { "leonklingele.de", true }, @@ -14775,6 +15837,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "leretour.ch", true }, { "lerku.com", true }, { "lerlivros.online", true }, + { "lernenamsee.ch", true }, { "lernerspersonalinjury.ca", true }, { "lernorteuropa.com", true }, { "lernorteuropa.de", true }, @@ -14810,16 +15873,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lesyndicat.info", true }, { "let-go.cc", true }, { "letemps.ch", true }, - { "leticiagomeztagle.com", true }, + { "letitfly.me", true }, + { "lets-bounce.com", true }, { "lets-go-acoustic.de", true }, { "lets-ktai.jp", true }, { "lets.ninja", true }, { "lets.nu", true }, + { "letsbounceuk.com", true }, { "letsencrypt-for-cpanel.com", true }, { "letsgame.nl", true }, { "letsgetchecked.com", true }, { "letsgetintouch.com", true }, { "letsgowhilewereyoung.com", true }, + { "letspartyrugby.co.uk", true }, { "letstalkcounseling.com", true }, { "letterbox-online.de", true }, { "letterdance.de", true }, @@ -14833,10 +15899,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "levans.fr", true }, { "levanscatering.com", true }, { "levelcheat.com", true }, + { "leveluprails.com", true }, { "levelupwear.com", true }, { "levendwater.org", true }, { "levensbron.nl", true }, - { "leveredge.net", true }, { "leverj.io", true }, { "levermann.eu", true }, { "levindesalpes.fr", false }, @@ -14864,12 +15930,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lghfinancialstrategy.ch", true }, { "lgpecasoriginais.com.br", true }, { "lgsg.us", true }, + { "lhalbert.xyz", true }, { "lhasaapso.com.br", true }, { "lhconsult.tk", true }, { "lheinrich.com", true }, { "lheinrich.de", true }, { "li-ke.co.jp", true }, - { "liangji.com.tw", false }, + { "li.search.yahoo.com", false }, { "lianwen.kim", true }, { "lianye1.cc", true }, { "lianye2.cc", true }, @@ -14880,6 +15947,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liaozheqi.cn", true }, { "liaronce.win", true }, { "liautard.fr", true }, + { "libbitcoin.org", true }, { "libble.eu", true }, { "libdeer.so", true }, { "liberapay.com", true }, @@ -14888,6 +15956,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libmpq.org", true }, { "libnull.com", true }, { "librairie-asie.com", true }, + { "library-quest.com", true }, { "libraryextension.com", true }, { "libraryfreedomproject.org", false }, { "librazy.org", true }, @@ -14904,13 +15973,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "libsodium.org", true }, { "libstock.si", true }, { "licence-registry.com", true }, - { "liceserv.com", true }, { "lichess.org", true }, { "lichtspot.de", true }, { "lichttraeumer.de", true }, { "lickmypussy.us", true }, { "lickthesalt.com", true }, { "lidavidm.me", true }, + { "lidel.org", true }, { "liderwalut.pl", false }, { "lidl-gewinnspiel.de", true }, { "lidl-holidays.com", true }, @@ -14929,16 +15998,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lied8.eu", true }, { "liehuojun.com", true }, { "lifanov.com", true }, - { "life-time.nl", true }, { "lifebetweenlives.com.au", true }, { "lifecism.com", true }, { "lifeinhex.com", true }, { "lifekiss.ru", true }, + { "lifemarque.co.uk", true }, { "lifematenutrition.com", true }, { "lifemstyle.com", true }, + { "lifeng.us", true }, { "lifeqa.net", true }, { "lifequotes-uk.co.uk", true }, { "lifesafety.com.br", true }, + { "lifestyler.me", true }, + { "lifeventure.co.uk", true }, { "lifi.digital", true }, { "lifi.is", true }, { "liftie.info", true }, @@ -14951,6 +16023,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lightspeed.com", false }, { "lighttp.com", true }, { "lightworkerandempathsupport.com", true }, + { "lignemalin.com", true }, + { "lignenet.com", true }, { "lignoma.com", true }, { "ligonier.com", true }, { "lihaul.dnsalias.net", true }, @@ -14963,7 +16037,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "likehifi.de", true }, { "likemovies.de", true }, { "likenewhearing.com.au", true }, - { "likenosis.com", true }, { "lilaccakeboutique.com", true }, { "lilapmedia.com", true }, { "liliang13.com", true }, @@ -14971,8 +16044,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lily-bearing.com", true }, { "lily-inn.com", true }, { "lilyfarmfreshskincare.com", true }, - { "lilygreen.co.za", true }, + { "lilysbouncycastles.com", true }, { "limawi.io", true }, + { "limberg.me", true }, { "limeburst.net", true }, { "limeres.com", true }, { "limereslaw.com", true }, @@ -14987,6 +16061,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "limunana.com", true }, { "linan.blog", true }, { "lincdavis.com", true }, + { "lincsbouncycastlehire.co.uk", true }, { "linden.me", true }, { "lindeskar.se", true }, { "lindo.ru", true }, @@ -15001,13 +16076,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linernotekids.com", true }, { "lingerie.com.br", true }, { "lingerielovers.com.br", true }, - { "lingerieonline.com.br", true }, { "lingeriesilhouette.com", true }, { "lingolia.com", true }, { "lingotaxi.com", true }, { "lingting.vip", true }, { "linguamilla.com", true }, - { "linguatrip.com", false }, { "lingvo-svoboda.ru", true }, { "link-sanitizer.com", true }, { "linkages.org", true }, @@ -15039,31 +16112,36 @@ static const nsSTSPreload kSTSPreloadList[] = { { "linuxbabe.com", false }, { "linuxbierwanderung.com", true }, { "linuxchick.se", true }, - { "linuxcommand.ru", true }, { "linuxdays.cz", true }, { "linuxforum.ch", true }, { "linuxhostsupport.com", true }, { "linuxiuvat.de", true }, { "linuxlounge.net", true }, { "linuxproperties.com", true }, - { "linuxwebservertips.in", true }, { "linvx.org", true }, { "linx.li", true }, { "linx.net", true }, + { "linxmind.eu", true }, { "linzgau.de", true }, { "lionlyrics.com", true }, + { "lionsdeal.com", true }, + { "lipartydepot.com", true }, { "lipex.com", true }, + { "lipo.lol", true }, { "lipoabaltimore.org", true }, { "liqd.net", true }, { "liquid.cz", true }, { "liquidcomm.net", true }, { "liquidhost.co", true }, { "liquidinternet.co", true }, + { "liquidradio.pro", true }, + { "lirion.de", true }, { "liris-beautywelt.de", true }, { "lirlandais.ch", true }, { "lirnberger.com", true }, { "lisamccorrie.com", true }, { "lisamortimore.com", true }, + { "lisburnhottubnbounce.co.uk", true }, { "lisieuxarquitetura.com.br", true }, { "liskgdt.net", true }, { "lislan.org.uk", true }, @@ -15089,21 +16167,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "little-cake.com", true }, { "littledisney.ro", true }, { "littlefairy.no", true }, + { "littlejumpers.co.uk", true }, + { "littlelundgrenladies.com", true }, { "littlenina.nz", false }, { "littlepigcreek.com.au", true }, { "littlepincha.fr", true }, + { "littleprincessandmascotparties.co.uk", true }, + { "littlescallywagsplay.co.uk", true }, { "littleswitch.co.jp", true }, { "littlewatcher.com", true }, { "litvideoserver.de", true }, - { "litz.ca", true }, - { "litzenberger.ca", true }, { "liuboznaiko.eu", true }, { "liud.im", true }, { "liudon.org", true }, { "liul.in", true }, { "liushuyu.tk", true }, { "liv3ly.com", true }, - { "livecards.co.uk", true }, + { "livebetterwith.com", true }, { "livedesign.at", true }, { "livedesign24.de", true }, { "liveflightapp.com", true }, @@ -15122,6 +16202,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liveperformersmeeting.net", true }, { "liveregistratie.nl", true }, { "livesure.com", true }, + { "livi.co", true }, { "living-space.co.nz", true }, { "living24.de", true }, { "livingforreal.com", true }, @@ -15135,6 +16216,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "liyinjia.com", true }, { "lizardsystems.com", true }, { "lizhi.io", true }, + { "lizzythepooch.com", true }, { "ljason.cn", true }, { "ljs.io", true }, { "lknw.de", true }, @@ -15172,6 +16254,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "localbandz.com", true }, { "localbitcoins.com", true }, { "localblock.co.za", true }, + { "localbouncycastle.com", true }, { "localdecor.com.br", true }, { "localhorst.xyz", true }, { "localspot.pl", true }, @@ -15180,7 +16263,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "locauxrama.fr", true }, { "locchat.com", true }, { "locker.email", false }, - { "locker3.com", true }, { "lockify.com", true }, { "lockpick.nl", true }, { "lockpicks.se", true }, @@ -15199,8 +16281,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "loganmarchione.com", true }, { "loganparkneighborhood.org", true }, { "logbook.ch", true }, + { "logbot.info", true }, { "logement-saisonnier.com", true }, - { "logement.com", true }, { "logentries.com", false }, { "logfile.at", true }, { "logfile.ch", true }, @@ -15212,6 +16294,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "logicsale.de", true }, { "logicsale.fr", true }, { "logicsale.it", true }, + { "logimagine.com", true }, { "login.corp.google.com", true }, { "login.gov", false }, { "login.launchpad.net", true }, @@ -15219,7 +16302,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "login.ubuntu.com", true }, { "login.xero.com", false }, { "login.yahoo.com", false }, + { "logitank.net", true }, { "logitel.de", true }, + { "logojoes.net", true }, { "logopaediereinhard.de", true }, { "logopedistalanni.it", true }, { "logopoeia.com", true }, @@ -15239,14 +16324,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lojamulticapmais.com.br", true }, { "lojaprimemed.com.br", true }, { "lojaprojetoagua.com.br", true }, - { "lojashowdecozinha.com.br", true }, { "lojaterrazul.com.br", true }, - { "lojavalcapelli.com.br", true }, { "lojavirtualfct.com.br", true }, { "lojavisamed.com.br", true }, { "lojix.com", true }, { "lojj.pt", true }, { "lokaal.org", true }, + { "lolcorp.pl", true }, { "lolcow.farm", true }, { "lolhax.org", true }, { "loli.net", true }, @@ -15258,6 +16342,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lolkot.ru", true }, { "lolpatrol.de", true }, { "lolpatrol.wtf", true }, + { "loma.ml", true }, { "lommyfleet.com", true }, { "lona.io", true }, { "lonal.com", true }, @@ -15273,7 +16358,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lonelytweets.com", true }, { "lonesomecosmonaut.com", true }, { "longhaircareforum.com", true }, - { "longhorn-imports.com", true }, { "longhorn.id.au", true }, { "longstride.net", true }, { "lonniec.com", true }, @@ -15289,7 +16373,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lookastic.mx", true }, { "lookastic.ru", true }, { "lookatmysco.re", true }, - { "lookyman.net", true }, + { "loom.no", true }, + { "looneymooney.com", true }, { "loony.info", true }, { "loophost.com.br", false }, { "loopower.com", true }, @@ -15309,7 +16394,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lostserver.com", true }, { "lostwithdan.com", true }, { "loteks.de", true }, - { "lotos-ag.ch", true }, { "lottosonline.com", true }, { "lottospielen24.org", true }, { "lotw.de", true }, @@ -15323,6 +16407,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "love-schna.jp", true }, { "love4taylor.eu.org", true }, { "love4taylor.me", true }, + { "loveandadoreboutique.com", true }, { "loveandloyalty.se", true }, { "loveislandgames.com", true }, { "loveismore.de", false }, @@ -15350,6 +16435,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lovetravel360.com", true }, { "loveyounastya.com", true }, { "loveysa.ch", true }, + { "lovg.ren", true }, { "lovingearth.co", true }, { "lovizaim.ru", true }, { "low-diets.com", true }, @@ -15377,17 +16463,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lstma.com", true }, { "lsys.ac", true }, { "lszj.com", true }, + { "lt.search.yahoo.com", false }, { "ltba.org", true }, { "ltecode.com", true }, { "ltls.org", true }, { "ltn-tom-morel.fr", true }, { "ltransferts.com", true }, + { "lu.search.yahoo.com", false }, { "lubar.me", true }, { "lubbockyounglawyers.org", true }, - { "lubomirkazakov.com", true }, + { "lubot.net", false }, { "luc-oberson.ch", true }, { "luca.swiss", true }, { "lucasantarella.com", true }, + { "lucascantor.com", true }, { "lucascodes.com", true }, { "lucasem.com", true }, { "lucasgaland.com", true }, @@ -15400,15 +16489,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lucidlogs.com", true }, { "lucidoccult.com", true }, { "lucielavickova.com", true }, + { "luckycastles.co.uk", true }, { "luckystarfishing.com", true }, { "lucy.science", true }, { "lucyparsonslabs.com", true }, { "lucysan.net", true }, { "ludikovsky.name", true }, + { "ludovic-muller.fr", true }, { "ludwig.im", true }, { "ludwigpro.net", true }, { "luehne.de", true }, { "luelistan.net", true }, + { "luenwarneke.com", true }, { "luffyhair.com", true }, { "luftbild-siegerland.de", true }, { "luftreiniger.biz", true }, @@ -15422,17 +16514,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luisyr.com", true }, { "luk.earth", true }, { "luk.photo", true }, + { "lukas-oppermann.de", true }, { "lukas-schauer.de", true }, { "lukas.im", true }, { "lukas2511.de", true }, { "lukasberan.com", true }, { "lukasberan.cz", true }, { "lukasfunk.com", true }, + { "lukasoppermann.com", true }, { "lukasoppermann.de", true }, { "lukasschauer.de", true }, { "lukasschick.de", true }, { "lukasunger.cz", true }, - { "lukasunger.net", true }, { "lukaszdolan.com", true }, { "lukaszorn.de", true }, { "lukasztkacz.com", true }, @@ -15440,8 +16533,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luke.ch", true }, { "lukeistschuld.de", true }, { "lukeng.net", true }, + { "lukesbouncycastlehire.com", true }, { "lukmanulhakim.id", true }, { "lumiere.com", true }, + { "luminancy.com", true }, { "lunafag.ru", true }, { "lunakit.org", true }, { "lunapps.com", true }, @@ -15470,6 +16565,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lustige-zitate.com", true }, { "lustin.fr", true }, { "lustrum.ch", true }, + { "lutizi.com", true }, { "lutoma.org", true }, { "luukdebruincv.nl", true }, { "luukklene.nl", true }, @@ -15479,15 +16575,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "luxe-it.co.uk", true }, { "luxescreenprotector.nl", true }, { "luxinmo.com", true }, - { "luxonetwork.com", true }, { "luxsci.com", true }, { "luxuryweddingsindonesia.com", true }, { "luxusnivoucher.cz", true }, { "luxusnyvoucher.sk", true }, { "luxvacuos.net", true }, + { "luxwatch.com", true }, { "luzat.com", true }, { "luzeshomologadas.com.br", true }, { "luzfaltex.com", true }, + { "lv.search.yahoo.com", false }, { "lv0.it", true }, { "lvmoo.com", true }, { "lvrsystems.com", true }, @@ -15495,7 +16592,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lwl.moe", true }, { "lwl12.com", true }, { "lycee-saintjoseph-mesnieres.fr", true }, - { "lycly.top", true }, { "lydudlejning.net", true }, { "lyfbits.com", true }, { "lymia.moe", true }, @@ -15503,6 +16599,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lyness.io", true }, { "lyngvaer.no", true }, { "lynkos.com", true }, + { "lynnlaytonnissanparts.com", true }, { "lynnmosher.com", true }, { "lynthium.com", true }, { "lynx.nl", true }, @@ -15515,28 +16612,34 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lyst.co.uk", true }, { "lyx.dk", true }, { "lz.sb", true }, + { "lzahq.tech", true }, { "lzh.one", true }, { "m-22.com", true }, { "m-edmondson.co.uk", true }, { "m-generator.com", true }, { "m-idea.jp", true }, { "m-kleinert.de", false }, + { "m-mail.fr", true }, { "m-orthodontic.com", true }, { "m-plan.com", true }, - { "m.facebook.com", false }, + { "m-ses.fr", true }, + { "m.facebook.com", true }, { "m.mail.ru", true }, + { "m.me", true }, + { "m0t0k1ch1.com", true }, { "m132.eu", true }, { "m2epro.com", true }, { "m2os.com", true }, { "m4570.xyz", true }, - { "m4g.ru", true }, { "m4rcus.de", true }, { "ma-eir.nl", true }, + { "ma-musique.fr", true }, { "ma-plancha.ch", true }, { "ma2t.com", true }, { "maartenderaedemaeker.be", true }, { "maartenprovo.be", true }, { "maartenvandekamp.nl", true }, + { "maaya.jp", true }, { "mabankonline.com", true }, { "mabulledu.net", true }, { "mac-i-tea.ch", true }, @@ -15553,9 +16656,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "macha.cloud", true }, { "machbach.com", true }, { "machbach.net", true }, + { "machetewp.com", true }, { "machikka.com", false }, + { "machineryhouse.com.au", true }, { "macht-elektro.de", true }, { "machtweb.de", true }, + { "maciespartyhire.co.uk", true }, { "macinyasha.net", true }, { "macker.io", true }, { "mackey7.net", true }, @@ -15571,11 +16677,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "macosxfilerecovery.com", true }, { "macoun.de", true }, { "macstore.pe", true }, + { "mactools.com.co", true }, { "macustar.eu", true }, { "madae.nl", true }, { "madbin.com", true }, + { "madbouncycastles.co.uk", true }, { "madcatdesign.de", true }, { "maddi.biz", true }, + { "made-in-earth.co.jp", true }, { "madebyshore.com", true }, { "madeglobal.com", true }, { "madeinchezmoi.net", true }, @@ -15583,8 +16692,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "madeinstudio3.com", true }, { "madeintucson.org", true }, { "madeitwor.se", true }, - { "mademoiselle-emma.be", true }, - { "mademoiselle-emma.fr", true }, { "mademoiselledemargaux.com", true }, { "mader.jp", true }, { "madesurveying.co.uk", true }, @@ -15592,7 +16699,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "madirc.net", true }, { "madmar.ee", true }, { "madnetwork.org", true }, - { "madoka.nu", true }, { "madokami.net", true }, { "madreacqua.org", true }, { "madtec.de", true }, @@ -15622,12 +16728,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magentapinkinteriors.co.uk", true }, { "magi.systems", true }, { "magicball.co", true }, - { "magicbroccoli.de", false }, + { "magicbroccoli.de", true }, + { "magicdaysomagh.co.uk", true }, + { "magickmoments.co.uk", true }, { "magiclen.org", true }, - { "magicspaceninjapirates.de", false }, + { "magicspaceninjapirates.de", true }, { "magictable.com", true }, { "magilio.com", true }, - { "magnacumlaude.co", true }, { "magnatronic.com.br", true }, { "magneticattraction.com.au", true }, { "magnets.jp", true }, @@ -15637,6 +16744,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "magnoliastrong.com", true }, { "magwin.co.uk", true }, { "magyarokegyhelyen.hu", true }, + { "mahai.me", true }, { "mahansexcavating.com", true }, { "mahatmayoga.org", true }, { "mahefa.co.uk", true }, @@ -15650,7 +16758,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mail.com", true }, { "mail.de", true }, { "mail.google.com", true }, - { "mail.yahoo.com", false }, { "mail4you.in", true }, { "mailbox.mg", true }, { "mailbox.org", true }, @@ -15668,14 +16775,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mainechiro.com", true }, { "mainframeserver.space", true }, { "mainlined.org", true }, - { "mainlywrenches.co", true }, { "mainston.com", true }, - { "mainzelmaennchen.net", true }, - { "maisalto.ind.br", true }, { "maisgasolina.com", true }, { "maisretorno.com", true }, { "maisvitaminas.com.br", true }, { "maitrechaton.fr", true }, + { "maitrise-orthopedique.com", true }, { "majahoidja.ee", true }, { "majaweb.cz", true }, { "majemedia.com", true }, @@ -15684,6 +16789,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "makaleci.com", true }, { "makedin.net", true }, { "makeit-so.de", true }, + { "makem-bounce.co.uk", true }, { "makemejob.com", true }, { "makenaiyo-fx.com", true }, { "makeuplove.nl", true }, @@ -15700,18 +16806,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "malaysia.search.yahoo.com", false }, { "malaysian.dating", true }, { "maldives.cx", true }, - { "maleexcel.com", true }, { "malenyflorist.com.au", true }, { "malesbdsm.com", true }, { "malgraph.net", true }, { "maliar.fr", true }, { "malibubeachrecoverycenter.com", true }, { "malibuelectrical.com", true }, + { "malik.id", true }, { "malikussa.id", true }, + { "malikussaid.com", true }, { "malinator.net", false }, { "malinheadview.ie", true }, { "maliskovik.si", true }, - { "maljaars-fotografie.nl", true }, { "malkaso.com.ua", true }, { "mall.cz", true }, { "mall.hr", true }, @@ -15730,7 +16836,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "malware.watch", true }, { "malwarekillers.com", true }, { "maly.cz", true }, + { "malyshata.com", true }, { "malysvet.net", true }, + { "mamacobaby.com", true }, { "mamadea.be", true }, { "mamanecesitaungintonic.com", true }, { "mamastore.eu", true }, @@ -15748,20 +16856,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "management-ethics.com", true }, { "managementboek.nl", true }, { "managementfeedback.com", true }, - { "manageprojects.com", false }, { "manager-efficacement.com", true }, { "manager.linode.com", false }, { "managewp.org", true }, + { "manalu.cz", true }, { "manatees.net", true }, { "manav-it.de", true }, { "manavgabhawala.com", true }, { "mandala-ausmalbilder.de", true }, + { "mandcbouncycastlehire.co.uk", true }, + { "mandm.servebeer.com", true }, { "manesht.ir", true }, { "manfredgruber.net", true }, { "manfredimatteo.com", true }, { "mangaristica.com", true }, - { "mangazuki.co", true }, { "manhattanchoralensemble.org", true }, + { "manhole.club", true }, + { "manicbouncycastles.co.uk", true }, { "manicode.com", true }, { "maniorpedi.com", true }, { "manipil.ch", true }, @@ -15790,6 +16901,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "manueldopheide.com", true }, { "manueli.de", true }, { "manufacturing.gov", true }, + { "manuscript.com", true }, { "manutd.org.np", true }, { "manuth.life", true }, { "manutrol.com.br", true }, @@ -15801,6 +16913,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maone.net", true }, { "maorseo.com", true }, { "maosensanguentadasdejesus.net", true }, + { "maosi.xin", true }, { "maowtm.org", true }, { "maozedong.red", true }, { "map4erfurt.de", true }, @@ -15811,6 +16924,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maple5.com", true }, { "mapletime.com", true }, { "mapresidentielle.fr", true }, + { "maquillage-permanent-tatoo.com", true }, { "maquinariaspesadas.org", true }, { "marakovits.net", true }, { "marbinvest.com", true }, @@ -15833,6 +16947,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marcianoandtopazio.com", true }, { "marco-kretz.de", true }, { "marco-polo-reisen.com", true }, + { "marcocasoni.com", true }, { "marcohager.de", true }, { "marcoherten.com", true }, { "marcoslater.com", true }, @@ -15849,6 +16964,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mariacristinadoces.com.br", true }, { "mariage-photo.ch", true }, { "marianatherapy.com", true }, + { "marianhoenscheid.de", true }, { "mariannenan.nl", true }, { "marianwehlus.de", true }, { "mariaolesen.dk", true }, @@ -15886,13 +17002,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marketgot.com", true }, { "marketing-advertising.eu", true }, { "marketing.limited", true }, - { "marketingdesignu.cz", true }, { "marketio.co", true }, { "marketizare.ro", true }, { "marketnsight.com", true }, { "markido.com", true }, { "markitzeroday.com", true }, - { "markllego.com", true }, + { "marko-fenster24.de", true }, { "markoh.co.uk", true }, { "markom.rs", true }, { "markow.io", true }, @@ -15901,11 +17016,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "markri.nl", false }, { "markridgwell.com", true }, { "markridgwellcom.appspot.com", true }, + { "markscastles.co.uk", true }, { "marksouthall.com", true }, { "markspres.org", true }, { "markt-heiligenstadt.de", false }, { "marktcontact.com", true }, { "markup-ua.com", true }, + { "markus-ullmann.de", true }, { "markus.design", true }, { "markusabraham.com", true }, { "markusehrlicher.de", true }, @@ -15913,7 +17030,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "markuskeppeler.no-ip.biz", true }, { "markusueberallassetmanagement.de", true }, { "markusueberallconsulting.de", true }, - { "markusweimar.de", true }, { "marl.fr", true }, { "marlen.cz", true }, { "marlonschultz.de", true }, @@ -15932,10 +17048,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "marsanvet.com", true }, { "marsatapp.com", true }, { "marsble.com", true }, + { "marshallscastles.com", true }, { "marshmallow.co", true }, { "martelange.ovh", true }, { "martensmxservice.nl", true }, { "marti201.ga", true }, + { "martide.com", true }, { "martiestrimsalon.nl", true }, { "martin-arend.de", true }, { "martin-smith.info", true }, @@ -15945,11 +17063,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "martinkus.eu", true }, { "martinmuc.de", true }, { "martinreed.net", true }, + { "martinrogalla.com", true }, { "martinsfamilyappliance.com", true }, { "martonmihaly.hu", true }, { "maru-life.com", true }, { "maruhoi.com", true }, - { "marvinkeller.de", true }, { "marxist.party", true }, { "maryeclark.com", true }, { "maryjruggles.com", true }, @@ -15967,6 +17085,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "massagecupping.com", true }, { "massdrop.com", true }, { "masse.org", true }, + { "massflix.com", true }, { "masshiro.blog", true }, { "massivum.de", false }, { "massoni.pl", true }, @@ -15992,25 +17111,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mastiffingles.com.br", true }, { "masto.io", true }, { "mastodon.at", true }, + { "mastodon.blue", false }, { "mastodon.co.nz", true }, { "mastodon.expert", true }, { "mastodon.fun", true }, { "mastodon.host", true }, - { "mastodon.my", true }, { "mastodon.org.uk", true }, { "mastodon.rocks", true }, { "mastodon.top", true }, { "mat99.dk", true }, { "matanz.de", true }, + { "matarrosabierzo.com", true }, { "matatabimix.com", true }, { "match.audio", true }, { "matcha-iga.jp", true }, { "matchatea24.com", true }, { "matchboxdesigngroup.com", true }, + { "matel.org", true }, { "materiaischiquinho.com.br", true }, { "material-world-fuyouhin.com", true }, { "materialism.com", true }, + { "materialyinzynierskie.pl", true }, { "maternum.com", true }, + { "mathalexservice.info", true }, { "mathembedded.com", true }, { "matheo-schefczyk.de", true }, { "mathhire.org", true }, @@ -16022,14 +17145,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mathspace.co", true }, { "matildajaneclothing.com", true }, { "matjaz.it", true }, - { "matlabjo.ir", true }, { "matlss.com", true }, { "matomeathena.com", true }, { "matriterie-sdv.ro", true }, { "matrixmedia.ro", true }, { "matrixreq.com", true }, + { "matsu-semi.com", true }, { "mattandyana.com", true }, - { "mattberryman.com", true }, { "mattbsg.xyz", true }, { "mattcarr.net", false }, { "mattcoles.io", true }, @@ -16039,13 +17161,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "matthecat.com", true }, { "matthew-carson.info", true }, { "matthewemes.com", true }, - { "matthewkenny.co.uk", true }, { "matthewohare.com", true }, { "matthewtester.com", true }, { "matthey.nl", true }, { "matthi.coffee", true }, { "matthias-muenzner.de", true }, { "matthiasadler.info", true }, + { "matthiasott.com", true }, { "matthiasschwab.de", true }, { "matthiasweiler.de", true }, { "matthijssen.info", true }, @@ -16054,7 +17176,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mattli.us", true }, { "mattmccutchen.net", true }, { "mattonline.me", true }, - { "mattwb65.com", true }, + { "mattwservices.co.uk", true }, { "matviet.vn", true }, { "matze.co", true }, { "matze.org", true }, @@ -16106,6 +17228,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maydex.info", true }, { "mayerbrownllz.com", true }, { "maynardnetworks.com", false }, + { "mayomarquees.com", true }, + { "mayopartyhire.com", true }, { "mayoristassexshop.com", true }, { "maypolevilla.co.uk", true }, { "mayrhofer.eu.org", true }, @@ -16115,9 +17239,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "maze.fr", true }, { "mazternet.ru", true }, { "mazurlabs.tk", true }, - { "mazzotta.me", true }, { "mb-is.info", true }, { "mbaestlein.de", true }, + { "mbainflatables.co.uk", true }, { "mbardot.com", true }, { "mbasic.facebook.com", false }, { "mbcars.be", true }, @@ -16128,11 +17252,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mbinformatik.de", false }, { "mbits.solutions", true }, { "mblankhorst.nl", true }, + { "mble.mg", true }, { "mbp.banking.co.at", false }, { "mbr-net.de", true }, { "mbrooks.info", true }, { "mbs-journey.com", true }, { "mbsec.net", true }, + { "mburns.duckdns.org", true }, { "mbweir.com", true }, { "mbwemmel-usedcars.be", true }, { "mc-venture.net", false }, @@ -16141,6 +17267,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mcb-bank.com", true }, { "mccordworks.com", true }, { "mccrackon.com", true }, + { "mcdermottautomotive.com", true }, { "mcdona1d.me", true }, { "mcdonalds.be", true }, { "mcdonalds.design", true }, @@ -16148,6 +17275,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mce.eu", true }, { "mce.nyc", true }, { "mce55.eu", true }, + { "mcea-hld.jp", true }, { "mceconferencecentre.eu", true }, { "mcgarderen.nl", true }, { "mcgavocknissanwichitaparts.com", true }, @@ -16161,22 +17289,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mckinley1.com", true }, { "mckinleytk.com", true }, { "mcl.gg", true }, - { "mcmillansedationdentistry.com", true }, + { "mclinflatables.co.uk", true }, { "mcmillanskiclub.com.au", true }, { "mcneill.io", true }, { "mcnext.net", true }, { "mcpart.land", true }, { "mcrn.jp", true }, { "mcsa-usa.org", true }, + { "mcsinflatables.co.uk", true }, { "mcsniper.co", true }, { "mcsnovatamabayan.com", true }, { "mctherealm.net", true }, - { "mcuexchange.com", true }, { "mcuong.tk", false }, { "mcynews.com", true }, { "mcyukon.com", true }, { "md5file.com", true }, { "md5hashing.net", true }, + { "mdbouncycastlehirelondon.co.uk", true }, { "mdcloudpracticesolutions.com", true }, { "mdcloudps.com", true }, { "mdek.at", true }, @@ -16184,26 +17313,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mdf-bis.com", true }, { "mdma.net", true }, { "mdmed.clinic", true }, + { "mdoering.de", true }, { "mdosch.de", true }, { "mdpraha.cz", true }, { "mdsave.com", true }, { "mdwftw.com", true }, { "mdx.no", true }, + { "mdxdave.de", true }, { "mdxn.org", true }, { "me-center.com", true }, - { "me-dc.com", true }, { "me-groups.com", true }, { "me.net.nz", true }, { "meadowviewfarms.org", true }, { "mealgoo.com", true }, - { "mealz.com", true }, { "meany.xyz", true }, { "meap.xyz", true }, { "measuretwice.com", true }, { "measureyourpenis.today", true }, { "meat.org.uk", true }, { "meathealth.com", true }, - { "mecanicadom.com", true }, { "mecanicoautomotriz.org", true }, { "mechanixdirect.co.uk", false }, { "mechanus.io", true }, @@ -16218,21 +17346,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "media-instance.ru", true }, { "media-pi.com", true }, { "mediaarea.net", true }, + { "mediablaster.com", true }, { "mediaburst.co.uk", true }, - { "mediadandy.com", true }, { "mediadex.be", true }, { "mediaexpert.fr", true }, { "mediafocus.biz", true }, { "mediagenic.ch", true }, + { "mediagrand.net", true }, + { "mediajurnal.com", true }, { "medialab.nrw", true }, { "mediamarkt.pl", true }, + { "mediapart.fr", true }, { "mediaselection.eu", true }, { "mediationculturelleclp.ch", true }, { "mediawiki.org", true }, { "mediawin.pl", true }, { "medic-world.com", true }, + { "medicalcountermeasures.gov", true }, { "medicinesfast.com", false }, { "medicinia.com.br", true }, + { "medicinskavranje.edu.rs", true }, { "medicocompetente.it", true }, { "medicoresponde.com.br", true }, { "medifab.online", true }, @@ -16252,7 +17385,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "medtehnika.ua", true }, { "medusa.wtf", true }, { "meduza.io", true }, + { "medwaybouncycastlehire.co.uk", true }, { "medy-me.com", true }, + { "medyotan.ga", true }, { "meedoenhartvanwestbrabant.nl", true }, { "meehle.com", true }, { "meeko.cc", true }, @@ -16265,14 +17400,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meetmibaby.co.uk", true }, { "meetmygoods.com", true }, { "meeusen-usedcars.be", true }, + { "meeztertom.nl", true }, + { "meg-a-bounce.co.uk", true }, { "mega-feeling.de", true }, { "mega.co.nz", true }, { "mega.nz", true }, { "mega.online", true }, { "megablogging.org", true }, + { "megabounce.co.uk", true }, + { "megabounceni.co.uk", true }, + { "megabouncingcastles.com", true }, { "megadrol.com", true }, { "megaflowers.ru", true }, { "megagifs.de", true }, + { "megainflatables.co.uk", true }, { "megamarkey.de", true }, { "megamisja.pl", true }, { "meganandmarc.us", true }, @@ -16284,6 +17425,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "megasslstore.com", true }, { "megaxchange.com", true }, { "megumico.net", true }, + { "mehalick.com", true }, { "mehhh.xyz", true }, { "mehmetakif.edu.tr", true }, { "mehmetince.net", true }, @@ -16296,6 +17438,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meilleur.info", true }, { "mein-muehlhausen.bayern", true }, { "mein-webportal.de", true }, + { "meinbetriebsrat24.de", true }, { "meincenter-meinemeinung.de", true }, { "meincoach.at", true }, { "meine-email-im.net", true }, @@ -16314,11 +17457,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "melaniegruber.de", true }, { "melbourne.dating", true }, { "melbourneapartments.website", true }, - { "melcher.it", true }, { "melchizedek-forum.de", true }, { "meldcode-assistent.nl", true }, { "melearning.university", false }, + { "meledia.com", true }, { "melenchatsmelenchiens.fr", true }, + { "melerpaine.com", true }, { "melf.nl", true }, { "melhoresdominios.com", true }, { "melhoresmarcasdenotebook.com.br", true }, @@ -16330,9 +17474,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "melnessgroup.com", true }, { "melnikov.ch", true }, { "melodic.com.au", true }, + { "melodiouscode.net", true }, { "melodrom.de", true }, { "melody-lyrics.com", true }, - { "melonstudios.net", true }, { "melpomene.me", true }, { "melted.me", true }, { "meltzow.net", true }, @@ -16351,12 +17495,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "memiux.com", true }, { "memo-linux.com", true }, { "memoire-resistance-ariege.fr", true }, + { "memorycards.ie", true }, { "memoryex.net", true }, { "memorygame.io", true }, { "menanwc.org", true }, { "menaraannonces.com", true }, { "menchez.me", true }, { "menden.com", true }, + { "mendipbouncycastles.co.uk", true }, { "mendy.jp", true }, { "menielias.com", true }, { "menole.com", true }, @@ -16367,11 +17513,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mensagemdaluz.com", true }, { "mensagensaniversario.com.br", true }, { "mensagensdeconforto.com.br", true }, + { "mensagensperfeitas.com.br", true }, { "mensch-peter.me", true }, { "mentalhealth.gov", true }, { "mentalhealthmn.org", true }, { "mentaltraining-fuer-musiker.ch", true }, - { "mentax.net", false }, { "mentiq.az", true }, { "mentorithm.com", true }, { "mentz.info", true }, @@ -16408,6 +17554,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meshotes.com", true }, { "mesicka.com", true }, { "meskdeals.com", true }, + { "messagescelestes-archives.ca", true }, { "messagescelestes.ca", true }, { "messenger.com", false }, { "messer24.ch", true }, @@ -16420,6 +17567,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "metacoda.com", true }, { "metacode.biz", true }, { "metadatawiki.com", true }, + { "metadistribution.com", true }, { "metaether.net", true }, { "metalsculpture.co.uk", true }, { "metalu.ch", true }, @@ -16441,17 +17589,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "meterhost.com", true }, { "methamphetamine.co.uk", true }, { "methylone.com", true }, + { "metikam.pl", true }, { "metin2sepeti.com", true }, { "metrix-money-ptc.com", true }, { "metrix.design", true }, { "metroairvirtual.com", true }, - { "metrobriefs.com", true }, + { "metrolush.com", true }, { "metronaut.de", true }, { "metropop.ch", true }, { "metsasta.com", true }, { "meu-smartphone.com", true }, { "meu-solutions.com", true }, - { "meucosmetico.com.br", true }, { "meulike.us", true }, { "meupedido.online", true }, { "meusigno.com", true }, @@ -16466,6 +17614,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mflodin.se", true }, { "mfrsgb45.org", true }, { "mft.global", true }, + { "mfxbe.de", true }, { "mghiorzi.com.ar", false }, { "mgknet.com", true }, { "mgoessel.de", true }, @@ -16475,8 +17624,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mhalfter.de", true }, { "mhatlaw.com", true }, { "mheistermann.de", true }, + { "mhermans.nl", true }, { "mhi.web.id", true }, - { "mhjuma.com", true }, { "mhmfoundationrepair.com", true }, { "mi-beratung.de", true }, { "mi-so-ji.com", true }, @@ -16486,6 +17635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miaowo.org", true }, { "miasarafina.de", true }, { "miboulot.com", true }, + { "micado-software.com", true }, { "micaiahparker.com", true }, { "micalodeal.ch", true }, { "micasamgmt.com", true }, @@ -16497,12 +17647,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "michaelasawyer.com", true }, { "michaelcullen.name", true }, { "michaeleichorn.com", true }, + { "michaelizquierdo.com", true }, + { "michaeljdennis.com", true }, + { "michaelkuchta.me", true }, { "michaelleibundgut.com", true }, { "michaelpfrommer.de", true }, { "michaelpfrommer.pub", true }, { "michaelrigart.be", true }, - { "michaelsulzer.com", true }, - { "michaelsulzer.eu", true }, + { "michaelschubert.com", true }, { "michaeltaboada.me", true }, { "michaeltroger.com", true }, { "michaeltruskowski.com", true }, @@ -16531,11 +17683,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "microcomploja.com.br", true }, { "microdesic.com", true }, { "microdots.de", true }, + { "microlinks.org", true }, { "microlog.org", true }, { "microsoftaffiliates.azurewebsites.net", true }, { "microvb.com", true }, { "midair.io", true }, { "midlandgate.de", true }, + { "midlandleisuresales.co.uk", true }, + { "midlandsfundays.co.uk", true }, + { "midlandsphotobooths.co.uk", true }, { "midlgx.com", true }, { "midnight-visions.de", true }, { "midnightmechanism.com", true }, @@ -16547,6 +17703,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mieuxgrandir.ch", true }, { "miffy.me", true }, { "mig5.net", true }, + { "miggy.org", true }, { "mightymillionsraffle.com", true }, { "miguel.pw", true }, { "migueldemoura.com", true }, @@ -16575,6 +17732,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mikegerwitz.com", true }, { "mikehamburg.com", true }, { "mikek.work", true }, + { "mikerichards.photography", true }, { "mikes.tk", true }, { "miketabor.com", true }, { "miketheuer.com", true }, @@ -16628,7 +17786,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minakov.pro", true }, { "minami.xyz", true }, { "minamo.io", true }, - { "minantavla.se", true }, { "minaprine.com", true }, { "mind-box.ch", true }, { "mind-hochschul-netzwerk.de", true }, @@ -16639,6 +17796,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mindcoding.ro", true }, { "mindercasso.nl", true }, { "mindleaking.org", true }, + { "mindorbs.com", true }, { "mindturbo.com", true }, { "mindwerks.net", true }, { "mine260309.me", true }, @@ -16652,7 +17810,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minepay.net", true }, { "minepic.org", true }, { "minepod.fr", true }, - { "minesouls.fr", true }, { "minez-nightswatch.com", false }, { "minf3-games.de", true }, { "mingram.net", true }, @@ -16662,17 +17819,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mini2.fi", true }, { "minigames.com", true }, { "minigolf-reisinger.com", true }, + { "minigolfandgames.co.uk", true }, { "minikidz.es", true }, { "minikneet.com", true }, { "minilions.fr", true }, { "minimaliston.com", true }, { "minimaltimer.com", true }, + { "minimayhemsoftplay.co.uk", true }, { "minimbah.com.au", true }, { "minimvc.com", true }, { "minipainting.net", true }, { "minis-hip.de", true }, { "miniskipper.at", true }, - { "minitruckin.net", true }, { "minitrucktalk.com", true }, { "minkondom.nu", true }, { "minkymoon.jp", true }, @@ -16680,9 +17838,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "minnesotamathcorps.org", true }, { "minnesotareadingcorps.org", true }, { "minnit.chat", true }, + { "minobar.com", true }, { "minorshadows.net", true }, { "minpingvin.dk", true }, { "minschuns.ch", true }, + { "mintclass.com", true }, { "mintea-noua.ro", true }, { "minto.cc", true }, { "mintosherbs.com", true }, @@ -16703,16 +17863,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mireillewendling.com.br", true }, { "mireservaonline.es", true }, { "mirkofranz.de", true }, - { "mirodasilva.be", true }, { "mironet.cz", true }, { "mirshak.com", true }, { "mirtes.cz", true }, { "miruc.co", true }, { "mirucon.com", true }, { "misakiya.co.jp", true }, + { "misclick.nl", true }, { "misconfigured.io", true }, { "miscreant.me", true }, { "misericordiasegrate.org", true }, + { "misgluteosperfectos.com", true }, + { "mishkovskyi.net", true }, { "miskatonic.org", true }, { "misoji-resist.com", true }, { "misrv.com", true }, @@ -16734,9 +17896,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mistacms.com", true }, { "mister-cooks.fr", true }, { "mistreaded.com", true }, - { "mistybox.com", true }, { "misupport.dk", true }, { "misura.re", true }, + { "misuzu.moe", true }, { "mit-uns.org", true }, { "mita.me", true }, { "mitaines.ch", true }, @@ -16758,6 +17920,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miui-germany.de", true }, { "miukimodafeminina.com", true }, { "mivzakim.net", true }, + { "mixnshake.com", true }, { "mixposure.com", true }, { "mixtape.moe", true }, { "miya.io", true }, @@ -16765,25 +17928,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "miyatore.com", true }, { "miyoshi-kikaku.co.jp", true }, { "miyoshi-kikaku.com", true }, - { "miyugirls.com", true }, { "mizipack.com", true }, { "mizque.ch", true }, { "mizumax.me", true }, { "mj420.com", true }, { "mjacobson.net", true }, { "mjanja.ch", true }, + { "mjasm.org", true }, { "mjec.net", true }, { "mjhsc.nl", true }, { "mjlaurindo.pt", true }, { "mjmnagy.info", true }, { "mk89.de", true }, + { "mkacg.com", true }, { "mkaciuba.com", true }, { "mkakh.com", true }, { "mkakh.xyz", true }, + { "mkbouncycastles.co.uk", true }, + { "mkbouncyhire.co.uk", true }, { "mkcert.org", true }, { "mkd.mk", true }, { "mkes.com", true }, - { "mkfs.fr", true }, { "mkhsoft.eu", true }, { "mkimage.com", true }, { "mklpedia.de", true }, @@ -16819,10 +17984,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mmt.my", true }, { "mmucha.de", true }, { "mncloud.de", true }, + { "mncr.nl", true }, { "mnd.sc", true }, { "mne.moe", true }, { "mnedc.org", true }, { "mneeb.de", true }, + { "mnguyen.io", true }, { "mnitro.com", true }, { "mnium.de", true }, { "mnsure.org", true }, @@ -16854,6 +18021,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mobobe.com", true }, { "mobsender.com", true }, { "mobycoders.com", true }, + { "mocarps.hk", true }, { "mochanstore.com", true }, { "mochoko.com", true }, { "modaexecutiva.com.br", true }, @@ -16870,7 +18038,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "modelcase.co.jp", false }, { "modelcube.com", true }, { "modeldimension.com", true }, - { "modelsclub.org.ua", true }, { "modelservis.cz", true }, { "modemaille.com", true }, { "modeportaal.nl", true }, @@ -16888,24 +18055,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moe.pe", true }, { "moechel.com", true }, { "moefactory.com", true }, - { "moegirl.org", true }, + { "moefi.xyz", true }, { "moehrke.cc", true }, { "moellers.systems", true }, { "moeloli.pw", true }, + { "moetrack.com", true }, { "moevenpick-cafe.com", true }, { "moeyi.xyz", false }, { "mofohome.dyndns.org", true }, { "moha-swiss.com", true }, { "mohanmekap.com", true }, { "mohio.co.nz", true }, - { "moin.jp", true }, { "moipourtoit.ch", true }, { "moipourtoit.com", true }, { "moipourtoit.org", true }, { "mojaknjiznica.com", false }, { "mojapraca.sk", true }, { "mojavenissanofbarstowparts.com", true }, + { "mojefedora.cz", true }, { "mojefilmy.xyz", true }, + { "mojilitygroup.com", true }, { "mojizuri.jp", true }, { "mojnet.eu", true }, { "mojnet.net", true }, @@ -16938,6 +18107,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monbudget.org", true }, { "moncoach.ch", true }, { "mondedie.fr", true }, + { "mondial-movers.nl", true }, + { "mondo-it.ch", true }, { "moneychangersoftware.com", true }, { "moneygo.se", true }, { "moneyhouse.de", true }, @@ -16949,6 +18120,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moniquemunhoz.com.br", true }, { "monitman.solutions", true }, { "monitori.ng", true }, + { "monitoring.kalisz.pl", true }, { "monitzer.com", true }, { "monix.io", true }, { "monkeydust.net", true }, @@ -16958,7 +18130,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monobank.no", true }, { "monochrometoys.com", true }, { "monodukuri.com", true }, + { "monokoo.com", true }, { "monolithapps.com", true }, + { "monolithindustries.com", true }, { "monolithinteractive.com", true }, { "monoseis-monotica.gr", true }, { "monpc-pro.fr", true }, @@ -16967,6 +18141,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "monpetitforfait.com", true }, { "monpetitmobile.com", true }, { "monsieursavon.ch", true }, + { "monstermashentertainments.co.uk", true }, { "montage-kaika.de", true }, { "montagne-tendance.ch", true }, { "montanana.com", true }, @@ -16982,7 +18157,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "montychristie.com", true }, { "moo.la", true }, { "moobo.co.jp", true }, - { "moobo.xyz", true }, { "moodfoods.com", true }, { "moodzshop.com", true }, { "moojp.co.jp", true }, @@ -16992,8 +18166,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moonmelo.com", true }, { "moonraptor.co.uk", true }, { "moonraptor.com", true }, + { "moonrhythm.info", true }, + { "moonrhythm.io", true }, { "moonshyne.org", true }, { "moonvpn.org", true }, + { "moonysbouncycastles.co.uk", true }, + { "moorfunevents.co.uk", true }, { "moorparkelectrical.com", true }, { "mooselook.de", true }, { "moovablestorage.com", true }, @@ -17019,14 +18197,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "morepay.cn", true }, { "moreserviceleads.com", true }, { "moresw.com", true }, + { "morethandigital.info", true }, { "morfitronik.pl", true }, { "morganino.eu", true }, { "morganino.it", true }, + { "morgansleisure.co.uk", true }, { "moritz-baestlein.de", true }, { "moritztremmel.de", true }, { "moriz.de", true }, { "moriz.net", true }, - { "morotech.com.br", true }, { "morphy2k.io", true }, { "morteruelo.net", true }, { "mortgagecalculator.biz", true }, @@ -17043,19 +18222,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mostlyinfinite.com", true }, { "mostlyoverhead.com", true }, { "motd.ch", true }, + { "motherboard.services", true }, { "mothereff.in", false }, { "motionless.nl", true }, { "motohell.com", true }, { "motojato.com.br", true }, - { "motomorgen.com", true }, { "motonauticaibiza.com", true }, - { "motorbiketourhanoi.com", true }, { "motorcheck.ie", true }, { "motoroilinfo.com", true }, { "motorpointarenacardiff.co.uk", true }, { "motorring.ru", true }, + { "motorsplus.com", true }, { "motoryachtclub-radolfzell.de", true }, { "motosikletevi.com", true }, + { "motostorie.blog", true }, { "motransportinfo.com", true }, { "mottomortgage.com", true }, { "moube.fr", true }, @@ -17063,7 +18243,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "moumaobuchiyu.com", true }, { "mountain-rock.ru", true }, { "mountainactivitysection.org.uk", true }, - { "mountainadventureseminars.com", true }, { "mountainroseherbs.com", true }, { "mountfarmer.de", true }, { "movabletype.net", true }, @@ -17073,6 +18252,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "movember.com", false }, { "movepin.com", true }, { "movie-cross.net", true }, + { "movie4k.fyi", true }, + { "movie4k.life", true }, { "movie4kto.site", true }, { "movie4kto.stream", true }, { "moviedeposit.com", true }, @@ -17081,11 +18262,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "movienang.com", true }, { "moviepilot.com", true }, { "movil.uno", true }, + { "moving-pixtures.de", true }, { "movinglogistics.nl", false }, { "movingoklahoma.org", true }, { "movingtohttps.com", true }, { "movio.ga", true }, { "movlib.org", true }, + { "moy.cat", true }, { "moyer.pub", true }, { "moylen.eu", true }, { "moyoo.net", true }, @@ -17095,6 +18278,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mozillians.org", true }, { "mozzez.de", true }, { "mozzilla.cz", true }, + { "mp3donusturucu.net", true }, { "mp3gratuiti.com", true }, { "mpc-hc.org", true }, { "mpcompliance.com", true }, @@ -17108,7 +18292,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mplant.io", true }, { "mplicka.cz", true }, { "mplusm.eu", true }, - { "mpreserver.com", false }, + { "mpn.poker", true }, + { "mpnpokertour.com", true }, + { "mpreserver.com", true }, { "mpsgarage.com.au", true }, { "mpsoundcraft.com", true }, { "mpy.ovh", true }, @@ -17116,18 +18302,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mr-labo.jp", true }, { "mr-nachhilfe.de", true }, { "mr-wolf.nl", true }, + { "mrafrohead.com", true }, { "mrbmafrica.com", true }, + { "mrbounce.com", true }, + { "mrbouncescrazycastles.co.uk", true }, + { "mrbouncycastle.com", true }, { "mrca-sharp.com", true }, + { "mrcoolevents.com", true }, { "mrd.ninja", true }, { "mrdayman.com", true }, + { "mrdleisure.co.uk", true }, { "mremallin.ca", true }, + { "mrevolution.eu", true }, { "mrhee.com", true }, { "mrinalpurohit.in", true }, { "mrizzio.com", true }, { "mrjooz.com", true }, + { "mrkapowski.com", true }, { "mrksk.com", true }, { "mrleonardo.com", true }, { "mrmoregame.de", true }, + { "mrnh.de", true }, + { "mrnh.tk", true }, { "mrpropop.com", true }, { "mrs-labo.jp", true }, { "mrsbairds.com", true }, @@ -17135,8 +18331,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mrsk.me", true }, { "mrstat.co.uk", true }, { "mrx.one", true }, + { "ms-alternativ.de", true }, { "ms-host.fr", true }, { "msa-aesch.ch", true }, + { "mscc.mu", true }, { "mscc.org", true }, { "mscenter.cf", true }, { "msch.pw", true }, @@ -17145,8 +18343,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "msgallery.tk", true }, { "msh100.uk", true }, { "mshemailmarketer.com.au", true }, + { "msi-zlin.cz", true }, { "msiegmund.com", true }, { "msmails.de", true }, + { "msnr.net", true }, + { "msp66.de", true }, { "mspnocsupport.com", true }, { "mssys.de", true }, { "mstdn.blue", true }, @@ -17162,6 +18363,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "msx.org", true }, { "msz-fotografie.de", true }, { "mszavodumiru.cz", true }, + { "mt.search.yahoo.com", false }, { "mt2414.com", true }, { "mtasa.com", true }, { "mtau.com", true }, @@ -17175,7 +18377,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mths.be", false }, { "mticareportal.com", true }, { "mtirc.co", true }, - { "mtn.cc", true }, { "mtnz.co.za", true }, { "mtouch.facebook.com", false }, { "mtr.md", true }, @@ -17183,27 +18384,30 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mts-energia.eu", true }, { "mts-server.com", true }, { "mtsolar.es", true }, + { "mu.search.yahoo.com", false }, { "muabannhanh.com", false }, { "muahahahaha.co.uk", true }, { "mubiflex.nl", true }, { "muchohentai.com", true }, { "muckingabout.eu", true }, + { "mucmail.de", true }, + { "mudcrab.us", false }, { "muehlemann.net", true }, { "muellapp.com", true }, { "muenchberger.com", true }, { "muenzubi.de", true }, { "muevetumundo.com.mx", true }, - { "muga.space", true }, { "muguayuan.com", true }, { "muh.io", true }, + { "muj-svet.cz", true }, { "muk-kobetsu.com", true }, { "mukka.ch", true }, { "mulaccosmetics.com", true }, { "mulaisehat.com", true }, { "mulej.net", true }, { "mulheres18.com", true }, + { "mulherportuguesa.com", true }, { "muling.lu", true }, - { "mullen.net.au", true }, { "mullens-usedcars.be", true }, { "multi-vpn.biz", true }, { "multibit.org", true }, @@ -17211,6 +18415,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "multicomhost.com", true }, { "multigamecard.com", true }, { "multigeist.de", true }, + { "multikalender.de", false }, { "multimail.work", true }, { "multimarques.com", true }, { "multimedia-pool.com", true }, @@ -17244,6 +18449,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "munkibuilds.org", true }, { "munpanel.com", true }, { "munrabi.com", true }, + { "mur-vegetal-interieur.fr", true }, { "murakami-sah.com", true }, { "murdercube.com", true }, { "murfy.nz", true }, @@ -17254,6 +18460,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "murraycolin.org", true }, { "mursu.directory", true }, { "murz.tv", true }, + { "muscle-tg.com", true }, { "muscleangels.com", true }, { "musclecarresearch.com", true }, { "muscolinomusic.com", true }, @@ -17269,6 +18476,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "musicalive.nl", true }, { "musicall.com", true }, { "musicalschwarzenburg.ch", true }, + { "musicchris.de", true }, { "musicgamegalaxy.de", true }, { "musician.dating", true }, { "musickhouseleveling.com", true }, @@ -17280,7 +18488,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "musikzug-bookholzberg.de", true }, { "musketonhaken.nl", false }, { "muslim.singles", true }, - { "muslimbanter.co.za", true }, { "musmann.io", true }, { "muspla.com", true }, { "muspla.com.br", true }, @@ -17293,15 +18500,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mutantmonkey.sexy", true }, { "mutuals.cool", true }, { "mutuelle.fr", true }, + { "muusika.fun", true }, { "muusikoiden.net", true }, { "muwatenraqamy.org", true }, { "muzeumkomiksu.eu", true }, { "muzi.cz", true }, { "mv-wohnen.de", true }, + { "mvandek.nl", true }, { "mvbits.com", true }, - { "mvnet.com.br", true }, { "mvno.io", true }, { "mvp-stars.com", true }, + { "mw.search.yahoo.com", false }, { "mwainc.org", true }, { "mware-staging.azurewebsites.net", true }, { "mwavuli.co.ke", true }, @@ -17314,6 +18523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mx5international.com", true }, { "mxawei.cn", true }, { "mxihan.xyz", true }, + { "mxlife.org", true }, { "mxp.tw", true }, { "my-cdn.de", true }, { "my-contract.ch", true }, @@ -17338,12 +18548,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myadself.com", true }, { "myaggic.com", true }, { "myamend.com", true }, + { "myamity.info", true }, { "myanimelist.net", true }, + { "myapexcard.com", true }, { "myartsjournal.com", true }, { "mybb.com", true }, { "mybb.de", true }, { "mybboard.pl", true }, - { "mybeautyjobs.de", true }, { "mybicc.org", true }, { "myblockchain.cloud", true }, { "mybloggedlife.com", true }, @@ -17363,6 +18574,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mycr.eu", true }, { "mycreativeartsconsulting.com", true }, { "mycrypnet.io", true }, + { "mycrystalgrove.com", true }, { "mydarkstar.net", true }, { "myday.eu.com", true }, { "mydaywebapp.com", true }, @@ -17371,10 +18583,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mydevolo.de", true }, { "mydigitalweek.com", true }, { "mydjsongbook.com", true }, + { "mydmdi.com", true }, { "mydocserve.com", true }, { "mydreamlifelab.com", true }, { "myeberspaecher.com", true }, { "myeffect.today", true }, + { "myepass.bg", true }, + { "myepass.de", true }, { "myfantasysportstalk.com", true }, { "myfappening.org", true }, { "myfedloan.org", true }, @@ -17382,7 +18597,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myfloridadeferredcomp.com", true }, { "myforfaitmobile.com", true }, { "myfreemp3.click", true }, - { "myfrenchtattoo.fr", true }, { "myfunworld.de", true }, { "myg21.com", true }, { "mygadgetguardian.lookout.com", false }, @@ -17402,6 +18616,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myhostname.net", true }, { "myimds.com", true }, { "myimmitracker.com", true }, + { "myjumparoo.co.uk", true }, { "mykeepsake.xyz", false }, { "myki.co", true }, { "mykontool.de", true }, @@ -17410,6 +18625,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myleanfactory.de", true }, { "mylene-chandelier.me", true }, { "mylifeabundant.com", true }, + { "mylighthost.com", true }, { "myliveupdates.com", true }, { "mylocalsearch.co.uk", true }, { "mylookout.com", false }, @@ -17422,6 +18638,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mymp3singer.net", true }, { "myms.eu", true }, { "mymsr.de", true }, + { "mymun.net", true }, { "mymx.lu", true }, { "myna.go.jp", true }, { "myndcommunication.com", true }, @@ -17437,6 +18654,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myonlinedating.club", true }, { "myoptumhealthcomplexmedical.com", true }, { "myoptumhealthparentsteps.com", true }, + { "myoueb.fr", true }, { "myoukochou.com", true }, { "myownconference.com", true }, { "myownconference.com.ua", true }, @@ -17448,6 +18666,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myownconference.pl", true }, { "myownconference.pt", true }, { "myownconference.ru", true }, + { "myowndisk.com", true }, + { "myowndisk.net", true }, { "myownwebinar.com", true }, { "mypanier.com", true }, { "mypaperwriter.com", true }, @@ -17482,10 +18702,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "mysmelly.com", true }, { "mysocialporn.com", true }, { "mysocrat.com", true }, - { "mysoundtalks.com", true }, + { "mysoundtalks.com", false }, { "myspicer.com", true }, { "mysqldump-secure.org", true }, { "myssl.com", true }, + { "mystatus24.com", true }, { "mysteriouscode.io", true }, { "mysterymind.ch", true }, { "mysterysear.ch", true }, @@ -17525,14 +18746,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "myworth.com.au", true }, { "myzina.cz", false }, { "mz-mz.net", true }, + { "mzh.io", true }, { "mziulu.me", false }, + { "mzlog.win", true }, { "mzorn.photography", true }, + { "n-kanazawa.jp", true }, { "n-m.lu", true }, { "n-pix.com", false }, { "n-soft.info", true }, { "n-un.de", true }, { "n0099.cf", false }, { "n0paste.tk", false }, + { "n26.com", true }, { "n2servers.com", true }, { "n3twork.net", true }, { "n4v.eu", true }, @@ -17545,14 +18770,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nachsenden.info", true }, { "nachtmuziek.info", true }, { "nacin.com", true }, + { "nacktwanderfreunde.de", true }, { "nacyklo.cz", true }, { "nadaquenosepas.com", true }, { "nadejeproninu.cz", true }, { "nadelholzkulturen.de", true }, { "nadyaolcer.fr", true }, { "nafod.net", true }, + { "naga-semi.com", true }, { "naganithin.me", true }, { "nagaragem.com.br", true }, + { "nagashi.ma", true }, { "nagaya.biz", true }, { "nagb.gov", true }, { "nagb.org", true }, @@ -17571,6 +18799,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nakanishi-paint.com", true }, { "nakedalarmclock.me", true }, { "nakedfacts.co.uk", false }, + { "nakedtruthbeauty.com", true }, { "nakliyatsirketi.biz.tr", true }, { "nako.no", true }, { "nalao-company.com", true }, @@ -17587,6 +18816,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "namrs.net", true }, { "namu.moe", true }, { "namu.wiki", true }, + { "nan.ci", true }, { "nanami.moe", true }, { "nanarose.ch", true }, { "nanch.com", true }, @@ -17595,6 +18825,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nankiseamansclub.com", true }, { "nanogi.ga", true }, { "nanotechnologist.com", true }, + { "nanovolt.nl", true }, { "nanpuyue.com", true }, { "nanubo.com", true }, { "nanubo.de", true }, @@ -17604,7 +18835,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "napisynapomniky.cz", true }, { "napolinissanctparts.com", true }, { "narach.com", true }, + { "narada.com.ua", true }, { "naralogics.com", true }, + { "narazaka.net", true }, { "narfation.org", true }, { "nargele.eu", true }, { "nargileh.nl", true }, @@ -17626,7 +18859,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nataldigital.com", true }, { "nataliedawnhanson.com", true }, { "natalydanilova.com", true }, - { "natanaelys.com", false }, { "natation-nsh.com", true }, { "natatorium.org", true }, { "natecraun.net", true }, @@ -17650,6 +18882,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "natur-udvar.hu", true }, { "naturalcommission.com", true }, { "naturalspacesdomes.com", true }, + { "naturaum.de", true }, { "natureflo.net", true }, { "naturesharvestbread.com", true }, { "naturesorganichaven.com", true }, @@ -17659,16 +18892,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "naturtint.co.uk", true }, { "natusvita.com.br", true }, { "natuterra.com.br", true }, - { "nauck.org", true }, { "naude.co", false }, { "naughty.audio", true }, { "nautiljon.com", true }, { "nautsch.de", true }, + { "navdeep.ca", true }, { "navigate-it-services.de", false }, { "naviteq.eu", true }, { "navitime.me", true }, { "navstevnik.sk", true }, { "navycs.com", true }, + { "nawir.de", true }, { "nawroth.info", true }, { "nayahe.ru", true }, { "nayanaas.com", true }, @@ -17730,10 +18964,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nbl.org.tw", true }, { "nbp.com.pk", true }, { "nbrii.com", true }, + { "nbriresearch.com", true }, { "nbrown.us", true }, { "nbtparse.org", true }, { "nbur.co.uk", true }, { "nc99.co", true }, + { "ncamarquee.co.uk", true }, { "ncands.net", true }, { "ncaq.net", true }, { "ncconsumer.org", true }, @@ -17751,6 +18987,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ndeoffshore.com", true }, { "nder.be", true }, { "ndmath.club", true }, + { "ndpbrn-research.org", true }, { "ndtblog.com", true }, { "ndy.sex", true }, { "ne-on.org", true }, @@ -17780,11 +19017,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neeerd.org", true }, { "neel.ch", true }, { "neemzy.org", true }, - { "neer.io", true }, { "neet-investor.biz", true }, { "nefertitis.cz", true }, { "neftebitum-kngk.ru", true }, { "neg9.org", false }, + { "negai.moe", true }, { "negativecurvature.net", true }, { "neglecteddiseases.gov", true }, { "negraelinda.com", true }, @@ -17792,6 +19029,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neillans.co.uk", true }, { "neillans.com", true }, { "neilwynne.com", true }, + { "neio.uk", true }, { "nejnamc.org", true }, { "neko-nyan-nuko.com", true }, { "neko-nyan.org", true }, @@ -17815,7 +19053,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nemo.run", true }, { "nemumu.com", true }, { "nemunai.re", true }, - { "neo19.com", false }, { "neo2shyalien.eu", false }, { "neobits.nl", true }, { "neocities.org", true }, @@ -17870,7 +19107,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netbears.ro", true }, { "netbows.com", true }, { "netbows.es", true }, - { "netbrief.ml", true }, { "netbulls.io", true }, { "netconnect.at", true }, { "netcoolusers.org", true }, @@ -17906,10 +19142,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nettopower.dk", true }, { "nettplusultra-rhone.fr", true }, { "nettx.co.uk", true }, - { "netulo.com", true }, { "netvizura.co.uk", true }, { "netwarc.eu", true }, { "netwarc.nl", true }, + { "netweaver.uk", true }, { "netwerkmanager.nl", false }, { "network-notes.com", true }, { "network23.nl", true }, @@ -17925,7 +19161,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "netzwerkwerk.de", true }, { "neuch.info", true }, { "neuflizeobc.net", true }, - { "neuhaus-city.de", true }, { "neurobiology.com", true }, { "neurochip.com", true }, { "neurocny.cloud", true }, @@ -17936,13 +19171,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "neurotransmitter.net", true }, { "neutralox.com", false }, { "neuwal.com", true }, - { "nevadafiber.net", true }, { "never.pet", true }, { "neverwetturkey.com", true }, + { "nevntech.com", true }, { "nevolution.me", true }, { "nevoxo.com", true }, { "new-black-order.com", true }, - { "new-friend.org", true }, { "new-ms.com", true }, { "new-process.ch", true }, { "new-process.com", true }, @@ -17953,6 +19187,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newantiagingcreams.com", true }, { "newbietech.cn", true }, { "newbownerton.xyz", true }, + { "newburybouncycastles.co.uk", true }, + { "newburyparkelectrical.com", true }, { "newcitygas.ca", true }, { "newcityinfo.ch", true }, { "newcityinfo.info", true }, @@ -17968,12 +19204,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "newjianzhi.com", true }, { "newknd.com", true }, { "newline.online", true }, + { "newmarketbouncycastlehire.co.uk", true }, { "newmed.com.br", true }, { "newmediaone.net", true }, { "newmovements.net", true }, { "newodesign.com", true }, { "newpathintegratedtherapy.com", true }, { "news47ell.com", true }, + { "newsa2.com", true }, { "newserumforskin.com", true }, { "newsmotor.info", true }, { "newspsychology.com", true }, @@ -17987,8 +19225,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nexgeneration-solutions.com", true }, { "nexicafiles.com", true }, { "nexlab.org", true }, - { "next-log.ru", false }, { "next-taxi.ru", true }, + { "next24.io", true }, { "nextads.ch", true }, { "nextcairn.com", true }, { "nextcloud.com", true }, @@ -18015,8 +19253,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nf9q.com", true }, { "nfe-elektro.de", true }, { "nfhome.be", true }, + { "nfir.nl", true }, + { "nfl.dedyn.io", true }, + { "nfl.duckdns.org", true }, { "nfls.io", true }, - { "nfluence.org", true }, { "nframe.io", true }, { "nfrost.me", true }, { "nfsec.pl", true }, @@ -18036,8 +19276,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nhliberty.org", true }, { "nhome.ba", true }, { "ni-mate.com", true }, + { "ni.search.yahoo.com", false }, { "niadd.com", true }, { "niagara.ru", false }, + { "niagarafallsmuseums.ca", true }, { "niagaraschoice.org", true }, { "nibb13.tech", true }, { "nic.gov", true }, @@ -18050,6 +19292,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nicholasquigley.com", true }, { "nichteinschalten.de", false }, { "nichthelfer.de", true }, + { "nicic.gov", true }, { "nickcleans.co.uk", true }, { "nickcraver.com", true }, { "nickdekruijk.nl", true }, @@ -18059,8 +19302,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nickrickard.co.uk", true }, { "nickstories.de", true }, { "niclasreich.de", true }, - { "nico.one", true }, - { "nico.st", true }, { "nicocourts.com", true }, { "nicoknibbe.nl", true }, { "nicolaeiotcu.ro", true }, @@ -18092,7 +19333,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nien.org", true }, { "nien.taipei", true }, { "nien.tk", true }, - { "nienfun.com", true }, { "nienkeslop.nl", true }, { "nierenpraxis-dr-merkel.de", true }, { "nierenpraxis-merkel.de", true }, @@ -18101,7 +19341,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "niesstar.com", true }, { "nietzsche.com", true }, { "nieuwsoverijssel.nl", true }, - { "nifpnet.nl", true }, { "niftiestsoftware.com", true }, { "nifume.com", true }, { "nigelwakefield.com", true }, @@ -18126,7 +19365,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nikimix.com", true }, { "nikkila.me", true }, { "nikklassen.ca", true }, - { "nikksno.io", true }, { "niklas.pw", true }, { "niklasbabel.com", true }, { "nikobradshaw.com", true }, @@ -18135,12 +19373,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nikomo.fi", false }, { "nikz.in", true }, { "nil.gs", true }, + { "nil2.org", true }, { "nilrem.org", true }, { "nimeshjm.com", true }, + { "ninaforever.com", true }, { "ninarinaldi.com.br", true }, { "ninaundandre.de", true }, { "ninchat.com", true }, - { "nine-hells.net", false }, { "ninebennink.com", true }, { "ninespec.com", true }, { "ninetaillabs.com", true }, @@ -18152,7 +19391,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nintendoforum.no", true }, { "ninthfloor.org", true }, { "ninux.ch", false }, - { "niouininon.eu", true }, { "nipe-systems.de", true }, { "nippon-oku.com", true }, { "nippon.fr", true }, @@ -18169,6 +19407,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nitifilter.com", true }, { "nitrix.me", true }, { "nitrokey.com", true }, + { "nitropanel.com", true }, { "nitropur.com", true }, { "nitropur.de", true }, { "nitrous-networks.com", true }, @@ -18178,6 +19417,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nixonlibrary.gov", true }, { "niyawe.de", true }, { "nja.id.au", true }, + { "njguardtraining.com", true }, { "njpjanssen.nl", true }, { "nkadvertising.online", true }, { "nkinka.de", true }, @@ -18201,6 +19441,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noagendahr.org", true }, { "nobleparkapartments.com.au", true }, { "nobly.de", true }, + { "noc.org", true }, { "noc.wang", true }, { "nocit.dk", true }, { "nocs.cn", true }, @@ -18218,6 +19459,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nodum.io", true }, { "noeatnosleep.me", true }, { "noedidacticos.com", true }, + { "noegoph.com", true }, { "noellabo.jp", true }, { "noemax.com", true }, { "noesberts-weidmoos.de", true }, @@ -18237,7 +19479,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noisyfox.cn", true }, { "nojestorget.se", true }, { "nokono.com", true }, - { "nolag.host", true }, { "nolaviz.org", true }, { "noma-film.com", true }, { "nomadproject.io", true }, @@ -18250,13 +19491,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noob-box.net", false }, { "noobunbox.net", true }, { "noodles.net.nz", true }, + { "noodleyum.com", true }, { "noodplan.co.za", true }, { "noodweer.be", true }, + { "noon-entertainments.com", true }, { "noop.ch", true }, { "noordsee.de", true }, { "noorsolidarity.com", true }, { "nootropic.com", true }, + { "nootropicsource.com", true }, { "nopaste.xyz", true }, + { "nopaynocure.com", true }, { "nord-sud.be", true }, { "nordakademie.de", true }, { "nordic-survival.de", true }, @@ -18273,27 +19518,34 @@ static const nsSTSPreload kSTSPreloadList[] = { { "normalady.com", true }, { "norman-preusser-gmbh.de", true }, { "normanbauer.com", true }, + { "normandgascon.com", true }, { "normankranich.de", true }, + { "norrkemi.se", true }, { "norrliden.de", true }, { "norskpensjon.no", true }, { "north.supply", true }, { "northatlantalaw.net", true }, { "northbrisbaneapartments.com.au", true }, { "northcountykiaparts.com", true }, + { "northdevonbouncycastles.co.uk", true }, { "northeastcdc.org", true }, + { "northeastrodeo.co.uk", true }, { "northernhamsterclub.com", true }, { "northernmuscle.ca", true }, + { "northernselfstorage.co.za", true }, { "northfieldyarn.com", true }, { "northpennvwparts.com", true }, { "northpole.dance", true }, { "northridgeelectrical.com", true }, { "northumbriagames.co.uk", true }, + { "northwest-events.co.uk", true }, { "northwoodsfish.com", true }, { "nos-medias.fr", true }, { "nos-oignons.net", true }, { "nosbenevolesontdutalent.com", true }, { "noscript.net", true }, { "nosfermiers.com", true }, + { "noslite.nl", true }, { "nospoint.cz", true }, { "nossasenhora.net", true }, { "nossasenhoradaconceicao.com.br", true }, @@ -18322,7 +19574,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "noticiasdehumor.com", true }, { "notificami.com", true }, { "notify.moe", true }, - { "notinglife.com", true }, { "notjustvacs.com", true }, { "notnize.net", true }, { "notnl.com", true }, @@ -18336,28 +19587,32 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nova-wd.org.uk", true }, { "nova.live", true }, { "novabench.com", true }, + { "novacoast.com", false }, + { "novadermis.es", true }, { "novafreixo.pt", true }, { "novaopcaofestas.com.br", true }, - { "novascan.net", true }, { "novawave.ca", true }, + { "novecity.com", true }, { "novelfeed.com", true }, { "novelinglife.net", true }, - { "novelshouse.com", true }, { "novelvyretraite.fr", true }, { "novfishing.ru", true }, { "novilaw.com", true }, + { "novinhabucetuda.com", true }, { "novtest.ru", true }, { "nowcost.com", true }, { "nowhere.dk", true }, { "nowlas.org", true }, { "nowloading.co", true }, - { "nowremindme.com", true }, { "noxlogic.nl", true }, { "noyocenter.org", true }, + { "np.search.yahoo.com", false }, { "npath.de", true }, { "npm.li", true }, { "npmcdn.com", true }, { "npw.net", true }, + { "nqesh.com", true }, + { "nrd.li", true }, { "nrdstd.io", true }, { "nrev.ch", true }, { "nrkn.fr", true }, @@ -18373,11 +19628,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nshost.ro", true }, { "nsm.ee", true }, { "nsm.stat.no", true }, + { "nsmail.cn", true }, { "nso.ie", true }, { "nsp.ua", true }, { "nspeaks.com", true }, { "nst-maroc.com", true }, - { "nstd.net", true }, { "nstremsdoerfer.ovh", true }, { "nsure.us", true }, { "nsworks.com", true }, @@ -18400,7 +19655,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nudestpics.com", true }, { "nuel.cl", true }, { "nuevaimagenpublicidad.es", true }, - { "nukute.com", true }, { "null-life.com", true }, { "nullday.de", true }, { "nullpointer.io", true }, @@ -18420,7 +19674,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "numwave.nl", true }, { "nunnenmacher.net", true }, { "nunomoura.com", true }, - { "nuovamoda.al", true }, { "nupef.org.br", true }, { "nuquery.com", true }, { "nuriacamaras.com", true }, @@ -18438,6 +19691,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nutrienti.eu", false }, { "nutripedia.gr", true }, { "nutrivisa.com.br", true }, + { "nuttyveg.com", true }, { "nuvechtdal.nl", true }, { "nuvini.com", true }, { "nuxer.fr", true }, @@ -18452,7 +19706,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "nwwnetwork.net", true }, { "nxinfo.ch", true }, { "nyan.it", true }, - { "nyanpasu.tv", true }, { "nyantec.com", true }, { "nycoyote.org", true }, { "nydnxs.com", true }, @@ -18480,15 +19733,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "o6asan.com", true }, { "oaic.gov.au", true }, { "oakington.info", true }, + { "oakparkelectrical.com", true }, { "oakslighting.co.uk", true }, { "oasis-conference.org.nz", true }, { "oasisdabeleza.com.br", true }, { "oatberry.me", false }, { "oauth-dropins.appspot.com", false }, { "obamalibrary.gov", true }, - { "oben.pl", true }, { "oberam.de", true }, - { "oberhof.co", true }, { "oberhofdrinks.com", true }, { "oberhofjuice.com", true }, { "obermeiers.eu", true }, @@ -18500,12 +19752,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "objekt-textil.ch", true }, { "oblikdom.pro", true }, { "oblikdom.ru", true }, + { "oblondata.io", true }, { "obrienlab.com", true }, { "obscur.us", true }, { "observatory.se", true }, { "obsidianirc.net", true }, { "obsproject.com", true }, { "obtima.org", true }, + { "obud.cz", true }, { "obyvateleceska.cz", true }, { "oc-minecraft.com", true }, { "oc-sa.ch", true }, @@ -18528,9 +19782,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ocmeulebeke.be", true }, { "ocolere.ch", true }, { "ocotg.com", true }, - { "ocrami.us", true }, { "ocrn.nl", true }, { "ocsigroup.fr", true }, + { "ocsr.nl", true }, { "octal.es", true }, { "octanio.com", true }, { "octav.name", false }, @@ -18540,7 +19794,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "octolopagon.games", true }, { "octopus-agents.com", true }, { "octosniff.net", true }, + { "octosys.net", true }, + { "octosys.org", true }, + { "octosys.ru", true }, { "octothorpe.club", true }, + { "octothorpe.ninja", true }, { "oddnumber.ca", true }, { "oddsandevens.ca", true }, { "oddsandevensbookkeeping.ca", true }, @@ -18551,6 +19809,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "odoo.co.th", false }, { "odtu.lu", true }, { "odysseyconservationtrust.com", true }, + { "odysseyofthemind.eu", true }, { "odzyskaniedomeny.pl", true }, { "oec-music.com", true }, { "oeh.ac.at", true }, @@ -18560,7 +19819,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oeko-jahr.de", true }, { "oelsner.net", true }, { "oemwolf.com", true }, - { "oestepaulista.net", true }, { "ofcampuslausanne.ch", true }, { "ofcss.com", true }, { "ofda.gov", true }, @@ -18569,7 +19827,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "offgames.io", true }, { "offgames.pro", true }, { "office-de-tourisme.net", false }, - { "office-ruru.com", true }, + { "officefundays.co.uk", true }, { "officemovepro.com", true }, { "officeprint.co.th", true }, { "officiants.wedding", false }, @@ -18578,17 +19836,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "offshoot.rentals", true }, { "offtherails.ie", true }, { "ofggolf.com", true }, - { "oficinadocelular.com.br", true }, { "oflow.me", true }, { "ofo2.com", true }, { "oftamedic.com", true }, { "oftn.org", true }, - { "oganime.com", true }, { "oge.ch", true }, { "ogis.gov", true }, - { "ogkw.de", true }, { "oglen.ca", true }, { "ogocare.com", true }, + { "ogrodywstudniach.pl", true }, { "oguya.ch", true }, { "oh14.de", true }, { "ohadsoft.com", true }, @@ -18597,12 +19853,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ohchouette.com", true }, { "ohd.dk", true }, { "oheila.com", true }, + { "ohhdeertrade.com", true }, { "ohiohealthfortune100.com", true }, { "ohlmeier.com", false }, { "ohlmeier.net", false }, { "ohlmeier.org", false }, { "ohnemusik.com", true }, { "ohreally.de", true }, + { "ohsohairy.co.uk", true }, { "oilpaintingsonly.com", true }, { "oinky.ddns.net", true }, { "ojaioliveoil.com", true }, @@ -18619,13 +19877,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "okaz.de", true }, { "okburrito.com", true }, { "okchicas.com", true }, - { "oke.com.tw", false }, + { "okchousebuyer.com", true }, { "okeeferanch.ca", true }, { "okhrana.agency", true }, { "okin-jp.net", true }, { "oklahomamoversassociation.org", true }, { "oklahomanotepro.com", true }, - { "okmx.de", false }, { "okonetwork.org.uk", true }, { "oktime.cz", true }, { "oktoberfeststore.nl", true }, @@ -18634,6 +19891,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "olasouris.com", true }, { "olback.net", true }, { "oldandyounglesbians.us", true }, + { "oldbrookinflatables.co.uk", true }, + { "oldbrookmarqueehire.co.uk", true }, { "oldenglishsheepdog.com.br", true }, { "oldking.net", true }, { "oldnews.news", true }, @@ -18645,19 +19904,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "olgiati.org", true }, { "olightstore.com", true }, { "olightstore.ro", true }, + { "oliode.tk", true }, + { "oliveoiltest.com", true }, { "oliveoiltimes.com", true }, { "oliveraiedelabastideblanche.fr", true }, { "oliverfaircliff.com", true }, { "olivernaraki.com", true }, { "oliverniebuhr.de", true }, + { "olivierberardphotographe.com", true }, { "olivierlemoal.fr", true }, { "olivierpieters.be", true }, { "olivlabs.com", true }, { "olizeite.ch", true }, { "ollie.io", true }, - { "ollies.cloud", true }, { "olliespage.com", true }, - { "olliespage.net", true }, { "olliespage.uk", true }, { "ollning.com", true }, { "olmari.fi", true }, @@ -18674,12 +19934,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omertabeyond.net", true }, { "ometepeislandinfo.com", true }, { "omf.link", true }, + { "omgbouncycastlehire.co.uk", true }, { "omi-news.fr", true }, { "omifind.com", true }, { "omitech.co.uk", true }, { "ommahpost.com", true }, { "omniasl.com", true }, { "omniatv.com", true }, + { "omnibot.tv", true }, { "omnienviro.com", false }, { "omnienviro.com.au", false }, { "omnisiens.se", true }, @@ -18688,16 +19950,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "omranic.com", true }, { "omronwellness.com", true }, { "omsdieppe.fr", true }, + { "omyogarishikesh.com", true }, { "on-te.ch", true }, { "on-tech.co.uk", true }, + { "ona.io", true }, { "onaboat.se", true }, { "onarto.com", true }, + { "onceuponarainbow.co.uk", true }, { "oncf.asso.fr", true }, { "oncodedesign.com", true }, + { "ond-inc.com", true }, { "ondrej.org", true }, { "one---line.com", true }, { "one-s.co.jp", true }, { "one-tab.com", true }, + { "one2edit.com", true }, { "oneazcu.com", false }, { "onebigcow.com", true }, { "oneclic.ch", true }, @@ -18715,8 +19982,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oneononeonone.de", true }, { "oneononeonone.tv", true }, { "onestepfootcare.com", true }, + { "onestopcastles.co.uk", true }, { "onetech.it", true }, - { "onetwentyseven001.com", true }, { "oneway.ga", true }, { "onewaymail.com", true }, { "oneweb.hu", true }, @@ -18737,8 +20004,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "online-results.dk", true }, { "online-scene.com", true }, { "online.marketing", true }, + { "online.swedbank.se", true }, { "online24.pt", true }, { "onlinebillingform.com", true }, + { "onlinebizdirect.com", false }, { "onlinecasino.vlaanderen", true }, { "onlinecasinobluebook.com", true }, { "onlinecensorship.org", true }, @@ -18751,7 +20020,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onlinepokerspelen.be", true }, { "onlinerollout.de", true }, { "onlinestoreninjas.com", true }, - { "onlineth.com", true }, + { "onlineth.com", false }, { "onlinetravelmoney.co.uk", true }, { "onlineweblearning.com", true }, { "onlylebanon.net", true }, @@ -18761,6 +20030,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onnee.ch", true }, { "ono.es", true }, { "ononpay.com", true }, + { "onpay.io", true }, { "onqproductions.com", true }, { "onrr.gov", true }, { "ons.ca", true }, @@ -18769,17 +20039,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "onsite4u.de", true }, { "ontdekhetzelf.nu", true }, { "onthe.network", true }, + { "ontheboard.com", true }, { "onthebriteside.com", true }, { "onthecheap.store", true }, { "ontheten.org", true }, { "onvey.io", true }, { "onviga.de", true }, + { "onvirt.de", true }, { "onvori.com", true }, { "onvori.de", true }, { "onwie.com", true }, - { "onwie.fr", true }, { "onysix.net", true }, { "onyxfireinc.com", true }, + { "oo.edu.rs", true }, + { "oodlessoftplay.co.uk", true }, { "ooeste.com", true }, { "oogami.name", true }, { "oogartsennet.nl", true }, @@ -18791,6 +20064,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opatut.de", true }, { "opcaobolsas.com.br", true }, { "opcenter.de", true }, + { "ope.ee", true }, { "open-bs.com", true }, { "open-bs.ru", true }, { "open-desk.org", true }, @@ -18806,16 +20080,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "openacte.ch", true }, { "openblox.org", true }, { "openbsd.id", true }, + { "opencad.io", true }, { "opencluster.at", true }, { "openconcept.no", true }, { "openconnect.com.au", true }, { "opendataincubator.eu", true }, + { "opendecide.com", true }, { "openevic.info", true }, { "openfir.st", true }, { "openfitapi-falke.azurewebsites.net", true }, { "openings.ninja", true }, { "openintelligence.uk", true }, { "openiocdb.com", true }, + { "openitforum.pl", true }, { "openkim.org", true }, { "openkvk.nl", true }, { "openmirrors.cf", true }, @@ -18824,14 +20101,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "openpictures.ch", true }, { "openquery.com.au", true }, { "openrainbow.com", true }, - { "openrainbow.net", true }, - { "openrainbow.org", true }, { "openrealestate.co", true }, { "openresty.com", true }, { "opensource-cms.nl", true }, { "opensourcedmind.eu", true }, { "openspa.webhop.info", true }, - { "openspace.xxx", true }, { "openssl.org", true }, { "openstem.com.au", true }, { "openstreetmap.is", true }, @@ -18870,6 +20144,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "opsnotepad.com", true }, { "optik-trosdorff.de", true }, { "optimalsetup.com", true }, + { "optimist.bg", true }, { "optimumwebdesigns.com", true }, { "optimus.io", true }, { "optimuscrime.net", true }, @@ -18881,6 +20156,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "orang-utans.com", true }, { "orangecomputers.com", true }, { "orangefinanse.com.pl", true }, + { "orangejetpack.com", true }, { "orangenbaum.at", true }, { "oranges.tokyo", true }, { "orangetravel.eu", true }, @@ -18920,19 +20196,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "orimex-mebel.ru", true }, { "oriongames.eu", true }, { "orkestar-krizevci.hr", true }, + { "orlandoprojects.com", true }, { "orleika.io", true }, { "orlives.de", false }, + { "ormer.nl", true }, { "orovillelaw.com", true }, { "orro.ro", true }, { "orrs.de", true }, + { "ortho-graz.at", true }, { "orthodontiste-geneve-docteur-rioux.com", true }, { "orthotictransfers.com", true }, { "ortlepp.eu", true }, { "orui.com.br", true }, - { "orwell1984.today", true }, { "orz.uno", true }, { "os-chrome.ru", true }, { "os-s.net", true }, + { "os24.cz", true }, { "osacrypt.studio", true }, { "osakeannit.fi", true }, { "osao.org", true }, @@ -18948,6 +20227,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "oshayr.com", true }, { "oshell.me", true }, { "oshinagaki.jp", true }, + { "oshrc.gov", true }, { "oskrba.net", true }, { "oskuro.net", true }, { "oslinux.net", true }, @@ -18958,10 +20238,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "osquery.io", true }, { "ostan-collections.net", true }, { "ostr.io", true }, + { "ostrov8.com", true }, { "osusume-houhou.com", true }, { "oswalds.co.uk", true }, { "oswaldsmillaudio.com", true }, - { "osx86spain.com", true }, + { "oswbouncycastles.co.uk", true }, { "osxentwicklerforum.de", true }, { "oszri.hu", true }, { "otako.pl", true }, @@ -19000,7 +20281,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "outdoorfurniture.ie", true }, { "outdoorimagingportal.com", true }, { "outerlimitsdigital.com", true }, - { "outetc.com", true }, { "outgress.com", true }, { "outka.xyz", true }, { "outline.ski", true }, @@ -19038,9 +20318,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ownmay.com", true }, { "ownspec.com", true }, { "oxanababy.com", true }, + { "oxborrow.ca", true }, { "oxelie.com", true }, { "oxynux.xyz", true }, { "oxytocin.org", true }, + { "oyesunn.com", true }, { "oyoony.de", true }, { "oyosoft.fr", true }, { "ozark.be", true }, @@ -19055,16 +20337,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "p-pc.de", true }, { "p-s-b.com", true }, { "p1984.nl", false }, + { "p1ratrulezzz.me", true }, + { "p22.co", true }, { "p3ter.fr", true }, { "p4chivtac.com", true }, { "pa-w.de", true }, + { "pa.search.yahoo.com", false }, { "paarberatung-hn.de", true }, - { "paavolastudio.com", true }, { "paazmaya.fi", true }, { "pabuzo.vn", true }, { "pacco.com.br", true }, { "pace.car", true }, { "pacelink.de", true }, + { "pacificpalisadeselectrical.com", true }, { "pacifictilkin-occasions.be", true }, { "packagingproject.management", true }, { "packagist.org", false }, @@ -19089,7 +20374,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pagedesignhub.com", true }, { "pagedesignpro.com", true }, { "pagedesignshop.com", true }, + { "pagedesignweb.com", true }, { "pagefulloflies.io", true }, + { "pages-tocaven.com", true }, { "pagewizz.com", false }, { "pagiamtzis.com", true }, { "pagina.com.mx", true }, @@ -19106,10 +20393,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paint-it.pink", true }, { "paio2-rec.com", true }, { "paio2.com", true }, + { "paipuman.jp", true }, { "paizinhovirgula.com", true }, { "pajadam.me", true }, - { "pajowu.de", true }, - { "pajuvuo.fi", true }, { "paketkreditsuzuki.com", true }, { "paketwatch.de", true }, { "pakho.xyz", true }, @@ -19124,14 +20410,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "palationtrade.com", true }, { "palava.tv", true }, { "palavatv.com", true }, - { "paleosquawk.com", true }, { "palletflow.com", true }, { "palli.ch", true }, { "palmavile.us", true }, { "palmaville.com", true }, { "pamaniqu.nl", true }, { "pamatv.hk", true }, - { "pammbook.com", true }, { "pan.digital", true }, { "panasca.is", true }, { "panascais.co", true }, @@ -19155,7 +20439,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paneu.de", true }, { "panicparts.com", true }, { "panier-legumes.bio", true }, - { "panj.ws", true }, { "panmetro.com", true }, { "panoti.com", false }, { "panoxadrez.com.br", true }, @@ -19174,18 +20457,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "papatest24.de", true }, { "papayame.com", true }, { "papayapythons.com", true }, - { "papelariadante.com.br", true }, { "paper-republic.org", true }, { "paperhaven.com.au", true }, + { "paperhoney.by", true }, { "papermasters.com", true }, { "papersmart.net", true }, { "papertracker.net", true }, { "paperturn.com", true }, { "paperwork.co.za", true }, { "paperwritinghelp.net", true }, + { "paprikas.fr", true }, { "paraborsa.net", true }, { "parachute70.com", true }, - { "paradiesgirls.ch", true }, { "paradigi.com.br", true }, { "paradise-engineer.com", true }, { "paradise-engineering.com", true }, @@ -19193,6 +20476,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paradisenazarene.com", true }, { "paradoxdesigns.org", true }, { "paragon.com.sg", true }, + { "paragon.edu", true }, { "paragonie.com", false }, { "paragreen.net", true }, { "parakranov.ru", true }, @@ -19206,10 +20490,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parchcraftaustralia.com", true }, { "parckwart.de", true }, { "parcon.it", true }, - { "pardnoy.com", true }, { "parentheseardenne.be", true }, { "parentinterview.com", true }, { "parentsintouch.co.uk", true }, + { "parfum-baza.ru", true }, { "pariga.co.uk", true }, { "paris-cyber.fr", true }, { "parisescortgirls.com", true }, @@ -19220,10 +20504,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "parishome.jp", true }, { "parkingpoint.co.uk", true }, { "parksubaruoemparts.com", true }, + { "parkviewmotorcompany.com", true }, { "parlamento.gub.uy", true }, { "parleamonluc.fr", true }, { "parleu2016.nl", true }, { "parolu.io", true }, + { "parquettista.roma.it", true }, { "parsemail.org", true }, { "parser.nu", true }, { "partecipa.tn.it", true }, @@ -19239,14 +20525,30 @@ static const nsSTSPreload kSTSPreloadList[] = { { "partridge.tech", true }, { "parts4phone.com", true }, { "partsestore.com", true }, + { "party-and-play.co.uk", true }, + { "party-calendar.net", true }, { "party-kneipe-bar.com", true }, + { "party-time-inflatables-durham.co.uk", true }, + { "partybounceplay.co.uk", true }, { "partycentrumdebinnenhof.nl", true }, + { "partycentrumopenhuis.nl", true }, + { "partyhireformby.co.uk", true }, + { "partyhireisleofwight.co.uk", true }, + { "partyhireliverpool.co.uk", true }, + { "partyrocksbounce.co.uk", true }, { "partyschnaps.com", true }, + { "partyspaces.co.uk", true }, + { "partytime-uk.co.uk", true }, + { "partytimeltd.ie", true }, + { "partytownireland.co.uk", true }, + { "partytownmarquees.co.uk", true }, { "partyvan.io", true }, + { "partyzone.ie", true }, { "parvaneh.fr", true }, { "pasadenapooch.org", true }, { "pasadenasandwichcompany.com", true }, { "pasarella.eu", true }, + { "pascal-bourhis.net", true }, { "pascal-kannchen.de", true }, { "pascal-wittmann.de", true }, { "pascaline-jouis.fr", true }, @@ -19271,8 +20573,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "passport.yandex.ru", true }, { "passport.yandex.ua", true }, { "passports.govt.nz", true }, - { "passrhce.com", true }, - { "passrhcsa.com", true }, { "passthepopcorn.me", true }, { "passvau.lt", true }, { "passwd.one", true }, @@ -19281,6 +20581,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "password.codes", true }, { "password.consulting", true }, { "password.work", true }, + { "passwordhashing.com", true }, { "passwordkeeperbooks.com", true }, { "passwords.google.com", false }, { "passwordscon.com", true }, @@ -19299,11 +20600,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pastordocaucaso.com.br", true }, { "pastormaremanoabruzes.com.br", true }, { "pastorsuico.com.br", true }, + { "pasztor.at", true }, { "patadanabouca.pw", true }, + { "patbatesremodeling.com", true }, + { "patdorf.com", true }, { "patechmasters.com", true }, { "patentfamily.de", true }, { "paterno-gaming.com", true }, - { "patflix.com", true }, + { "pathagoras.com", true }, { "pathwaystoresilience.org", true }, { "pathwaytofaith.com", true }, { "patikabiztositas.hu", true }, @@ -19316,8 +20620,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "patrick.dark.name", true }, { "patrickaudley.ca", true }, { "patrickaudley.com", true }, - { "patrickbusch.net", true }, - { "patrickneuro.de", true }, { "patrickschneider.me", true }, { "patriksima.cz", true }, { "patriksimek.cz", true }, @@ -19344,6 +20646,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "paulov.com", true }, { "paulov.info", true }, { "paulov.ru", true }, + { "paulpetersen.dk", true }, { "paulrobertlloyd.com", true }, { "paulrotter.de", true }, { "paulschreiber.com", true }, @@ -19358,19 +20661,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pautadiaria.com", true }, { "pavando.com", true }, { "paveljanda.com", true }, + { "pavelkahouseforcisco.com", true }, { "pavelrebrov.com", true }, { "paw.cloud", true }, { "paw.pt", true }, { "pawelnazaruk.com", true }, { "pawsomebox.co.uk", true }, { "pawsr.us", true }, - { "paxdei.com.br", true }, { "pay.ubuntu.com", true }, + { "pay8522.com", true }, { "payboy.rocks", true }, { "payclixpayments.com", true }, { "payfazz.com", true }, { "paylike.io", true }, { "payload.tech", true }, + { "payloc.io", true }, { "payme.uz", true }, { "payment-network.com", true }, { "paymentaccuracy.gov", true }, @@ -19399,6 +20704,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pbreen.co.uk", true }, { "pbrumby.com", true }, { "pbscreens.com", true }, + { "pbytes.com", true }, + { "pbz.im", true }, { "pc-rescue.me", true }, { "pc-tweak.de", true }, { "pccentral.nl", true }, @@ -19422,17 +20729,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pdfconvert.me", true }, { "pdfmint.com", true }, { "pdfresizer.com", true }, + { "pdox.net", true }, { "pdthings.net", true }, - { "pe-kyousai.jp", true }, { "pe.search.yahoo.com", false }, { "peaksloth.com", true }, - { "pear2pear.de", true }, { "pearbloom.com", true }, { "pebbles.net.in", true }, { "pecker-johnson.com", true }, { "pecot.fr", true }, { "pedicureduiven.nl", true }, + { "pedidamanosevilla.com", true }, { "pedimoda.com.br", true }, + { "pedrosaurus.com", true }, { "pedrosluiter.nl", true }, { "pedroventura.com", false }, { "peeekaaabooo.com", true }, @@ -19472,6 +20780,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pekkapleppanen.fi", true }, { "pekoe.se", true }, { "pelanucto.cz", true }, + { "pelican.ie", true }, { "pelletsprice.com", true }, { "pelopogrund.com", true }, { "pelopoplot.com", true }, @@ -19483,6 +20792,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "penetrationstest.se", true }, { "penfold.fr", true }, { "pengi.me", true }, + { "pengisatelier.net", true }, { "pennergold.net", true }, { "pennyapp.io", true }, { "pennyparkerpaper.com", true }, @@ -19490,7 +20800,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pensacolawinterfest.org", true }, { "pensador.com", true }, { "pensador.info", true }, + { "pensanisso.com", true }, { "pensioenfonds-ey.nl", true }, + { "pension-veldzigt.nl", true }, { "pension-waldesruh.de", true }, { "pensiunealido.ro", true }, { "pentandra.com", true }, @@ -19509,6 +20821,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peraparker.cz", true }, { "percolate.com", true }, { "percraft.com", true }, + { "percy.io", true }, { "perd.re", true }, { "perdel.cn", false }, { "perecraft.com", true }, @@ -19517,6 +20830,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perfect.in.th", true }, { "perfectbalance.tech", true }, { "perfectcloud.org", true }, + { "perfectionunite.com", true }, + { "perfectoparty.co.uk", true }, + { "perfectsnap.co.uk", true }, { "perfektesgewicht.com", true }, { "perfektesgewicht.de", true }, { "performancesantafe.org", true }, @@ -19549,7 +20865,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "perucasestoril.com.br", true }, { "pervacio.hu", true }, { "perzeidi.hr", true }, - { "pestalozzishop.com.br", true }, { "pestici.de", true }, { "pet-hotel-mura.net", true }, { "pet-life.top", true }, @@ -19574,12 +20889,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "petitsfrenchies.com", true }, { "petja.me", false }, { "petko.me", true }, + { "petlife.od.ua", true }, { "petmall.bg", true }, { "petofiprogram.hu", true }, { "petplus.com", true }, { "petpost.co.nz", false }, { "petrachuk.ru", true }, { "petrasestakova.cz", true }, + { "petroscand.eu", true }, { "petruzz.net", true }, { "pettitcoat.com", true }, { "petwall.info", true }, @@ -19591,6 +20908,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "peyote.org", true }, { "pfa.or.jp", true }, { "pfadfinder-aurich.de", true }, + { "pfadfinder-grossauheim.de", true }, { "pfarchimedes-pensioen123.nl", true }, { "pfd-nz.com", false }, { "pferdeeinstreu-kaufen.com", true }, @@ -19604,7 +20922,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pgmann.cf", true }, { "pgmsource.com", true }, { "pgnetwork.net", true }, - { "pgpmail.cc", true }, { "pgregg.com", false }, { "ph-blog.de", true }, { "ph.search.yahoo.com", false }, @@ -19618,7 +20935,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pharmaphoto.ch", true }, { "pharmapolitics.com", true }, { "pharynks.com", true }, - { "phasme-2016.com", true }, { "phcimages.com", true }, { "phcmembers.com", true }, { "phcnetworks.net", true }, @@ -19636,19 +20952,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phil-phillies.com", true }, { "phil.tw", true }, { "philadelphia.com.mx", true }, - { "philadelphiacandies.com", true }, { "philadelphiadancefoundation.org", true }, { "philia-sa.com", true }, { "philipdb.com", true }, { "philipkohn.com", true }, { "philipmordue.co.uk", true }, - { "philipp-trulson.de", false }, { "philippbirkholz.com", true }, { "philippbirkholz.de", true }, + { "philippebonnard.fr", true }, { "philipperoose.be", true }, { "philippheenen.de", true }, { "philippkeschl.at", true }, { "phillippi.me", true }, + { "phillprice.com", true }, { "philonas.net", true }, { "philosoftware.com.br", true }, { "philosopherswool.com", true }, @@ -19656,6 +20972,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "philphonic.de", true }, { "philsturgeon.uk", true }, { "philux.ch", true }, + { "phippsreporting.com", true }, { "phishingusertraining.com", true }, { "phocean.net", true }, { "phoenicis.com.ua", true }, @@ -19668,9 +20985,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phosagro.com", true }, { "phosagro.ru", true }, { "photistic.org", true }, + { "photo-livesearch.com", true }, { "photo-paysage.com", true }, { "photo.org.il", true }, { "photoartelle.com", true }, + { "photoboothpartyhire.co.uk", true }, { "photodeal.fr", true }, { "photographe-reims.com", true }, { "photographyforchange.com", true }, @@ -19694,6 +21013,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "phpprime.com", true }, { "phpsecure.info", true }, { "phra.gs", true }, + { "phrive.space", true }, { "phryanjr.com", false }, { "phryneas.de", true }, { "phuket-idc.com", true }, @@ -19719,7 +21039,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pic.sr", true }, { "pic2map.com", true }, { "piccirello.com", true }, + { "piccolo-parties.co.uk", true }, { "pickme.nl", true }, + { "pickormix.co.uk", true }, { "picksin.club", true }, { "piclect.com", true }, { "picoauto.com", true }, @@ -19771,8 +21093,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pimhaarsmamedia.nl", true }, { "pimpmyperf.fr", true }, { "pimspage.nl", true }, + { "pin.net.au", true }, { "pinceaux.org", true }, { "pincha.com.tw", false }, + { "pincodeit.com", true }, { "pindanutjes.be", false }, { "pinemountainnursery.com.au", true }, { "pinemountbaptistchurch.org", true }, @@ -19784,6 +21108,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pinimg.com", true }, { "pinkapple.com", true }, { "pinkbike.com", true }, + { "pinkcasino.co.uk", true }, { "pinkfis.ch", true }, { "pinkhq.com", true }, { "pinkinked.com", true }, @@ -19833,7 +21158,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pissflaps.co.uk", true }, { "pisupp.ly", true }, { "pitchpinecapital.com", true }, - { "pitfire.io", true }, { "pitot-rs.org", true }, { "pitsstop.nu", true }, { "pittaya.com", true }, @@ -19846,12 +21170,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pixelcubed.com", true }, { "pixelesque.uk", true }, { "pixelfou.com", true }, + { "pixelgliders.de", true }, { "pixelminers.net", true }, { "pixelpoint.io", true }, { "pixelrain.info", true }, { "pixelsquared.us", true }, { "pixelurbia.com", true }, - { "pixipics.com", false }, { "pixiv.moe", true }, { "pixlfox.com", true }, { "pizala.de", true }, @@ -19862,14 +21186,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pizzeria-mehrhoog.de", true }, { "pizzeriacolore.com", true }, { "pj539999.com", true }, + { "pjentertainments.co.uk", true }, { "pjili.com", true }, + { "pjleisure.co.uk", true }, { "pjuu.com", false }, + { "pk.search.yahoo.com", false }, { "pkgt.de", false }, { "pko.ch", true }, + { "pkov.cz", true }, + { "pkphotobooths.co.uk", true }, { "pl-cours.ch", true }, { "pl.search.yahoo.com", false }, { "placasonline.com.br", true }, { "placassinal.com.br", true }, + { "placefade.com", true }, { "placehold.co", true }, { "placeralplato.com", true }, { "placker.com", true }, @@ -19880,15 +21210,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plakbak.nl", true }, { "plan-immobilier.fr", true }, { "planboardapp.com", true }, - { "planbox.info", true }, { "planet-work.com", true }, { "planetasuboficial.com.br", true }, { "planetau2.com", true }, { "planetbeauty.com", true }, { "planetbreath.ch", true }, - { "planete-cocoon.com", true }, + { "planete-cocoon.com", false }, { "planete-lira.fr", true }, - { "planete-secu.com", true }, { "planeteroliste.com", true }, { "planeteroliste.fr", true }, { "planetexpress.cc", true }, @@ -19907,6 +21235,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plantastique.com", true }, { "planteforum.no", true }, { "plantroon.com", true }, + { "plantrustler.com", true }, { "plaque-funeraire.fr", true }, { "plassmann.ws", true }, { "plasti-pac.ch", true }, @@ -19922,6 +21251,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "play.cash", true }, { "play.google.com", true }, { "playanka.com", true }, + { "playawaycastles.co.uk", true }, + { "playdaysparties.co.uk", true }, { "playdreamcraft.com.br", true }, { "playform.cloud", true }, { "playhappywheelsunblocked.com", true }, @@ -19931,24 +21262,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "playpirates.com", true }, { "playsharp.com", true }, { "playsnake.org", true }, - { "playsoundevents.be", true }, { "playsource.co", true }, { "playsprout.industries", false }, { "playtictactoe.org", true }, + { "playtimebouncycastles.co.uk", true }, { "playwhyyza.com", true }, + { "playzonecastles.co.uk", true }, + { "pld-entertainment.co.uk", true }, { "pldx.org", true }, { "please-deny.me", true }, + { "pleaseuseansnisupportedbrowser.ml", true }, { "pleasure-science.com", true }, { "pleine-conscience.ch", true }, { "plen.io", true }, { "plenigo.com", true }, + { "plexhome13.ddns.net", true }, { "plexi.dyndns.tv", true }, { "plextv.de", true }, { "plexusmd.com", true }, { "plinc.co", true }, { "pliosoft.com", true }, { "plitu.de", true }, - { "ploader.ru", false }, + { "ploader.ru", true }, + { "plochka.bg", true }, { "plongee-phuket.fr", true }, { "ploofer.com", true }, { "plot.ly", true }, @@ -19968,7 +21304,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "plus-5.com", true }, { "plus-u.com.au", true }, { "plus.google.com", false }, - { "plus.sandbox.google.com", false }, + { "plus.sandbox.google.com", true }, { "plus1s.tk", true }, { "plushev.com", true }, { "pluslink.co.jp", true }, @@ -19978,7 +21314,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pluto.life", true }, { "plutokorea.com", true }, { "plutopia.ch", true }, + { "plymouthbouncycastles.co.uk", true }, { "plymouthglassgallery.com", true }, + { "plymouthsoftplay.co.uk", true }, { "plzdontpwn.me", true }, { "plzenskybarcamp.cz", true }, { "plzh4x.me", true }, @@ -19988,6 +21326,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pm13.org", true }, { "pmalaty.com", true }, { "pmbc.org", true }, + { "pmbremer.de", true }, { "pmconference.ch", true }, { "pmctire.com", true }, { "pmemanager.fr", true }, @@ -20003,10 +21342,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pmsf.eu", true }, { "pmt-documenten.nl", true }, { "pneuhaus-lemp.ch", true }, + { "pneusgppremium.com.br", true }, { "pnimmobilier.ch", true }, { "pnmhomecheckup.com", true }, { "pnona.cz", true }, - { "pnsc.is", true }, { "pnut.io", false }, { "pnyxnet.com", true }, { "poba.fr", true }, @@ -20019,6 +21358,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "podcast.style", true }, { "podemos.info", true }, { "podia.com.gr", true }, + { "podroof.com", true }, + { "podroof.com.au", true }, { "podshrink.de", true }, { "poe.digital", true }, { "poed.com.au", true }, @@ -20026,12 +21367,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "poedgirl.com", true }, { "poeg.cz", true }, { "pogoswine.com", true }, + { "pogrebisky.net", true }, { "pogs.us", true }, { "poinsot.info", true }, { "pointaction.com", true }, { "pointhost.de", true }, { "points4unitedway.com", true }, { "pointsixtyfive.com", true }, + { "pointum.com", true }, { "poiru.net", true }, { "poitiers-ttacc-86.eu.org", true }, { "pojer.me", true }, @@ -20067,6 +21410,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "polsport.live", true }, { "poly-fast.com", true }, { "polyfill.io", true }, + { "polygamer.net", true }, { "polymake.org", true }, { "polymathematician.com", true }, { "polynomapp.com", true }, @@ -20089,6 +21433,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pontodogame.com.br", true }, { "pony.tf", true }, { "ponychan.net", true }, + { "ponycyclepals.co.uk", true }, { "ponyfoo.com", true }, { "poollicht.be", true }, { "poolvilla-margarita.net", false }, @@ -20107,6 +21452,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "popoway.me", true }, { "poppetsphere.de", true }, { "population-ethics.com", true }, + { "popupsoftplay.com", true }, { "poquvi.net", true }, { "porg.es", true }, { "pork.org.uk", true }, @@ -20114,8 +21460,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pornbase.info", true }, { "pornbay.org", true }, { "pornblog.org", true }, + { "porncandi.com", true }, { "pornohub.su", true }, - { "pornolab-net.appspot.com", true }, + { "pornolab-net.appspot.com", false }, { "pornomens.be", true }, { "porschen.fr", true }, { "port.social", true }, @@ -20130,16 +21477,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "portalzine.de", true }, { "portefeuillesignalen.nl", true }, { "portercup.com", true }, + { "porterranchelectrical.com", true }, + { "portofacil.com", true }, { "portofrotterdam.com", true }, { "portosonline.pl", true }, { "portraitsystem.biz", true }, { "portsdebalears.gob.es", true }, + { "portsmouthbouncycastles.co.uk", true }, { "portugalsko.net", true }, { "portvaletickets.com", true }, { "porybox.com", true }, { "porzgmbh.de", true }, { "posaunenchor-senden.de", true }, + { "posbank.co.uk", true }, { "poseidonwaterproofing.com", true }, + { "poshcastles.co.uk", true }, { "poshsecurity.com", true }, { "positionus.io", true }, { "positive.com.cy", true }, @@ -20184,7 +21536,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pouet.it", true }, { "poupatempo.org", true }, { "pourlesenfants.info", true }, - { "pourmesloisirs.com", true }, { "pourout.org", true }, { "povareschka.ru", true }, { "powdersnow.top", true }, @@ -20205,7 +21556,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "powersergunited.org", true }, { "powersergusercontent.com", true }, { "powerwellness-korecki.de", true }, - { "pozniak.at", true }, + { "pozemedicale.org", true }, + { "pozyczka-bez-zaswiadczen.pl", true }, { "pozytywnyplan.pl", true }, { "pozzo-balbi.com", true }, { "ppipe.net", true }, @@ -20216,6 +21568,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ppro.com", true }, { "pptavmdata.org", true }, { "ppy.sh", true }, + { "pr.search.yahoo.com", false }, { "pr1sm.com", true }, { "prac.to", true }, { "pracowniatkanin.com", true }, @@ -20228,6 +21581,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "praguepsychology.com", true }, { "praguepsychology.cz", true }, { "pragueswim.cz", true }, + { "prajwalkoirala.com", true }, { "prakharprasad.com", true }, { "praxino.de", true }, { "praxis-dingeldey.de", true }, @@ -20235,6 +21589,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prayerrequest.com", true }, { "prazeresdavida.com.br", true }, { "prazynka.pl", true }, + { "prc-newmedia.com", true }, { "prc.gov", true }, { "precedecaritas.com.br", true }, { "preciouslife.fr", true }, @@ -20251,7 +21606,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "preisser.it", true }, { "prekladysanca.cz", true }, { "preloaded-hsts.badssl.com", true }, - { "prelogica.com.br", true }, { "preludes.org", true }, { "prelved.com", true }, { "prelved.es", true }, @@ -20262,6 +21616,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prelved.pl", true }, { "prelved.se", true }, { "premaritalsex.info", true }, + { "premierbouncycastles.co.uk", true }, + { "premierevents.ie", true }, { "premierheart.com", true }, { "premiership-predictors.co.uk", true }, { "premiumweb.co.id", true }, @@ -20273,20 +21629,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prepaidgirl.com", true }, { "prepaidkredietkaart.be", true }, { "prepare-job-hunting.com", true }, + { "preparedcapital.com", true }, { "preparetheword.com", false }, { "presbee.com", true }, { "prescotonline.co.uk", true }, { "prescriptionrex.com", true }, + { "present-m.com", true }, { "presentesdegrife.com.br", true }, { "president.bg", true }, { "prespanok.sk", true }, - { "press-presse.ca", true }, { "presscenter.jp", true }, { "presses.ch", true }, + { "pressography.org", true }, { "pressrush.com", true }, { "pressureradio.com", true }, { "prestburyscouts.org.uk", true }, { "prestige-car-location.ch", true }, + { "prestigebouncycastles.co.uk", true }, + { "prestigeeventshire.co.uk", true }, { "prestigerepairs.com.au", true }, { "prestigesigns.net", true }, { "prestonandsons.com.au", true }, @@ -20305,7 +21665,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prielwurmjaeger.de", true }, { "prifo.se", true }, { "primaconsulting.net", true }, + { "primalinea.pro", true }, { "primates.com", true }, + { "primecaplending.com", true }, { "primewho.org", true }, { "primordialsnooze.com", true }, { "prinbanat.ngo", true }, @@ -20318,6 +21680,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "principia-journal.de", true }, { "principia-magazin.de", true }, { "principia-online.de", true }, + { "princovi.cz", true }, { "prinesdoma.at", true }, { "prinice.org", true }, { "printeknologies.com", true }, @@ -20325,13 +21688,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "printery.be", true }, { "printexpress.cloud", true }, { "printf.de", true }, + { "printler.com", true }, { "printmet.com", true }, + { "printsos.com", true }, { "prior-it.be", true }, { "priorite-education.com", true }, { "priorityelectric.net", true }, { "prioritynissannewportnewsparts.com", true }, { "prism-communication.com", true }, { "pristal.eu", true }, + { "pristineevents.co.uk", true }, { "priv.im", true }, { "priva.si", true }, { "privacy-week-vienna.at", true }, @@ -20343,6 +21709,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "privacynow.eu", true }, { "privacyscore.org", true }, { "privacyweek.at", true }, + { "privacyweek.de", true }, + { "privacyweek.eu", true }, { "privacyweekvienna.at", true }, { "privasphere.com", true }, { "privatebin.info", true }, @@ -20355,7 +21723,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "privatestatic.com", false }, { "privatewolke.com", true }, { "privatfrei.de", true }, - { "privcloud.org", true }, { "privea.fr", true }, { "privu.me", true }, { "prjktruby.com", true }, @@ -20366,7 +21733,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pro-link.eu", true }, { "pro-mile.pl", true }, { "pro-netz.de", true }, + { "pro-wiert.pl", true }, { "proactive.run", true }, + { "proautorepairs.com.au", true }, { "probas.de", true }, { "probase.ph", true }, { "probely.com", true }, @@ -20384,11 +21753,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prodigia.com", true }, { "prodinger.com", true }, { "prodsim.ninja", true }, + { "producertools.io", true }, { "productbarcodes.com", true }, + { "productboard.com", true }, { "productdesignsoftware.com.au", true }, { "productgap.com", true }, { "productived.net", true }, { "productpeo.pl", true }, + { "products4more.at", true }, { "proefteksten.nl", false }, { "prof.ch", true }, { "profection.biz", true }, @@ -20413,6 +21785,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "progressive.work", true }, { "progressivecfo.co.nz", true }, { "progressiveplanning.com", true }, + { "prohrcloud.com", true }, { "proj.org.cn", true }, { "project-rune.tech", true }, { "project-splash.com", true }, @@ -20421,6 +21794,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "projectarmy.net", false }, { "projectbenson.com", false }, { "projectblackbook.us", true }, + { "projectcastle.tech", true }, { "projectnom.com", true }, { "projectsecretidentity.com", true }, { "projectsecretidentity.org", true }, @@ -20435,6 +21809,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "prok.pw", true }, { "prokop.ovh", true }, { "prolan.pw", true }, + { "promarketer.net", true }, { "promedicalapplications.com", true }, { "prometheanfire.net", true }, { "prometheanfire.org", true }, @@ -20468,6 +21843,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "propr.no", true }, { "propseller.com", true }, { "proslimdiets.com", true }, + { "prosocialmachines.com", true }, { "prospanek.cz", true }, { "prospo.co", true }, { "prostohobby.ru", true }, @@ -20490,13 +21866,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proust.media", false }, { "proustmedia.de", false }, { "provectus.de", true }, - { "proveits.me", true }, + { "proveits.me", false }, { "provence-appartements.com", true }, { "provision-isr.nl", true }, { "provisionaldriving.com", true }, - { "provitacare.com", true }, { "provitec.com", true }, { "provitec.de", true }, + { "provokator.co.il", true }, { "proweser.de", true }, { "prowise.com", true }, { "proximityradio.fr", true }, @@ -20506,6 +21882,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "proxybay.one", true }, { "proxybay.tv", true }, { "proxyportal.me", true }, + { "proxyportal.net", true }, { "proxyportal.org", true }, { "proymaganadera.com", true }, { "prpsss.com", true }, @@ -20518,6 +21895,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pryspry.com", true }, { "prytkov.com", true }, { "przemas.pl", true }, + { "ps-provider.co.jp", true }, { "ps-qa.com", true }, { "ps-w.ru", true }, { "ps-x.ru", true }, @@ -20527,19 +21905,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psb1911.com", true }, { "psb4ukr.org", true }, { "psbarrett.com", true }, + { "psc.gov", true }, { "pschierl.com", true }, { "psdsfn.com", true }, { "pseta.ru", true }, + { "pseudo.coffee", true }, { "psicoexpansao.com.br", true }, { "psicologoforensebarcelona.com", true }, { "psicologoforensemadrid.com", true }, { "psicosalud.online", true }, { "psm.org.ph", true }, - { "psncardplus.be", true }, - { "psncardplus.com", true }, - { "psncardplus.dk", true }, - { "psncardplus.nl", true }, - { "psncardplus.se", true }, { "pson.ninja", true }, { "psono.pw", true }, { "pssgcsim.org", true }, @@ -20560,9 +21935,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "psycho-lobby.com", true }, { "psycho.space", true }, { "psychoactive.com", true }, + { "psychoco.net", true }, { "psychotherapie-kp.de", true }, { "psydix.org", true }, - { "psyk.yt", false }, + { "psyk.yt", true }, { "psylab.cc", true }, { "psylab.re", true }, { "psylab.vip", true }, @@ -20573,6 +21949,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pterodactylus.cz", true }, { "ptgoldensun.com", true }, { "ptm.ro", false }, + { "ptmarquees.ie", true }, { "ptrbrs.nl", true }, { "ptrl.ws", true }, { "ptron.org", true }, @@ -20590,7 +21967,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "publicintelligence.net", true }, { "publick.net", true }, { "publicsuffix.org", true }, - { "publimepa.it", false }, { "publiq.space", true }, { "pubreviews.com", true }, { "pucchi.net", true }, @@ -20600,8 +21976,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "puetter.eu", true }, { "pugilares.com.pl", true }, { "pugovka72.ru", true }, - { "puhe.se", true }, { "puikheid.nl", true }, + { "puissancemac.ch", true }, { "puli.com.br", true }, { "pulledporkheaven.com", true }, { "pulsedursley.co.uk", true }, @@ -20611,9 +21987,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "punikonta.de", true }, { "punitsheth.com", true }, { "punkapoule.fr", true }, + { "punkdns.top", true }, { "punknews.org", true }, { "pupboss.com", true }, + { "puppet.pl", true }, { "purahealthyliving.com", true }, + { "purelunch.co.uk", true }, { "purevapeofficial.com", true }, { "purikore.com", true }, { "purplebooth.co.uk", true }, @@ -20624,7 +22003,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "purplestar.com", true }, { "purplewindows.net", true }, { "purplez.pw", true }, - { "purpoz.com.br", true }, { "purpspc.com", true }, { "purrfect-box.co.uk", true }, { "purrfectboudoir.com", true }, @@ -20635,6 +22013,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pusatinkubatorbayi.com", true }, { "put.moe", true }, { "put.re", true }, + { "putatara.net", true }, { "putney.io", true }, { "puurwonengeldrop.nl", false }, { "puxlit.net", true }, @@ -20647,6 +22026,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pv-paderborn-now.de", true }, { "pvagner.tk", true }, { "pvcvoordeel.nl", false }, + { "pvmotorco.com", true }, { "pvpcraft.ca", true }, { "pvtschlag.com", true }, { "pwdsafe.com", true }, @@ -20658,6 +22038,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pwolk.com", true }, { "pxx.io", true }, { "py-amf.org", true }, + { "py.search.yahoo.com", false }, { "pycrypto.org", true }, { "pygarage.com", true }, { "pyopenssl.org", true }, @@ -20670,11 +22051,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pyspace.org", true }, { "python-hyper.org", true }, { "python.org", false }, + { "pyzlnar.com", true }, { "q-inn.com", true }, { "q-inn.nl", true }, - { "q8mp3.me", true }, + { "qa-brandywineglobal.com", true }, { "qa.fedoraproject.org", true }, { "qa.stg.fedoraproject.org", true }, + { "qaconstrucciones.com", true }, { "qamrulhaque.com", true }, { "qandavision.com", false }, { "qapital.com", true }, @@ -20726,12 +22109,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qotw.net", true }, { "qq-navi.com", true }, { "qqj.net", true }, + { "qqvips.com", true }, { "qrcontagion.com", true }, { "qredo.com", true }, - { "qrforex.com", true }, { "qrlfinancial.com", true }, { "qrpth.eu", true }, - { "qscloud.de", true }, { "qtl.me", true }, { "qto.com", true }, { "qtpass.org", true }, @@ -20750,6 +22132,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "qualityhomesystems.com", true }, { "qualityofcourse.com", false }, { "qualitypropertycare.co.uk", true }, + { "qualtrics.com", true }, { "quanterra.ch", true }, { "quantor.dk", true }, { "quantoras.com", true }, @@ -20761,6 +22144,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quanyin.eu.org", true }, { "quareal.ru", true }, { "quarterfull.com", true }, + { "quasarelectronics.co.uk", true }, { "quasseldroid.info", true }, { "quay.net", true }, { "qubes-os.org", true }, @@ -20782,6 +22166,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "question.com", true }, { "questionable.host", true }, { "questsocial.it", true }, + { "quevisiongrafica.com", true }, { "quickboysvrouwen2.nl", true }, { "quietapple.org", true }, { "quikchange.net", true }, @@ -20797,10 +22182,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "quotev.com", true }, { "quppa.net", true }, { "quuz.org", true }, + { "qvggroup.com", true }, { "qvitoo.com", true }, { "qwans.nl", true }, { "qwant.com", true }, { "qwant.fr", true }, + { "qwaser.fr", true }, { "qwe7002.com", true }, { "qweepi.de", true }, { "qwertee.com", true }, @@ -20811,7 +22198,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "r-core.org", true }, { "r-cut.fr", true }, { "r-rwebdesign.com", true }, - { "r0t.co", true }, { "r0uzic.net", true }, { "r2d2pc.com", true }, { "r3nt3r.com", true }, @@ -20821,22 +22207,29 @@ static const nsSTSPreload kSTSPreloadList[] = { { "r7h.at", true }, { "r811.de", true }, { "ra-micro-koeln.de", true }, + { "ra.co.ke", true }, { "ra4wvpn.com", true }, { "raah.co", true }, + { "rabbit.wales", false }, { "rabbitvcactus.eu", true }, { "rabota-x.ru", true }, + { "rabotaescort.com", true }, + { "rabynska.eu", true }, { "racasdecachorro.org", true }, + { "raccoltarifiuti.com", true }, { "racermaster.xyz", false }, { "raceviewcycles.com", true }, { "raceviewequestrian.com", true }, { "rachaelrussell.com", true }, { "rachelchen.me", true }, { "rachelreagan.com", true }, + { "rachelsbouncycastles.co.uk", true }, { "rachida-dati.eu", true }, { "racius.com", true }, { "rackblue.com", true }, { "rackerlab.com", true }, { "raconconsulting.co.uk", true }, + { "racoo.net", true }, { "racunovodstvo-prina.si", true }, { "rad-route.de", true }, { "radar.sx", true }, @@ -20847,6 +22240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radfieldhomecare.co.uk", true }, { "radfieldhomecarefranchising.co.uk", true }, { "radical.org", true }, + { "radicaloptimism.org", true }, { "radicalsub.com.br", true }, { "radio-utopie.de", true }, { "radio1.ie", true }, @@ -20863,6 +22257,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "radondetectionandcontrol.com", true }, { "radreisetraumtreibstoff.de", true }, { "radyn.com", true }, + { "raeu.me", true }, { "raeven.nl", true }, { "rafaelmagalhaesweb.com", true }, { "rafey.xyz", true }, @@ -20874,12 +22269,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ragnaroktop.com.br", true }, { "rahamasin.eu", true }, { "raiblockscommunity.net", true }, + { "raidensnakesden.co.uk", true }, + { "raidensnakesden.com", true }, + { "raidensnakesden.net", true }, { "raiffeisen-kosovo.com", true }, { "railgun.ac", true }, { "railgun.com.cn", true }, { "railjob.cn", true }, { "railyardurgentcare.com", true }, { "rainbowbay.org", true }, + { "rainbowinflatables.co.uk", true }, { "rainbowstore.com.au", true }, { "rainbowstore.com.ua", true }, { "rainforest.engineering", true }, @@ -20889,6 +22288,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "raiseyourflag.com", true }, { "raissarobles.com", true }, { "raitza.de", true }, + { "rajyogarishikesh.com", true }, { "rak-business-service.com", true }, { "rakugokai.net", true }, { "ralf-huebscher.de", true }, @@ -20908,8 +22308,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rambii.de", true }, { "ramblingrf.tech", true }, { "rametrix.com", true }, + { "ramov.com", true }, { "ramrecha.com", true }, - { "ramshair.jp", false }, { "ramsor-gaming.de", true }, { "randc.org", true }, { "random-samplings.org", true }, @@ -20919,7 +22319,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "randomkoalafacts.com", true }, { "randomprecision.co.uk", true }, { "randomquotesapp.com", true }, - { "randstaddirect.nl", true }, + { "randy.su", true }, { "rangde.org", true }, { "ranking-deli.jp", true }, { "ranos.org", true }, @@ -20937,12 +22337,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rareative.com", true }, { "raryosu.info", true }, { "rasagiline.com", true }, + { "rascals-castles.co.uk", true }, + { "rascalscastles.co.uk", true }, + { "rascalscastlesdoncaster.co.uk", true }, { "rasebo.ro", true }, { "raspass.me", true }, { "raspberry.us", true }, { "rastreie.net", true }, { "rasty.cz", true }, { "ratd.net", true }, + { "ratebridge.com", true }, { "rathgeb.org", true }, { "rathorian.fr", true }, { "rationalcreation.com", true }, @@ -20955,6 +22359,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rauros.net", true }, { "rautermods.net", true }, { "ravchat.com", true }, + { "ravengergaming.net", true }, { "ravensbuch.de", true }, { "ravhaaglanden.org", true }, { "ravindran.me", true }, @@ -20981,7 +22386,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rbltracker.com", true }, { "rbmafrica.co.za", true }, { "rbnet.xyz", true }, - { "rbqcloud.com", true }, { "rbran.com", true }, { "rbtvshitstorm.is", true }, { "rburchell.com", true }, @@ -20990,6 +22394,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rc-shop.ch", true }, { "rc7.ch", true }, { "rca.fr", true }, + { "rcdocuments.com", true }, { "rchrdsn.uk", true }, { "rclsm.net", true }, { "rcmurphy.com", true }, @@ -21001,8 +22406,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rdfz.tech", true }, { "rdh.asia", true }, { "rdl.at", false }, - { "rdns.cc", true }, - { "re-curi.com", true }, { "re-wilding.com", true }, { "reachrss.com", true }, { "reaconverter.com", true }, @@ -21010,9 +22413,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reactivarte.es", true }, { "read.sc", true }, { "reades.co.uk", true }, + { "readheadcopywriting.com", true }, { "readingandmath.org", true }, { "readism.io", true }, - { "readityourself.net", true }, { "readonly.de", true }, { "readouble.com", false }, { "readtldr.com", true }, @@ -21023,16 +22426,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reaganlibrary.gov", true }, { "reaiaer.com", true }, { "real-bits.com", true }, + { "real-digital.co.uk", true }, { "real-it.nl", true }, { "realcapoeira.ru", true }, { "realestateonehowell.com", true }, { "realestateradioshow.com", true }, + { "realfamilyincest.com", true }, { "realgarant-shop.de", false }, { "realhorsegirls.net", true }, { "realhost.name", true }, { "realitea.co.uk", true }, { "reality.news", true }, { "reality0ne.com", false }, + { "realitycrazy.com", true }, { "reallifeforums.com", true }, { "realloc.me", true }, { "really-simple-ssl.com", true }, @@ -21047,13 +22453,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "realum.net", true }, { "realwaycome.com", true }, { "realwildart.com", true }, - { "realwoo.com", true }, { "realworldholidays.co.uk", true }, { "reancos.report", true }, { "reanimated.eu", true }, { "reapdrive.net", true }, { "reath.me", true }, { "reaven.nl", true }, + { "rebane2001.com", true }, { "rebelessex.com", true }, { "rebelz.se", true }, { "rebirthia.me", true }, @@ -21075,6 +22481,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rechtsanwaeltin-vollmer.de", true }, { "rechtsanwalt-koeppen-feucht.de", true }, { "rechtschreibpruefung24.de", true }, + { "reclamebureau-ultrax.nl", true }, + { "reclametoolz.nl", true }, { "reclusiam.net", true }, { "recmon.hu", true }, { "reco-studio.de", true }, @@ -21094,7 +22502,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "red-t-shirt.ru", true }, { "redable.hosting", true }, { "redable.nl", true }, - { "redair.es", true }, { "redb.cz", true }, { "redballoonsecurity.com", true }, { "redburn.com", true }, @@ -21102,6 +22509,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redcone.net", true }, { "redcorus.com", true }, { "redd.it", true }, + { "reddingo.at", true }, + { "reddingo.be", true }, + { "reddingo.ch", true }, + { "reddingo.com", true }, + { "reddingo.com.au", true }, + { "reddingo.de", true }, + { "reddingo.es", true }, + { "reddingo.eu", true }, + { "reddingo.fr", true }, + { "reddingo.it", true }, + { "reddingo.jp", true }, + { "reddingo.nl", true }, + { "reddingo.nz", true }, { "reddingsbrigade-zwolle.nl", true }, { "reddit2kindle.com", true }, { "rede-reim.de", true }, @@ -21118,7 +22538,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redizoo.com", true }, { "redletter.link", true }, { "redlink.de", true }, - { "redneragenturen.org", true }, { "rednoseday.com", true }, { "rednsx.org", true }, { "redoakmedia.net", true }, @@ -21128,14 +22547,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "redshiftcybersecurity.co.za", true }, { "redshiftlabs.com.au", true }, { "redshoeswalking.net", true }, + { "redsicom.com", true }, { "redstickfestival.org", true }, { "redstoner.com", true }, { "redteam-pentesting.de", true }, + { "reducerin.ro", true }, { "redwoodpaddle.es", true }, { "redwoodpaddle.pt", true }, { "redzurl.com", true }, { "reed-sensor.com", true }, { "reedloden.com", true }, + { "reepay.com", true }, { "reeson.at", true }, { "reeson.de", true }, { "reeson.info", true }, @@ -21174,11 +22596,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "regiosalland.nl", true }, { "regiovertrieb.de", false }, { "register.gov.uk", true }, + { "registerforevent.co.uk", true }, { "registrar.io", true }, { "regmyr.se", true }, { "regnix.net", true }, { "regnr.info", true }, { "regolithmedia.com", true }, + { "regraph.de", true }, { "regsec.com", true }, { "regulations.gov", true }, { "reha-honpo.jp", true }, @@ -21193,19 +22617,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reidasbombas.com", true }, { "reiki-coaching.nl", false }, { "reilly.io", true }, + { "reimaginebelonging.de", true }, { "reimann.me", true }, { "reimers.de", true }, { "reimu.ink", false }, + { "rein.kr", true }, + { "reinaertvandecruys.me", true }, { "reinaldudras.ee", true }, { "reinaldudrasfamily.ee", true }, { "reineberthe.ch", true }, { "reinencaressa.be", true }, + { "reinfer.io", true }, { "reinhard.codes", true }, { "reinhardtsgrimma.de", true }, { "reinierjonker.nl", true }, { "reinoldus.ddns.net", true }, { "reinout.nu", true }, { "reinouthoornweg.nl", true }, + { "reisekosten-gorilla.com", true }, { "reishunger.de", true }, { "rejahrehim.com", true }, { "rejushiiplotter.ru", true }, @@ -21221,8 +22650,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "release-monitoring.org", true }, { "reliancebank.bank", true }, { "religiousforums.com", true }, - { "relsak.cz", true }, - { "relvan.com", true }, { "rem0te.net", true }, { "remambo.jp", true }, { "remedioparaherpes.com", true }, @@ -21230,6 +22657,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "remedioskaseros.com", false }, { "remedyrehab.com", true }, { "rememberthemilk.com", false }, + { "remodelwithlegacy.com", true }, { "remonti.info", true }, { "remote.so", true }, { "remoteutilities.com", true }, @@ -21241,6 +22669,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rene-stolp.de", true }, { "renearends.nl", true }, { "reneleu.ch", true }, + { "renem.net", false }, { "renemayrhofer.com", true }, { "renerehelse.no", false }, { "renewablefreedom.org", true }, @@ -21255,6 +22684,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rentasweb.gob.ar", true }, { "rentbrowser.com", true }, { "rentinsingapore.com.sg", true }, + { "rentourhomeinprovence.com", true }, { "renuo.ch", false }, { "reorz.com", true }, { "reox.at", false }, @@ -21262,27 +22692,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "repair.by", true }, { "repaper.org", true }, { "repaxan.com", true }, + { "repex.co.il", true }, { "replaceits.me", true }, { "replicagunsswords.com", false }, { "replicaswiss.nl", true }, { "report-incident.de", true }, - { "report-to.com", true }, - { "report-to.io", true }, { "report-uri.com", true }, - { "report-uri.io", true }, - { "report-url.com", true }, - { "report-url.io", true }, { "reported.ly", true }, { "reporting.gov", false }, - { "reporturi.com", true }, - { "reporturi.io", true }, - { "reporturl.com", true }, - { "reporturl.io", true }, { "reposaarenkuva.fi", true }, + { "reproduciblescience.org", true }, { "reproductive-revolution.com", true }, { "reproductiverevolution.com", true }, { "reprogramming-predators.com", true }, { "reprogrammingpredators.com", true }, + { "reprozip.org", true }, { "repsomelt.com", true }, { "reptrax.com", true }, { "republic.gr", true }, @@ -21291,7 +22715,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "repugnantconclusion.com", true }, { "repustate.com", true }, { "reputationweaver.com", true }, - { "reqognize.com", true }, { "reqrut.net", true }, { "request-trent.com", true }, { "requestr.co.uk", true }, @@ -21318,8 +22741,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "respon.jp", true }, { "responer.com", true }, { "responsibledisclosure.nl", false }, - { "ressl.ch", true }, { "restaurant-mangal.ch", true }, + { "restaurant-oregano.de", true }, { "restaurant-rosengarten.at", true }, { "restaurantesimonetti.com.br", true }, { "restaurantmangal.ch", true }, @@ -21332,9 +22755,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "restoruns.xyz", true }, { "restrito.org", true }, { "resursedigitale.ro", true }, - { "retcor.net", true }, { "retetenoi.net", true }, - { "reth.ch", true }, { "reto.ch", true }, { "reto.com", true }, { "reto.io", true }, @@ -21346,9 +22767,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "retroarms.cz", true }, { "retrofitlab.com", true }, { "retroity.net", true }, + { "retropage.co", true }, + { "retroroundup.com", true }, { "retrotracks.net", true }, { "rets.org.br", true }, - { "retube.ga", true }, { "reucon.com", false }, { "reulitz.de", true }, { "reussirsavie.info", true }, @@ -21364,6 +22786,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "reverseloansolutions.com", true }, { "reversesouthafrica.com", true }, { "review.jp", true }, + { "reviewbestseller.com", true }, { "revisionnotes.xyz", true }, { "revistapequenosolhares.com.br", true }, { "revivalinhisword.com", true }, @@ -21384,6 +22807,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rf.tn", true }, { "rfeif.org", true }, { "rgavmf.ru", true }, + { "rgbinnovation.com", true }, { "rgcomportement.fr", true }, { "rgservers.com", true }, { "rhees.nl", true }, @@ -21398,6 +22822,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rhiskiapril.com", true }, { "rhnet.at", true }, { "rhodenmanorcattery.co.uk", true }, + { "rhodes.ml", true }, { "rhodesianridgeback.com.br", true }, { "rhodri.io", true }, { "rhymeswithmogul.com", true }, @@ -21423,17 +22848,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "richardson.software", true }, { "richardson.systems", true }, { "richardwarrender.com", true }, - { "richeza.com", true }, { "richonrails.com", true }, { "ricketyspace.net", true }, { "ricki-z.com", true }, { "ricknox.com", true }, { "rickrongen.nl", true }, + { "rickscastles.co.uk", true }, { "rickweijers.nl", true }, { "rickyromero.com", true }, { "rico-brase.de", false }, { "ricochet.im", true }, { "ricozienke.de", true }, + { "riddims.co", true }, { "ride-up.com", true }, { "rideaudiscount.com", true }, { "ridingboutique.de", true }, @@ -21488,6 +22914,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ristorantefattoamano.eu", true }, { "ristorantefattoamano.it", true }, { "rivaforum.de", true }, + { "rivagecare.it", true }, { "rivalsa.cn", true }, { "rivastation.de", true }, { "riverbanktearooms.co.uk", true }, @@ -21501,6 +22928,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rivierasaints.ch", true }, { "rivy.org", true }, { "riyono.com", true }, + { "rizospastis.gr", true }, { "rj-onderneemt.nl", true }, { "rjnutrition.consulting", true }, { "rkc-hygrotherm.de", true }, @@ -21511,10 +22939,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rlove.org", true }, { "rlsnet.ru", true }, { "rm-it.de", true }, - { "rmaqequipamentos.com.br", true }, { "rmb.li", true }, { "rmcbs.de", true }, { "rmdlingerie.com.br", true }, + { "rmf.io", true }, { "rmit.me", true }, { "rmk.si", true }, { "rmmanfredi.com", true }, @@ -21522,6 +22950,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rms.sexy", true }, { "rmsides.com", true }, { "rmstudio.tw", true }, + { "rmsupply.nl", true }, { "rnag.ie", true }, { "rnb-storenbau.ch", true }, { "rnt.cl", true }, @@ -21529,6 +22958,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roadguard.nl", true }, { "roadtopgm.com", true }, { "roave.com", true }, + { "rob.uk.com", true }, { "rob006.net", true }, { "robandjanine.com", true }, { "robbertt.com", true }, @@ -21544,6 +22974,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robertof.ovh", true }, { "robertreiser.photography", true }, { "robertrijnders.nl", true }, + { "robertsmits.be", true }, { "robhorstmanshof.nl", true }, { "robi-net.it", true }, { "robin.co.kr", true }, @@ -21558,6 +22989,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robinvdmarkt.nl", true }, { "robinwinslow.uk", true }, { "robjager-fotografie.nl", true }, + { "robocop.no", true }, { "robodeidentidad.gov", true }, { "robohash.org", true }, { "robot.car", true }, @@ -21566,7 +22998,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "robpol86.com", true }, { "robspc.repair", true }, { "robspeed.rocks", true }, - { "robtex.com", true }, { "robu.in", true }, { "robud.info", true }, { "robust.ga", true }, @@ -21578,13 +23009,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rocketgnomes.com", true }, { "rocketr.net", true }, { "rockfax.com", true }, - { "rockhounds.co.za", true }, + { "rockinronniescastles.co.uk", true }, + { "rockitinflatables.co.uk", true }, { "rockpesado.com.br", true }, { "rockuse.com.br", true }, { "rockymountainspice.com", true }, { "rocssti.net", true }, { "roddis.net", true }, { "rodehutskors.net", true }, + { "rodeobull.biz", true }, + { "rodeohire.com", true }, + { "rodeosales.co.uk", true }, { "rodevlaggen.nl", true }, { "rodichi.net", true }, { "rodolfo.gs", true }, @@ -21593,8 +23028,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rodzina-kupiec.eu.org", true }, { "roeckx.be", true }, { "roeitijd.nl", true }, - { "roeldevries.me", true }, - { "roelf.org", true }, { "roelhollander.eu", true }, { "roelof.io", true }, { "roelsworld.eu", true }, @@ -21604,9 +23037,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "roffe.nu", true }, { "rofl.com.ua", true }, { "roflcopter.fr", true }, + { "rofrank.space", true }, { "rogagym.com", true }, { "rogeiro.net", true }, { "roger101.com", true }, + { "rogerdat.ovh", true }, { "rogerhub.com", true }, { "rogerriendeau.ca", true }, { "rogersaam.ch", true }, @@ -21615,12 +23050,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rognhaugen.no", true }, { "rogue-e.xyz", true }, { "roguefinancial.com", true }, + { "roguefortgame.com", true }, { "roguetechhub.org", true }, - { "rohanbassett.com", true }, { "rohedaten.de", true }, { "rohitagr.com", true }, { "rohlik.cz", true }, { "rointe.online", true }, + { "roiscroll.com", true }, { "roketix.co.uk", true }, { "rokki.ch", true }, { "rokort.dk", true }, @@ -21629,8 +23065,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rolandkolodziej.com", true }, { "rolandszabo.com", true }, { "rolliwelt.de", true }, + { "rolodato.com", true }, + { "roma-servizi.it", true }, { "romaimperator.com", true }, - { "romainmuller.xyz", true }, { "roman-pavlik.cz", true }, { "romande-entretien.ch", true }, { "romanpavlodar.kz", true }, @@ -21644,6 +23081,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rommelwood.de", true }, { "ronanrbr.com", true }, { "rondommen.nl", true }, + { "rondouin.fr", true }, { "rondreis-planner.nl", true }, { "ronghexx.com", true }, { "roninf.ch", true }, @@ -21657,6 +23095,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "room3b.eu", true }, { "roombase.nl", true }, { "roomhub.jp", true }, + { "roomongo.com", true }, { "rooneytours.nl", true }, { "roosabels.nl", false }, { "roosteroriginals.com", true }, @@ -21672,6 +23111,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rootrelativity.com", true }, { "roots-example-project.com", true }, { "roots.io", true }, + { "rootsandrain.com", true }, { "rootsbar.fr", true }, { "rootscope.co.uk", true }, { "rootswitch.com", true }, @@ -21723,6 +23163,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rowancasting.ie", true }, { "rowankaag.nl", true }, { "rowlog.com", true }, + { "rows.io", true }, + { "roxiesbouncycastlehire.co.uk", true }, { "roxtri.cz", true }, { "royal-mangal.ch", true }, { "royal-rangers.de", true }, @@ -21741,12 +23183,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rozhodce.cz", true }, { "rpadovani.com", true }, { "rpasafrica.com", true }, - { "rpgmaker.es", true }, { "rpherbig.com", true }, { "rpine.net", true }, { "rpy.xyz", true }, { "rq-labo.jp", true }, { "rr105.de", true }, + { "rraesthetics.com", true }, { "rrdesignsuisse.com", true }, { "rrg-partner.ch", true }, { "rring.me", true }, @@ -21754,12 +23196,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rrom.me", true }, { "rrudnik.com", true }, { "rrwolfe.com", true }, - { "rs-devdemo.host", true }, + { "rsauget.fr", true }, { "rsgcard.com", true }, { "rsi.im", false }, { "rsingermd.com", true }, { "rskuipers.com", true }, - { "rsldb.com", true }, + { "rsl.gd", true }, { "rsm-intern.de", true }, { "rsm-liga.de", true }, { "rss.sh", false }, @@ -21787,6 +23229,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rtesport.eu", true }, { "rtfpessoa.xyz", true }, { "rtho.me", true }, + { "rtrinflatables.co.uk", true }, { "rtsr.ch", true }, { "rtvi.com", true }, { "rtwcourse.com", true }, @@ -21794,6 +23237,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ru.search.yahoo.com", false }, { "ruanmi.de", true }, { "rubberfurs.org", true }, + { "rubberlegscastles.co.uk", true }, { "rubbermaidoutlet.com", true }, { "rubbix.net", true }, { "rubbleremovalsbenoni.co.za", true }, @@ -21808,13 +23252,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rubytune.com", true }, { "rucnerobene.eu", true }, { "ruconsole.com", true }, + { "rud.is", true }, { "rudd-o.com", true }, { "rudelune.fr", true }, { "ruderverein-gelsenkirchen.de", true }, { "rudloff.pro", false }, { "rudolph.life", true }, { "rudrastyh.com", true }, - { "rue-de-la-vieille.fr", true }, { "ruedirrenggli.ch", true }, { "ruerte.net", true }, { "rufabula-com.appspot.com", true }, @@ -21828,7 +23272,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruhrnalist.de", true }, { "ruht.ro", true }, { "ruigomes.me", true }, - { "ruiming.me", false }, { "ruja.dk", true }, { "ruk.ca", true }, { "rukhaiyar.com", true }, @@ -21837,23 +23280,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rulu.tv", true }, { "rulutv.com", true }, { "rummel-platz.de", true }, - { "rumoterra.com.br", true }, + { "rumplesinflatables.co.uk", true }, { "rumtaste.com", true }, { "rumtaste.de", true }, { "run-forrest.run", true }, { "runagain.ch", true }, - { "runcarina.com", true }, - { "rundumcolumn.xyz", true }, { "runebet.com", true }, - { "runementors.com", false }, - { "runhardt.eu", true }, { "runklesecurity.com", true }, { "runnergrapher.com", true }, { "runreport.fr", true }, { "runschrauger.com", true }, { "runvs.io", true }, { "runzen.de", false }, - { "ruobiyi.com", true }, { "rus-trip.ru", false }, { "rusempire.ru", true }, { "rushball.net", true }, @@ -21863,8 +23301,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ruskod.net", true }, { "rusl.net", true }, { "russellandbrowns.co.uk", true }, + { "russellupevents.co.uk", true }, { "russia.dating", true }, { "russianorthodoxchurch.co.uk", true }, + { "russt.me", true }, { "rust.mn", true }, { "rustable.com", true }, { "rustbyexample.com", true }, @@ -21873,7 +23313,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rusxakep.com", true }, { "rutgerschimmel.nl", true }, { "rutiger.com", true }, - { "ruudkoot.nl", true }, { "ruurdboomsma.nl", true }, { "ruwhof.net", true }, { "rv-jpshop.com", true }, @@ -21884,17 +23323,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "rvsa2bevestigingen.nl", true }, { "rvsa4bevestigingen.nl", true }, { "rvsbevestigingen.nl", true }, + { "rw.search.yahoo.com", false }, { "rwanderlust.com", false }, { "rwky.net", true }, { "rws-vertriebsportal.de", true }, { "rxbn.de", true }, - { "rxbusiness.com", true }, { "ryan-goldstein.com", true }, { "ryanbritton.com", true }, - { "ryanhowell.io", true }, { "ryankearney.com", true }, { "ryanmcdonough.co.uk", true }, - { "ryansmithphotography.com", true }, + { "ryansmithphotography.com", false }, { "ryazan-region.ru", true }, { "rychlikoderi.cz", true }, { "rylore.com", true }, @@ -21903,6 +23341,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ryuu.es", true }, { "ryzhov.me", true }, { "rzegroup.com", true }, + { "rzentarzewski.net", true }, { "s-c.se", true }, { "s-cubed.net", true }, { "s-ip-media.de", true }, @@ -21913,14 +23352,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "s0923.com", true }, { "s13d.fr", true }, { "s16e.no", true }, + { "s1mplescripts.de", false }, { "s2member.com", true }, + { "s3cur3.it", true }, { "s3gfault.com", true }, { "s3n.se", true }, + { "s404.de", true }, { "s4db.net", true }, { "s4tips.com", true }, { "s4ur0n.com", true }, { "s8a.us", true }, { "s95.de", true }, + { "sa-blog.net", true }, { "sa-mp.ro", true }, { "sa.net", true }, { "saabpartsdistribution.com", true }, @@ -21974,6 +23417,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sahar.io", true }, { "sahb.dk", true }, { "sahkotyot.eu", true }, + { "said.id", true }, { "said.my.id", true }, { "saier.me", true }, { "saifoundation.in", true }, @@ -21986,14 +23430,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saimoe.moe", true }, { "saimoe.org", true }, { "sainetworks.net", true }, - { "saint-astier-triathlon.com", true }, { "saintaardvarkthecarpeted.com", true }, { "saintanthonyscorner.com", true }, { "sainth.de", true }, - { "saintjohnlutheran.church", true }, { "saintsrobotics.com", true }, { "saipariwar.com", true }, { "saiputra.com", true }, + { "saitrance.com", true }, { "saiyasu-search.com", true }, { "sajdowski.de", true }, { "sakostacloud.de", true }, @@ -22030,12 +23473,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "saludsis.mil.co", true }, { "salutethepig.com", true }, { "salverainha.org", true }, - { "salzamt.tk", true }, { "sam-football.fr", true }, { "samanthahumphreysstudio.com", true }, { "samanthasgeckos.com", true }, + { "samappleton.com", true }, { "samaritainsmeyrin.ch", true }, - { "samaritan.tech", true }, { "samaritansnet.org", true }, { "samatva-yogalaya.com", true }, { "samba.org", true }, @@ -22051,6 +23493,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "samizdat.cz", true }, { "samkelleher.com", true }, { "saml-gateway.org", true }, + { "samm.com.au", false }, { "sammyjohnson.com", false }, { "sammyservers.com", true }, { "samp.im", true }, @@ -22060,7 +23503,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "samsungxoa.com", true }, { "samuelkeeley.com", true }, { "samuellaulhau.fr", true }, + { "samui-samui.de", true }, { "samuirehabcenter.com", true }, + { "samvanderkris.com", true }, { "samwilberforce.com", true }, { "samwu.tw", false }, { "samyerkes.com", true }, @@ -22071,6 +23516,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sanatorii-sverdlovskoy-oblasti.ru", true }, { "sanatorionosti.com.ar", true }, { "sanchez.adv.br", true }, + { "sancy.de", true }, { "sand-islets.de", true }, { "sandalj.com", true }, { "sandbagexpress.com", true }, @@ -22078,9 +23524,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sandburner.net", true }, { "sanderdorigo.nl", true }, { "sanderknape.com", true }, - { "sanderkoenders.eu", true }, - { "sanderkoenders.nl", true }, { "sandervankasteel.nl", false }, + { "sandhaufen.tk", true }, + { "sandmanintel.com", true }, { "sandmarc.cz", true }, { "sandobygg.se", true }, { "sandogruppen.se", true }, @@ -22088,6 +23534,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sandrainden.nl", true }, { "sandraindenfotografie.nl", true }, { "sandrolittke.de", true }, + { "sanepsychologen.nl", true }, { "sanglierhurlant.fr", true }, { "sangwon.io", true }, { "sanik.my", true }, @@ -22096,6 +23543,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sanitairwinkel.nl", true }, { "sanmuding.com", true }, { "sanooktiew.com", false }, + { "sanpham-balea.org", true }, { "sanradon.by", true }, { "sanskritiyoga.com", true }, { "sansonehowell.com", true }, @@ -22125,10 +23573,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sapereaude.com.pl", true }, { "sapien-ci.com", true }, { "sapience.com", true }, + { "sapk.fr", true }, { "saposute-s.jp", true }, { "sapporobeer.com", true }, { "sapprendre.ch", true }, { "sapuncheta.com", true }, + { "saq.com", true }, { "sarahbeckettharpist.com", true }, { "sarahlicity.co.uk", false }, { "sarahlicity.me.uk", true }, @@ -22155,12 +23605,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sastd.com", true }, { "sasyabapi.com", true }, { "sat4all.com", true }, - { "sat7a-riyadh.com", true }, { "satai.dk", true }, { "saterdalen.net", true }, { "satinn.pl", true }, - { "satmd.de", false }, + { "satmd.de", true }, { "saturn.pl", true }, + { "saudavel.com.vc", true }, { "saudeealimentos.com", true }, { "saudeeconforto.com.br", true }, { "saudeintimadamulher.com.br", true }, @@ -22185,6 +23635,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "savenet.org", true }, { "saveora.com", true }, { "saveora.shop", true }, + { "savethedogfishfoundation.org", true }, { "savetheinternet.eu", true }, { "savic.com", true }, { "savingbytes.com", true }, @@ -22192,8 +23643,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "savingsbondwizard.gov", true }, { "savingsomegreen.com", true }, { "savingsstoreonline.ca", true }, - { "savisasolutions.co.za", true }, - { "savvysuit.com", true }, { "savvytime.com", true }, { "sawyerroofing.com", true }, { "saxojoe.co.uk", true }, @@ -22220,7 +23669,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sblum.de", true }, { "sbm.cloud", true }, { "sbo-dresden.de", true }, - { "sbobetfun.com", true }, { "sbr.red", true }, { "sbsavings.bank", true }, { "sbssoft.ru", true }, @@ -22229,17 +23677,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scalaire.fr", true }, { "scalesbiolab.com", true }, { "scaling.solutions", true }, + { "scallywagsbouncycastles.co.uk", true }, + { "scamblockplus.org", true }, { "scandicom.fi", true }, { "scandinavia.dating", true }, { "scangeo.net", true }, { "scanleasing.net", true }, { "scanpay.dk", true }, + { "scatsbouncingcastles.ie", true }, { "scenastu.pl", true }, + { "scenester.tv", false }, { "scenicbyways.info", true }, { "scepticism.com", true }, { "sceptique.eu", true }, { "schaafenstrasse.koeln", true }, { "schadevergoedingen.eu", true }, + { "schalkoortbv.nl", true }, { "schallert.com", true }, { "schamlosharmlos.de", true }, { "schaper-sport.com", true }, @@ -22257,6 +23710,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scheidtweiler.de", true }, { "scheinlichter.de", true }, { "schelberts.de", true }, + { "schellevis.net", true }, { "schenkes.de", true }, { "scherfke.de", true }, { "scheuchenstuel.at", true }, @@ -22281,7 +23735,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "schmidtplasticsurgery.com", true }, { "schmidttulskie.de", true }, { "schmitt-max.com", true }, - { "schmitt.ws", true }, { "schmitz.link", true }, { "schnapke.name", true }, { "schnegg.name", true }, @@ -22298,7 +23751,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scholarly.com.ph", true }, { "scholarly.ph", true }, { "scholierenvervoerzeeland.nl", true }, - { "scholl.io", true }, { "schont.org", true }, { "school.in.th", true }, { "schooli.io", true }, @@ -22363,7 +23815,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "science-texts.de", true }, { "science360.gov", true }, { "sciencebase.gov", true }, - { "sciencemonster.co.uk", true }, + { "scienceminnesota.com", true }, { "sciencesolutions.eu", true }, { "sciencex.com", true }, { "scintilla.nl", true }, @@ -22372,11 +23824,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scis.com.ua", true }, { "scistarter.com", true }, { "scitopia.me", true }, - { "scm-2017.org", true }, { "scoolcode.com", true }, { "scooterservis.com", true }, { "scootfleet.com", true }, { "scopea.fr", true }, + { "score-savers.com", true }, { "scorobudem.ru", true }, { "scorocode.ru", true }, { "scorp13.com", true }, @@ -22387,10 +23839,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "scotthelme.co.uk", true }, { "scotthelme.com", true }, { "scottstorey.co.uk", true }, + { "scottynordstrom.org", false }, { "scoutdb.ch", true }, { "scoutingridderkerk.nl", true }, { "scoutnet.de", true }, { "scp-trens.notaires.fr", true }, + { "scpartyentertainment.co.uk", true }, { "scrambox.com", true }, { "scramget.com", true }, { "scramsoft.com", true }, @@ -22477,25 +23931,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sebastianblade.com", true }, { "sebastianboegl.de", true }, { "sebastiaperis.com", true }, + { "sebi.cf", true }, { "sebi.org", true }, { "sec-mails.de", true }, + { "sec-research.com", true }, { "sec-wiki.com", true }, { "sec.ec", true }, { "sec.gd", true }, { "sec3ure.co.uk", true }, { "secanje.nl", true }, + { "secboom.com", true }, { "seccomp.ru", true }, { "secctexasgiving.org", false }, { "seceye.cn", true }, { "secgui.de", true }, { "sech.me", true }, { "secitem.at", true }, - { "secitem.de", true }, { "secnews.gr", true }, { "secomo.org", true }, { "seconfig.sytes.net", true }, { "secpatrol.de", true }, { "secretar.is", true }, + { "secretnation.net", true }, { "secretofanah.com", true }, { "secretpanties.com", true }, { "secretsanta.fr", true }, @@ -22524,13 +23981,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "secureideas.com", false }, { "secureindia.co", true }, { "securejabber.me", true }, + { "securelect-inspection.com", true }, { "secureonline.co", true }, { "securethe.news", true }, { "securetheorem.com", true }, { "securetronic.ch", true }, + { "securi-tay.co.uk", true }, { "securify.nl", true }, { "securiscan.io", true }, - { "securita.eu", true }, + { "security-24-7.com", true }, { "security-brokers.com", true }, { "security.gives", true }, { "security.google.com", true }, @@ -22547,17 +24006,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "securityheaders.com", true }, { "securityheaders.io", true }, { "securitykey.co", true }, + { "securitymap.wiki", true }, + { "securitypluspro.com", true }, { "securityprimes.in", true }, { "securitysnobs.com", false }, - { "securitysoapbox.com", true }, { "securitystrata.com", true }, { "securitystreak.com", true }, { "securitytalk.pl", true }, { "securitywatch.co.nz", true }, - { "securitywithnick.com", true }, { "securitywithoutborders.org", true }, { "securocloud.com", true }, - { "securoswiss.ch", true }, + { "securon.io", true }, { "secutrans.com", true }, { "secuvera.de", true }, { "secwall.me", true }, @@ -22566,6 +24025,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seeclop.ch", true }, { "seedalpha.com", true }, { "seedbox.fr", true }, + { "seedsofangelica.net", true }, { "seefirm.com", true }, { "seekers.ch", true }, { "seeks.ru", true }, @@ -22605,6 +24065,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seleondar.ru", true }, { "self-evident.org", true }, { "self-signed.com", true }, + { "self.nu", true }, { "selfassess.govt.nz", true }, { "selfdestruct.net", true }, { "selfhosters.com", true }, @@ -22616,14 +24077,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "selfserverx.com", false }, { "selkiemckatrick.com", true }, { "sellajoch.com", true }, + { "sellercritic.com", true }, { "sellguard.pl", true }, { "sellme.biz", true }, + { "seltendoof.de", true }, { "semacode.com", true }, { "semenov.su", true }, { "semianalog.com", true }, { "seminariruum.ee", true }, { "semiocast.com", true }, { "semjonov.de", true }, + { "semmlers.com", true }, { "semox.de", true }, { "semps-2fa.de", true }, { "semps-threema.de", true }, @@ -22641,7 +24105,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "senmendai-reform.com", true }, { "senmonsyoku.top", true }, { "senorcontento.com", true }, - { "sens2lavie.com", true }, { "sensebridge.com", true }, { "sensebridge.net", true }, { "sensepixel.com", true }, @@ -22651,10 +24114,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sentinelproject.io", true }, { "sentry.io", true }, { "senzaparole.de", true }, + { "seo-analyse.com", true }, { "seo-linz.at", true }, { "seo-nerd.de", true }, { "seo-portal.de", true }, { "seo.consulting", true }, + { "seo.london", true }, { "seo.tl", true }, { "seoagentur2go.de", true }, { "seoarchive.org", true }, @@ -22673,7 +24138,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seosof.com", true }, { "seoul.dating", true }, { "seouniversity.org", true }, - { "sep23.ru", true }, { "sepalandseed.com", true }, { "sephr.com", true }, { "sepie.gob.es", true }, @@ -22702,6 +24166,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sernate.com", true }, { "serrano-chris.ch", true }, { "servdiscount.com", true }, + { "serve-a.com.au", true }, + { "servea.com.au", true }, + { "serveatechnologies.com", true }, + { "servecrypt.com", true }, { "servecrypt.net", true }, { "servecrypt.ru", true }, { "servemnaction.org", true }, @@ -22709,6 +24177,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "servepublic.org", true }, { "server-bg.net", true }, { "server-daten.de", true }, + { "server-datenrettung.de", true }, { "server-essentials.com", true }, { "server-eye.de", true }, { "server.pk", true }, @@ -22720,6 +24189,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "serverlog.net", true }, { "serveroffline.net", false }, { "serverpedia.de", true }, + { "serversftw.com", true }, { "serverstuff.info", true }, { "serversuit.com", true }, { "servertastic.com", true }, @@ -22727,7 +24197,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "servgate.jp", true }, { "service.gov.uk", true }, { "serviceboss.de", true }, - { "servicevie.com", true }, { "serviettenhaus.de", true }, { "servingbaby.com", true }, { "servpanel.de", true }, @@ -22756,6 +24225,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sevsey.ru", true }, { "sevsopr.ru", true }, { "sewafineseam.com", true }, + { "sewinginsight.com", true }, { "sewoo.co.uk", true }, { "sex-education.com", true }, { "sexaki.com", true }, @@ -22774,9 +24244,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "seyr.it", true }, { "seyr.me", true }, { "sfaturiit.ro", true }, + { "sfdev.ovh", true }, { "sfg-nordholz.de", true }, + { "sfile.eu", true }, { "sfirat-haomer.com", true }, + { "sfleisure.com", true }, { "sfo-fog.ch", true }, + { "sft-framework.org", true }, { "sftool.gov", true }, { "sg-elektro.de", true }, { "sg.search.yahoo.com", false }, @@ -22791,24 +24265,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sh-network.de", false }, { "sh4y.com", true }, { "shaaaaaaaaaaaaa.com", true }, + { "shad.waw.pl", true }, { "shadesofgrayadr.com", true }, { "shadesofgraylaw.com", true }, { "shadex.net", true }, { "shadigee.org", true }, { "shadiku.com", true }, - { "shadow-socks.pro", true }, { "shadowict.net", true }, { "shadowict.tech", true }, { "shadowkitsune.net", true }, { "shadowlurker.com.au", true }, - { "shadowroket.com", true }, { "shadowsing.com", true }, { "shadowsocks.com", true }, { "shadowsocks.com.au", true }, { "shadowsocks.com.hk", true }, { "shadowsocks.la", true }, { "shadowsocks.software", true }, - { "shadowsocksvpn.com", true }, { "shadowsworldonline.co.uk", true }, { "shag-shag.ru", true }, { "shaharyaranjum.com", true }, @@ -22817,7 +24289,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shakan.ch", true }, { "shaken-kyoto.jp", true }, { "shaken110.com", true }, - { "shakepeers.org", false }, { "shakes4u.com", true }, { "shakespearesolutions.com.au", false }, { "shakespearevet.com", true }, @@ -22838,19 +24309,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sharanyamunsi.net", true }, { "sharedhost.de", true }, { "shareeri.com", true }, + { "sharemessage.net", true }, { "shareoffice.ch", true }, { "shareoine.com", true }, { "sharepointdrive.com", true }, { "sharescope.co.uk", false }, { "shareselecttools.com", true }, { "sharesplitter.com", true }, - { "sharevari.com", true }, { "shareworx.net", true }, { "shariahlawcenter.com", true }, { "shariahlawcenter.org", true }, { "sharialawcenter.com", true }, { "sharialawcenter.org", true }, - { "sharingcode.com", true }, { "sharperedge.pw", true }, { "sharperedgecomputers.com", true }, { "sharu.me", true }, @@ -22861,13 +24331,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shaundanielz.com", true }, { "shaunharker.com", true }, { "shav.it", true }, + { "shavegazette.com", true }, { "shawcentral.ca", false }, + { "shawnbsmith.me", true }, { "shawnhogan.com", true }, { "shawnwilson.info", true }, { "shazbots.org", true }, { "shazzlemd.com", true }, { "shazzlepro.com", true }, { "sheaf.site", true }, + { "shearcomfort.com", true }, { "sheehyinfinitioftysonsparts.com", true }, { "sheepfriends.com", true }, { "sheilasdrivingschool.com", true }, @@ -22893,6 +24366,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shibainu.com.br", true }, { "shichibukai.net", true }, { "shieldofachilles.in", true }, + { "shift-record.com", true }, { "shift-to.co.jp", true }, { "shiftdevices.com", true }, { "shiftj.is", true }, @@ -22904,6 +24378,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shikinobi.com", true }, { "shimi.net", true }, { "shimo.im", true }, + { "shin-inc.jp", true }, { "shinghoi.com", true }, { "shining.gifts", true }, { "shinko-osaka.jp", true }, @@ -22922,7 +24397,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shishamania.de", true }, { "shishkin.link", true }, { "shishkin.us", true }, - { "shishlik.net", true }, { "shitagi-shop.com", true }, { "shitbeast.institute", true }, { "shitfest.info", true }, @@ -22936,7 +24410,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shock.ee", true }, { "shockercityservices.com", true }, { "shodan.io", true }, + { "shoemuse.com", true }, { "shoestringeventing.co.uk", true }, + { "shokola.com", true }, { "shome.de", true }, { "shooter.dog", true }, { "shootpooloklahoma.com", true }, @@ -22952,15 +24428,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shopdopastor.com.br", true }, { "shopkini.com", true }, { "shoplandia.co", true }, + { "shopods.com", true }, { "shoppeno5.com", true }, + { "shoppia.se", true }, { "shopping24.de", true }, - { "shoppingreview.org", true }, { "shoppr.dk", true }, { "shoprsc.com", true }, - { "shopsouthafrican.com", true }, { "shoptec.sk", true }, { "shorebreaksecurity.com", true }, { "shortdiary.me", true }, + { "shorten.ninja", true }, { "shortpath.com", true }, { "shortr.li", true }, { "shoshin-aikido.de", true }, @@ -22969,8 +24446,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shotonwhat.com", true }, { "shotpixonline.com.br", true }, { "show-saratov.ru", true }, + { "showbits.net", true }, { "showdepiscinas.com.br", true }, { "shower.im", true }, + { "showmax.com", true }, { "showroom.de", true }, { "showsonar.com", true }, { "shred.ch", true }, @@ -22983,7 +24462,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "shu-kin.net", true }, { "shulan.moe", true }, { "shurita.org", true }, - { "shuro.de", true }, { "shushu.media", true }, { "shux.pro", true }, { "shuzicai.cn", true }, @@ -22994,6 +24472,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "siamojo.com", true }, { "siamsnus.com", true }, { "siao-mei.com", true }, + { "sibfk.org", true }, { "sibrenvasse.nl", true }, { "siciliamconsulting.com", true }, { "sicilianbalm.com", true }, @@ -23010,8 +24489,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sidnicio.us", true }, { "sidonge.com", true }, { "sidongkim.com", true }, - { "sidpod.ru", true }, - { "siebeve.be", true }, { "siegemund-frankfurt.de", true }, { "sieh.es", true }, { "sientemendoza.com.ar", true }, @@ -23040,6 +24517,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sigterm.sh", true }, { "siikarantacamping.fi", true }, { "siirtutkusu.com", true }, + { "sijmenschoon.nl", true }, { "sikatehtaat.fi", true }, { "sikevux.se", true }, { "sikko.biz", true }, @@ -23054,6 +24532,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "siliconchip.me", true }, { "silkebaekken.no", true }, { "sillisalaatti.fi", true }, + { "sillysnapz.co.uk", true }, { "siloportem.net", true }, { "silqueskineyeserum.com", true }, { "silsha.me", true }, @@ -23118,10 +24597,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "silverstartup.sk", true }, { "silverwind.io", true }, { "silviamacallister.com", true }, + { "silvine.xyz", true }, { "silvistefi.com", true }, { "sim-karten.net", true }, { "sim-sim.appspot.com", true }, { "sim4seed.org", true }, + { "simam.de", true }, { "simbeton.nl", true }, { "simeonoff.ninja", true }, { "simetal.ch", true }, @@ -23132,8 +24613,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simon-hofmann.org", true }, { "simon-mueller.de", true }, { "simon.lc", true }, + { "simonbondo.dk", true }, { "simoncommunity.org.uk", true }, { "simoncook.org", true }, + { "simonfischer.info", true }, { "simonhirscher.de", true }, { "simonkjellberg.com", true }, { "simonkjellberg.se", true }, @@ -23144,6 +24627,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simonsmh.cc", true }, { "simonspeich.ch", true }, { "simonsreich.de", true }, + { "simontaite.com", true }, + { "simonwessel.net", true }, { "simonwoodside.com", true }, { "simpbx.net", true }, { "simpel.be", true }, @@ -23153,6 +24638,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simplecontacts.com", true }, { "simplednscrypt.org", true }, { "simpleinout.com", true }, + { "simpleinvoices.io", true }, { "simplesamlphp.org", true }, { "simpletax.ca", true }, { "simplewire.de", true }, @@ -23161,6 +24647,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "simplia.cz", true }, { "simplicitypvp.net", true }, { "simplidesigns.nl", true }, + { "simply.scot", true }, { "simplycharlottemason.com", true }, { "simplycloud.de", true }, { "simplyfixit.co.uk", true }, @@ -23209,6 +24696,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sinuelovirtual.com.br", true }, { "sion.moe", true }, { "siraweb.org", true }, + { "sirbouncealotcastles.co.uk", true }, + { "sirbouncelot.co.uk", true }, + { "sirburton.com", true }, { "sirena.co.jp", true }, { "sirenslove.com", true }, { "siriuspup.com", true }, @@ -23219,7 +24709,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sistel.es", true }, { "sistem-maklumat.com", true }, { "sistem-maklumat.com.my", true }, - { "sistemasespecializados.com", true }, { "sistemy48.ru", false }, { "sistersurprise.de", true }, { "sistimiki-anaparastasi.gr", true }, @@ -23238,21 +24727,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sitsy.ru", false }, { "sivyerge.com", true }, { "sixpackholubice.cz", true }, + { "sj-leisure.com", true }, { "sja-se-training.com", true }, { "sjd.is", true }, { "sjdaws.com", true }, + { "sjleisure.co.uk", true }, { "sjoorm.com", true }, { "sjsc.fr", true }, { "sk-net.cz", true }, { "skalender.ch", false }, - { "skandiabanken.no", true }, { "skanvordoff.ru", true }, { "skaraborgsassistans.com", false }, - { "skarox.com", true }, { "skarox.ee", true }, { "skarox.eu", true }, - { "skarox.net", true }, - { "skarox.ru", true }, { "skatclub-beratzhausen.de", true }, { "skates.guru", true }, { "skatingchina.com", true }, @@ -23264,6 +24751,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skepticalsports.com", true }, { "sketchmyroom.com", true }, { "sketchywebsite.net", true }, + { "skhire.co.uk", true }, { "skhoop.cz", true }, { "skia.org", false }, { "skifairview.com", true }, @@ -23283,9 +24771,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skingames.co", true }, { "skinmarket.co", true }, { "skinpwrd.com", true }, + { "skins.net", true }, { "skipfault.com", true }, { "skipperinnovations.com", true }, { "skischule-wildewiese.de", true }, + { "skks.cz", true }, { "sklepsamsung.pl", true }, { "sklotechnik.cz", true }, { "skocia.net", true }, @@ -23298,34 +24788,36 @@ static const nsSTSPreload kSTSPreloadList[] = { { "skommettiamo.it", true }, { "skontakt.cz", true }, { "skontorp-enterprise.no", true }, + { "skortekaas.nl", false }, { "skory.us", true }, { "skou.dk", true }, { "skram.de", true }, { "skryptersi.pl", true }, { "sktan.com", true }, { "sktsolution.com", false }, + { "skuldwyrm.no", true }, { "skwile-cafe.com", true }, { "skydragoness.com", true }, { "skydrive.live.com", false }, { "skylgenet.nl", true }, { "skylightcreative.com.au", true }, { "skylinertech.com", true }, - { "skylocker.net", true }, - { "skylocker.nl", true }, + { "skylineservers.com", true }, { "skyloisirs.ch", true }, { "skyminds.net", true }, { "skynet233.ch", true }, { "skynethk.com", true }, { "skynetnetwork.eu.org", true }, { "skynetz.tk", true }, + { "skype.com", true }, { "skypoker.com", true }, { "skyris.co", true }, + { "skys-entertainment.com", true }, { "skysuite.nl", true }, { "skyvault.io", true }, { "skyveo.ml", true }, - { "skyway.capital", true }, + { "skyzimba.com.br", true }, { "sl0.us", true }, - { "sl1pkn07.wtf", true }, { "slack-files.com", true }, { "slack.com", true }, { "sladic.si", false }, @@ -23336,13 +24828,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slangbellor.com", true }, { "slapen17.nl", true }, { "slaps.be", true }, + { "slash32.co.uk", true }, { "slash64.co.uk", true }, { "slash64.com", true }, { "slash64.uk", true }, { "slashbits.no", true }, + { "slatop.org", true }, + { "slaughter.com", true }, { "slaughterhouse.fr", true }, + { "slavasveta.info", true }, { "slaws.io", true }, - { "sleeklounge.com", true }, { "sleeplessbeastie.eu", true }, { "sleepmap.de", true }, { "sleepstar.co.uk", true }, @@ -23359,6 +24854,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slimmerbouwen.be", true }, { "slimspots.com", true }, { "slingo-sta.com", true }, + { "slingo.com", true }, { "slingooriginals.com", true }, { "slingoweb.com", true }, { "slink.hr", true }, @@ -23368,11 +24864,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slo-tech.com", true }, { "sloancom.com", true }, { "slopeedge.com", true }, + { "slotboss.co.uk", true }, { "slotcar.com", false }, + { "slotfara.com", true }, + { "slotfara.net", true }, { "sloths.org", true }, { "slotlist.info", true }, { "slovenskycestovatel.sk", true }, - { "slovoice.org", true }, { "slow.zone", true }, { "slowb.ro", true }, { "slowfood.es", true }, @@ -23381,6 +24879,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "slpower.com", true }, { "slrd-isperih.com", true }, { "slse.ca", true }, + { "sluimann.de", true }, { "sluitkampzeist.nl", false }, { "slvh.fr", true }, { "slwilde.ca", true }, @@ -23396,11 +24895,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smallhadroncollider.com", true }, { "smallpath.me", true }, { "smallplanet.ch", true }, - { "smallshopit.com", true }, { "smalltalkconsulting.com", true }, - { "smares.de", true }, + { "smaltimento.napoli.it", true }, { "smart-cp.jp", true }, { "smart-informatics.com", true }, + { "smart-shapes.co.uk", true }, { "smart-wohnen.net", true }, { "smart.gov", true }, { "smartairkey.com", true }, @@ -23416,6 +24915,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smarthouse.de", true }, { "smartit.pro", true }, { "smartjoin.style", true }, + { "smartlend.se", true }, { "smartlocksmith.com", true }, { "smartlogreturns.com", true }, { "smartlogstock.com", true }, @@ -23435,6 +24935,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smartwelve.com", true }, { "smartwritingservice.com", true }, { "smartwurk.nl", true }, + { "smash-gg.club", true }, { "smatch.com", true }, { "smb445.com", true }, { "smdavis.us", true }, @@ -23442,19 +24943,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sme-gmbh.net", true }, { "smeetsengraas.com", true }, { "smeso.it", true }, + { "smi-a.me", true }, { "smiatek.name", true }, { "smileandpay.com", true }, { "smileawei.com", true }, { "smiledirectsales.com", true }, + { "smilessoftplay.co.uk", true }, { "smime.io", true }, { "smimea.info", true }, { "smipty.cn", true }, { "smipty.com", true }, { "smit.com.ua", true }, - { "smith.is", true }, { "smithandcanova.co.uk", true }, { "smkw.com", false }, - { "sml.lc", true }, { "smm.im", true }, { "smol.cat", true }, { "smoo.st", true }, @@ -23473,6 +24974,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "smsg-dev.ch", true }, { "smskeywords.co.uk", true }, { "smspodmena.ru", true }, + { "smsprivacy.org", true }, { "smuhelper.cn", true }, { "smuncensored.com", true }, { "smutek.net", true }, @@ -23482,6 +24984,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snake.dog", true }, { "snap.com", true }, { "snapappointments.com", true }, + { "snapappts.com", true }, { "snapfinance.com", true }, { "snapserv.ch", true }, { "snapserv.net", true }, @@ -23491,6 +24994,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snazel.co.uk", true }, { "snazzie.nl", true }, { "sncdn.com", true }, + { "sndbouncycastles.co.uk", true }, { "sneak.berlin", true }, { "sneaker.date", true }, { "sneakpod.de", true }, @@ -23515,8 +25019,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sniderman.xyz", true }, { "sniep.net", true }, { "snight.co", true }, + { "snille.com", true }, { "snl.no", false }, { "snod.land", true }, + { "snote.io", true }, { "snoupon.com", true }, { "snovey.com", true }, { "snow-online.com", true }, @@ -23537,20 +25043,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "snughealth.org.uk", true }, { "sny.no", true }, { "so-healthy.co.uk", true }, + { "so.is-a-cpa.com", true }, { "soapitup.com.au", true }, { "sobaya-gohei.com", true }, { "sobelift.com", true }, { "sobie.ch", true }, { "sobieray.dyndns.org", true }, + { "sobinski.pl", false }, { "soboleva-pr.com.ua", true }, + { "sobotkama.eu", true }, { "socal-babes.com", true }, { "soccersavings.com", true }, + { "soccorso-stradale.org", true }, { "sochi-sochno.ru", true }, + { "soci.ml", true }, { "social-events.net", false }, { "social-media-strategies.it", true }, { "socialdevelop.biz", false }, { "socialdj.de", true }, { "socialhams.net", true }, + { "socializam.com", true }, + { "socialmedia.ro", true }, { "socialnitro.com", true }, { "socialnous.co", true }, { "socialrank.com", true }, @@ -23563,20 +25076,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sockscap64.com", true }, { "socoastal.com", true }, { "sodafilm.de", true }, + { "sodexam.pro", true }, { "sodi.nl", true }, { "sodiao.cc", true }, { "soe-server.com", true }, { "sofa-rockers.org", true }, { "sofabedshop.de", true }, + { "sofiavanmoorsel.com", true }, { "sofort.com", true }, { "sofortueberweisung.de", true }, + { "softandbouncy.co.uk", true }, { "softanka.com", true }, { "softballrampage.com", true }, { "softclean.pt", true }, + { "softcreatr.de", true }, + { "softplay4hire.co.uk", true }, + { "softplaynation.co.uk", true }, { "softprayog.in", true }, { "softrobot.se", true }, + { "softtennis-zenei.com", true }, { "softwarebetrieb.de", true }, { "softwaredesign.foundation", true }, + { "softwarevoortherapeuten.nl", true }, { "softwerk-edv.de", true }, { "sogola.com", true }, { "sogravatas.com.br", true }, @@ -23585,7 +25106,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sohamroy.me", true }, { "soia.ca", true }, { "soinvett.com", true }, - { "sojingle.net", true }, { "soju.fi", true }, { "sokche.com", true }, { "sokietech.com", true }, @@ -23598,7 +25118,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solanum-games.com", true }, { "solar-aydinlatma.com", true }, { "solar-ec.com", true }, - { "solarcom.com.br", true }, { "solariiknight.org", true }, { "solariilacheie.ro", true }, { "solarplan-berlin.de", true }, @@ -23607,6 +25126,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soldout-app.com", true }, { "sole-erdwaermetauscher.de", true }, { "soledadpenades.com", true }, + { "solentbubblesandbounce.co.uk", true }, { "solfegiator.ch", true }, { "soli.cafe", true }, { "solicafe.at", true }, @@ -23615,6 +25135,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solidtuesday.com", true }, { "solidwebnetworks.co.uk", true }, { "solihullcarnival.co.uk", true }, + { "solihullinflatables.com", true }, { "solihulllionsclub.org.uk", true }, { "solinter.com.br", true }, { "solipym.net", true }, @@ -23634,7 +25155,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "solvops.com", true }, { "solymar.co", true }, { "somaini.li", true }, - { "somali-derp.com", true }, { "somaliagenda.com", true }, { "somanao.com", true }, { "somcase.com.br", true }, @@ -23653,20 +25173,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "songsmp3.co", true }, { "songsthatsavedyourlife.com", true }, { "songzhuolun.com", true }, + { "soniafauville.com", true }, + { "sonixonline.com", true }, { "sonja-daniels.com", true }, { "sonja-kowa.de", true }, { "sonoecoracao.com.br", true }, - { "sonyforum.no", true }, { "sonyunlock.nu", true }, { "soomee.be", true }, { "soomee1.be", true }, { "soondy.com", false }, + { "soontm.de", false }, { "soph.us", true }, { "sopheos.com", false }, { "sopher.io", true }, { "sophiaandmatt.co.uk", true }, { "sophiakligys.com", true }, - { "soply.com", true }, + { "sophieandtrey.com", true }, { "soprabalao.com.br", true }, { "sor.so", true }, { "sorakumo.jp", true }, @@ -23680,8 +25202,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sortaweird.net", false }, { "soruly.com", true }, { "sorz.org", true }, + { "sos-idraulico.it", true }, { "sos.sk", false }, { "sosecu.red", true }, + { "sosoftplay.co.uk", true }, { "sospromotions.com.au", true }, { "sostacancun.com", true }, { "sotadb.info", true }, @@ -23696,6 +25220,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "souki.cz", true }, { "soukodou.jp", true }, { "soul-source.co.uk", true }, + { "soulcrazy.org", true }, { "soulmate.dating", true }, { "soulogic.com", false }, { "soumikghosh.com", true }, @@ -23705,10 +25230,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "soundeo.com", true }, { "soundeo.net", true }, { "soundgasm.net", true }, - { "soundhunter.xyz", true }, { "soundsecurity.io", true }, - { "soundtalks.be", true }, - { "soundtalks.com", true }, { "sour.is", true }, { "souravsaha.com", true }, { "sourcebox.be", true }, @@ -23719,10 +25241,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "souris.ch", true }, { "sous-surveillance.net", true }, { "southafrican.dating", true }, + { "southambouncycastle.co.uk", true }, { "southamerican.dating", true }, { "southbankregister.com.au", true }, { "southcoastkitesurf.co.uk", true }, { "southernmost.us", true }, + { "southernutahinfluencers.com", true }, { "southlakenissanparts.com", true }, { "southmelbourne.apartments", true }, { "southmorangtownhouses.com.au", true }, @@ -23730,12 +25254,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "southside-tuning-day.de", true }, { "southwaymotors.com", true }, { "southwestrda.org.uk", true }, - { "souvik.me", true }, + { "soutien-naissance.com", true }, { "soved.eu", true }, + { "sowncloud.de", true }, { "soz6.com", true }, { "sozai-good.com", true }, { "sozialy.com", true }, { "sozon.ca", true }, + { "sp-sephiroth.jp", true }, { "sp.com.pl", true }, { "sp.rw", true }, { "space-it.de", true }, @@ -23749,7 +25275,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spaceweather.live", true }, { "spaceweatherlive.com", true }, { "spackova.cz", true }, - { "spacountryexplorer.org.au", true }, + { "spahireleeds.co.uk", true }, + { "spaid.xyz", true }, { "spam.lol", true }, { "spamwc.de", true }, { "spangehlassociates.com", true }, @@ -23759,10 +25286,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sparkforautism.org", true }, { "sparklebastard.com", true }, { "sparkwood.org", true }, - { "sparmedo.de", true }, { "sparta-solutions.de", true }, { "spartaconsulting.fi", true }, { "spartantheatre.org", true }, + { "spasicilia.it", true }, { "spatzenwerkstatt.de", true }, { "spawn.cz", true }, { "spaysy.com", true }, @@ -23783,6 +25310,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "speedsportofhull.co.uk", true }, { "speedtailors.com", true }, { "speedtest-russia.com", true }, + { "speedychat.it", true }, { "speerpunt.info", true }, { "speich.net", true }, { "spek.tech", true }, @@ -23823,6 +25351,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spiritualregression.com.au", true }, { "spisbilligt.dk", true }, { "spitfireuav.com", true }, + { "splarty.net", true }, { "splendidspoon.com", true }, { "splikity.com", true }, { "split.is", true }, @@ -23832,6 +25361,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "spodelime.com", true }, { "spoketwist.com", true }, { "spolwind.de", true }, + { "spom.net", true }, { "sponc.de", true }, { "spongepowered.org", true }, { "sponsor.network", true }, @@ -23848,10 +25378,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sport-potreby.sk", true }, { "sporter.com", true }, { "sportflash.info", true }, - { "sportingoods.com.br", true }, + { "sportnesia.com", true }, { "sportovnidum.cz", true }, + { "sportressofblogitude.com", true }, { "sports.dating", true }, - { "sportsmanadvisor.com", true }, { "sportsmansblog.com", true }, { "sportstraineradvisor.com", true }, { "sportugalia.ru", true }, @@ -23868,7 +25398,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "springerundpartner.de", true }, { "springfieldbricks.com", true }, { "springsoffthegrid.com", true }, - { "sprint.ml", true }, { "sprock.io", true }, { "sproing.ca", true }, { "spron.in", true }, @@ -23879,6 +25408,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sps-lehrgang.de", true }, { "sptk.org", true }, { "spuffin.com", true }, + { "spunkt.fr", true }, { "spur.com.br", true }, { "sputnik1net.org", true }, { "spydar007.com", true }, @@ -23889,6 +25419,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sqetsa.com", true }, { "sql-und-xml.de", true }, { "sqlapius.net", true }, + { "sqlfeatures.com", true }, { "sqr-training.com", true }, { "sqroot.eu", true }, { "sqshq.de", true }, @@ -23913,12 +25444,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "src.fedoraproject.org", true }, { "srchub.org", true }, { "srinivasan.io", true }, - { "sritest.io", true }, { "sro.center", true }, { "srolim.com", true }, { "srrdb.com", true }, { "srroddy.com", true }, + { "srv.so", true }, { "srvc.io", true }, + { "srvonfire.com", true }, { "ss-x.ru", true }, { "ss.com", true }, { "ss.lt", true }, @@ -23926,6 +25458,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ss.ua", true }, { "ss64.com", true }, { "ss64.org", true }, + { "ss88.uk", true }, { "ssa.gov", false }, { "ssbkk.ru", true }, { "ssbrm.ch", true }, @@ -23936,6 +25469,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ssky.cn", true }, { "ssl-zertifikate.de", true }, { "ssl.do", true }, + { "ssl.doctor", true }, { "ssl.google-analytics.com", true }, { "ssl.md", true }, { "ssl247.co.uk", true }, @@ -23969,11 +25503,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "staceyhankeinc.com", true }, { "stackptr.com", true }, { "stacktile.io", false }, - { "stadionmanager.com", true }, + { "stackunderflow.com", true }, { "stadm.com", true }, { "stadt-apotheke-muensingen.de", true }, { "stadterneuerung-hwb.de", true }, - { "stadtgartenla.com", true }, { "stadtpapa.de", true }, { "stadtplan-ilmenau.de", true }, { "stage-props-blank-guns.com", false }, @@ -23990,6 +25523,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stairlin.com", true }, { "stalder.work", true }, { "stalker-shop.com", true }, + { "stalkerteam.pl", true }, { "stalkr.net", true }, { "stalkthe.net", true }, { "stamboommuller.nl", true }, @@ -24010,6 +25544,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "starcomproj.com", true }, { "stardanceacademy.net", true }, { "stardeeps.net", true }, + { "stardust-entertainments.co.uk", true }, { "starfm.de", true }, { "stargarder-jungs.de", true }, { "stargazer.de", true }, @@ -24017,13 +25552,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "starina.ru", true }, { "starka.st", true }, { "starkbim.com", true }, + { "starlightentertainmentdevon.co.uk", true }, { "starlim.co.in", true }, { "starlim.org", true }, { "starpeak.org", true }, + { "starphotoboothsni.co.uk", true }, { "starplatinum.jp", true }, { "starquake.nl", true }, { "starsam80.net", true }, { "starstreak.net", true }, + { "startaninflatablebusiness.com", true }, { "startlab.sk", true }, { "startpage.com", true }, { "startpage.info", true }, @@ -24032,11 +25570,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "starttraffic.uk", true }, { "startup.melbourne", true }, { "startuplevel.com", true }, - { "startuppeople.co.uk", true }, { "startupsort.com", true }, { "startupum.ru", true }, { "starwatches.eu", true }, { "starwins.co.uk", true }, + { "stassi.ch", true }, { "stastka.ch", true }, { "stat.ink", true }, { "state-of-body-and-mind.com", true }, @@ -24052,6 +25590,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stationary-traveller.eu", true }, { "stationcharlie.co.za", true }, { "statistikian.com", true }, + { "statofus.com", true }, { "stats.g.doubleclick.net", true }, { "status2u.com", true }, { "statusbot.io", true }, @@ -24063,7 +25602,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stayme.cz", true }, { "stb-schefczyk.de", true }, { "stb-strzyzewski.de", true }, - { "stbennett.org", true }, { "stcable.net", true }, { "stcu.org", true }, { "std-home-test.com", true }, @@ -24078,18 +25616,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "steampunkrobot.com", true }, { "steamscore.info", true }, { "steamtrades.com", true }, + { "steborio.pw", true }, { "steckel.cc", true }, { "steckregal-super.de", false }, + { "stedb.eu", true }, + { "stedbg.net", true }, { "steef389.eu", true }, { "steelephys.com.au", true }, - { "steem.io", true }, { "steenackers.be", true }, { "stefan-bayer.eu", true }, { "stefan-schlueter.de", true }, { "stefanbayer.de", true }, - { "stefanovski.io", false }, + { "stefanovski.io", true }, { "stefany.eu", true }, - { "steffi-in-australien.com", true }, { "steidlewirt.de", true }, { "steigerplank.com", false }, { "steinbergmedia.de", true }, @@ -24115,6 +25654,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stephanieschreiber.com", true }, { "stephenhaunts.com", true }, { "stephenhorler.com.au", true }, + { "stephenj.co.uk", true }, { "stephenjvoiceovers.com", true }, { "stephenperreira.com", true }, { "stephenschrauger.com", true }, @@ -24130,6 +25670,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stephspace.net", true }, { "steplogictalent.com", true }, { "stepsweb.com", true }, + { "ster-enzo.nl", true }, { "sterchi-fromages.ch", true }, { "stereo.lu", true }, { "stereochro.me", false }, @@ -24145,7 +25686,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stevedesmond.ca", true }, { "stevedoggett.com", true }, { "stevegrav.es", true }, - { "steven-bennett.com", true }, { "stevenberg.net", true }, { "stevengoodpaster.com", true }, { "stevenhumphrey.uk", true }, @@ -24160,12 +25700,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stevesdrivingschooltyneside.com", true }, { "stewartswines.com", true }, { "stewonet.nl", true }, - { "steyaert.be", true }, { "stfw.info", true }, { "stichtingliab.nl", true }, { "stichtingscholierenvervoerzeeland.nl", true }, { "stichtingsticky.nl", true }, { "stick2bike.de", true }, + { "stickergiant.com", true }, { "stickies.io", true }, { "stickmanventures.com", true }, { "stift-kremsmuenster.at", true }, @@ -24177,7 +25717,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stikkie.me", true }, { "stikonas.eu", false }, { "stilartmoebel.de", true }, - { "stilettomoda.com.br", true }, { "stillyarts.com", false }, { "stilmobil.se", true }, { "stin.hr", true }, @@ -24186,6 +25725,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stirling.co", true }, { "stirlingpoon.com", true }, { "stitchfiddle.com", true }, + { "stivesbouncycastlehire.co.uk", true }, { "stjohnin.com", true }, { "stjohnmiami.org", true }, { "stjohnsc.com", true }, @@ -24193,8 +25733,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stlu.de", true }, { "stlucasmuseum.org", true }, { "stlukesbrandon.org", true }, + { "stm-net.de", true }, { "stmlearning.com", true }, { "stmsolutions.pl", true }, + { "stneotsbouncycastlehire.co.uk", true }, { "stnl.de", false }, { "stockpile.com", true }, { "stockrow.com", true }, @@ -24202,8 +25744,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stodieck.com", true }, { "stoebermehl.at", true }, { "stoffelen.nl", true }, + { "stoffelnet.de", true }, { "stoianlawfirm.com", true }, { "stolina.de", true }, + { "stolkpotplanten.nl", true }, { "stomadental.com", true }, { "stonedworms.de", true }, { "stonefusion.org.uk", true }, @@ -24213,9 +25757,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stony.com", true }, { "stonystratford.org", true }, { "stopakwardhandshakes.org", true }, + { "stopbreakupnow.org", true }, { "stopbullying.gov", true }, { "stopfraud.gov", true }, { "stopthethyroidmadness.com", true }, + { "stordbatlag.no", true }, { "store-host.com", true }, { "store10.de", true }, { "storedsafe.com", true }, @@ -24225,6 +25771,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stormyyd.com", true }, { "storvann.net", true }, { "storvann.no", true }, + { "storycollective.film", true }, { "storycollective.nl", true }, { "storyland.ie", true }, { "storysift.news", true }, @@ -24262,12 +25809,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "streklhof.at", true }, { "stressfreehousehold.com", true }, { "stretchmyan.us", true }, + { "stretchpc.com", true }, { "stricted.net", true }, { "strictlynormal.com", true }, { "strijkshop.be", true }, { "stringtoolbox.com", true }, { "stringvox.com", true }, { "stripe.com", true }, + { "striptizer.tk", true }, { "strm.hu", true }, { "strobeltobias.de", true }, { "strobeto.de", true }, @@ -24297,6 +25846,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "studer.su", true }, { "studienportal.eu", true }, { "studienservice.de", true }, + { "studio-architetto.com", true }, { "studio-fotografico.ru", true }, { "studiodentisticosanmarco.it", true }, { "studiodewit.nl", true }, @@ -24327,7 +25877,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stupendous.net", true }, { "stupidstatetricks.com", true }, { "sturbi.de", true }, - { "sturdio.com.br", true }, { "sturge.co.uk", true }, { "stutelage.com", true }, { "stuttgart-gablenberg.de", true }, @@ -24337,26 +25886,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "stw-group.at", true }, { "stygium.net", false }, { "styleci.io", true }, + { "stylecollective.us", true }, { "stylefast.com.au", true }, { "styles.pm", true }, { "stylett.ru", true }, { "stylewish.me", true }, - { "stylle.me", true }, { "styloeart.com", true }, { "stypr.com", true }, { "su1ph3r.io", true }, { "suareforma.com", true }, { "suave.io", true }, + { "sub-net.at", true }, { "sub.media", true }, { "subastasdecarros.net", true }, { "subdev.org", true }, - { "sublevel.net", false }, { "sublimebits.com", true }, { "submedia.tv", true }, { "submelon.tech", true }, { "subohm.com", true }, { "suborbital.io", true }, { "subrain.com", true }, + { "subrosa.io", false }, { "subseq.net", false }, { "substitutealert.com", true }, { "subterfuge.io", true }, @@ -24374,21 +25924,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sudo.ws", true }, { "sudoschool.com", true }, { "sudosu.fr", true }, - { "suelyonjones.com", true }, { "suempresa.cloud", true }, { "suevia-ka.de", true }, { "sufix.cz", true }, { "sugarandcloth.com", true }, { "sugarbrother.com", true }, { "sugarshin.net", true }, - { "sugarsweetorsour.com", true }, { "suggestim.ch", true }, { "suiranfes.com", true }, { "suitocracy.com", true }, + { "sujoydhar.in", true }, { "suki.moe", true }, { "sukrie.net", true }, { "suksit.com", true }, - { "sulek.eu", true }, { "sumguy.com", true }, { "summa-prefis.com", true }, { "summa.eu", false }, @@ -24399,25 +25947,31 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sunbritetv.com", true }, { "sundaycooks.com", true }, { "sundayfundayjapan.com", true }, - { "suneilpatel.com", true }, + { "sunfeathers.net", true }, { "sunfireshop.com.br", true }, - { "sunflyer.cn", false }, { "sunfox.cz", true }, { "sunfulong.me", true }, { "sungo.wtf", true }, - { "sunjaydhama.com", true }, { "sunn.ie", true }, { "sunsetwx.com", true }, { "sunshinesf.org", true }, { "sunsmartresorts.com", true }, { "sunstar.bg", true }, + { "sunxchina.com", true }, { "supa.sexy", true }, { "supastuds.com", true }, { "super-o-blog.com", true }, { "superbart.nl", true }, + { "superbouncebouncycastles.com", true }, { "superbowlkneel.com", true }, { "superbshare.com", true }, { "supercalorias.com", true }, + { "supercastlesadelaide.com.au", true }, + { "supercastlesbrisbane.com.au", true }, + { "supercastlesmelbourne.com.au", true }, + { "supercastlessouthsydney.com.au", true }, + { "supercastlessunshinecoast.com.au", true }, + { "supercastlessydney.com.au", true }, { "supercentenarian.com", true }, { "supercinebattle.fr", true }, { "superguide.com.au", true }, @@ -24426,11 +25980,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "superkonsult.se", true }, { "supermarx.nl", true }, { "supern0va.net", true }, + { "supernovabrasil.com.br", true }, { "supernt.lt", true }, { "superpase.com", true }, { "supersahnetorten.de", true }, + { "supersole.net", true }, { "supersonnig-festival.de", true }, { "supersonnigfestival.de", true }, + { "supersteosbouncycastles.com", true }, { "supersu.kr", true }, { "superswingtrainer.com", true }, { "supertasker.org", true }, @@ -24450,8 +26007,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "surasak.io", true }, { "surasak.org", true }, { "surasak.xyz", true }, - { "surdam.casa", true }, + { "surdam.casa", false }, { "sure-it.de", true }, + { "suretone.co.za", true }, { "surgenet.nl", true }, { "surgeongeneral.gov", true }, { "surgicalassociateswny.com", true }, @@ -24469,6 +26027,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "susc.org.uk", true }, { "susconam.org", true }, { "sush.us", true }, + { "sushi.roma.it", true }, { "sushi101tempe.com", false }, { "sushifrick.de", true }, { "sushikatze.de", true }, @@ -24477,8 +26036,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "suspiciousdarknet.xyz", true }, { "sussexwebdesigns.co.uk", true }, { "sustainability.gov", true }, + { "sustainabilityknowledgegroup.com", true }, { "sustsol.com", true }, { "sutas.market", true }, + { "suttonbouncycastles.co.uk", true }, { "suuria.de", true }, { "suvidhaapay.com", true }, { "suwalls.com", true }, @@ -24486,8 +26047,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "suzukimarinepress.com", true }, { "sv-1966-medenbach.de", true }, { "sv-turm-hohenlimburg.de", true }, + { "sv.search.yahoo.com", false }, { "svadobkajuvi.sk", true }, { "svager.cz", true }, + { "svantner.sk", true }, { "svarnyjunak.cz", true }, { "svarovani.tk", true }, { "svc-sitec.com", true }, @@ -24512,6 +26075,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sw33tp34.com", true }, { "swaggerdile.com", true }, { "swansdoor.org", true }, + { "swanseapartyhire.co.uk", true }, { "swapadoodle.com", true }, { "swarfarm.com", true }, { "swarlys-server.de", true }, @@ -24524,13 +26088,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "swedishhost.se", true }, { "sweep-me.net", true }, { "sweepay.ch", true }, + { "sweetgood.de", true }, { "sweetlegs.jp", true }, { "sweetll.me", false }, { "sweetvanilla.jp", true }, { "swehack.org", true }, { "sweharris.org", true }, + { "swfmax.com", true }, { "swift-devedge.de", true }, - { "swiftconf.com", true }, { "swiftqueue.com", true }, { "swiggy.com", true }, { "swilly.org", true }, @@ -24565,6 +26130,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "sychov.pro", true }, { "sydney-sehen.com", true }, { "sydney.dating", true }, + { "syenar.net", true }, { "syezd.com.au", true }, { "syha.org.uk", true }, { "sykepleien.no", false }, @@ -24584,17 +26150,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "symbiosecom.ch", true }, { "symeda.de", true }, { "symphonos.it", false }, + { "symptome-erklaert.de", true }, { "synabi.com", true }, { "synaptickz.me", true }, { "synatra.co", true }, { "sync-it.no", true }, { "syncaddict.net", true }, + { "synchrocube.com", true }, { "synchtu.be", false }, { "syncmylife.net", false }, { "syncrise.co.jp", true }, { "syndic-discount.fr", false }, { "syneart.com", true }, { "synecek11.cz", true }, + { "synergisticsoccer.com", true }, + { "synergyflare.com", true }, { "synergyworkingdogclub.com", true }, { "synfin.org", true }, { "synony.me", true }, @@ -24626,7 +26196,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "systoolbox.net", true }, { "sysystems.cz", true }, { "syt3.net", true }, - { "syy.hk", true }, { "syy.im", true }, { "syzygy-tables.info", true }, { "szagun.net", true }, @@ -24651,8 +26220,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "t2000headphones.com", true }, { "t2000laserpointers.com", true }, { "t23m-navi.jp", false }, - { "t2i.nl", true }, - { "t3rror.net", true }, + { "t47.io", true }, { "t7e.de", false }, { "ta-65.com", true }, { "ta-sports.net", true }, @@ -24672,6 +26240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tac-volley.com", true }, { "tacklog.com", true }, { "tacoma-games.com", true }, + { "tacomafia.net", true }, { "tacotown.tk", true }, { "tacticalsquare.com", true }, { "tadata.me", true }, @@ -24680,7 +26249,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tadu.de", true }, { "tagdocumentary.com", true }, { "tagesmutter-in-bilm.de", true }, - { "taggedpdf.com", true }, + { "taggedpdf.com", false }, { "taglioepiega.com", true }, { "taglioepiega.eu", true }, { "taglioepiega.it", true }, @@ -24719,7 +26288,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "talkgadget.google.com", true }, { "talkreal.net", true }, { "talktodarcy.com", true }, - { "talktwincities.com", true }, { "talkwithyourbaby.org", true }, { "tallcraft.com", true }, { "talldude.net", true }, @@ -24741,6 +26309,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tango-ouest.com", true }, { "tangoalpha.co.uk", true }, { "tangyue.date", true }, + { "tangzhao.net", true }, { "tanhit.com", true }, { "taniku-succulent.com", true }, { "tankski.co.uk", true }, @@ -24749,14 +26318,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tantalos.nl", true }, { "tantei100.net", true }, { "tanto259.name", true }, - { "tantotiempo.de", true }, { "tanz.info", true }, { "tanzhijun.com", true }, { "taoburee.com", true }, - { "taotuba.net", true }, { "tapestries.tk", true }, + { "taqsim.jp", true }, { "taquilla.com", true }, { "taqun.club", true }, + { "taranis.re", true }, { "tarantul.org.ua", true }, { "tarasecurity.co.uk", true }, { "tarasecurity.com", true }, @@ -24778,6 +26347,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taskstream.com", true }, { "taskulu.com", true }, { "tasta.ro", true }, + { "tasticfilm.com", true }, { "tastycake.net", true }, { "tastystakes.com", true }, { "tat2grl85.com", true }, @@ -24795,6 +26365,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taxi-chamonix.fr", true }, { "taxi-collectif.ch", true }, { "taxicollectif.ch", true }, + { "taxiindenbosch.nl", true }, { "taxis-collectifs.ch", true }, { "taxisafmatosinhos.pt", true }, { "taxiscollectifs.ch", true }, @@ -24802,7 +26373,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "taxmadras.com", true }, { "taxspeaker.com", true }, { "taxsquirrel.com", true }, - { "taylorpearson.me", true }, + { "taylorpearson.me", false }, + { "taylors-castles.co.uk", true }, { "taysonvodao.fr", true }, { "tazemama.biz", true }, { "tazj.in", false }, @@ -24814,6 +26386,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tbrindus.ca", true }, { "tbrss.com", true }, { "tbs-certificates.co.uk", true }, + { "tbtech.cz", true }, { "tbuchloh.de", true }, { "tc-st-leonard.ch", true }, { "tc.nz", true }, @@ -24828,13 +26401,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tcptun.com", true }, { "tcpweb.net", true }, { "tdchrom.com", true }, - { "tdelmas.eu", true }, - { "tdelmas.ovh", true }, { "tdfbfoundation.org", true }, { "tdrcartuchos.com.br", true }, { "tdrs.info", true }, - { "tdsb.cf", true }, - { "tdsbhack.tk", true }, + { "tdsinflatables.co.uk", true }, { "tdude.co", true }, { "teabagdesign.co.uk", true }, { "teachercreatedmaterials.com", true }, @@ -24853,6 +26423,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "team-bbd.com", true }, { "team-pancake.eu", true }, { "team3482.com", true }, + { "teamassists.com", true }, { "teambeam.at", true }, { "teambeam.ch", true }, { "teambeam.com", true }, @@ -24861,6 +26432,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teambition.com", true }, { "teamcombat.com", true }, { "teamdaylo.xyz", true }, + { "teamliquidpro.com", true }, { "teammathics.com", true }, { "teamnetsol.com", true }, { "teamnissannorthparts.com", true }, @@ -24874,6 +26446,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teamupturn.org", true }, { "teamx-gaming.de", true }, { "teaparty.id", true }, + { "tearoy.faith", true }, { "teasenetwork.com", true }, { "teaser-trailer.com", true }, { "teatrarium.com", true }, @@ -24894,8 +26467,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techademy.nl", true }, { "techarea.fr", true }, { "techbrown.com", true }, - { "techcavern.ml", true }, { "techcentric.com", false }, + { "techcracky.com", true }, { "techcultivation.de", true }, { "techcultivation.net", true }, { "techcultivation.org", true }, @@ -24940,6 +26513,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "techvalue.gr", true }, { "techwayz.com", true }, { "techwords.io", true }, + { "tecit.ch", true }, + { "tecne.ws", true }, { "tecnoarea.com.ar", true }, { "tecnobrasilloja.com.br", true }, { "tecnodritte.it", true }, @@ -24997,18 +26572,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "telly.site", true }, { "teloo.pl", true }, { "telos-analytics.com", true }, - { "telugu4u.net", true }, + { "temasa.net", true }, { "temizmama.com", true }, { "temp.pm", true }, { "tempdomain.ml", true }, + { "template-parks.com", true }, { "templateinvaders.com", true }, - { "tempodecolheita.com.br", true }, { "temptraining.ru", false }, { "tenable.com.au", true }, { "tenberg.com", true }, { "tenbos.ch", true }, { "tendermaster.com.ua", true }, { "tenderstem.co.uk", true }, + { "tendomag.com", true }, { "tendoryu-aikido.org", true }, { "tenenz.com", true }, { "tengu.cloud", true }, @@ -25035,8 +26611,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "teranacreative.com", true }, { "teranga.ch", true }, { "teriiphotography.com", true }, - { "terminalvelocity.co.nz", true }, + { "terlindung.com", true }, { "termitemounds.org", true }, + { "termitinitus.org", true }, + { "terra-x.net", true }, { "terrab.de", false }, { "terracloud.de", false }, { "terraelectronica.ru", true }, @@ -25049,10 +26627,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "terraluna.space", true }, { "terrastaffinggroup.com", false }, { "terraweb.net", true }, - { "terrax.net", true }, { "terresmagiques.com", true }, { "terrty.net", true }, - { "teru.com.br", true }, { "tes.com", true }, { "tesche.biz", true }, { "teschenhausen.com", true }, @@ -25078,14 +26654,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "testuje.net", true }, { "tetedelacourse.ch", true }, { "tetrarch.co", true }, - { "tetsai.com", true }, { "tetsugakunomichi.jp", true }, { "tetsumaki.net", true }, + { "teulon.eu", true }, { "teuniz.nl", true }, { "teunstuinposters.nl", false }, { "teva-li.com", true }, { "tewarilab.co.uk", true }, + { "tewkesburybouncycastles.co.uk", true }, + { "texasllcpros.com", true }, { "texastwostepdivorce.com", true }, + { "texasvolunteerattorneys.org", true }, { "texby.com", true }, { "texhnolyze.net", true }, { "text-shirt.com", true }, @@ -25100,10 +26679,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "texus.me", true }, { "texy.info", true }, { "teysens.com", true }, + { "teyssedre.ca", true }, { "tezcam.tk", true }, { "tf-network.de", true }, { "tf2b.com", true }, { "tf2calculator.com", true }, + { "tfg-bouncycastles.com", true }, { "tfle.xyz", true }, { "tflite.com", true }, { "tfnapps.de", true }, @@ -25111,18 +26692,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tfx.pt", true }, { "tfxstartup.com", true }, { "tfxstartup.com.br", true }, + { "tgamobility.co.uk", true }, { "tgbyte.com", true }, { "tgbyte.de", true }, { "tgexport.eu", true }, { "tgmkanis.com", true }, { "tgod.co", true }, + { "tgtv.tn", true }, { "tgui.eu", true }, { "tgui.net", true }, { "tgw.com", true }, - { "th-bl.de", true }, { "th.search.yahoo.com", false }, - { "th3nd.com", true }, - { "thackbarth.net", true }, + { "thablubb.de", true }, { "thaedal.net", true }, { "thagki9.com", true }, { "thai.dating", true }, @@ -25141,11 +26722,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thalhammer.it", true }, { "thalskarth.com", true }, { "thamesfamilydentistry.com", true }, + { "thanabh.at", true }, { "thanatoid.net", true }, { "thatgudstuff.com", true }, { "thatpodcast.io", true }, { "thatquiz.org", true }, - { "thatvizsla.life", true }, { "thca.ca", true }, { "thcpbees.co.uk", true }, { "the-body-shop.hu", false }, @@ -25161,20 +26742,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "the-zenti.de", true }, { "the.ie", true }, { "the2f.de", true }, + { "the3musketeers.biz", true }, { "theankhlife.com", true }, - { "theavenuegallery.com", true }, { "thebakers.com.br", true }, { "thebakingclass.com", true }, { "thebasebk.org", true }, + { "thebcm.co.uk", true }, { "thebeautifulmusic.net", true }, { "thebest.ch", true }, + { "thebestfun.co.uk", true }, { "thebestsavingsplan.com", true }, + { "thebigbitch.nl", true }, { "thebigdatacompany.com", true }, { "thebigwave.de", true }, { "thebikeinsurer.co.uk", true }, { "thebimhub.com", true }, { "theblackknightsings.com", true }, { "thebodyprinciple.com", true }, + { "thebouncedepartment.co.uk", true }, + { "thebouncyman.co.uk", true }, { "theboxofcarlos.com", true }, { "thebreakhotel.com", true }, { "thebreakroom.org", true }, @@ -25192,10 +26778,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thecodeninja.net", true }, { "thecoffeepod.co.uk", true }, { "thecoffeesuperstore.com", true }, + { "thecolumnist.net", true }, { "thecondobuyers.com", true }, { "thecozycastle.com", true }, { "thecrazytravel.com", true }, { "thecrew-exchange.com", true }, + { "thecskr.in", true }, { "thecsw.com", true }, { "thecuppacakery.co.uk", true }, { "thecuriouscat.net", true }, @@ -25210,6 +26798,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thedisc.nl", true }, { "thediscovine.com", true }, { "thedocumentrefinery.com", true }, + { "thedominatorsclan.com", true }, { "thedreamtravelgroup.co.uk", true }, { "thedrinks.co", true }, { "thedronechart.com", true }, @@ -25220,6 +26809,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theeducationdirectory.org", true }, { "theevergreen.me", true }, { "theexpatriate.de", true }, + { "thefanimatrix.net", true }, { "thefbstalker.com", true }, { "theferrarista.com", true }, { "theflyingbear.net", true }, @@ -25227,8 +26817,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thefox.co", true }, { "thefox.com.fr", true }, { "thefrk.pw", true }, + { "thefrk.xyz", true }, + { "thefunfirm.co.uk", true }, { "thegamerscamp.com", true }, { "thegarrowcompany.com", true }, + { "thegeekdiary.com", true }, { "thegioinano.com", true }, { "thegraciousgourmet.com", true }, { "thegrape.ro", true }, @@ -25236,20 +26829,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thegreenfields.se", true }, { "thegreenmanpottery.com", true }, { "thegreens.us", true }, - { "thegreenvpn.com", true }, { "thegvoffice.net", true }, { "thegym.org", true }, { "thehackerblog.com", true }, + { "thehaxbys.co.uk", true }, + { "thehiddenbay.cc", true }, { "thehiddenbay.info", true }, { "thehivedesign.org", true }, { "thehookup.be", true }, { "theidiotboard.com", true }, + { "theinflatables-ni.co.uk", true }, + { "theinflatablesne.co.uk", true }, { "theinitium.com", true }, { "theintercept.com", true }, { "theinternationalgeekconspiracy.eu", true }, - { "theitsage.com", true }, { "thejacksoninstitute.com.au", true }, { "thejobauction.com", true }, + { "thekev.in", true }, { "thekeymusic.com", true }, { "thekingofhate.com", true }, { "thekrewserver.com", true }, @@ -25261,6 +26857,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thelinuxtree.net", true }, { "thelittlecraft.com", true }, { "thelocals.ru", true }, + { "thelonelyones.co.uk", true }, { "thelostyankee.com", true }, { "themacoaching.nl", true }, { "themarshallproject.org", true }, @@ -25268,6 +26865,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "themecraft.studio", true }, { "themetacity.com", true }, { "themilanlife.com", true }, + { "themillerslive.com", true }, { "themist.cz", true }, { "themoep.at", true }, { "themoneyconverter.com", true }, @@ -25298,6 +26896,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theoutline.com", true }, { "thepaffy.de", true }, { "thepartner.co.uk", true }, + { "thepartydoctors.co.uk", true }, { "thepasteb.in", true }, { "thepathsofdiscovery.com", true }, { "thepaulagcompany.com", true }, @@ -25307,8 +26906,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thephonecaseplace.com", true }, { "thephp.cc", true }, { "thepiabo.ovh", true }, + { "thepieslicer.com", true }, { "thepiratesociety.org", true }, { "theplasticsurgerycenterofnashville.com", true }, + { "theplaydaysbus.co.uk", true }, + { "theplayspot.co.uk", true }, { "theploughharborne.co.uk", true }, { "theposhfudgecompany.co.uk", true }, { "thepostoffice.ro", true }, @@ -25329,6 +26931,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "therockawaysny.com", true }, { "theroks.com", true }, { "theroyalmarinescharity.org.uk", true }, + { "theruizes.com", true }, { "theruleslawyer.net", true }, { "therumfordcitizen.com", true }, { "thesalonthing.com", true }, @@ -25342,25 +26945,27 @@ static const nsSTSPreload kSTSPreloadList[] = { { "theseletarmall.com", true }, { "theseoframework.com", true }, { "theseosystem.com", true }, + { "theserver201.tk", true }, { "thesession.org", false }, { "theshadestore.com", true }, { "thesharedbrain.ch", true }, { "thesharedbrain.com", true }, { "thesharepointfarm.com", true }, { "theshine.pl", true }, - { "theshopally.com", true }, { "thesignalco.com.au", true }, + { "thesisgeek.com", true }, { "thesishelp.net", true }, { "thesled.net", true }, { "thesocialmediacentral.com", true }, + { "thesteins.org", true }, { "thestoritplace.com", true }, { "thestory.ie", true }, { "thestoryshack.com", true }, { "thestrategyagency.com.au", true }, { "thesuppercircle.com", true }, { "theswissbay.ch", true }, + { "thetapirsmouth.com", true }, { "thetechnical.me", true }, - { "thetenscrolls.com", true }, { "thetomharling.com", true }, { "thetrendspotter.net", true }, { "thetruthhurvitz.com", true }, @@ -25369,6 +26974,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thevalentineconstitution.com", true }, { "thevgg.com", true }, { "thewebflash.com", true }, + { "thewebsitedoctors.co.uk", true }, { "thewebsitemarketingagency.com", true }, { "thewhitehat.club", true }, { "thewhiterabbit.space", true }, @@ -25376,12 +26982,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thewindow.com", true }, { "thewoodkid.com.au", true }, { "theworldsend.eu", true }, + { "thexfactorgames.com", true }, { "thexme.de", true }, { "theyarnhookup.com", false }, { "theyear199x.org", true }, { "theyearinpictures.co.uk", true }, { "theyosh.nl", true }, { "thezero.org", true }, + { "thibaultwalle.com", true }, { "thibautcharles.net", true }, { "thiepcuoidep.com", true }, { "thierry-daellenbach.com", true }, @@ -25393,6 +27001,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thinkheaddesign.com", true }, { "thinkindifferent.net", true }, { "thinkingandcomputing.com", true }, + { "thinkingplanet.net", true }, { "thinklikeanentrepreneur.com", true }, { "thinkquality.nl", true }, { "thinkrealty.com", true }, @@ -25440,7 +27049,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thorbiswebsitedesign.com", true }, { "thorsten-schaefer.com", true }, { "thorstenschaefer.name", true }, + { "thosci.com", true }, { "thot.space", true }, + { "thoughtlessleaders.online", true }, { "thoughtsynth.com", true }, { "thoughtsynth.net", true }, { "thoughtsynth.org", true }, @@ -25472,8 +27083,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "thuviensoft.com", true }, { "thuviensoft.net", true }, { "thw-bernburg.de", true }, + { "thxandbye.de", true }, { "thyngster.com", true }, - { "thynx.io", true }, { "ti-js.com", true }, { "ti-pla.net", true }, { "ti-planet.org", true }, @@ -25485,19 +27096,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tianxicaipiao.com", true }, { "tianxicaipiao.win", true }, { "tianxicp.com", true }, - { "tianya.tv", true }, { "tibipg.com", true }, { "tibovanheule.site", true }, { "ticfleet.com", true }, { "ticketluck.com", true }, { "ticketmates.com.au", true }, { "ticketoplichting.nl", true }, + { "ticketpro.ca", true }, { "ticketslover.com", true }, { "ticketsmate.com", true }, { "ticketsource.co.uk", true }, { "ticketsource.eu", true }, { "ticketsource.us", true }, { "ticketsourcebeta.co.uk", true }, + { "ticketsvergleichen.de", true }, { "tickit.ca", true }, { "tid.jp", true }, { "tidycustoms.net", true }, @@ -25508,12 +27120,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tier-1-entrepreneur.com", true }, { "tierarztpraxis-bogenhausen.de", true }, { "tierarztpraxis-weinert.de", true }, + { "tiernanx.com", true }, { "tiew.pl", true }, { "tifan.net", true }, { "tiffanytravels.com", true }, { "tiffnix.com", true }, { "tigerchef.com", true }, { "tigerdile.com", true }, + { "tiggeriffic.com", true }, + { "tiihosen.fi", true }, { "tijden.nu", true }, { "tijo.ch", true }, { "tik.edu.ee", true }, @@ -25521,11 +27136,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tiki-god.co.uk", true }, { "tiledailyshop.com", true }, { "tileyourvisit.pt", true }, + { "tiliaze.biz", true }, { "till.im", true }, { "tillberg.us", true }, + { "tilleysbouncycastles.co.uk", true }, { "tillseasyscore.com", true }, { "tiltedwindmillcrafts.com", true }, { "timbarlotta.com", true }, + { "timberkel.com", true }, { "timbishopartist.com", true }, { "timco.cloud", true }, { "timdebruijn.nl", true }, @@ -25539,6 +27157,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timeglass.de", true }, { "timer.fit", true }, { "timersuite.com", true }, + { "timetab.org", true }, { "timetotrade.com", true }, { "timewasters.nl", true }, { "timfiedler.net", true }, @@ -25549,7 +27168,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timmyrs.de", true }, { "timoxbrow.com", true }, { "timroes.de", true }, - { "timschubert.net", true }, { "timstoffel.net", false }, { "timtaubert.de", true }, { "timtelfer.com", true }, @@ -25557,7 +27175,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "timvandekamp.nl", true }, { "timvivian.ca", true }, { "timweb.ca", true }, - { "timysewyn.be", true }, { "tinastahlschmidt.de", true }, { "tinf15b4.de", true }, { "tinfoilsecurity.com", false }, @@ -25574,6 +27191,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tinyspeck.com", true }, { "tinyssh.com", true }, { "tinyssh.org", true }, + { "tinytownsoftplay.co.uk", true }, { "tinyvpn.net", true }, { "tinyvpn.org", true }, { "tioat.net", true }, @@ -25603,11 +27221,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tivido.nl", true }, { "tjandpals.com", true }, { "tjenestetorvet.dk", true }, + { "tjkcastles.uk", true }, { "tjl.rocks", true }, { "tjp.ch", true }, { "tjs.me", true }, + { "tjsbouncycastles.co.uk", true }, + { "tjullrich.de", true }, { "tkacz.pro", true }, - { "tkarstens.de", false }, { "tkat.ch", true }, { "tkgpm.com", true }, { "tkjg.fi", true }, @@ -25616,7 +27236,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tkts.cl", true }, { "tkusano.jp", true }, { "tkw01536.de", true }, - { "tlach.cz", true }, { "tlca.org", true }, { "tlcnet.info", true }, { "tlehseasyads.com", true }, @@ -25634,7 +27253,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tmberg.gq", true }, { "tmberg.ml", true }, { "tmberg.tk", true }, + { "tmc.com.mt", true }, { "tmconnects.com", true }, + { "tmcpromotions.co.uk", true }, { "tmcreationweb.com", true }, { "tmdb.biz", true }, { "tmf.ru", true }, @@ -25644,6 +27265,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tmi.news", true }, { "tmin.cf", true }, { "tmm.cx", true }, + { "tmonitoring.com", true }, { "tmpraider.net", true }, { "tmpsantos.com.br", true }, { "tmtopup.com", true }, @@ -25655,7 +27277,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tntmobi.com", true }, { "tny.link", true }, { "toad.ga", true }, - { "tobaby.com.br", true }, { "tobacco.gov", true }, { "tobaccore.eu", true }, { "tobaccore.sk", true }, @@ -25702,6 +27323,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "togech.jp", true }, { "togetter.com", true }, { "toheb.de", true }, + { "tohokinemakan.tk", true }, { "tojeto.eu", true }, { "toka.sg", true }, { "tokage.me", true }, @@ -25714,9 +27336,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tokio.fi", true }, { "tokke.dk", true }, { "tokkee.org", true }, + { "tokobungaasryflorist.com", true }, + { "tokobungadijambi.com", true }, + { "tokobungadilampung.com", true }, + { "tokobungadipadangflorist.com", true }, { "tokoindo.top", true }, { "tokototech.com", true }, { "tokumei.co", true }, + { "tokyo-onkyo.jp", true }, { "tokyo-powerstation.com", true }, { "tokyo.dating", true }, { "tokyomakino.com", true }, @@ -25729,7 +27356,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tom-geiger.de", true }, { "tom-kunze.de", true }, { "tom-maxwell.com", true }, - { "tom.run", true }, { "tomabrafix.de", true }, { "tomandshirley.com", true }, { "tomasjacik.cz", true }, @@ -25748,6 +27374,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tomfisher.eu", true }, { "tomharling.co.uk", true }, { "tomharling.uk", true }, + { "tomharris.tech", true }, { "tomi.cc", true }, { "tomica.me", true }, { "tomiler.com", true }, @@ -25759,6 +27386,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tommounsey.com", true }, { "tomnatt.com", true }, { "tomo.gr", false }, + { "tomochun.net", true }, { "tomrei.com", true }, { "tomrichards.net", true }, { "tomschlick.com", true }, @@ -25811,6 +27439,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toonpool.com", true }, { "toool.nl", true }, { "toool.org", true }, + { "tooolroc.org", false }, { "tooti.biz", true }, { "top-obaly.cz", true }, { "top-opakowania.pl", true }, @@ -25821,15 +27450,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "topaxi.ch", true }, { "topaxi.codes", true }, { "topbargains.com.au", false }, + { "topbestsellerproduct.com", true }, + { "topbounce.com", true }, + { "topbouncycastles.co.uk", true }, { "topbrakes.com", true }, + { "topclassfun.ie", true }, { "topdesk.net", true }, { "topdevbox.net", true }, + { "topdogsinflatables.co.uk", true }, { "topeng-emas.com", true }, { "topfivepercent.co.uk", true }, { "topicit.net", true }, + { "topirishcasinos.com", true }, { "topjobs.ch", true }, { "toplist.eu", true }, - { "topnotchendings.com", true }, { "topnotepad.com", true }, { "topnovini.com", true }, { "topodin.com", true }, @@ -25839,7 +27473,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "toptec.net.br", true }, { "toptenthebest.com", true }, { "toptexture.com", true }, - { "toptranslation.com", false }, + { "toptheto.com", true }, { "topwin.la", true }, { "topyx.com", true }, { "tor2web.org", true }, @@ -25857,6 +27491,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "torquato.de", false }, { "torrent.fedoraproject.org", true }, { "torrent.is", true }, + { "torrentgamesps2.info", true }, { "torrentpier.me", true }, { "torrenttop100.net", true }, { "torrentz2.eu", true }, @@ -25880,14 +27515,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "totalforcegym.com", true }, { "totalhomecareinc.com", true }, { "totallylegitimatehosting.ru", true }, - { "totallynotaserver.com", true }, + { "totalpahire.com", true }, + { "totalparts.com.au", true }, { "totalprint.hu", true }, { "totalsystemcare.com", true }, { "totaltriathlon.com", true }, { "totem-international.com", true }, { "totobetty.com", true }, { "totoro.pub", true }, - { "touch-up-net.com", true }, { "touch.facebook.com", false }, { "touch.mail.ru", true }, { "touchoflife.in", true }, @@ -25903,6 +27538,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tournevis.ch", true }, { "tourtransferitaly.it", true }, { "tous-travaux.ch", true }, + { "toushi-exe.com", true }, + { "toushi-return.xyz", true }, { "touslesdrivers.com", true }, { "tousproducteurs.fr", true }, { "tout-art.ch", true }, @@ -25919,7 +27556,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "townofbridgewater.ca", true }, { "towywebdesigns.uk", true }, { "tox.im", true }, - { "toxicip.com", true }, { "toymania.de", true }, { "toysperiod.com", true }, { "tp-iryuubun.com", true }, @@ -25933,6 +27569,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tpidg.us", true }, { "tpolemis.com", true }, { "tpp.chat", true }, + { "tppdebate.org", true }, { "tppleague.me", false }, { "tqdev.com", true }, { "tr.search.yahoo.com", false }, @@ -25943,6 +27580,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trabbel.org", true }, { "tracalada.cl", true }, { "trace.guru", true }, + { "tracelight.io", true }, { "traceroute.guru", true }, { "traceroute.link", true }, { "traceroute.network", true }, @@ -25951,9 +27589,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tracetracker.no", true }, { "track.plus", true }, { "trackchair.com", true }, + { "trackdomains.com", true }, { "trackersimulator.org", true }, { "trackeye.dk", true }, - { "trackmeet.io", true }, { "trackrecordpro.co.uk", true }, { "tractorpumps.com", true }, { "trade.gov.uk", true }, @@ -25966,17 +27604,21 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tradinews.fr", true }, { "tradingbhavishya.com", true }, { "tradingrooms.com", false }, - { "traditional-knowledge.tk", true }, { "traditionsvivantesenimages.ch", true }, { "tradiz.org", true }, { "traeningsprojekt.dk", true }, { "trafarm.ro", true }, + { "traffic.az", true }, { "trafficmanager.xxx", true }, { "trafficologyblueprint.com", true }, + { "trafficpixel.tk", true }, + { "traffictigers.com", true }, { "traffixdevices.com", true }, + { "traforet.win", true }, { "tragmi.ch", true }, { "trailerparty.com", true }, { "trailforks.com", true }, + { "train-track.co.uk", true }, { "trainex.org", true }, { "trainhornforums.com", true }, { "trainiac.com.au", true }, @@ -26006,7 +27648,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trangcongnghe.com", true }, { "trangell.com", true }, { "tranglenull.xyz", true }, - { "tranos.de", true }, { "transacid.de", true }, { "transappealrights.com", true }, { "transcend.org", true }, @@ -26032,14 +27673,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "translate.stg.fedoraproject.org", true }, { "translateblender.ru", true }, { "translatoruk.co.uk", true }, + { "transmarttouring.com", true }, { "transmisjeonline.pl", true }, { "transmithe.net", true }, + { "transnexus.com", true }, { "transparentcorp.com", true }, { "transport.eu", true }, + { "transporterlock.com", true }, { "transsexualpantyhose.com", true }, { "transverify.com", true }, { "trashnothing.com", true }, { "trask.no", true }, + { "traslocare.roma.it", true }, { "trauertexte.info", true }, { "traumhuetten.de", true }, { "traut.cloud", true }, @@ -26047,6 +27692,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "travaux-toiture-idf.fr", true }, { "travel-dealz.de", true }, { "travel-to-nature.ch", true }, + { "travel365.it", true }, { "travelarmenia.org", true }, { "traveling-thailand.info", true }, { "travellers.dating", true }, @@ -26065,13 +27711,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "treasurydirect.gov", true }, { "treasuryhunt.gov", true }, { "treasuryscams.gov", true }, - { "treebaglia.xyz", true }, + { "treebaglia.xyz", false }, { "treehousebydesign.com", true }, + { "treehouseresort.nl", true }, { "trees.chat", true }, { "treeschat.com", true }, { "trefcon.cz", true }, { "trefpuntdemeent.nl", true }, - { "treinaweb.com.br", true }, + { "treinaweb.com.br", false }, { "treinonerd.com", true }, { "trek-planet.ru", true }, { "treker.us", true }, @@ -26095,6 +27742,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "triage.com", true }, { "triageo.com.au", true }, { "trialcentralnet.com", true }, + { "trianglecastles.co.uk", true }, { "tribaldos.com", true }, { "tribut.de", true }, { "tributh.net", true }, @@ -26113,6 +27761,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "trineco.com", true }, { "trineco.fi", true }, { "trinitytechdev.com", true }, + { "trink-und-partyspiele.de", true }, { "trinnes.net", true }, { "trio.online", true }, { "triop.se", true }, @@ -26124,18 +27773,18 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tristanfarkas.one", true }, { "trixati.org.ua", true }, { "trixexpressweb.nl", true }, - { "trixy.com.br", true }, + { "trizone.com.au", true }, { "trkpuls.tk", true }, { "trockendock.ch", true }, { "troedel-trolle.de", true }, { "troedelhannes.at", true }, { "troianet.com.br", true }, + { "troisdorf-gestalten.de", true }, { "trollingeffects.org", true }, { "trollmoa.se", true }, { "trommelwirbel.com", true }, { "tronatic-studio.com", true }, { "trondelan.no", true }, - { "troo.ly", true }, { "trophee-discount.com", true }, { "tropicalserver.com", true }, { "trotec.com", true }, @@ -26145,6 +27794,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "troyhuntsucks.com", true }, { "trs.tn", true }, { "trtltravel.com", true }, + { "tru.ltd", true }, { "truckersmp.com", true }, { "truckerswereld.nl", false }, { "truckstop-magazin.de", false }, @@ -26177,11 +27827,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tryhard.cz", true }, { "trymegadrol.com", true }, { "trynowrinkleseyeserum.com", true }, + { "tryupdates.com", true }, { "trywesayyes.com", true }, { "trzepak.pl", true }, { "ts-publishers.com", true }, { "tsa-sucks.com", true }, - { "tsaro.io", true }, { "tschuermans.be", true }, { "tsdom.net", true }, { "tsedryk.ca", true }, @@ -26196,7 +27846,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tsukhani.com", true }, { "tsuki.moe", true }, { "tsukuba.style", true }, - { "tsumegumi.net", true }, + { "tsumegumi.com", true }, { "tsumi.it", true }, { "tsumi.moe", true }, { "tsundere.moe", true }, @@ -26224,6 +27874,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tubejack.nl", true }, { "tubeju.com", true }, { "tuberecht.de", true }, + { "tubs4fun.co.uk", true }, { "tubul.net", true }, { "tucnak.eu", true }, { "tucny.com", true }, @@ -26239,8 +27890,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tuja.hu", true }, { "tulsameetingroom.com", true }, { "tumagiri.net", true }, + { "tumblenfun.com", true }, { "tumedico.es", true }, { "tumelum.de", true }, + { "tuminauskas.lt", true }, { "tumutanzi.com", true }, { "tunefish-entertainment.de", true }, { "tuner.cloud", true }, @@ -26252,6 +27905,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tupa-germania.ru", true }, { "tupeuxpastest.ch", true }, { "tupizm.com", true }, + { "tuppenceworth.ie", true }, { "turbobit.ch", true }, { "turigum.com", true }, { "turismo.cl", true }, @@ -26265,7 +27919,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "turtle.ai", true }, { "turtleduckstudios.com", true }, { "turtlepwr.com", true }, + { "turtles.ga", true }, { "tutanota.com", true }, + { "tuthowto.com", true }, { "tutiendaroja.com", true }, { "tutiendarosa.com", true }, { "tuto-craft.com", true }, @@ -26275,6 +27931,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tuts4you.com", true }, { "tuttimundi.org", true }, { "tuttoandroid.net", true }, + { "tuvangoicuoc.com", true }, { "tuxcloud.net", true }, { "tuxflow.de", true }, { "tuxgeo.com", false }, @@ -26291,26 +27948,28 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tvcal.net", true }, { "tvcmarketing.com", true }, { "tver-msk.ru", true }, + { "tverdohleb.com", true }, { "tverskaya-outlet.ru", true }, { "tvoru.com.ua", true }, + { "tvs-virtual.cz", true }, { "tvsheerenhoek.nl", true }, { "tw.search.yahoo.com", false }, { "twaka.com", true }, + { "twb.berlin", true }, { "twd2.me", true }, { "twd2.net", false }, { "tweakers.net", true }, { "tweakersbadge.nl", true }, { "tweaktown.com", true }, - { "tweetfreq.net", false }, { "twelve.rocks", true }, { "twelve.today", true }, { "twelverocks.com", true }, - { "twem.ddns.net", true }, { "twenty71.com", true }, { "twentymilliseconds.com", true }, { "twilleys.com", true }, { "twincitynissantxparts.com", true }, { "twinkieman.com", true }, + { "twisata.com", true }, { "twistapp.com", true }, { "twisted-brains.org", true }, { "twistedwave.com", true }, @@ -26320,6 +27979,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "twitter.ax", true }, { "twitter.com", false }, { "twitteroauth.com", true }, + { "twizzkidzinflatables.co.uk", true }, { "twlan.org", true }, { "twodadsgames.com", true }, { "twofactorauth.org", true }, @@ -26328,21 +27988,22 @@ static const nsSTSPreload kSTSPreloadList[] = { { "twolanedesign.com", true }, { "twoo.com", true }, { "twopif.net", true }, + { "tworaz.net", true }, { "twun.io", true }, { "twuni.org", true }, + { "txcap.org", true }, { "txcp01.com", true }, { "txcp02.com", true }, { "txdivorce.org", true }, { "txi.su", true }, + { "txlrs.org", true }, { "txm.pl", true }, { "tyche.io", true }, - { "tykoon.com", true }, + { "tyil.nl", true }, { "tyl.io", true }, { "tyler.rs", true }, { "tylerdavies.net", true }, { "tylerfreedman.com", true }, - { "tylerharcourt.ca", true }, - { "tylerharcourt.net", true }, { "tyleromeara.com", true }, { "tylerschmidtke.com", true }, { "type1joe.com", true }, @@ -26370,6 +28031,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "tzifas.com", true }, { "tzwe.com", true }, { "u-tokyo.club", true }, + { "u.nu", true }, { "u03.fr", true }, { "u1100.com", true }, { "u1144.com", true }, @@ -26379,6 +28041,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "u4mh-dev-portal.azurewebsites.net", true }, { "u5b.de", false }, { "u5r.nl", true }, + { "ua.search.yahoo.com", false }, { "uae-company-service.com", true }, { "uangteman.com", true }, { "uasmi.com", true }, @@ -26388,6 +28051,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ubalert.com", true }, { "ubanquity.com", true }, { "uberboxen.net", true }, + { "ubermail.me", true }, { "ubertt.org", true }, { "uberwald.de", true }, { "uberwald.ws", true }, @@ -26408,6 +28072,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ucrdatatool.gov", true }, { "uctarna.online", true }, { "udbhav.me", true }, + { "uddi.ng", true }, { "udo-luetkemeier.de", true }, { "udomain.net", true }, { "udp.sh", false }, @@ -26420,7 +28085,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uerdingen.info", true }, { "uesociedadlimitada.com", true }, { "ueu.me", false }, - { "uevan.com", true }, { "uex.im", true }, { "ufanisi.mx", true }, { "ufindme.at", true }, @@ -26446,6 +28110,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ukhillwalking.com", true }, { "ukkeyholdingcompany.co.uk", true }, { "ukmeetandgreet.com", true }, + { "ukmortgagecompare.co.uk", true }, { "ukooku.com", true }, { "ukozliku.cz", true }, { "ukpirate.org", true }, @@ -26457,10 +28122,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ulalau.com", true }, { "uli-eckhardt.de", true }, { "ullah.se", true }, - { "ullamodaintima.com.br", true }, { "ulmer-schneesport.de", false }, { "ulrik.moe", true }, - { "ulti.gq", true }, + { "ultima-ratio.at", true }, { "ultimateanu.com", true }, { "ultimatemafia.net", true }, { "ultratechlp.com", true }, @@ -26471,6 +28135,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "umkmjogja.com", true }, { "un-zero-un.fr", true }, { "unapp.me", true }, + { "unbelievableplaces.de", true }, { "unblockall.xyz", true }, { "unblocked.at", true }, { "unblocked.bet", true }, @@ -26482,6 +28147,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unblocked.one", true }, { "unblocked.pro", true }, { "unblocked.pub", true }, + { "unblocked.st", true }, { "unblocked.uno", true }, { "unblocked.vip", true }, { "unblockedbay.info", true }, @@ -26489,6 +28155,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uncensoreddns.dk", true }, { "uncensoreddns.org", true }, { "undeadbrains.de", true }, + { "undecidable.de", true }, + { "underbridgeleisure.co.uk", true }, { "undercovercondoms.co.uk", true }, { "undercovercondoms.com", true }, { "underlined.fr", true }, @@ -26504,7 +28172,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unfuddle.cn", true }, { "unga.dk", true }, { "ungegamere.dk", true }, - { "unhu.fr", true }, { "uni2share.com", true }, { "unicef-karten.at", true }, { "unicef.pl", true }, @@ -26532,7 +28199,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "uniform-agri.com", true }, { "uniformebateriasheliar.com.br", true }, { "uniformehope.com.br", true }, - { "uniformehumboldt.com.br", true }, { "uniformespousoalegre.com.br", true }, { "unikoingold.com", true }, { "unikrn.com", true }, @@ -26540,6 +28206,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unionplat.ru", true }, { "uniprimebr.com.br", true }, { "uniq.site", true }, + { "unique-bouncy-castles.co.uk", true }, { "unique-pathways.ch", true }, { "unique-pathways.com", true }, { "uniquepathways.ch", true }, @@ -26557,6 +28224,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "universal-happiness.com", true }, { "universalcarremote.com", true }, { "universalpaymentgateway.com", true }, + { "universeinform.com", true }, { "universogay.com", true }, { "univitale.fr", true }, { "unix.se", true }, @@ -26572,6 +28240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unlocken.nl", true }, { "unmonito.red", true }, { "uno-pizza.ru", true }, + { "unobrindes.com.br", true }, { "unoccupyabq.org", true }, { "unpkg.com", true }, { "unpossible.xyz", true }, @@ -26585,16 +28254,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "unseen.is", true }, { "unseen.tw", true }, { "unser-gartenforum.de", true }, - { "unsupervised.ca", true }, { "unsuspicious.click", true }, { "unterfrankenclan.de", true }, { "unterkunft.guru", true }, + { "unterschicht.tv", true }, { "untethereddog.com", true }, - { "untoldstory.eu", true }, { "unun.fi", true }, { "unusualhatclub.com", true }, { "unveiledgnosis.com", true }, - { "unwomen.is", true }, + { "unworthy.ml", true }, { "unx.dk", true }, { "unxicdellum.cat", true }, { "upandclear.org", true }, @@ -26622,7 +28290,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "upr-info.org", true }, { "upr.com.ua", true }, { "upsiteseo.com", true }, - { "uptic.net", true }, { "uptimed.com", true }, { "uptimenotguaranteed.com", true }, { "uptodateinteriors.com", true }, @@ -26639,12 +28306,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "urban-culture.fr", true }, { "urban.melbourne", true }, { "urbanesecurity.com", true }, + { "urbanfi.sh", true }, { "urbanguerillas.de", true }, { "urbanietz-immobilien.de", true }, { "urbanmelbourne.info", true }, { "urbannewsservice.com", true }, { "urbansparrow.in", true }, - { "urbanstylestaging.com", true }, { "urbanwildlifealliance.org", true }, { "urbexdk.nl", true }, { "urcentral.com", true }, @@ -26676,9 +28343,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "usakitchensandflooring.com", true }, { "usap.gov", false }, { "usbcraft.com", true }, + { "usbevents.co.uk", true }, { "uscloud.nl", true }, { "uscp8.com", true }, { "usd.de", true }, + { "usds.gov", true }, { "use.be", true }, { "usebean.com", true }, { "usedesk.ru", true }, @@ -26700,6 +28369,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ussm.gov", true }, { "ussuka.com", true }, { "ust.space", true }, + { "usualbeings.com", true }, { "uswitch.com", true }, { "ut-addicted.com", true }, { "utahlocal.net", true }, @@ -26724,11 +28394,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "utw.me", true }, { "uuit.nl", true }, { "uvocorp.com", true }, - { "uwesander.de", true }, + { "uwac.co.uk", true }, { "uwfreelanceopticien.nl", true }, + { "uwimonacs.org.jm", true }, + { "uxtechnologist.com", true }, + { "uy.search.yahoo.com", false }, { "uygindir.ml", true }, + { "uz.search.yahoo.com", false }, { "uzaymedya.com.tr", true }, { "v-d-p.net", true }, + { "v-tek.fi", true }, { "v-u-z.ru", true }, { "v12.co.uk", true }, { "v1sit0r.ru", true }, @@ -26742,7 +28417,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaccines.gov", true }, { "vaclavambroz.cz", true }, { "vacuumpump.co.id", true }, - { "vacuumreviewcenter.com", true }, { "vadennissanofhiltonheadparts.com", true }, { "vadennissanofhinesvilleparts.com", true }, { "vaeplatform.com", true }, @@ -26758,12 +28432,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vakantienet.nl", true }, { "vakuutuskanava.fi", true }, { "val-sec.com", true }, + { "valaeris.de", true }, { "valasi.eu", true }, { "valbonne-consulting.com", true }, { "valecnatechnika.cz", true }, { "valenciadevops.me", true }, { "valenhub.com", true }, { "valenhub.es", true }, + { "valentin-sundermann.de", true }, + { "valentinberclaz.com", true }, { "valentineapparel.com", true }, { "valentineforpresident.com", true }, { "valentinera.in", true }, @@ -26789,11 +28466,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "valorem-tax.ch", true }, { "valoremtax.ch", true }, { "valoremtax.com", true }, - { "valshamar.is", true }, { "valsk.is", true }, { "valskis.lt", true }, { "valtoaho.com", true }, { "valueseed.net", true }, + { "vamosfalardesaude.pt", true }, { "van11y.net", true }, { "vanbinnenuit.nl", true }, { "vancouvercosmeticsurgery.ca", true }, @@ -26823,17 +28500,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vanvoro.us", true }, { "vanwunnik.com", true }, { "vapecraftinc.com", true }, - { "vapehour.com", true }, { "vapemania.eu", true }, { "vaperolles.ch", true }, { "vapesense.co.uk", true }, - { "vapeshopsupply.com", true }, { "vaphone.co", true }, { "vapor.cloud", false }, { "varden.info", true }, { "vareillefoundation.fr", true }, { "vareillefoundation.org", true }, - { "varela-electricite.fr", true }, { "varghese.de", true }, { "variable.agency", true }, { "variablyconstant.com", true }, @@ -26842,14 +28516,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "varicoseveinssolution.com", true }, { "varimedoma.com", true }, { "varshathacker.com", true }, + { "varta.io", true }, { "varunagw.com", false }, { "varunpriolkar.com", true }, { "varvy.com", true }, - { "vasa-webstranka.sk", true }, + { "vascomm.co.id", true }, { "vashel.us", true }, { "vasileruscior.ro", true }, { "vaskulitis-info.de", true }, { "vasports.com.au", true }, + { "vastgoedcultuurfonds.nl", true }, { "vasyharan.com", true }, { "vat-eu.com", true }, { "vatelecom.dk", true }, @@ -26866,11 +28542,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vaygren.com", true }, { "vazue.com", true }, { "vbazile.com", true }, + { "vbcdn.com", true }, + { "vbestreviews.com", true }, { "vbh2o.com", true }, { "vc.gg", true }, { "vcam.org", true }, { "vccmurah.net", true }, { "vcdn.xyz", true }, + { "vcelin-na-doliku.cz", true }, { "vcf.gov", true }, { "vcientertainment.com", false }, { "vcmi.download", true }, @@ -26890,6 +28569,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ve.search.yahoo.com", false }, { "ve3oat.ca", true }, { "vea.re", true }, + { "veblr.com", false }, + { "vecerkaracing.cz", true }, { "vecozo.nl", true }, { "vectorwish.com", true }, { "veg-leiden.nl", true }, @@ -26910,9 +28591,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "velen.io", true }, { "velotyretz.fr", true }, { "venalytics.com", true }, + { "vendigital.com", true }, { "vendorconnect.nyc", true }, { "venicerealdeal.com", true }, - { "venoom.eu", true }, { "ventesprivees-fr.com", true }, { "ventizo.com", true }, { "venturavwparts.com", true }, @@ -26931,11 +28612,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vereinlandwege.de", true }, { "vereinscheck.de", true }, { "verfassungsklage.at", true }, - { "vergeaccessories.com", true }, { "verhovs.ky", true }, { "verifiedinvesting.com", true }, { "verifyos.com", true }, { "veriny.tf", true }, + { "veriomed.com", true }, { "veritafineviolins.com", true }, { "verizonguidelines.com", true }, { "verliebt-in-bw.de", true }, @@ -26955,7 +28636,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vers.one", true }, { "versagercloud.de", true }, { "versbeton.nl", true }, - { "versfin.net", true }, { "versia.ru", true }, { "versicherungskontor.net", true }, { "verspai.de", true }, @@ -26970,19 +28650,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vescudero.net", true }, { "veslosada.com", true }, { "vespacascadia.com", true }, + { "veterinario.roma.it", true }, { "vetforum.co", true }, + { "vethouse.com.ua", true }, { "vetinte.eu", true }, { "vetofish.com", true }, { "vets.gov", true }, { "veverusak.cz", true }, { "vfdworld.com", true }, { "vfn-nrw.de", true }, - { "vgatest.nl", true }, { "vgerak.com", true }, { "vgolos.zt.ua", true }, { "vgropp.de", true }, { "vhummel.nl", true }, - { "viabemestar.com.br", true }, { "viacdn.org", true }, { "viafinance.cz", true }, { "viaggio-in-cina.it", true }, @@ -26996,6 +28676,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "viceversa.xyz", true }, { "vichiya.com", true }, { "vician.cz", false }, + { "viciousflora.com", true }, { "viciousviscosity.xyz", true }, { "viclab.se", true }, { "victorcanera.com", true }, @@ -27007,9 +28688,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "victoriaville.ca", true }, { "victorjacobs.com", true }, { "victornet.de", true }, + { "victornilsson.pw", true }, { "vicyu.com", true }, { "vid-immobilien.de", true }, { "vid.me", true }, + { "vida-it.com", true }, { "vida.es", true }, { "vidbooster.com", true }, { "vide-dressing.org", false }, @@ -27017,14 +28700,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vide-maisons.org", false }, { "videnskabsklubben.dk", true }, { "videogamesartwork.com", true }, - { "videomail.io", true }, { "videorullen.se", true }, { "videoseyredin.net", true }, { "videosqr.com", true }, { "videov.tk", true }, { "vidiproject.com", true }, { "vidister.de", true }, + { "viditut.com", true }, { "vidkovaomara.si", true }, + { "vidlyoficial.com", true }, { "vieaw.com", true }, { "vieclam24h.vn", false }, { "viekelis.lt", false }, @@ -27042,6 +28726,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vietnamwomenveterans.org", true }, { "vieux.pro", true }, { "viewmyrecords.com", true }, + { "viga.me", true }, { "vigenebio.com", true }, { "vigilantnow.com", true }, { "vigo-krankenversicherung.de", true }, @@ -27062,13 +28747,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vilaydin.com", true }, { "vilight.com.br", true }, { "villa-romantica-zillertal.at", true }, + { "villafiore.com.br", true }, { "villageunique.com.br", true }, { "villainsclothing.com.au", true }, - { "villasenor.online", true }, { "villasfinistere.fr", true }, { "villasforsale-bali.com", true }, { "villek.fi", true }, { "villenavedornon.fr", true }, + { "vilog.me", true }, { "vima.ch", true }, { "vimeo.com", true }, { "vimeosucks.nyc", true }, @@ -27079,7 +28765,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vincitraining.com", true }, { "vineright.com", true }, { "vinesauce.info", true }, - { "vinetalk.net", true }, { "vinicius.sl", true }, { "viniferawineclub.com", true }, { "vinilosdecorativos.net", true }, @@ -27092,6 +28777,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vintagetrailerbuyers.com", true }, { "vintazh.net", true }, { "vinticom.ch", true }, + { "vintock.com", true }, { "vinyculture.com", true }, { "vinzite.com", true }, { "violetraven.co.uk", true }, @@ -27101,14 +28787,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vipi.es", true }, { "viplentes.com.br", true }, { "viptamin.eu", true }, + { "viptamol.com", true }, { "vir-tec.eu", true }, { "viralboombox.xyz", true }, { "viralpop.it", true }, { "virgopolymer.com", true }, { "virial.de", true }, { "viridis-milites.cz", true }, + { "virtualcustoms.tech", true }, { "virtualdesignmedia.com", false }, { "virtuallifestyle.nl", true }, + { "virtualmt2.pl", true }, { "virtualsanity.com", true }, { "virtualvaults.com", true }, { "virtubox.net", true }, @@ -27130,11 +28819,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "visionless.me", false }, { "visionthroughknowledge.com", true }, { "visiontree-beta.eu", true }, - { "visiontree.eu", true }, { "visistruct.com", true }, { "visitkangaroovalley.com.au", true }, { "vispaleistexel.nl", true }, - { "vissersgrootboek.nl", true }, { "vistaalmar.es", true }, { "vistastylebuilder.com", false }, { "vistb.me", true }, @@ -27163,20 +28850,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vivaldi.club", true }, { "vivamusic.es", true }, { "vivanosports.com.br", true }, - { "vivasports.com.br", true }, { "vivatv.com.tw", true }, { "vivendi.de", true }, { "vivianmaier.cn", true }, { "vivid-academy.com", true }, + { "vividinflatables.co.uk", true }, { "vividlumen.com", true }, { "viviennevandenbos.nl", true }, { "vivirenelmundo.com", true }, { "vivo.sx", true }, - { "vivremoinscher.fr", true }, { "vizards.cc", true }, { "vizzboard.com", true }, { "vk4wip.org.au", true }, { "vkennke.org", true }, + { "vkino.com", true }, { "vkirichenko.name", true }, { "vkox.com", true }, { "vksportphoto.com", true }, @@ -27187,13 +28874,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vleij.family", true }, { "vleij.se", true }, { "vloeck.de", true }, - { "vlogge.com", true }, - { "vlsk.eu", true }, + { "vlovgr.se", true }, { "vlsm.se", true }, { "vm-0.com", true }, { "vm-co.ch", true }, { "vmc.co.id", true }, { "vmem.jp", false }, + { "vmhydro.ru", true }, { "vmis.nl", true }, { "vmoagents.com", false }, { "vn.search.yahoo.com", false }, @@ -27266,16 +28953,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "votre-site-internet.ch", true }, { "votresiteweb.ch", true }, { "vow.vn", true }, + { "vowsy.club", true }, { "voxfilmeonline.net", true }, { "voxml.com", true }, { "voxographe.com", false }, + { "voyage-martinique.fr", true }, { "voyageforum.com", true }, { "voyagesaufildespages.be", true }, { "voyageschine.com", true }, { "voyagesdetective.fr", true }, - { "vozami.com", true }, { "vpc-display.com", true }, - { "vpl.me", false }, { "vpls.co.th", true }, { "vpls.com", true }, { "vpls.net", true }, @@ -27293,7 +28980,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vroedvrouwella.be", true }, { "vrsystem.com.br", true }, { "vrtak-cz.net", true }, - { "vrtouring.org", true }, { "vrzl.pro", true }, { "vsamsonov.com", true }, { "vscale.io", true }, @@ -27308,6 +28994,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vuakhuyenmai.vn", true }, { "vubey.yt", true }, { "vuljespaarpot.nl", true }, + { "vulnerability.ch", true }, { "vulners.com", true }, { "vulnscan.org", true }, { "vulpine.club", true }, @@ -27322,7 +29009,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "vwittich.de", true }, { "vwoforangeparts.com", true }, { "vwsoft.de", true }, - { "vxapps.com", true }, { "vxst.org", true }, { "vybeministry.org", true }, { "vyber-odhadce.cz", true }, @@ -27339,24 +29025,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "w-spotlight.appspot.com", true }, { "w-w-auto.de", true }, { "w.wiki", true }, - { "w2gshop.com.br", true }, { "w3ctag.org", true }, { "w3n.org", true }, - { "w4.no", true }, { "w4b.in", true }, { "w4eg.de", true }, { "w4nvu.org", true }, + { "w5gfe.org", true }, { "w7k.de", true }, { "w9rld.com", true }, { "wa-stromerzeuger.de", true }, + { "waaw.tv", true }, { "wabatam.com", true }, { "wabifoggynuts.com", true }, + { "wachter.biz", true }, { "wadidi.com", true }, { "wadsworth.gallery", true }, { "wadvisor.com", true }, { "waelisch.de", true }, { "waelti.xxx", true }, - { "wafairhaven.com.au", false }, + { "wafa4hw.com", true }, + { "wafairhaven.com.au", true }, { "waffle.at", true }, { "wafni.com", true }, { "wahhoi.net", false }, @@ -27387,11 +29075,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "walletnames.com", true }, { "wallingford.cc", true }, { "wallpapers.pub", true }, + { "walls.de", true }, { "walls.io", true }, { "walnutgaming.com", true }, { "walnutis.net", true }, { "walruses.org", true }, - { "wanashi.com", true }, + { "wanda76.com", true }, + { "wanda78.com", true }, + { "wanda79.com", true }, + { "wanda96.com", true }, + { "wanda97.com", true }, + { "wanda98.com", true }, { "wander.al", true }, { "wandercue.com", true }, { "wandervoll.ch", true }, @@ -27404,26 +29098,26 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wangyue.blog", true }, { "wantshow.com.br", true }, { "wanybug.cn", true }, + { "waonui.io", true }, { "wapking.live", true }, { "wardow.com", true }, - { "warekon.com", true }, - { "warekon.dk", true }, + { "warebouncycastles.co.uk", true }, { "warenits.at", true }, { "warezaddict.com", true }, { "wargameexclusive.com", true }, - { "warlions.info", false }, + { "warhaggis.com", true }, { "warmestwishes.ca", true }, { "warmlyyours.com", false }, { "warmservers.com", true }, - { "warp-radio.com", true }, - { "warp-radio.tv", true }, { "warr.ath.cx", true }, + { "warringtonkidsbouncycastles.co.uk", true }, { "warschild.org", true }, { "wartorngalaxy.com", true }, { "warumsuchen.at", true }, { "wasatchconstables.com", true }, { "waschpark-hantschel.de", true }, { "wasema.com", true }, + { "wasfestes.de", true }, { "washingtonregisteredagent.io", true }, { "washingtonviews.com", true }, { "wasi-net.de", true }, @@ -27439,6 +29133,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "watchface.watch", true }, { "watchfreeonline.co.uk", true }, { "watchinventory.com", true }, + { "watchparts-and-tools-okayama.co.jp", true }, { "watchstyle.com", true }, { "watchtv-online.pw", true }, { "waterfedpole.com", true }, @@ -27466,14 +29161,19 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wbvb.nl", true }, { "wbx.support", true }, { "wcbook.ru", true }, + { "wd627.com", true }, + { "wd976.com", true }, + { "wdbflowersevents.co.uk", true }, { "wdbgroup.co.uk", true }, { "wdesk.com", true }, + { "wdmg.com.ua", true }, { "wdrl.info", true }, { "wdt.cz", false }, { "wdt.io", true }, { "we-run-linux.de", true }, { "we-use-linux.de", true }, { "we.serveftp.net", true }, + { "weacceptbitcoin.gr", true }, { "wealthcentral.com.au", true }, { "wealthfactory.com", true }, { "wealthprojector.com", true }, @@ -27483,11 +29183,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weare1inspirit.com", true }, { "wearegenki.com", true }, { "wearepapermill.co", true }, - { "wearesouthafricans.com", true }, { "wearewithyou.org", true }, { "wearvr.com", true }, { "weather-and-climate.com", false }, { "weathermyway.rocks", true }, + { "web-advisor.co.uk", true }, { "web-design.co.il", true }, { "web-hotel.gr", true }, { "web-kouza.com", true }, @@ -27503,23 +29203,25 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webaeon.org", true }, { "webaholic.co.in", true }, { "webais.ru", true }, + { "webambacht.nl", true }, { "webandmore.de", false }, { "webapky.cz", true }, { "webappky.cz", true }, { "webbhuset.se", false }, { "webbiz.co.uk", true }, { "webbson.net", true }, + { "webbuzz.com.au", true }, { "webbx.se", true }, { "webcamtoy.com", true }, - { "webcatechism.com", true }, + { "webcatchers.nl", true }, { "webclimbers.ch", true }, { "webcollect.org.uk", true }, { "webcontentspinning.com", true }, { "webcookies.org", true }, { "webcrm.com", true }, { "webdesign-st.de", true }, - { "webdesigneauclaire.com", true }, { "webdesignplay.com", true }, + { "webdev-quiz.de", true }, { "webdevops.io", true }, { "webdosh.com", true }, { "webduck.nl", true }, @@ -27533,10 +29235,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webfox.com.br", true }, { "webgarten.ch", true }, { "webgears.com", true }, - { "webhackspro.com", true }, { "webhelyesarcu.hu", true }, { "webhostplan.info", true }, { "webinnovation.ie", true }, + { "webjobposting.com", true }, { "webkeks.org", true }, { "weblagring.se", true }, { "weblate.org", true }, @@ -27563,7 +29265,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webneuch.swiss", true }, { "webnoob.net", true }, { "webogram.org", false }, + { "webpostingmart.com", true }, { "webpostingpro.com", true }, + { "webpostingreviews.com", true }, { "webproguru.com", true }, { "webproject.rocks", true }, { "webproxy.pw", true }, @@ -27581,6 +29285,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "websiteadvice.com.au", false }, { "websitedesign.bg", true }, { "websiteforlease.ca", true }, + { "websiteout.ca", true }, + { "websiteout.net", true }, { "websites4business.ca", true }, { "websitesdallas.com", true }, { "websiteservice.pro", true }, @@ -27594,9 +29300,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webtalis.nl", true }, { "webtar.info", true }, { "webtasarim.pw", true }, - { "webtech.com.br", true }, { "webtek.nu", true }, { "webtheapp.com", true }, + { "webtobesocial.de", true }, { "webtorrent.io", true }, { "webtrh.cz", true }, { "webtropia.com", false }, @@ -27607,18 +29313,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webwolf.co.za", true }, { "webyazilimankara.com", true }, { "webzanem.com", true }, - { "wecanvisit.com", true }, + { "wecleanbins.com", true }, { "wecobble.com", true }, { "wedding-m.jp", true }, { "weddingfantasy.ru", true }, + { "weddingsbynoon.co.uk", true }, + { "weddywood.ru", true }, { "wedos.com", true }, { "weeblr.com", true }, { "weeblrpress.com", true }, - { "weed.ren", true }, { "weedypedia.de", true }, { "week.report", true }, { "weekdone.com", true }, { "weekly-residence.com", true }, + { "weeknummers.be", true }, { "weeknummers.nl", true }, { "weemake.fr", true }, { "weemakers.fr", true }, @@ -27627,14 +29335,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "weerstationgiethoorn.nl", true }, { "weerstatistieken.nl", true }, { "wefinanceinc.com", true }, + { "wefitboilers.com", true }, { "weggeweest.nl", true }, { "wegner.no", true }, { "wegvielfalt.de", true }, { "wehostdnn.com", true }, { "weibomiaopai.com", true }, + { "weicn.org", true }, { "weideheuvel.org", true }, { "weidmannfibertechnology.com", true }, { "weigelia.nl", true }, + { "weightreviews.com", true }, { "weiler.xyz", true }, { "weils.net", true }, { "weimaraner.com.br", true }, @@ -27655,7 +29366,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "welcome-werkstatt.com", true }, { "welcome-werkstatt.de", true }, { "welcome26.ch", true }, - { "welcomehelp.de", true }, { "weldwp.com", true }, { "wellacapability.com", true }, { "wellbeing360.com.au", true }, @@ -27666,7 +29376,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wellness-gutschein.de", true }, { "wellnesscheck.net", true }, { "wellopp.com", true }, - { "wellproducedwines.com", true }, { "wellspringcamps.com", true }, { "welovejobs.com", true }, { "welovemail.com", true }, @@ -27682,7 +29391,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wenger-shop.ch", true }, { "wenjs.me", true }, { "wenode.net", true }, - { "wenz.io", true }, { "wepay.com", false }, { "wepay.in.th", true }, { "weplaynaked.dk", true }, @@ -27691,6 +29399,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "werbefotograf-leitner.de", true }, { "werbefotografie-leitner.de", true }, { "werbewelt-tv.de", true }, + { "werbik.at", true }, { "werehub.org", true }, { "wereldkoffie.eu", true }, { "wereldplanner.nl", true }, @@ -27698,7 +29407,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "werkemotion.com", true }, { "werken-bij-inwork.nl", true }, { "werkenbijdfzs.nl", true }, - { "werkkrew.xyz", true }, + { "werkgroepderdewereld.nl", true }, + { "werkinc.de", true }, { "werkstattkinder.de", true }, { "werktor.com", true }, { "werktor.net", true }, @@ -27712,11 +29422,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wesell.asia", true }, { "weserv.nl", true }, { "wesleycabus.be", true }, + { "wespeakgeek.co.za", true }, { "wesreportportal.com", true }, - { "wessner.org", true }, { "west-wind.net", true }, { "westcarrollton.org", true }, { "westcentenaryscouts.org.au", true }, + { "westcoastcastles.com", true }, { "westcountrystalking.com", true }, { "westendwifi.net", true }, { "westeros.hu", true }, @@ -27724,13 +29435,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "westlights.net", true }, { "westmead.org", true }, { "westmeadapartments.com.au", true }, + { "westmidlandsbouncycastlehire.co.uk", true }, + { "westmidlandsinflatables.co.uk", true }, { "westsuburbanbank.com", true }, { "westtulsa.com", true }, + { "westwood.no", true }, { "wetherbymethodist.org.uk", true }, { "wetherbyweather.org.uk", true }, { "wetofu.top", true }, - { "wettbonus.info", true }, { "wevenues.com", true }, + { "wexfordbouncycastles.ie", true }, { "weyland-yutani.org", true }, { "weyland.tech", true }, { "wf-bigsky-master.appspot.com", true }, @@ -27746,13 +29460,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wfh.ovh", true }, { "wfh.se", true }, { "wg-tools.de", true }, - { "wg3k.us", true }, { "wgom.org", true }, + { "wgraphics.ru", true }, { "wh-guide.de", true }, { "whanau.org", true }, { "whatagreatwebsite.net", true }, { "whatanime.ga", true }, { "whatarepatentsfor.com", true }, + { "whatisl.ovh", true }, { "whatismyipaddress.ca", true }, { "whatsapp.com", true }, { "whatsmychaincert.com", true }, @@ -27764,6 +29479,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wheatgra.in", true }, { "wheatley.nl", true }, { "wheeler.kiwi.nz", true }, + { "wheelwide.co.uk", true }, { "wheelwork.org", true }, { "wheelwright.org", true }, { "when-release.com", true }, @@ -27773,7 +29489,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whereismyorigin.cf", true }, { "whereiszakir.com", true }, { "wherephoto.com", false }, - { "whey-protein.ch", true }, + { "whiletrue.run", true }, { "whing.org", true }, { "whipnic.com", true }, { "whisky-circle.info", true }, @@ -27797,6 +29513,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whiteink.com", true }, { "whitejaguars.com", true }, { "whitelabelcashback.nl", true }, + { "whitelabeltickets.com", true }, { "whitepharmacy.co.uk", true }, { "whiteroom.agency", true }, { "whiteshadowimperium.com", true }, @@ -27804,12 +29521,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whitkirkartsguild.com", true }, { "whitkirkchurch.org.uk", true }, { "whitworth.nyc", true }, + { "whizzzbang.co.uk", true }, { "whmcs.hosting", true }, { "who-calledme.com", true }, { "who.pm", true }, { "whocalld.com", true }, { "whocalled.us", true }, { "whoisthenightking.com", true }, + { "wholelotofbounce.co.uk", true }, { "wholesalecbd.com", true }, { "wholesomeharvestbread.com", true }, { "wholikes.us", true }, @@ -27817,6 +29536,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "whoownsmyavailability.com", true }, { "whoturgled.com", true }, { "why-brexit.uk", true }, + { "whyopencomputing.ch", true }, + { "whyopencomputing.com", true }, { "whyworldhot.com", true }, { "whyy.eu.org", true }, { "wiapply.com", true }, @@ -27830,6 +29551,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wideinfo.org", true }, { "widemann.de", true }, { "widememory.com", true }, + { "widenews.org", true }, { "widmer.bz", true }, { "widsl.de", true }, { "wiebetaaltdat.nl", true }, @@ -27838,6 +29560,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiedu.net", true }, { "wiegedaten.de", true }, { "wien52.at", true }, + { "wieneck-bauelemente.de", true }, { "wienergyjobs.com", true }, { "wieobensounten.de", true }, { "wifi-names.com", true }, @@ -27848,7 +29571,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wigggle.it", true }, { "wigle.net", true }, { "wiiaam.com", true }, - { "wiiforum.no", true }, { "wiimotion.de", true }, { "wijnservices.nl", false }, { "wiki-play.ru", true }, @@ -27867,6 +29589,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wikiquote.org", true }, { "wikisource.org", true }, { "wikiversity.org", true }, + { "wikivisually.com", true }, { "wikivoyage.org", true }, { "wiktionary.org", true }, { "wiktoriaslife.com", true }, @@ -27880,6 +29603,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wildnisfamilie.net", true }, { "wildtrip.blog", true }, { "wildwildtravel.com", true }, + { "wilhelm-nathan.de", true }, { "wili.li", true }, { "wiliquet.net", true }, { "willbarnesphotography.co.uk", true }, @@ -27935,7 +29659,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "winhistory-forum.net", true }, { "winmodels.org", true }, { "winmodels.ru", true }, - { "winnersports.co", true }, { "winphonemetro.com", true }, { "winsome.world", true }, { "winsufi.biz", true }, @@ -27947,13 +29670,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "winterhillbank.com", true }, { "wintermeyer-consulting.de", true }, { "wintermeyer.de", true }, + { "winterschoen.nl", true }, { "wintodoor.com", true }, - { "wipply.com", false }, + { "wipc.net", true }, + { "wipswiss.ch", true }, { "wir-bewegen.sh", true }, { "wirbatz.org", true }, { "wircon-int.net", true }, { "wiredcut.com", true }, - { "wireframesoftware.com", true }, { "wireheading.com", true }, { "wireless-emergency-stop.com", true }, { "wirelesswatch.com.au", true }, @@ -27962,6 +29686,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wiretrip.io", true }, { "wirhabenspass.de", true }, { "wirkstoffreich.de", true }, + { "wirralbouncycastles.co.uk", true }, { "wirsol.com", true }, { "wis.no", true }, { "wisak.eu", true }, @@ -27970,7 +29695,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wishesbee.com", true }, { "wisper.net.au", true }, { "wispsuperfoods.com", true }, - { "wissl.org", true }, { "wisv.ch", true }, { "wisweb.no", true }, { "wit.ai", true }, @@ -27978,37 +29702,43 @@ static const nsSTSPreload kSTSPreloadList[] = { { "withgoogle.com", true }, { "withinsecurity.com", true }, { "withlocals.com", true }, + { "withoutacrystalball.com", true }, { "withyoutube.com", true }, { "witneywaterpolo.org.uk", true }, { "wittepapaver.nl", true }, { "witting.co", true }, { "witway.nl", false }, + { "wivoc.nl", true }, { "wiz.at", true }, { "wizard.gov", true }, + { "wizardbouncycastles.co.uk", true }, { "wizardspire.com", true }, { "wizzley.com", false }, { "wizzr.nl", true }, + { "wj0666.com", true }, { "wje-online.de", true }, { "wjg.ca", true }, { "wjg.dk", true }, - { "wjglerum.nl", true }, { "wjm2038.me", true }, { "wkennington.com", true }, { "wkv.com", true }, { "wkz.io", true }, { "wlaws.com", true }, { "wlci.gov", true }, + { "wlsme.org", true }, + { "wlt.ca", true }, + { "wltix.com", true }, { "wm-talk.net", true }, { "wmaccess.com", true }, { "wmawri.com", true }, { "wmfusercontent.org", true }, { "wmkowa.de", true }, - { "wmoda.com.br", true }, { "wmustore.com", true }, { "wnu.com", true }, { "wo-ist-elvira.net", true }, { "wo2forum.nl", false }, { "wobble.ninja", true }, + { "wobblywotnotz.co.uk", true }, { "wochennummern.de", true }, { "wod-stavby.cz", true }, { "wodboss.com", true }, @@ -28025,7 +29755,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wokeai.net", true }, { "wolf-squad.de", false }, { "wolfachtal-alpaka.de", true }, - { "wolfenland.net", true }, { "wolfgang-braun.info", true }, { "wolfgang-kerschbaumer.at", true }, { "wolfgang-kerschbaumer.com", true }, @@ -28035,20 +29764,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wolfpa.ws", true }, { "wolfram.io", true }, { "wolfsden.cz", true }, + { "wolfwings.us", true }, { "wolfy1339.com", true }, { "wolkenspeicher.org", true }, { "wollekorb.de", true }, { "wollongongbaptist.hopto.org", true }, { "wollwerk.org", true }, + { "wolszon.me", true }, { "womb.city", true }, { "wombatalla.com.au", true }, { "wombats.net", true }, { "women-only.net", true }, { "womenshairlossproject.com", true }, { "womf.org", true }, + { "wonabo.com", true }, { "wonder.com.mx", true }, { "wonderbill.com", true }, { "wonderbooks.club", true }, + { "wondergorilla.com", true }, { "wonderhost.info", true }, { "wonderhowto.com", true }, { "wonderlandmovies.de", true }, @@ -28063,16 +29796,23 @@ static const nsSTSPreload kSTSPreloadList[] = { { "woof.gq", true }, { "woohooyeah.nl", true }, { "woontegelwinkel.nl", true }, - { "wooplagaming.com", true }, + { "wootware.co.za", true }, { "worcade.net", true }, + { "worcesterbouncycastlehire.co.uk", true }, + { "worcesterbouncycastles.co.uk", true }, + { "worcesterdance.org", true }, { "worcesterfestival.co.uk", true }, + { "wordbits.net", true }, + { "wordcounter.net", true }, { "wordher.com", true }, + { "wordplay.one", true }, { "wordpress.com", false }, + { "wordpresspro.cl", true }, { "wordsmart.it", true }, { "wordxtra.net", true }, + { "work-in-progress.website", true }, { "workcelerator.com", true }, { "workcloud.jp", true }, - { "workemy.com", true }, { "workgrouptech.org", true }, { "workingclassmedia.com", true }, { "workingmachine.info", true }, @@ -28090,8 +29830,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "worldeventscalendars.com", true }, { "worldfree4.org", true }, { "worldofbelia.de", true }, + { "worldofparties.co.uk", true }, { "worldofterra.net", true }, { "worldofvnc.net", true }, + { "worldofwobble.co.uk", true }, { "worldpeacetechnology.com", true }, { "worldpovertysolutions.org", true }, { "worldsgreatestazuredemo.com", true }, @@ -28108,18 +29850,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "woutervdb.com", true }, { "wow-foederation.de", true }, { "wowaffixes.info", true }, + { "wowbouncycastles.co.uk", true }, { "wowhelp.it", true }, { "wowjs.co.uk", true }, { "wowjs.org", true }, { "wowjs.uk", true }, { "wownmedia.com", true }, - { "wozalapha.com", true }, - { "wp-fastsearch.de", true }, + { "wp-master.org", true }, { "wp-mix.com", true }, { "wp-securehosting.com", true }, { "wp-stack.pro", true }, { "wp-tao.com", true }, - { "wp6.pw", true }, { "wpac.de", true }, { "wpandup.org", true }, { "wpcharged.nz", true }, @@ -28151,7 +29892,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wrenwrites.com", true }, { "wrfu.co.nz", true }, { "wrgms.com", true }, - { "wriedts.de", true }, { "write-right.net", true }, { "writeandedit-for-you.com", true }, { "writecustomessay.com", true }, @@ -28160,6 +29900,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "writemypaperhub.com", true }, { "writemytermpapers.com", true }, { "writeoff.me", true }, + { "writepride.com", true }, { "writepro.net", true }, { "writereditor.com", true }, { "writing-expert.com", true }, @@ -28174,7 +29915,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wsa.poznan.pl", true }, { "wsb-immo.at", true }, { "wscales.com", true }, - { "wscbiolo.id", true }, { "wsdcap.com", true }, { "wsdcapital.com", true }, { "wselektro.de", true }, @@ -28192,10 +29932,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wtpmj.com", true }, { "wubify.com", true }, { "wuchipc.com", true }, + { "wuerfel.wf", true }, + { "wuerfelmail.de", true }, + { "wufu.org", false }, { "wug.jp", true }, { "wug.news", true }, { "wuji.cz", true }, { "wukongmusic.us", false }, + { "wulpi.it", true }, { "wumbo.cf", true }, { "wumbo.co.nz", true }, { "wumbo.ga", true }, @@ -28211,7 +29955,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wvg.myds.me", true }, { "wvw698.com", true }, { "wweforums.net", true }, + { "wweichen.com.cn", true }, { "wwgc2011.se", true }, + { "wwv-8522.com", true }, { "www-33445.com", true }, { "www-49889.com", true }, { "www-68277.com", true }, @@ -28236,7 +29982,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.banking.co.at", false }, { "www.capitainetrain.com", false }, { "www.captaintrain.com", false }, - { "www.cloudflare.com", false }, { "www.cnet.com", true }, { "www.dropbox.com", true }, { "www.dropcam.com", false }, @@ -28250,10 +29995,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.gmail.com", false }, { "www.googlemail.com", false }, { "www.gov.uk", false }, - { "www.gpo.gov", false }, { "www.grc.com", false }, { "www.healthcare.gov", false }, { "www.heliosnet.com", true }, + { "www.history.pe", true }, { "www.hyatt.com", false }, { "www.icann.org", false }, { "www.intercom.io", true }, @@ -28275,7 +30020,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.therapynotes.com", true }, { "www.tinfoilsecurity.com", false }, { "www.torproject.org", false }, - { "www.tumblr.com", false }, { "www.twitter.com", false }, { "www.united.com", true }, { "www.usaa.com", false }, @@ -28296,7 +30040,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "wynterhill.co.uk", true }, { "wypemagazine.se", true }, { "wyssmuller.ch", true }, - { "wyzphoto.nl", false }, { "wyzwaniemilosci.com", true }, { "wzrd.in", true }, { "wzyboy.org", true }, @@ -28306,15 +30049,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "x.io", true }, { "x.st", true }, { "x0r.be", true }, + { "x13.com", true }, { "x1616.tk", true }, - { "x23.eu", true }, { "x2c0.net", true }, + { "x2d2.de", true }, { "x378.ch", true }, { "x509.io", true }, { "x64architecture.com", true }, { "x69.biz", true }, { "x69x.net", true }, { "x7plus.com", true }, + { "xa.search.yahoo.com", false }, { "xa1.uk", true }, { "xalqbank-online.az", true }, { "xanderweaver.com", true }, @@ -28334,13 +30079,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xcelerator.ninja", true }, { "xcentricmold.com", true }, { "xclirion-support.de", true }, + { "xcorpsolutions.com", true }, { "xd.cm", true }, { "xd.fi", true }, { "xdeftor.com", true }, + { "xecureit.com", true }, { "xega.org", true }, { "xehost.com", true }, + { "xenomedia.nl", true }, { "xenophile.name", true }, { "xenosphere.tk", true }, + { "xenotropegames.com", true }, { "xenoworld.de", true }, { "xeonlab.com", true }, { "xeonlab.de", true }, @@ -28383,7 +30132,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xjd.vision", true }, { "xjjeeps.com", true }, { "xjoin.de", true }, - { "xkbcommon.org", false }, { "xkblog.xyz", true }, { "xkcd.pw", true }, { "xkviz.net", true }, @@ -28391,9 +30139,12 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xlan.be", true }, { "xlange.com", true }, { "xlfblog.com", true }, + { "xlinar.com", true }, { "xmedius.ca", true }, { "xmedius.com", false }, { "xmedius.eu", true }, + { "xmenrevolution.com", true }, + { "xmerak.com", true }, { "xmiui.com", true }, { "xmlbeam.org", true }, { "xmpp.dk", true }, @@ -28405,16 +30156,20 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--6x6a.life", true }, { "xn--7ca.co", true }, { "xn--7xa.google.com", true }, + { "xn--80aaagmgvmvmcuoq7r.xn--p1ai", true }, + { "xn--80anogxed.xn--p1ai", true }, { "xn--80azelb.xn--p1ai", true }, { "xn--88j2fy28hbxmnnf9zlw5buzd.com", true }, { "xn--8dry00a7se89ay98epsgxxq.com", true }, { "xn--8mr166hf6s.xn--fiqs8s", true }, { "xn--90accgba6bldkcbb7a.xn--p1acf", true }, + { "xn--98jm6m.jp", true }, { "xn--allgu-biker-o8a.de", true }, { "xn--aviao-dra1a.pt", true }, { "xn--baron-bonzenbru-elb.com", true }, { "xn--berwachungspaket-izb.at", true }, { "xn--brneruhr-0za.ch", true }, + { "xn--c5w27q.ml", true }, { "xn--cck4ax91r.com", true }, { "xn--cck7f515h.com", true }, { "xn--cckdrt0kwb4g3cnh.com", true }, @@ -28432,6 +30187,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--e--ig4a4c3f6bvc5et632i.com", true }, { "xn--e--k83a5h244w54gttk.xyz", true }, { "xn--ecki0cd0bu9a4nsjb.com", true }, + { "xn--erklderbarenben-slbh.dk", true }, { "xn--f9jh4f4b4993b66s.tokyo", true }, { "xn--fischereiverein-mnsterhausen-i7c.de", true }, { "xn--grnderlehrstuhl-0vb.de", true }, @@ -28465,6 +30221,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--qckss0j.tk", true }, { "xn--r8jzaf7977b09e.com", true }, { "xn--rdiger-kuhlmann-zvb.de", true }, + { "xn--rlcus7b3d.xn--xkc2dl3a5ee0h", true }, { "xn--roselire-60a.ch", true }, { "xn--roselire-60a.com", true }, { "xn--rt-cja.eu", true }, @@ -28475,6 +30232,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--seelenwchter-mcb.eu", true }, { "xn--spenijmazania-yhc.pl", true }, { "xn--srenpind-54a.dk", true }, + { "xn--t-oha.lv", true }, { "xn--t8j2a3042d.xyz", true }, { "xn--t8j4aa4nkg1h9bwcvud.com", true }, { "xn--t8j4aa4nyhxa7duezbl49aqg5546e264d.net", true }, @@ -28498,8 +30256,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xn--wmq.jp", false }, { "xn--xz1a.jp", true }, { "xn--y8j148r.xn--q9jyb4c", true }, + { "xn--y8j2eb5631a4qf5n0h.com", true }, { "xn--y8j5gq14rbdd.net", true }, - { "xn--yj8h0m.ws", true }, { "xn--ykrp42k.com", true }, { "xn--zettlmeil-n1a.de", true }, { "xn5.de", true }, @@ -28508,6 +30266,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xng.io", true }, { "xninja.xyz", true }, { "xnode.org", true }, + { "xntrik.wtf", true }, { "xo.tc", true }, { "xoda.pw", true }, { "xolphin.nl", true }, @@ -28521,9 +30280,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xperidia.com", true }, { "xpj.bet", true }, { "xpjcunkuan.com", true }, + { "xpletus.nl", true }, { "xplore-dna.net", true }, { "xpressprint.com.br", true }, - { "xps2pdf.co.uk", true }, { "xpwn.cz", true }, { "xr.cx", true }, { "xrippedhd.com", true }, @@ -28532,6 +30291,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xs2a.no", true }, { "xscancun.com", true }, { "xscapers.com", true }, + { "xsmobile.de", true }, { "xss.ht", true }, { "xss.sk", true }, { "xsstime.nl", true }, @@ -28543,6 +30303,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xtom.com", true }, { "xtom.com.hk", true }, { "xtom.io", true }, + { "xtremebouncepartyhire.com.au", true }, { "xtremegaming.it", true }, { "xtronics.com", true }, { "xts.bike", true }, @@ -28557,7 +30318,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "xuri.me", false }, { "xvt-blog.tk", true }, { "xwalck.se", true }, - { "xwaretech.info", true }, { "xx0r.eu", true }, { "xxffo.com", true }, { "xxiz.com", true }, @@ -28573,10 +30333,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "y11n.net", true }, { "y3451.com", true }, { "yaay.com.br", true }, - { "yabrt.cn", true }, + { "yabuisha.jp", true }, { "yaccin.com", true }, { "yachigoya.com", true }, { "yacobo.com", true }, + { "yado-furu.com", true }, { "yafuoku.ru", true }, { "yagihiro.tech", true }, { "yaharu.ru", true }, @@ -28591,7 +30352,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yalook.com", true }, { "yama.su", true }, { "yamadaya.tv", true }, - { "yamaken.jp", false }, + { "yamaken.jp", true }, { "yame2.com", true }, { "yamm.io", true }, { "yanaduday.com", true }, @@ -28604,19 +30365,24 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yapbreak.fr", true }, { "yarchives.jp", true }, { "yarcom.ru", false }, + { "yarogneva.ru", true }, { "yarravilletownhouses.com.au", true }, { "yaru.one", true }, + { "yatesun.com", true }, { "yatorie.net", true }, { "yatsuenpoon.com", true }, - { "yaucy.win", true }, { "yaup.tk", true }, { "yawen.tw", true }, { "yawnbox.com", true }, { "yaxim.org", true }, + { "ybsul.com", true }, { "ybti.net", true }, { "ycaaz.com", true }, { "ych.art", true }, + { "ychon.com", true }, { "yclan.net", true }, + { "yd.io", true }, + { "yeapdata.com", true }, { "yecl.net", true }, { "yeesker.com", true }, { "yellowcar.website", true }, @@ -28655,13 +30421,13 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yelp.se", true }, { "yemalu.com", true }, { "yemekbaz.az", true }, + { "yemektarifleri.com", true }, + { "yennhi.co", true }, { "yep-pro.ch", true }, { "yepbitcoin.com", true }, { "yephy.com", true }, { "yesfone.com.br", true }, { "yesiammaisey.me", true }, - { "yesonline.asia", false }, - { "yesonline.me", false }, { "yeswehack.com", true }, { "yetii.net", true }, { "yetzt.me", false }, @@ -28670,6 +30436,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yggdar.ga", true }, { "yhaupenthal.org", true }, { "yhb.io", true }, + { "yhong.me", true }, { "yhori.xyz", true }, { "yibaoweilong.top", true }, { "yii2.cc", true }, @@ -28703,11 +30470,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yoga-school.xyz", true }, { "yoga-schwerin.de", true }, { "yoga-zentrum-narayani.de", true }, - { "yoga.is-an-engineer.com", true }, { "yogananda-roma.org", true }, { "yogaschoolrishikesh.com", true }, { "yogeshbeniwal.com", false }, { "yogoeasy.com", true }, + { "yoibyoin.info", true }, { "yoimise.net", true }, { "yoitoko.city", true }, { "yoitsu.moe", true }, @@ -28719,13 +30486,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yombo.net", true }, { "yomena.in", true }, { "yoonas.com", true }, - { "yooooex.com", true }, { "yopers.com", true }, { "yoramvandevelde.net", true }, { "yorcom.nl", false }, { "yorcool.nl", true }, + { "yorkshiredalesinflatables.co.uk", true }, + { "yorkshireinflatables.co.uk", true }, { "yorkshireterrier.com.br", true }, { "yorname.ml", true }, + { "yosbeda.com", true }, { "yosemo.de", true }, { "yosheenetwork.fr", true }, { "yoshibaworks.com", true }, @@ -28743,6 +30512,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "youdamom.com", false }, { "youdowell.com", true }, { "youdungoofd.com", true }, + { "youftp.tk", true }, { "yougee.ml", true }, { "youhacked.me", true }, { "youhavewords.com", true }, @@ -28771,6 +30541,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yourticketbooking.com", true }, { "youruseragent.info", true }, { "yourznc.com", true }, + { "yousite.by", true }, { "yout.com", true }, { "youth2009.org", true }, { "youtous.me", true }, @@ -28791,6 +30562,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "ys-shop.biz", true }, { "ysicorp.com", true }, { "yslbeauty.com", true }, + { "ytb.zone", true }, { "ytbmp3.com", true }, { "ytbmp4.com", true }, { "ytec.ca", true }, @@ -28838,18 +30610,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yubikey.sg", true }, { "yubikey.us", true }, { "yubiking.com", true }, - { "yudan.com.br", true }, { "yude.ml", true }, { "yue.la", true }, { "yue2.net", true }, - { "yufan.me", true }, { "yuhuo.org", true }, { "yuka.one", true }, { "yuki.xyz", true }, { "yukonconnector.com", true }, { "yukonlip.com", true }, { "yukontec.com", true }, - { "yum.beer", true }, { "yum0.cn", true }, { "yumeconcert.com", true }, { "yuna.love", true }, @@ -28869,9 +30638,11 @@ static const nsSTSPreload kSTSPreloadList[] = { { "yuzu.tk", true }, { "yveshield.com", true }, { "yveslegendre.fr", true }, - { "yvesx.com", true }, { "yvonnehaeusser.de", true }, + { "ywyz.tech", true }, { "yyc.city", true }, + { "yyyy.xyz", true }, + { "yzimroni.net", true }, { "z-konzept-nutrition.ru", true }, { "z-vector.com", true }, { "z.ai", true }, @@ -28880,11 +30651,15 @@ static const nsSTSPreload kSTSPreloadList[] = { { "z33.ch", true }, { "z4k.de", true }, { "z99944x.xyz", true }, + { "za.search.yahoo.com", false }, { "zaalleatherwear.nl", false }, { "zabszk.net", true }, { "zacarias.com.ar", true }, { "zacavi.com.br", true }, { "zach.codes", true }, + { "zacharopoulos.eu", false }, + { "zacharopoulos.me", false }, + { "zacharopoulos.org", false }, { "zachborboa.com", true }, { "zachgibbens.org", true }, { "zachpeters.org", true }, @@ -28903,16 +30678,17 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zakladam.cz", true }, { "zakmccrac.de", true }, { "zakr.es", true }, + { "zakspartiesandevents.com", true }, { "zalamea.ph", true }, { "zalan.do", true }, { "zamis.net", true }, { "zamocosmeticos.com.br", true }, { "zamow.co", true }, + { "zandcell.com", true }, { "zanthra.com", true }, { "zapier.com", true }, { "zappbuildapps.com", true }, { "zaratan.fr", true }, - { "zarmarket.org", true }, { "zarpo.com.br", true }, { "zary.me", true }, { "zaufanatrzeciastrona.pl", true }, @@ -28925,8 +30701,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zbetcheck.in", true }, { "zbp.at", false }, { "zbrane-doplnky.cz", true }, - { "zby.io", true }, { "zbyga.cz", true }, + { "zbyte.it", true }, { "zcarot.com", true }, { "zcarrot.com", true }, { "zcgram.com", true }, @@ -28935,9 +30711,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zdenekspacek.cz", true }, { "zdorovayasimya.com", true }, { "zdrojak.cz", true }, - { "zdx.ch", true }, { "ze3kr.com", true }, { "zebbra.ro", true }, + { "zebedeescastles.co.uk", true }, { "zeds-official.com", true }, { "zeebrieshoekvanholland.nl", true }, { "zeel.com", true }, @@ -28952,9 +30728,10 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zelezny.uk", false }, { "zelfrijdendeautos.com", true }, { "zellari.ru", true }, - { "zeloz.xyz", true }, { "zemlova.cz", true }, + { "zen-diez.de", true }, { "zen-ume.com", true }, + { "zenfusion.fr", true }, { "zenithmedia.ca", true }, { "zenk-security.com", true }, { "zenlogic.com", true }, @@ -28988,6 +30765,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zetrov.pl", true }, { "zettaplan.ru", true }, { "zettlmeissl.de", true }, + { "zeug.co", true }, { "zevelev.net", true }, { "zewtie.com", true }, { "zfast.com.br", true }, @@ -28995,9 +30773,9 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zfo.gg", true }, { "zfree.co.nz", true }, { "zgrep.org", true }, + { "zh.search.yahoo.com", false }, { "zhang-hao.com", true }, { "zhang.nz", true }, - { "zhangfangzhou.com", true }, { "zhanghao.me", true }, { "zhangsidan.com", true }, { "zhangsir.net", true }, @@ -29008,12 +30786,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zhaoxixiangban.cc", true }, { "zhen-chen.com", true }, { "zhengjie.com", true }, - { "zhiin.net", true }, { "zhikin.com", true }, + { "zhiku8.com", true }, { "zhitanska.com", true }, + { "zhoujiashu.com", true }, { "zhovner.com", true }, { "zhuji.com", true }, { "zhujicaihong.com", true }, + { "zi.is", true }, { "ziegler-family.com", true }, { "ziegler-heizung-frankfurt.de", true }, { "ziemlich-zackig.de", true }, @@ -29047,6 +30827,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zivy-ruzenec.cz", false }, { "zivyruzenec.cz", false }, { "zixiao.wang", true }, + { "zk9.nl", true }, { "zkrypt.cc", true }, { "zlatakus.cz", true }, { "zlatosnadno.cz", true }, @@ -29055,6 +30836,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zlima12.com", true }, { "znacite.com", true }, { "znation.nl", true }, + { "znd.jp", true }, { "zning.net.cn", true }, { "zobraz.cz", true }, { "zockenbiszumumfallen.de", true }, @@ -29067,8 +30849,8 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zoki.art", true }, { "zokster.net", true }, { "zolokar.xyz", true }, - { "zolotoy-standart.com.ua", true }, { "zombiesecured.com", true }, + { "zomerschoen.nl", true }, { "zone-produkte.de", true }, { "zone39.com", true }, { "zonecb.com", true }, @@ -29077,12 +30859,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zonesec.org", true }, { "zonglovani.info", true }, { "zoo.city", true }, + { "zoofit.com.au", true }, { "zooish.net", true }, { "zoola.io", true }, { "zoological-gardens.eu", true }, { "zoom.earth", true }, { "zoomek.com", true }, { "zooom.azurewebsites.net", true }, + { "zooom2.azurewebsites.net", true }, { "zooparadies.eu", true }, { "zoorigin.com", true }, { "zootime.net", true }, @@ -29095,7 +30879,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zorgclustertool.nl", true }, { "zorium.org", true }, { "zorntt.fr", true }, - { "zorz.info", true }, { "zotero.org", true }, { "zouk.info", true }, { "zqwqz.com", true }, @@ -29105,15 +30888,16 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zrt.io", true }, { "zscales.com", true }, { "zserver.fr", true }, + { "zskomenskeho.cz", true }, { "zsoltsandor.me", true }, { "zsrbcs.com", true }, { "zten.org", true }, { "ztjuh.tk", true }, - { "ztytian.com", true }, { "zuan-in.net", true }, { "zuckerfloh.de", true }, { "zudomc.me", true }, { "zuefle.net", true }, + { "zuehlcke.de", true }, { "zug-anwalt.de", true }, { "zug.fr", true }, { "zug.io", true }, @@ -29133,7 +30917,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zuralski.net", true }, { "zurgl.com", true }, { "zurickrelogios.com.br", true }, - { "zurret.de", true }, { "zusjesvandenbos.nl", true }, { "zutsu-raku.com", true }, { "zuzumba.es", true }, @@ -29163,5 +30946,6 @@ static const nsSTSPreload kSTSPreloadList[] = { { "zyzardx.com", true }, { "zzb510.com", true }, { "zzb6688.com", true }, + { "zzb8899.com", true }, { "zzsec.org", true }, }; diff --git a/toolkit/components/downloads/ApplicationReputation.cpp b/toolkit/components/downloads/ApplicationReputation.cpp index eeded3680..12260ca9a 100644 --- a/toolkit/components/downloads/ApplicationReputation.cpp +++ b/toolkit/components/downloads/ApplicationReputation.cpp @@ -1217,6 +1217,8 @@ ApplicationReputationService::ApplicationReputationService() ApplicationReputationService::~ApplicationReputationService() { LOG(("Application reputation service shutting down")); + MOZ_ASSERT(gApplicationReputationService == this); + gApplicationReputationService = nullptr; } NS_IMETHODIMP